/*
	Theme Name: plusar
	Theme URI: https://www.elnooronline.com/
	Author: تم تصميم وتطوير بواسطة شركة النور أون لاين
	Author URI: https://www.elnooronline.com/
*/
/* start part basic */
@import url(assets/css/helper\ v0.2.css);
@import url(assets/css/all.min.css);
@import url(assets/css/bootstrap.css);
@import url(assets/css/aos.css);
@import url(assets/css/slick-theme.css);
@import url(assets/css/slick.css);
@import url(assets/css/animate.min.css);
@import url(assets/css/splide.min.css);
@import url(assets/css/magnific-popup.css);

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

a {
  color: var(--text) !important;
  text-decoration: none !important;
}
html{
  overflow-x: hidden;
  height: 100%;
  overflow-y:visible;
}
html::-webkit-scrollbar-button{
display: none;
}
body {
  overflow-x: hidden !important;
  -webkit-box-sizing: 0;
  box-sizing: 0;
  padding: 0;
  margin: 0;
  direction: ltr;
  background: linear-gradient(-35deg, var(--sodark) 0% 20%, black 40% 70%, var(--sodark) 80% 100%);

}

:root {
  --title: rgb(172, 172, 172);
  --prime: rgb(66, 3, 5);
  --second: rgba(255, 2, 10, 1);
  --third: rgb(185, 9, 15);
  --four: rgb(133, 5, 9);
  --sodark: rgb(43, 1, 2);
  --border: transparent;
  --bg: rgb(20, 20, 20);
  --text: white;
}
@font-face {
  font-family: pulsar;
  src: url(assets/FONT/Nirequa.otf);
}

.backgroun {
  background-color: var(--bg);
  color: var(--text);
}


p::selection,
h1::selection,
h2::selection,
h4::selection,
h5::selection,
h6::selection {
  background-color: var(--prime);
  color: white;
}
p,
footer li,
footer .col-lg-4 img{

  animation-name: p;
  animation-duration:2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
top: 0px;
}

@keyframes p {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }

  100% {
    top: 0px;
  }
}

ul {
  list-style: none;
}

input:focus {
  outline: none;
}

.load {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.load img {
  width: 20%;
  height: 20%;
}




.loaderlodging {
  height: 100vh;
  z-index: 10000;
  transition: .8s;
  background-color: black !important;
}

.loaderlodging__body {
  overflow: hidden;
}

.loaderlodging__body.afterloading {
  overflow: hidden !improtant;
}

.loaderlodging.remove {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #cecece;
  border-bottom-color: var(--second);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loaderlodging .logo1 > img {
  width: 250px;
  height: 100px;
}


.loaderlodging .logo1  {
  position: relative;
}

.logo1 .float-logo1 {
  position: absolute;
  right: 48px;
  bottom: 40px;
}
.logo1 .float-logo1 img{
  width: 40px;
  height: 40px;
  animation-name: float-logo;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
top: 5px;
}

@keyframes float-logo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}


.bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg img {
  width: 100%;
  height: 100%;
}


/* end basic */
/* start header  */
header {
  top: 0px;
  height: 100px;
  z-index: 100;
  position: absolute;
  width: 100%;
  right: 0px;
  top: 0px;
}

header .head .list-links {
  padding-right: 40px;
}

header .dropdown-item {
  text-align: center;
  border-radius: 3px;
}

header .dropdown-menu {
  transform: translate3d(0px, 35px, 0px) !important;
}

header .head {
  box-shadow: var(--shadow);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

header .head .logo  {
  position: relative;
}
header .head .logo img {
  width: 150px;
  height: 100%;
  object-fit: contain;
}
header .head .logo .float-logo {
  position: absolute;
  right: 30px;
  bottom: -5px;
}
header .head .logo .float-logo img{
  width: 25px;
  height: 25px;
  animation-name: float-logo;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
top: 5px;
}

@keyframes float-logo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header .head .col {
  display: flex;
  align-items: center;
  justify-content: center;

}
 
 header .head .col a {

  position: relative;
}
header .head .active::before {
  width: 100%;
}
header .head ul:hover .active::before,
header .head ul:hover .active::after {
  width: 0%;
}
header .head ul:hover .active a {
  color: white !important;
}
header .head ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: auto 0px;
}

header .head .list-links {
  display: flex !important;
  justify-content: flex-start !important;
}

header .head li {
  margin: auto 20px;
  text-wrap: nowrap;
  position: relative;
}

header .head li a {
  color: black;
  font-weight: 500;
  transition: 1s;
}

header .head li:hover a {
  color: var(--second) !important;
}

header .head .active a {
  color: var(--second) !important;
}

header .head li::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -10px;
  width: 0%;
  height: 2px;
  background-color: var(--second);
  transition: 1s;
}

