@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');


html {
  scroll-behavior: smooth;
}

body {
  background-image: url("bg.png"),url("bg2.jpg");
  background-repeat: no-repeat,repeat;
  background-position: center top;
background-color: #4558a5;
  font-family: "Cairo", sans-serif;
  font-style: normal;
  overflow-x: hidden;

}


img {
  max-width: 100%;
}

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

}

.ag-timeline-block {
  padding: 220px 30px;
  overflow: hidden;
}
.ag-timeline_title-box {
  padding: 0 0 30px;
  color: #ffffff;
  text-align: center;
  margin: auto;
  width: 50%;

}
.ag-timeline_tagline {
  font-size: 40px;
  color: rgb(84, 89, 95);
}
.ag-timeline_title {


  font-size: 60px;
}

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

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

.ag-timeline {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.ag-timeline_line {
  width: 8px;
  background-color: #ffffff;
  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: #ec5354;
}

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

  text-align: center;

  font-size: 18px;
  color: #FFF;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.js-ag-active .ag-timeline-card_point {
  color: #616161;
  background-color: #ffffff;
}
.ag-timeline-card_meta-box {
  display: inline-block;
}
.ag-timeline-card_meta {
  margin: 10px 10px;
  font-weight: bold;
  font-size: 28px;
  color: #ee5455;
  text-align: right;
}
.ag-timeline-card_item {
  display: inline-block;
  width: 45%;
  margin: -77px 0 0;
  background-color: #ffffff;
  opacity: 0;

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

  -webkit-box-shadow: 0 10px 16px 0px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 10px 16px 0px rgb(0 0 0 / 30%);
  -o-box-shadow: 0 10px 16px 0px rgb(0 0 0 / 30%);
  box-shadow: 0 10px 16px 0px rgb(0 0 0 / 30%);

  -webkit-transition: -webkit-transform .5s, opacity .5s;
  -moz-transition: -moz-transform .5s, opacity .5s;
  -o-transition: -o-transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;

  position: relative;
}
.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_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: #ffffff;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 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-right: -10px;

  left: auto;
  right: 0;
}
.ag-timeline-card_img {
  width: 100%;
  border-radius: 8px;
}
.ag-timeline-card_info {
  padding: 20px 30px;
}
.ag-timeline-card_title {
  /*display: none;*/
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 24px;
  color: #ec5354;
  text-align: center;
}
.ag-timeline-card_desc {
  line-height: 1.45;
text-align: center;
  font-size: 19px;
  color: #2c2c2c;
}


.download {
  text-decoration: none;
  font-size: 15px;
  border: 1px solid #ec5354;
  color: #ec5354;
  text-align: center;
  padding: 5px;
}

.displayClass{
  display: none;
}






@media only screen and (max-width: 979px) {
  .ag-timeline_line {
    right: 30px;
  }

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

  .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: 0 -28px 0 0;
  }
  .ag-timeline-card_point {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  .ag-timeline-card_item {
    width: auto;
    margin: -65px 75px 0 0
  }
  .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 {
    left: auto;
    right: 0;
  }
  .ag-timeline-card_title {
    display: block;
  }
  .ag-timeline-card_arrow {
    margin-top: 12px;
  }
}

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

  .ag-timeline-card_img {
    height: auto;
    width: auto;
  }

  .displayClass{
    display: block;
    font-size: 1.2em;
    text-align: right;
  }


}

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

  .ag-timeline-card_info {
    padding: 10px 15px;
  }
  .ag-timeline-card_desc {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .ag-timeline_title-box {
    width: 90%;
  }

}

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

  .ag-timeline_title-box {
    width: 90%;
  }

}

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

  .ag-timeline_title-box {
    width: 90%;
  }
}


.link a {
  background: white;
  border-radius: 8px;
  padding: 10px;
  color: #3b3b3b;
  text-decoration: none;
  box-shadow: 0 10px 16px 0px rgb(0 0 0 / 30%);
  display: inline-block;
  margin: 4px;
}

.link a:hover {
  background: #e84c53;
  border-radius: 8px;
  padding: 10px;
  color: #fafafa;
  text-decoration: none;
}


.sticky {
  position: fixed;
  bottom: 30px;
  z-index: 15;
  text-align: center;
  right: 10px;
  left: 10px;
  overflow: auto;
  white-space: nowrap;

}



::-webkit-scrollbar {
  width: 5px;
  height: 5px;

}

/* Track */
::-webkit-scrollbar-track {

  border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f15250;
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fdfdfd;
}