/*Cundle Chart*/

.cundle-chart-deals{
    position: relative;
    width: calc(100% - 35px); 
    height: 600px;
    margin: 0 auto;
  }

/*Cundle Chart*/


/*NOT IIR*/

  .not-iir h2{
    font-size: 22px;
    line-height: 26px;
    color: gray;
  }
 .not-iir p, .not-iir ul{
    font-size: 16px;
    line-height: 20px;
    color: gray;
  }

 /*NOT IIR*/


 /*SCREENSHOT-CAROUSEL*/

  .screenshot-carousel{
  width: calc(100% - 25px);
  max-width: 500px;
  margin: 0 auto;
  position: relative;
  height: max-content;

  }

  .screenshot-wrap{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: max-content;

  }
  .wrap{
  padding: 35px;
  display: flex;
  height: 100%;
  width: 230%;
  max-width: 1410px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  }

  .screenshot-block{
    width: 100%;
    max-width: 450px;
    padding: 10px;

  }


  .screenshot-slide-left{
    text-align: right;
  }
  
  .screenshot-slide-center img{
    width: 100%;
    border-radius: 20px;

    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .35);
  box-shadow: 0 0 40px rgba(0, 0, 0, .35);
  }

   .screenshot-slide-left img, .screenshot-slide-right img{
    width: 85%;
    border-radius: 20px;
    opacity: .1;
  }


.screenshot-nav {
position: absolute;
top: calc(50% - 25px);  
border: none;
background: #fff;
height: 32px;
width: 35px;
cursor: pointer;
z-index: 999;         
color: rgb(40,40,40);

padding: 0;
padding-right: 3px;

height: 50px;
width: 50px;
border-radius: 50%;
background: rgb(235,235,235);
}
 .screenshot-nav-prev {
left: -25px;
transform: rotate(-180deg);  
}
.screenshot-nav-next {
left: calc(100% - 25px);      
transform: rotate(-180deg);  
}


@media (hover: hover) and (pointer: fine) {
.screenshot-nav:hover{
height: 60px;
width: 60px;
top: calc(50% - 30px); 
}
}


 /*.screenshot-carousel-wrap{
    position: relative;
    width: calc(100% - 50px);
    max-width: 600px;
    margin: 0 auto;
}

.screenshot-carousel {
  position: relative;
  display: flex;
  overflow: hidden;
  max-width: 600px;
  height: 800px;
  margin: 0 auto;
padding: 50px 0;
}

.screenshot-slide-wrap {
  display: flex;
  justify-content: center; 
  align-items: center;  
  box-sizing: border-box;
  height: 100%;
}

.screenshot-nav {
position: absolute;
top: calc(50% - 25px);  
border: none;
background: #fff;
height: 32px;
width: 35px;
cursor: pointer;
z-index: 999;         
color: rgb(40,40,40);

padding: 0;
padding-right: 3px;

height: 50px;
width: 50px;
border-radius: 50%;
background: rgb(235,235,235);
}

.screenshot-nav-prev {
left: -25px;
transform: rotate(-180deg);  
}
.screenshot-nav-next {
left: calc(100% - 25px);      
transform: rotate(-180deg);  
}


@media (hover: hover) and (pointer: fine) {
.screenshot-nav:hover{
height: 60px;
width: 60px;
top: calc(50% - 30px); 
}
}

.screenshot-slide-center {
  flex: 0 0 70%;
  position: relative;
  z-index: 2;
  align-items: center;
}

.screenshot-slide-left,
.screenshot-slide-right {
  flex: 0 0 50%;
  position: relative;
  z-index: 1;
}

.screenshot-slide-left {
  margin-left: -35%;
}

.screenshot-slide-right {
  margin-right: -15%;
}


.screenshot-slide-wrap img {
  max-height: 98%;
  width: auto;  
  display: block;
  user-select: none;
  pointer-events: none;
  border-radius: 35px;


}

.screenshot-slide-left img, .screenshot-slide-right img{
height: 80%;
opacity: .2;
}

.screenshot-slide-center img {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .35);
  box-shadow: 0 0 40px rgba(0, 0, 0, .35);
}*/

/*SCREENSHOT-CAROUSEL*/