@keyframes slideBlurIn {
  0% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    filter: blur(10px);
  }
  100% {
      -webkit-clip-path: inset(0);
      clip-path: inset(0);
      filter: blur(0);
  }
}



body{
    margin: 0;
    /* font-family: 'Rubik', sans-serif; */
    font-family: "Open Sans", sans-serif;
    width: 100%;
    display: flex;
    direction: rtl;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    
}
header{
  width: 100%;
  height: 100vh;
  position: relative;
  /* background-color: aquamarine; */
  animation-duration: 1s;
  animation-name: slideBlurIn;
}
.header-video-bg{
  height: 100vh;
}
.header-video-bg > video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.loader-site{
  width: 100%;
  height: 100vh;
  position: fixed;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.958);
}
.loader-site>div{
  display: flex;
  flex-wrap: wrap;
  width: 100px;
  height: 70px;
  justify-content: center;
  align-items: center;
}
.loader {
  width: 25px;
  height: 25px;
  border: 5px solid #0f66a6;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 0.7s linear infinite;
  }

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  } 
.social-media{
  position: fixed;
  left: 1rem;
  height: 550px;
  z-index: 2;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 40px;
}
.social-media-obj{
  height: 140px;
  margin-top: 15rem;
  display: flex;
  flex-wrap: wrap;
}
.social-style {
  width: 35px;
  cursor: pointer;
  transition: all .2s;
}
.social-style:hover {
  transform: scale(1.1);
}
.main-nav{
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  z-index: 1;
  height: 80px;
  align-items: center;
  background-color: #ffffffa9;
  justify-content: center;
}
.logo{
  position: absolute;
  left: 10rem;
}
nav{

}
nav > ul{
  display: flex;
  margin: 0;
  padding: 0;
}
nav > ul > li{
  list-style-type: none;
  margin: 0rem 2rem;
  color: #0d66a6;
  font-size: 20px;
  transition: all .2s;
  cursor: pointer;
}
nav > ul > li:hover{
  font-weight: bold;
}

 .about-container{
  /* margin-top: 1rem; */
  width: 100%;
  position: relative;
  background-image: url('https://djmayd.s3.eu-central-1.amazonaws.com/about-bg-new.jpg');
  height: 1150px;
  background-position: center;
  background-size: cover;
  background-position-y: -100px;
  animation-duration: 1s;
  animation-name: slideBlurIn;
 }
 .about-button{
  width: 100%;
  position: absolute;
  bottom: 4rem;
  display: flex;
  justify-content: center;
 }
 .btn-style-1{
  background-color: white;
  border-radius: 20px;
  color: black;
  border: 0;
  font-family: "Open Sans", sans-serif;
  outline: none;
  font-size: 16px;
  padding: 12px 28px;
  font-weight: bold;
 }
 .btn-style-1:hover{
  transform: scale(1.1);
  transition: all .2s;
  cursor: pointer;
  font-weight: bold;
 }
 .btn-style:hover{
  transform: scale(1.1);
  transition: all .2s;
  cursor: pointer;
 }
