.text-white{
    color: #fff !important;
}

.kart__sl{
    display: grid;
    padding: 2rem;
    
}
.poye{
    border-radius: 15px;
}
.vft{
    width: 298px;
    height: 360px;
    margin-right: 30px;
}
.culu{
    cursor: pointer;
}
.gal__name{
    color: rgb(75, 74, 74);
     margin-bottom: 5px;
     margin-top: 5px;
     margin-left: 5px;
}
.people__gal{
    position: absolute;
    bottom: 10%;
    left: 10%;
    color: #fff;
    font-weight: 500;
}
.head__center{
    color: #000000; 
    margin-bottom: 30px; 
    font-size: 30px; 
    text-align: center;
}
.yhy{
    font-size: 20px;
    margin-bottom: 22px;
    color: #3e3e3e;
}
.head__bui{
    color: #5d5d5d;
    font-size: 18px;
    padding-top: 5px;
}
.oto{
    font-size:14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bubblu{
    height: 200px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 15px;
    text-transform: none!important;
    padding: 5px 9px;
    border-radius: 50%;
    /* background-color: #e0e0e0; */
    letter-spacing: 0;
background-color: #e6e6e6;
    font-variant: initial;
    color: black;
    line-height: 1;
}

.ag-format-container {
    width: 1160px;
    margin: 0 auto;

    position: relative;
}

.ag-timeline-block {
    padding: 100px 0;
}
.ag-timeline_title-box {
    padding: 0 0 100px;


    text-align: center;
}
.ag-timeline_tagline {
    font-size: 40px;
    color: rgb(84, 89, 95);
}
.ag-timeline_title {
    background-image: url(https://raw.githubusercontent.com/SochavaAG/example-mycode/master/pens/timeline/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;

    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    text-fill-color: transparent;
    color: transparent;

    font-size: 80px;
}

.ag-timeline_item {
    margin: 0 0 50px;

    position: relative;
}
.ag-timeline_item:nth-child(2n) {
    text-align: right;
}

.ag-timeline {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;

    position: relative;
}
.ag-timeline_line {
    width: 2px;
    background-color: #bbbbbb;

    position: absolute;
    top: 2px;
    left: 50%;
    bottom: 0;

    overflow: hidden;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ag-timeline_line-progress {
    width: 100%;
    height: 20%;
    background-color: #D2232A;
}

.ag-timeline-card_box {
    padding: 0 0 20px 50%;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
    padding: 0 50% 20px 0;
}
.ag-timeline-card_point-box {
    display: inline-block;
    margin: 0 14px 0 -25px;
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
    margin: 0 -25px 0 14px;
}
.ag-timeline-card_point {
    height: 50px;
    line-height: 50px;
    width: 50px;
    border: 3px solid #D2232A;
    background-color: #D2232A;

    text-align: center;

    font-size: 20px;
    color: #D2232A;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.js-ag-active .ag-timeline-card_point {
    
    background-color: #D2232A;
}
.ag-timeline-card_meta-box {
    display: inline-block;
}
.ag-timeline-card_meta {
    margin: 10px 0 0;

    font-weight: bold;
    font-size: 28px;
    color: #5d5d5d;
}
.ag-timeline-card_item {
    display: inline-block;
    width: 30%;
    margin: -77px 150px 0;
    background-color: #595A5A;

    opacity: 0;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);

    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    -o-transition: -o-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;

    position: relative;
}
.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item {
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
}
.js-ag-active.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item,
.js-ag-active.ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
    opacity: 1;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.ag-timeline-card_arrow {
    height: 18px;
    width: 18px;
    margin-top: 20px;
    background-color: #595a5a;
    
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_arrow {
    margin-left: calc(-18px / 2);
    margin-right: calc(-18px / 2);
}
.ag-timeline_item:nth-child(2n) .ag-timeline-card_arrow {
    margin-left: -10px;

    right: auto;
    left: 0;
}
.ag-timeline-card_img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.ag-timeline-card_info {
    padding: 20px 20px;
}
.ag-timeline-card_title {
    display: none;
    margin: 10px 0 10px;
    font-weight: bold;
    font-size: 28px;
    color: #ffffff;
}
.ag-timeline-card_desc {
    line-height: 1.45;
    text-align: left;
    font-size: 14px;
    color: #fff;
}
/* swiper js */
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
.center__head{
    font-size: 16px;
    color: #8f8f8f;
    padding-top: 20px;
    padding-bottom: 10px;
}
.center__sub{
    font-size: 24px;
    margin-bottom: 50px;
    color: #35a735;
}
.spec{
    text-align: left;
    justify-content: flex-start !important;
}
.ioio{
    width: 70px !important;
    margin: auto;
}
.yuyu{
    font-size: 15px;
    color: #000000;
    margin-top: 10px;
}
@media only screen and (max-width: 979px) {
    .ag-timeline_line {
        left: 30px;
    }

    .ag-timeline_item:nth-child(2n) {
        text-align: left;
    }

    .ag-timeline-card_box,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_box {
        padding: 0 0 20px;
    }
    .ag-timeline-card_meta-box {
        display: none;
    }
    .ag-timeline-card_point-box,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_point-box {
        margin: 130px 0 0 10px;
    }
    .ag-timeline-card_point {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    .ag-timeline-card_item {
        width: auto;
        margin: -65px 0 0 75px;
    }
    .ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_item,
    .ag-timeline_item:nth-child(2n) .ag-timeline-card_item {
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }
    .ag-timeline_item:nth-child(2n + 1) .ag-timeline-card_arrow {
        right: auto;
        left: 0;
    }
    .ag-timeline-card_title {
        display: block;
    }
    .ag-timeline-card_arrow {
        margin-top: 12px;
    }
    .ag-timeline_tagline {
        font-size: 30px;
        
    }
    .ag-timeline-card_title {
        
        font-size: 25px;
        
    }
}

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }

    .ag-timeline-card_img {
        height: auto;
        width: auto;
    }
    .center__head {
        font-size: 13px;
       text-align:center;
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .center__sub {
        font-size: 18px;
      
        
    }
    .yhy{
        font-size: 17px;
        margin-bottom: 18px;
        
    }
    
    .swiper:not(.banner-swipper) .swiper-slide {

    margin-left: 20px;
}

}

@media only screen and (max-width: 639px) {
    .ag-timeline_title {
        font-size: 60px;
    }

    .ag-timeline-card_info {
        padding: 10px 15px;
    }
    .ag-timeline-card_desc {
        font-size: 14px;
    }
    .ag-timeline_tagline {
        font-size: 23px;
        
    }
    .ag-timeline-card_title {
        font-size: 20px;
        font-weight: 500;
        margin: 5px 0 5px;
    }
}

@media only screen and (max-width: 479px) {
    .ag-timeline-card_desc {
        font-size: 12px;
    }
    .ag-timeline-card_desc {
        line-height: 15px;
       
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
        width: 750px;
    }
}

@media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
        width: 960px;
    }
}