header .head li:hover:after {
  width: 100% !important;
}
header .head .active::after {
  width: 100%;
}
header .head li::before {
  content: "";
  position: absolute;
  right: 0%;
  bottom: -10px;
  width: 0%;
  height: 2px;
  background-color: var(--second);
  transition: 1s;
}
header .head li:hover:before {
  width: 100% !important;
}


header .head .lang-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--prime);
  font-weight: bold;
  margin: 0px 20px;
  text-wrap: nowrap;
}

header .head .lang-btn a {
  margin: 0px 5px;
  text-wrap: nowrap;
  padding: 10px 25px;
}

header .head .lang-btn button i {
  margin-left: 10px;
}

header .head .lang-btn .dropdown-toggle::after {
  display: none;
}

/* end header  */

/* start landing  */
.landing {
  position: relative;
  height: 100vh;
}

.landing .container-90 {
  height: 100%;
}

.landing .text-landing {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: white;
  width: 90%;
  margin: auto;

}
.landing .text-landing h1 span{
font-family: pulsar !important ;	
}

.landing .text-landing button{
  

  animation-name: p;
  animation-duration:2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
top: 0px;
}
  .landing h1 {
font-size: 20px;
	  font-size: 40px;
    font-weight: bolder;
	  	
  }
  .landing h4 {
font-size: 20px;

  }

.landing .bg-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.landing .bg-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}
.auto-hover{

  animation-name: hover;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes hover {
  0% {
    opacity: 1;
  }
  50% {
opacity: 0;
  }

  100% {
opacity: 1;
  }
}
/* end landing  */
/* ////////////////////////////////////////// */
/* start about-us  */
.about-us {
  z-index: 1;
  height: 100%;
  position: relative;
}

.about-us .nav-tabs {
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us .nav-tabs li{ 
  animation-name: float-buttton;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
top: 0px;
}
.about-us .nav-tabs li:nth-of-type(1){
  animation-delay: 0.2s;
}
.about-us .nav-tabs li:nth-of-type(2){
  animation-delay: .5s;
}
@keyframes float-buttton {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }

  100% {
    top: 0px;
  }
}

.about-us .nav-tabs li a {
  color: white;
  background-color: var(--prime);
  margin: 5px;
  font-weight: bolder;
  width: 140px;
  text-align: center;
  border-radius: 10px;
}

.about-us .nav-tabs li .active {
  background-color: var(--third);
  border: var(--second);
  color: white;

}

.about-us .tab-content .content-about {
  background-color: rgba(29, 29, 29, 0.432);
  padding: 30px;
  width: 80%;
  border-radius: 10px;
  box-shadow: inset 1px 1px 5px 5px rgb(31, 30, 30);
  margin: 20px auto;
  position: relative;
}

.about-us .tab-content .content-about>div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
}

.about-us .tab-content .content-about .img-about img {
  width: 100%;
  height: 180px;
  margin: 15px 0px;
  object-fit: contain;
  animation-name: float2;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
top: 0px;
}

@keyframes float2 {
  0% {
    top: 0px;
    right: 0px;

  }
  25% {
    top: 20px;
  }
  50% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    top: 0px;
  }
}

