*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.portfolio{
    width: 100%;
    padding-top: 100px;
}
.portfolio .text_one{
    color: #1D1D1E;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    /* identical to box height, or 120% */
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    }
.three{
    width: 100%;
    min-height: 400px;
    margin-top: 50px;
    background: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: hidden;
    
    position: relative;
    top: 0;
}
.portfolio .text_two{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    /* identical to box height, or 120% */
    margin-top: 30px;
    text-align: center;

    color: #1D1D1E;
    margin-bottom: 0;
}
.card-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
  position: relative;
}

.card-carousel .my-card {
  height: 30rem;
  width: 41rem;
  position: relative;
  z-index: 1;
  /* -webkit-transform: scale(0.6) translateY(-2rem); */
  /* transform: scale(0.6) translateY(-2rem); */
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  background: #F6F5F3;
  background-image: url(images/bg-3.png);
    background-repeat: no-repeat;
    background-position: right;
  border-radius: 16px;

}
.portfolio .mah{
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
}

.three .parent{
    width: 100%;
    height: 100%;
    padding: 50px 0px 50px 50px;
    display: flex;

}
.three .top{
    display: flex;
    margin-bottom: 50px;
}
.three .dars{
    display: flex;
    height: 20px;
    margin-right: 30px;

}
.three .modul{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */

    text-align: center;

    color: #000;


    /* Inside Auto Layout */

    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 10px;
}
.three .dastur{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;

    color: #000000;

}
.three .dastur_text{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    /* or 137% */

    letter-spacing: 0.5px;

    /* black */
    width: 345px;
    color: #202124;
    margin-bottom: 30px;
}
.three .button{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */

    letter-spacing: 1px;

    /* green */

    color: #01AD88;
    background-color: transparent;
    border: none;

    /* Inside Auto Layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 10px;
}
.three .chap{
    background-image: url(images/issaev.png);
    width: 40%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%  100%;
    height: 380px;
    margin-top: -33px;
}
.three .cha{
    background-image: url(images/issaev_2.png);
    width: 40%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%  100%;
    height: 380px;
    margin-top: -33px;
}
.card-carousel .my-card.active {
  z-index: 3;
  -webkit-transform: scale(1) translateY(0) translateX(0);
  transform: scale(1) translateY(0) translateX(0);
  opacity: 1;
  pointer-events: auto;
  transition: 1s;
}

.card-carousel .my-card.prev, .card-carousel .my-card.next {
  z-index: 2;
  -webkit-transform: scale(0.8) translateY(-1rem) translateX(0);
  transform: scale(0.8) translateY(-1rem) translateX(0);
  opacity: 0.6;
  pointer-events: auto;
  transition: 1s;
}
.text_la .text_one{
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    /* identical to box height, or 120% */
    margin-top: 55px;
   

    color: #000000;

}
.text_la .text_flex{
    display: flex;
    margin-bottom: 30px;
}
.text_la .flex_one{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    margin-right: 24px;

    color: #000000;
}
.text_la .flex_two{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    width: 40%;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    
    color: #000000;
    
}
.text_la .text_two{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    /* identical to box height, or 120% */
    margin-top: 25px;
    margin-bottom: 20px;

    color: #000000;

}
.text_la .text_three{
    width: 80%;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    display: flex;
    align-items: center;
    letter-spacing: 0.01em;

    color: #000000;
}
/*header {
    width: 100%;
    height: 54px;
    position: fixed;
    top: 0px ; 
    background: #fff;
    z-index: 99999999999999999;
    padding-top: 15px;
    padding-bottom: 10px;
}*/
.text_la .text_flex {
    display: flex;
    margin-bottom: 0px;
}