.about-top{
  display: none;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  color: white;
}
/* .about-top > div{
  width: 50%;
  line-height: 32px;
} */
.about-smallTxt{
  flex-wrap: wrap;
  display: flex;
  font-size: 20px;
  font-weight: 100;
  margin-top: 1rem;
}
.about-top-lt{
  padding: 4rem 0rem 0rem 12rem;
}
.about-top-rt{
  padding: 4rem 0rem 0rem 0rem;
  filter: drop-shadow(2px 4px 6px black);
  width: 40%;
}
.about-bigTxtStyle{
  font-size: 90px;
  font-weight: bold;
  line-height: 50px;
}
.about-midTxtStyle{
  font-size: 47px;
  font-weight: bold;
  line-height: 100px;
}
#fullScreenIcon{
  width: 40px;
  position: absolute;
  bottom: 2rem;
  background: #ffffff96;
  border-radius: 10px;
  padding: 0.4rem;
  right: 2rem;
  cursor: pointer;
  z-index: 3;
}
.gallery-container{
  width: 100%;
  /* margin-top: 1rem;
  background-color: white;
  width: 100%;
  height: 400px;
  color: black;
  display: flex;
  justify-content: center; */
}
.music-icons > a > img {
  width: 120px;
}
.music-headers > h2 {
  font-size: 14px;
}
.swiperReviews{
  /* margin-top: 1rem;
  width: 100%;
  height: 400px;
  z-index: 0; */
}
.swiper-slide-reviews > img{
  width: 100%;
}
.swiper{
  /* margin-top: 1rem;
  width: 100%;
  z-index: 0; */
}
.swiper-reviews{
  margin-top: 1rem;
  width: 100%;
  height: auto;
  z-index: 0;
}
.swiper-button-lock{
  display: block !important;
}
.swiper-slide > img{
  /* width: 600px; */
  width: 100%;
}