.about-us .tab-content .content-about .float-about {
  position: absolute;
  top: 0px;
  right: 0px;
}

.about-us .tab-content .content-about .float-about img {
  width: 130px;
  height: 130px;
  object-fit: contain;
  animation-name: float;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
top: 0px;
}

@keyframes float {
  0% {
    top: 0px;
    right: 0px;
    transform: rotate(0deg);
  }
  50% {
    top: 20px;
    right: 20px;
    transform: rotate(5deg);
  }
  100% {
    top: -0px;
    right: 0px;
    transform: rotate(0deg);
  }
}

/* end about-us */
/* ///////////////////////// */
/* start services  */
.title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 30px 0px;
  font-weight: bolder;
}

.services {
  /* background: linear-gradient(  -35deg , var(--sodark) 0% 10% , black 40% 70%  , var(--sodark) 90% 100%); */
}

.services .slick-dots , 
.services .slick-arrow {
    display: none !important;
}

.services .card {

  padding: 15px;
  border-radius: 15px;
  background-color: var(--sodark);
  margin: 20px 0.5%;
}
.services .slick-slide{
	display:flex !important;
	align-items:stretch;
}
.services .slick-slide > div{
	display:flex ;
	flex-direction:column;
	justify-content:space-between;
	flex-grow:1;
	width:100%;
}
.services .card .card-img-top img {
  width: 100%;
}

.services .card .card-body {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: stretch;
	height:74%;
  justify-content: space-between;
}

.services .card .card-body h4 {
  text-align: center;
}

/* end servies */
/* ////////////////////////////// */
/* start about  */
.partners .autoplay2 {
  margin: 35px 0px;
}

.partners .autoplay2 .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;

}

.partners .autoplay2 .slick-arrow,
.partners .autoplay2 .slick-dots {
  display: none !important;
}
/* //////////////////////////////////////////// */
/* start clients   */
.clients .autoplay3 {
  position: relative;
  margin: 40px 0px;
}

.clients .autoplay3 .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients .slick-prev,
.slick-next {
  top: -105px;
  font-size: 25px;
}

.clients .slick-prev::before,
.clients .slick-next::before {
  font-size: 30px;
  color: var(--second);
}

.clients .slick-prev {
  left: 100px;
}

.clients .slick-next {
  right: 120px;
}

.clients .slick-dots {
  position: absolute;
  top: -70px;
  height: 30px;
}

.clients .slick-dots li button:before {
  color: white;
  font-size: 15px;
}

.clients .slick-list {
  padding: 45px 0px;
}

.clients .slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.clients .slide .content-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  width: 80%;
}

.clients .slide .bg-slide {
  position: absolute;
  left: 2.5%;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: contain;
}

.clients .slide .bg-slide img {
  width: 100%;
  height: 110%;
}


.clients .slide .per-ico {
  position: relative;
  bottom: 30px;
}

.clients .slide .per-ico img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation-name: float-per;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
top: 0px;
}

@keyframes float-per {
  0% {
    top: 0px;
  }
  50% {
    top: 15px;
  }

  100% {
    top: 0px;
  }
}

/* end clients  */
/* ////////////////////////////////////////////////// */
/* start coontact us  */
.contact-us {
  position: relative;
}

.contact-us .contact-content {
  /* background-color: wh; */
  width: 80%;
  margin: auto;
  background-color: rgba(109, 108, 108, 0.226);
  border-radius: 10px;
  padding: 25px;
  margin: auto;
}

.contact-us form div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 90%;
  margin: auto;
  margin-bottom: 15px;
}

.contact-us form div input,
.contact-us form div textarea {
  width: 100%;
  border: none;
  background-color: var(--sodark);
  border: solid 2px var(--prime);
  border-radius: 5px;
  padding: 10px;
	color:white;
}

.contact-us form div textarea {
  margin-left: -10px;
}

.contact-us .info-contact {
  position: relative;
  width: 70%;
  height: 95vh;
}

.contact-us .info-contact input {
  width: 100%;
}

