.mistri-about-block {
  overflow: hidden;
  position: relative;
  padding: 130px 0;
}
@media (max-width: 767px) {
  .mistri-about-block {
    padding: 50px 0;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mistri-about-block .compass {
  position: absolute;
  bottom: 20%;
  left: 50px;
  z-index: -1;
  animation: rotate 40s infinite linear;
}
@media (max-width: 991px) {
  .mistri-about-block .compass {
    display: none;
  }
}
.mistri-about-block .drawing-compass {
  position: absolute;
  top: 23%;
  right: -100px;
  z-index: -1;
  animation: scale-animation 2s alternate infinite;
}
@keyframes scale-animation {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  .mistri-about-block .drawing-compass {
    display: none;
  }
}
.mistri-about-block .drawing-compass {
  position: absolute;
  top: 23%;
  right: -100px;
  z-index: -1;

  display: none;
}
.mistri-about-block .about-content-wrapper {
  width: 100%;
}
.mistri-about-block .top {
  display: flex;
  box-sizing: border-box;
  flex-wrap: nowrap;
  justify-content: space-between;
      align-items: center;
}
@media (max-width: 991px) {
  .mistri-about-block .top {
    flex-wrap: wrap;
  }
}
.mistri-about-block .top .top-left {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 55%;
  /* padding-right: 24px; */
}
@media (max-width: 991px) {
  .mistri-about-block .top .top-left {
    padding: 0;
    width: 100%;
  }
}
.mistri-about-block .top .top-left .section-header {
  margin-bottom: 5px;
}
.mistri-about-block .top .top-left .section-header h5 {
  font-size: 16px;
  color: var(--color-primary);
}
.mistri-about-block .top .top-left .section-header h2 {
  font-size: 37px;
  margin-top: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mistri-about-block .top .top-left .section-header h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .mistri-about-block .top .top-left .section-header h2 {
    margin-top: 0px;
  }
}
.mistri-about-block .top .top-left .section-header p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .mistri-about-block .top .top-left .section-header p {
    margin-top: 15px;
    margin-bottom: 27px;
  }
}
.mistri-about-block .top .top-left .experience-progress-wrapper .experience-progress {
  padding-bottom: 22px;
}
.mistri-about-block .top .top-left .experience-progress-wrapper .progress {
  background-color: #ededed;
  height: 10px;
  border-radius: 100px;
}
.mistri-about-block .top .top-left .experience-progress-wrapper .progress .progress-bar {
  background-color: var(--color-primary);
}
.mistri-about-block .top .top-left .experience-progress-wrapper span {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 600;
}
.mistri-about-block .top .top-left .experience-progress-wrapper .experience-title-wrapper {
  display: flex;
  justify-content: space-between;
}
.mistri-about-block .top .top-left .experience-progress-wrapper .experience-title {
  font-weight: 600;
  padding-bottom: 10px;
}
.mistri-about-block .top .top-left .experience-progress-wrapper .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.mistri-about-block .top .top-right {
  padding-right: 8px;
  height: 506px;
}
@media (max-width: 991px) {
  .mistri-about-block .top .top-right {
    width: 100%;
    padding: 0px;
        height: auto;
  }
}
.mistri-about-block .top .top-right .image {
  width: 561px;
  height: 506px;
}
@media (max-width: 991px) {
  .mistri-about-block .top .top-right .image {
    width: 100%;
        height: auto;
  }
}
.mistri-about-block .top .top-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mistri-about-block .bottom {
  padding-top: 65px;
}
@media (max-width: 767px) {
  .mistri-about-block .bottom {
    padding-top: 35px;
  }
}
.mistri-about-block .bottom .bottom-wrapper {
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .mistri-about-block .bottom .bottom-wrapper {
    flex-wrap: wrap;
  }
}
.mistri-about-block .bottom .bottom-wrapper .bottom-left {
  width: 75%;
  height: 450px;
  padding: 0 12px;
  padding-left: 0px;
}
@media (max-width: 991px) {
  .mistri-about-block .bottom .bottom-wrapper .bottom-left {
    width: 100%;
    padding: 0;
    height: auto;
  }
}

.mistri-about-block .bottom .bottom-wrapper .bottom-left .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-left .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
@media (max-width: 767px) {
  .mistri-about-block .bottom .bottom-wrapper .bottom-left .image::before {
    background: none;
  }
}
.mistri-about-block .bottom .bottom-wrapper .bottom-left .image .bottom-left-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-left .image .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: none;
}
@media (max-width: 767px) {
  .mistri-about-block .bottom .bottom-wrapper .bottom-left .image .info {
    padding-top: 11px;
    position: unset;
    justify-content: space-between;
    padding-bottom: 16px;
    padding-top: 28px;
    align-items: center;
  }
}
.mistri-about-block .bottom .bottom-wrapper .bottom-left .image .info .info-con {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #d9d9d9;
}
@media (max-width: 991px) {
  .mistri-about-block .bottom .bottom-wrapper .bottom-left .image .info .info-con {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .mistri-about-block .bottom .bottom-wrapper .bottom-left .image .info .info-con {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
.mistri-about-block .bottom .bottom-wrapper .bottom-left .image .info .info-con ul {
  display: flex;
  align-items: center;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-left .image .info .info-con ul li {
  list-style: none;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-left .image .info .info-con ul li:first-child {
  margin-right: 20px;
  width: 114px;
  height: 114px;
}
@media (max-width: 767px) {
  .mistri-about-block .bottom .bottom-wrapper .bottom-left .image .info .info-con ul li:first-child {
    margin-right: 15px;
  }
}
.mistri-about-block .bottom .bottom-wrapper .bottom-left .image .info .info-con ul li:first-child img {
  width: 114px;
  height: 114px;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-left .image .info .info-con ul li h4 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mistri-about-block .bottom .bottom-wrapper .bottom-left .image .info .info-con ul li h4 {
    font-size: 16px;
  }
}
.mistri-about-block .bottom .bottom-wrapper .bottom-left .image .info .info-con span {
  color: var(--color-primary);
}
@media (max-width: 767px) {
  .mistri-about-block .bottom .bottom-wrapper .bottom-left .image .info .info-con span {
    font-size: 12px;
  }
}
.mistri-about-block .bottom .bottom-wrapper .bottom-left .image .info .signature {
  width: 173px;
  height: 67px;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-left .image .info .signature img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .mistri-about-block .bottom .bottom-wrapper .bottom-left .image .info .signature {
    margin: 10px 0;
  }
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right {
  display: flex;
  flex-direction: column;
  padding: 0 8px;
  width: 25%;
}
@media (max-width: 991px) {
  .mistri-about-block .bottom .bottom-wrapper .bottom-right {
    padding: 0;
    width: 100%;
  }
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .item {
  padding: 30px;
  border: 1px solid #d9d9d9;
  border-bottom: none;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .item .item-div {
  border-bottom: 1px solid #d9d9d9;
  padding-top: 30px;
  padding-bottom: 30px;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .item .item-div:first-child {
  padding-top: 0;
  padding-bottom: 35px;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .item .item-div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .item .item-div h2 {
  padding-bottom: 10px;
  color: var(--color-primary);
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .item .item-div h2 span {
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .item .item-div > span {
  display: inline-block;
  color: #888888;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .experience_video {
  flex: 1;
  position: relative;
  width: 100%;
  height: 152px;
}
@media (max-width: 767px) {
  .mistri-about-block .bottom .bottom-wrapper .bottom-right .experience_video {
    height: 150px;
  }
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .experience_video .play-icon {
  height: 74px;
  border-style: solid;
  border-width: 37px 0 37px 60px;
  border-color: transparent transparent transparent var(--color-primary);
  transition: all 0.5s ease;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .experience_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .experience_video .video-btn-wrp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .experience_video .video-btn-wrp .video {
  position: relative;
  text-align: center;
  display: inline-block;
  z-index: 2;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .experience_video .video-btn-wrp .video a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  font-size: 20px;
  line-height: 60px;
  background-color: #fff;
  z-index: 3;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .experience_video .video-btn-wrp .video a .triangle {
  position: absolute;
  left: 38%;
  top: 33%;
  border: 10px solid transparent;
  border-left: 17px solid var(--color-primary);
  border-radius: 5px;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .experience_video .video-btn-wrp .video-pulse {
  cursor: pointer;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .experience_video .video-btn-wrp .video-pulse::before {
  animation-delay: 1s;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .experience_video .video-btn-wrp .video-pulse::before,
.mistri-about-block .bottom .bottom-wrapper .bottom-right .experience_video .video-btn-wrp .video-pulse::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  border: 1px solid var(--white);
  opacity: 0.7;
  left: 0;
  top: 0;
  animation-name: video-animation;
  border-radius: 50%;
  animation-duration: 2.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes video-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .experience_video.overlay50 {
  position: relative;
}
.mistri-about-block .bottom .bottom-wrapper .bottom-right .experience_video.overlay50::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(14, 14, 14, 0.5);
}