#swiper-slide-review {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  padding-top: 2rem;
  padding-bottom: 2rem;
  flex-wrap: wrap;
}
.swiper-review-top{
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #0f66a6;
  display: flex;
  justify-content: center;
  align-items: center;
}
#reviews-text{
  text-align: center;
  font-size: 18px;
  color: #6f6f6f;
  margin-top: 2rem;
  line-height: 1.2;
}
.swiper-review-image{
  width: 100px;
  margin: 0 5rem;
  height: 100px;
}
.swiper-review-image > span{
  width: 100px;
  display: flex;
  height: 100px;
  background-position: center;
  background-size: cover;
  border-radius: 100px;
}
.swiper-scrollbar{
  display: none;
}
.swiper-button-next, .swiper-button-prev{
  color: white;
  font-weight: bold;
}
.swiper-button-next {
  margin-left: 3rem;
}
.swiper-button-prev{
  margin-right: 3rem;
}
.reviews-break-container{
  margin-top: 1rem;
  background-color: white;
  width: 100%;
  color: black;
  display: flex;
  justify-content: space-around;
}
.reviews-container{
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.reviews-header{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.reviews-body{
  overflow: scroll;
  height: 450px;
}
.reviews-body > img{
  width: 100%;
}
.reviews-container > img {
  width: 700px;
}
.phonograph-container{
  width: 40%;
  position: relative;
}
#mit4mit-container{
  width: 100%;
  height: auto;
  overflow: scroll;
}

.phonograph-title{
  width: 100%;
}
.phonograph-title-big{
  font-size: 28px;
  font-weight: bold;
  color: #0d66a6;
}
.phonograph-title-small{
  font-size: 15px;
  padding-right: 10px;
  font-weight: 400;
  color: #0d66a6;
}
.phonograph-container > img {
  /* width: 800px; */
}
/* .phonograph-container > div {
  position: absolute;
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.phonograph-taklit{
  position: absolute;
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#phonograph-taklit-img{
  width: 400px;
  height: 400px;
  border-radius: 1000px;
  position: relative;
  background-size: cover;
  background-position: center;
  -webkit-animation:spin 8s linear infinite;
  -moz-animation:spin 8s linear infinite;
  animation:spin 8s linear infinite;
}
@-moz-keyframes spin { 
100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
100% { 
    -webkit-transform: rotate(360deg); 
    transform:rotate(360deg); 
} 
}
#logo-phonograph{
  width: 200px;
  position: absolute;
  margin-top: 10rem;
}
.white-bollet-box{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.white-bollet{
  background-color: white;
  width: 30px;
  height: 30px;
  border-radius: 100px;
}
.contact-container{
  background-color: #0d66a6;
  width: 100%;
  /* height: 500px; */
  margin-top: 1rem;
  /* padding-bottom: 3rem; */
  color: black;
  display: flex;
  justify-content: center;
}
.contact-box{
  width: 90%;
  display: flex;
  background: white;
  margin-top: 2rem;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 10px #00000021;
}
.loading-form{
  width: 90%;
  height: 90%;
  display: none;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.contact-form{
  width: 50%;
  padding: 3rem;
  position: relative;
}
.contact-image{
  width: 50%;
  padding: 2rem;
  position: relative;
  box-shadow: 10px 0px 10px 0px #0000002b;
  background-size: cover;
  background-position: center;
  border-radius: 10px 0px 0px 10px;
}
.form{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.form > span{
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.form > label{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0rem 0rem 1rem 0rem;
}
.form > label > input{
  width: 100%;
  display: flex;
  font-family: "Open Sans", sans-serif;
  flex-wrap: wrap;
  background: #e5e5e5;
  border: 0;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
}
.form > label > span{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.form > label > textarea{
  width: 100%;
  display: flex;
  font-family: "Open Sans", sans-serif;
  flex-wrap: wrap;
  background: #e5e5e5;
  border: 0;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
}
.submit-row{
  width: 100%;
  display: flex;
  justify-content: end;
}
.alert-form-txt{
  color: red;
  font-size: 12px;
}
.btn-submit-blue{
  font-size: 14px;
  background: #0f66a6;
  color: white;
  font-family: "Open Sans", sans-serif;
  border: 0;
  padding: 8px 18px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 1px 2px 3px 0px #00000066;
  transition: all .2s;
}
.btn-submit-blue:hover{
  font-weight: bold;
}
.contact-business-card{
  width: 90%;
  bottom: 2rem;
  position: absolute;
  color: white;
}
.contact-business-card-top {
  width: 100%;
  display: flex;
  padding-bottom: 2rem;
  justify-content: space-between;
}
.contact-business-card-top > div{
  display: flex;
  flex-wrap: wrap;
}
.contact-business-card-top > div > span{
  width: 100%;
}
.contact-business-card-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contact-business-card-bottom > span {
  display: flex;
  align-items: center;
}
.contact-business-card-bottom > span > img {
  margin-right: 10px;
}
footer{
  padding: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #0d66a6;
}
h1{
  color: #0f66a6;
  font-size: 36px;
  margin: 0px;
}
h2{
  margin: 0;
  color: #0f66a6;
  font-size: 22px;
}
a{
  color: white;
  text-decoration: blink;
  cursor: pointer;
  transition: all .2s;
}
#spotify-iframe{
  display: none;
}
a:hover{
  font-weight: bold;
}

.pages-container{
  width: 100%;
  
}
.add-review{
  margin-left: 1rem;
  width: auto;
  padding: 5px;
  font-size: 12px;
  height: 26px;
  color: #828282;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b1b1b1;
  border-radius: 10px;
}
.reviews-top-header{
  display: flex;
  width: 100%;
  /* padding: 0rem 1rem; */
  justify-content: space-between;
  align-items: center;
}
.reviews-top-header > div{
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews-footer{
  width: 100%;
  display: flex;
  justify-content: center;
}
/* 

TOGGLE

*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #0f66a6;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0f66a6;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* 

*/
.music-icons{
  display: flex;
    align-items: center;
    width: 350px;
    justify-content: space-around;
}
.reviews-container-new{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.hr-style{
  width: 100%;
  height: 3px;
  background: #0f66a6;
  margin: 0rem 2rem;

}
.music-container-new{
  width: 100%;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.music-container-right{
  width: 100%;
  /* margin: 0rem 0rem 1rem 0rem; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.music-container-left{
  width: 100%;
  display: flex;
  padding-top: 2rem;
  justify-content: space-around;
}
.music-footer{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.music-headers{
  
}
.btn-style{
  background: #0f66a6;
  color: white;
  border: 0;
  padding: 0.8rem;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
.btn-style-review{
  background: #e3e3e3;
  color: #0f66a6;
  border: 0;
  margin: 1rem;
  font-size: 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0.6rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.btn-style-review:hover{
  transition: all .2s;
  scale: 1.1;
  cursor: pointer;
}
.btn-style-review > img{
  margin-left: 4px;
  transform: rotate(180deg);
}
.review-image-mobile{
  display: none;
}
/* FULL REZOLUSTION */
@media screen and (min-width: 2000px) {
  .about-top-lt {
    padding: 8rem 0rem 0rem 20rem;
  }
  .about-top-rt {
    padding: 8rem 0rem 0rem 0rem;
    filter: drop-shadow(2px 4px 6px black);
    width: 40%;
  }
  .swiper{
    /* height: 330px; */
  }
  .swiper-slide > img{
    width: 650px;
  }
}
@media screen and (max-width: 1560px) {
  .phonograph-taklit{
    height: 85%;
  }
  #phonograph-taklit-img{
    width: 380px;
    height: 380px;
  }
}
@media screen and (max-width: 1450px) {
  #phonograph-taklit-img{
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 1400px) {
  .phonograph-taklit{
    height: 80%;
  }
  #phonograph-taklit-img{
    width: 320px;
    height: 320px;
  }
}
@media screen and (max-width: 1300px) {
  .phonograph-taklit{
    height: 70%;
  }
  #phonograph-taklit-img{
    width: 300px;
    height: 300px;
  }
  .about-top-lt{
    padding: 4rem 0rem 0rem 5rem;
  }
  .logo {
    left: 6rem;
}
}
@media screen and (max-width: 1150px) {
  .phonograph-taklit{
    height: 65%;
  }
  #phonograph-taklit-img{
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 1100px) {
  .phonograph-taklit{
    height: 60%;
  }
  #phonograph-taklit-img{
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 1000px) {
  .phonograph-taklit{
    height: 55%;
  }
  #phonograph-taklit-img{
    width: 230px;
    height: 230px;
  }
  #logo-phonograph{
    width: 130px;
    margin-top: 8rem;
  }
  .about-top-lt{
    padding: 0;
  }
  .about-top-rt{
    padding: 0;
    width: 70%;
  }
  .logo{
    left: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .phonograph-taklit{
    height: 50%;
  }
}
@media screen and (max-width: 850px) {
  .form > span{
    font-size: 22px;
  }
  .swiper-review-top{
    justify-content: space-around;
  }
  .swiper-review-image{
    display: none;
  }
  #reviews-text{
    font-size: 16px;
    padding: 0rem 2rem;
  }
  .review-image-mobile{
    display: flex;
    width: 300px !important;
    border-radius: 10px;
    margin-top: 2rem;
  }
  .phonograph-taklit{
    height: 45%;
  }
  #phonograph-taklit-img {
    width: 350px;
    height: 350px;
}
}
@media screen and (max-width: 800px) {
  .music-container-left{
    flex-wrap: wrap;
  }
  .music-container-right{
    flex-wrap: wrap;
    padding: 1rem 1rem;
  }
  .music-container-new{
    padding: 0;
  }
  .music-icons{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
  }
  .reviews-break-container{
    flex-wrap: wrap;
  }
  .reviews-container{
    width: 90%;
  }
  .phonograph-taklit{
    width: 100%;
  }
  .phonograph-taklit{
    height: 90%;
  }
  #phonograph-taklit-img{
    width: 200px;
    height: 200px;
  }
  #logo-phonograph{
    width: 100px;
    margin-top: 7rem;
  }
  .phonograph-container{
    width: 90%;
  }
  .burger-menu{
    display: flex;
  }
  .about-top-lt{
    padding: 0;
    padding-top: 2rem;
  }
  .about-top-rt{
    padding: 0;
    width: 70%;
  }
  .header{
    height: 500px;
  }
  .header-video-bg > video{
    height: 100vh;
  }
  #fullScreenIcon{
    width: 30px;
    bottom: 1rem;
    right: 1rem;
  }
  nav{
    display: none;
  }
  .logo{
    position: absolute;
    left: 2rem;
  }
  .about-bigTxtStyle{
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
  }
  .about-midTxtStyle{
    font-size: 25px;
    font-weight: bold;
    line-height: 50px;
  }
  .about-smallTxt{
    font-size: 18px;
  }
  .contact-box{
    flex-wrap: wrap;
  }
  .social-media{
    height: 350px;
  }
  .contact-form{
    width: 90%;
    padding: 2rem;
  }
  .about-container{
    height: 1150px;
  }
  .contact-business-card{
    position: static;
    width: auto;
  }
  .contact-image{
    padding: 0;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
  }
  .contact-business-card-top{
    width: auto;
    display: flex;
    padding: 1rem 1rem;
    justify-content: space-between;
  }
  .contact-business-card-bottom{
    width: auto;
    display: flex;
    justify-content: end;
    padding: 1rem;
    flex-wrap: wrap;
  }
  .contact-business-card-bottom > span{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 300px;
    margin-top: 8px;
  }
  .main-nav{
    justify-content: space-between;
    /* padding: 0rem 2rem; */
  }
  #hamburger-9{
    position: absolute;
    right: 2rem;
  }
  .hamburger{
    display: block !important;
  }
  .social-style{
    width: 25px;
    
  }
  .social-media{
    left: 0rem;
  }
  .swiper-button-prev{
    margin-right: 1rem;
  }
  .swiper-button-next{
    margin-left: 1rem;
  }
  .contact-business-card-top > div > img {
    width: 70px;
    height: 30px;
  }
  .contact-business-card-bottom > span > a {
    font-size: 14px;
  }
  .swiper-slide > img{
    width: 100%;
  }
  .swiper{
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .about-container{
    background-image: url('https://djmayd.s3.eu-central-1.amazonaws.com/bg-about-mobile-new.png');
    background-position-y: 0;
    background-size: contain;
    height: 1180px;
  }
  .reviews-header > span{
    font-size: 12px;
  }
  .phonograph-taklit {
    height: 80%;
  }
  #phonograph-taklit-img {
    width: 220px;
    height: 220px;
  } 
  .phonograph-title{
    width: 100%;
    display: flex;
    margin-top: 0.5rem;
    flex-wrap: wrap;
  }
  .phonograph-title-small {
    font-size: 16px;
    padding-right: 0;
    font-weight: 400;
    color: #0d66a6;
  }
}