.contact-us .info-contact .info-text {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translatex(-50%);
  width: 70%;
  height: 90%;
  color: white;
  padding: 10px;
}

.contact-us .info-contact .info-text>div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 40px 0px;
  animation-name: p;
  animation-duration:2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
top: 0px;
}
.contact-us .info-contact .info-text>div:first-of-type {
  animation: none;
}
@keyframes p {
  0% {
    top: 0px;
  }
  50% {
    top: 10px;
  }

  100% {
    top: 0px;
  }
}

.contact-us .info-contact .info-text>div h5 {
  margin-bottom: 15px;
}

.contact-us .info-contact .info-text>div i {
  font-size: 25px;
  margin-right: 15px;
  margin-bottom: 10px;
  color: white;
}

.contact-us .info-contact .bg-contact {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translatex(-50%);
  width: 80%;
  height: 95%;
  z-index: -1;
}

.contact-us .info-contact .bg-contact img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* end contact us  */
/* start footer  */
/* /////////////////////////////////////////////////////////// */
/* start footer */
footer {
  position: relative;
  margin-top: 50px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

footer::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--third);
}

footer .container-90 {
  border-radius: 20px;
}

footer .container-90 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

footer .col {
  margin: 20px 0%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: white;
}

footer .col h2 {
  margin-bottom: 30px;
  color: white;
  position: relative;
  font-size: 25px;
}

footer .col h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background-color: var(--third);
}

footer .col ul {
  padding: 0;
  margin-right: 10px;
}

footer .col li {
  margin-bottom: 30px;
  text-align: left;
  color: white;
}

footer .col li a {
  color: white !important;
  text-align: left;
}

footer .col:last-of-type li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

footer .logo {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

footer .logo img {
  width: 100%;
  height: 60px;
	    margin-right: 20px;
  object-fit: contain;
}

footer .logo div {
  margin: 0px 10px;
}

footer .logo ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

footer .logo ul li {
  margin: 0px 10px;
  padding: 0;
  width: 40px;
  height: 40px;
  color: white;
  background-color: var(--prime);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

footer .logo ul li i {
  font-size: 25px;
  color: white;
}

footer .col a {
  color: var(--prime);
}

footer .search {
  margin-top: 20px;
}

footer .search-content {
  position: relative;
  width: 100%;
}

footer .search input {
  width: 100%;
  border-radius: 30px;
  margin-top: 20px;
  padding: 15px;
  border: none;
  font-size: 15px;
  padding-right: 20px;
  box-shadow: 0px 0px 5px 5px rgba(92, 92, 92, 0.199);
}

footer .search button {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-25%);
}

footer .footer-new ul {
  margin: 0px;
}

footer .footer-new ul li {
  margin: 20px 0px;
  padding: 0px;
  color: white;
}

footer .footer-new ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  color: white;
}

footer .footer-new ul li img {
  width: 75px;
  height: 70px;
  padding-left: 5px;
}

footer .footer-new ul li a span {
  margin-left: 0px;
}

footer .footer-new ul li a span p {
  font-size: 15px;
  margin-top: 5px;
}

footer .end-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  color: white;
  margin-top: 0px;
  border-top: solid 1px white;
  position: relative;
  text-align: center;
}

footer .end-footer::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--prime);
}

footer .elnoor {
  width: 100px;
  height: 30px;
}

.end-footer a {
  display: flex !important;
  align-items: center;
  width: 250px;
}

.end {
  display: none;
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 60;
  background-color: var(--third);
  border-radius: 10px;
  height: 40px;
  width: 40px;
}

/* end footer  */

/*--------- Responsive ----- */
@media (min-width: 992px) {
  header .head-phone {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .bars {
    font-size: 25px;
    color: var(--second);
  }

  header .phone {
    display: none;
    position: absolute !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    align-items: flex-start !important;
    overflow-x: hidden;
  }

  header .head .col {
    align-items: flex-start !important;
  }

  header .list-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  header .head li a {
    color: white;
    font-weight: bolder;
  }

  header .lang-btn a,
  header .lang-btn button {
    color: white !important;
  }

  header .phone-slide {
    position: absolute;
    left: -100%;
    top: 0px;
    height: 100vh;
    width: 50%;
    margin: 0px;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    transition: 1s;
  }

  header .head-phone {
    margin: 30px 0px;
  }

  header .phone-slide {
    z-index: 100;
  }

  header .head-phone .closes i {
    color: white;
    font-size: 35px;
  }

  header .phone-slide ul {
    flex-direction: column;
    align-items: flex-start;
    margin: 0px;
    padding: 0px;
	  width:100%;
  }

  header .phone-slide ul li {
    margin: 15px 0px !important;
    padding: 0px;
  }

  /* end header  */

}

@media (max-width: 768px) {
  .title {
    text-align: center;
  }

  .title h1 {
    font-size: 25px;
  }

  header .phone-slide {
    width: 100%;
  }

  header .row {
    padding-top: 10px;
  }

  header .row .col {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .head .lang-btn {
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    flex-grow: 0;
    padding: 0px;
  }

  header .head .lang-btn a {
    width: 100%;
/*     padding: 5px !important;
    margin: 15px 5px; */
  }

  header .head .lang-btn a:nth-of-type(3) {
    width: 100%;
  }

  header .head .lang-btn button {
    width: 45%;
    margin: 15px 5px;
  }

  header .row .col {
    padding: 0px 20px;
    margin: auto;
  }

  header .head .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .head .logo img {
    width: 130px;
  }

  .header-fixed {
    height: 80px;
  }

  /* start landing  */
  .landing .text-landing {
    width: 100%;
	  
  }

  .landing h1 {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .landing h4 {
    font-size: 14px;
    line-height: 2;
	  
  }

  .about-us .tab-content .content-about {
    width: 100%;
  }

  .about-us .tab-content .content-about .float-about {
    position: absolute;
    bottom: -10px;
    top: auto;
    right: 0px;
    height: 100px;
    width: 100px;
  }

  .about-us .tab-content .content-about .float-about img {
    height: 80px;
    width: 80px;
  }

  .contact-us .contact-content {
    width: 100%;
    padding: 15px;
  }

  .contact-us .info-contact .bg-contact {
    width: 100%;
  }

  .contact-us .info-contact .info-text {
    width: 90%;
  }

  .contact-us form div {
    width: 100%;
  }

  .contact-us form .col {
    width: 100%;
    padding: 0px;
  }

  .clients .slick-prev,
  .clients .slick-next {
    top: -50px;
  }

  .clients .slick-prev {
    left: 20px;
  }

  .clients .slick-next {
    right: 20px;
  }
  .about-us .nav-tabs{
  flex-wrap: wrap;
  }
  .about-us .nav-tabs li{
    width: 46%;
    margin: 10px 2%;
    }
    .about-us .nav-tabs li a{
      width: 100%;
      }
/* 	.services .card{
		height:100% !important;
	} */
}

@media (max-width: 500px) {}

@media (max-width: 380px) {

  .clients .slick-prev,
  .clients .slick-next {
    top: -80px;
  }
}


.left-0 {
  left: 0% !important;
}

.flex {
  display: flex !important;
}

.block {
  display: block !important;
}

.noen {
  display: none !important;
}

.header-fixed {
  position: fixed !important;
  top: 0%;
  left: 0;
  height: 100px;
  width: 100%;
  transition: 1s;
  z-index: 50;
  background-color: black;
  transition: 1s all;
  animation-name: down;
  animation-duration: 0.7s;
  transition-delay: 0s;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.header-fixed .container-90 {
  /* padding: 0px; */
}

@keyframes down {
  from {
    position: fixed;
    top: -100%;
  }

  to {
    position: fixed;
    top: 0%;
  }
}

.splide__slide img{
	    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0px 0px;
    padding: 16px;
}
.splide .splide__arrow {
  display: none !important;
}
.splide .splide__pagination {
  display: none !important;
}