.hamburger{
  display: none;
}

.hamburger .line{
  width: 50px;
  height: 5px;
  background-color: #0f66a6;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

/* NINE */

#hamburger-9{
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-9.is-active{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-9:before{
  /* content: ""; */
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  border: 5px solid transparent;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.burger-menu {
  position: fixed;
  height: 100vh;
  padding: 3rem;
  width: 100%;
  top: 4.9rem;
  background: #ffffffa8;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
}
.burger-menu > ul{
  padding: 0;
}
.burger-menu > ul > li {
  list-style-type: none;
  margin: 2rem 2rem;
  color: #0d66a6;
  text-align: center;
  transition: all .2s;
  cursor: pointer;
  font-size: 24px;
}

.burger-menu > ul > li:hover{
  font-weight: bold;
}
#hamburger-9.is-active:before{
  border: 5px solid #0f66a6;
}

#hamburger-9.is-active .line{
  width: 35px;
}

#hamburger-9.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-9.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-9.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}



nagishli *{
  background: #222222 !important;
  padding: 0px;
}
#NagishLiTrigger{
  width: 40px;
  height: 40px;
  bottom: 50px !important;
}
.nagishli-trigger-icon{
  display: flex;
  
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
}
.nagishli-trigger-icon > img{
  width: 25px;
}