* {
  box-sizing: border-box;
}

body {
  background-color: #1B1D1F;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}

.arbor-index-container {
  width: 80%;
  margin: 0 auto;
  padding-top: 5em;
}

.d-grid {
  display: grid;
  grid-template-columns: 40% 60%;
}

/* left-section-styles-starts */
.section-left {
  margin: 0 auto;
  padding-top: 4em;
}

.arbor-img {
  opacity: 0;
  animation: pageFadeIn .5s ease-in .3s forwards;
}

.about-arbor {
  color: #ffffff;
  font-size: 24px;
  font-style: italic;
  line-height: 34px;
  padding-top: 40px;
  margin: 0;
  opacity: 0;
  animation: pageFadeIn .5s ease-in .6s forwards;
}

.bottom-com-logo {
  padding-top: 6em;
  opacity: 0;
  animation: pageFadeIn .5s ease-in 1.2s forwards;
}

.apply-btn-section {
  margin: 65px 0 30px;

}

.apply-btn-section > a {
  text-decoration: none !important; 
}

.apply-btn {
  padding: 20px 50px;
  border: 1px solid #36B37E;	
  border-radius: 3px;	
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.4);
  color: #36B37E;	
  font-size: 20px;	
  font-weight: bold;	
  text-align: center;
  cursor: pointer;
  opacity: 0;
  animation: pageFadeIn .5s ease-in .9s forwards;
  transition: all .1s ease-in;
}
.apply-btn:hover {
  background-color: #36B37E;
  color: #FFFFFF;
}

.footer-logo {
  display: none;
}

.small-text {
  opacity: .3;
  color: #FFFFFF;
  font-size: 14px;
  font-style: italic;
  padding-right: 10px;
}

.commutatus-logo {
  width: 130px;
  height: 18px;
  vertical-align: middle;
}
/* left-section-styles-starts */

/* right-section-styles-starts */
.section-right {
  position: relative;
}

.cards-container {
  display: flex;
  justify-content: flex-start;
  opacity: 0;
  animation: pageFadeIn .5s ease-in 1.5s forwards;
}

.cards-left-col {
  display: grid;
  grid-template-rows: 1fr 1fr;
  align-items: end;
  justify-items: end;
  margin-right: 20px;
  grid-gap: 20px;
}

.card-right-col {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-gap: 20px;
}

.card-small {
  height: 200px;
  width: 274px;
  border-radius: 5px;
  background-color: #1B1D1F;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width .7s, height .7s ease-out;
  cursor: pointer;
}

.card-big {
  height: 285px;
  width: 390px;
  border-radius: 5px;
  background-color: #1B1D1F;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width .7s, height .7s ease-out;
  cursor: pointer;
}

.about-card-modal {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px;
  width: 100%;
  height: 690px;
  background-color: #1B1D1F;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.4);
  transition: width .7s, height .7s linear;
  cursor: default;
}

.eligibility-card-modal {
  position: absolute;
  top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px;
  width: 100%;
  height: 690px;
  background-color: #1B1D1F;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.4);
  transition: width .7s, height .7s linear;
  cursor: default;
}

.perks-card-modal {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px;
  width: 100%;
  height: 690px;
  background-color: #1B1D1F;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.4);
  transition: width .7s, height .7s linear;
  cursor: default;
}

.timeline-card-modal {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px;
  width: 100%;
  height: 690px;
  background-color: #1B1D1F;
  box-shadow: 0 0 24px 0 rgba(0,0,0,0.4);
  transition: width .7s, height .7s linear;
  cursor: default;
}

.d-flex {
  display: flex;
  opacity: 0;
  animation: pageFadeIn .5s ease-in 1s forwards;
}

.about-title {
  position: relative;
  top: 150px;
  left: 100px;
  opacity: 1;
  animation: moveToTop .5s ease-in 0s forwards;
}

.about-title .cards-img {
  width: 15px;
  height: 15px;
}

.about-title .card-title  {
  font-size: 16px;
}

.eligibility-title {
  position: relative;
  top: 350px;
  left: 40px;
  opacity: 1;
  animation: moveToTop .5s ease-in 0s forwards;
}

.eligibility-title .cards-img {
  width: 15px;
  height: 15px;
}

.eligibility-title .card-title  {
  font-size: 16px;
}

.perks-top-title {
  position: relative;
  top: 100px;
  left: 300px;
  opacity: 1;
  animation: moveToTop .5s ease-in 0s forwards;
}

.perks-top-title .cards-img {
  width: 15px;
  height: 15px;
}

.perks-top-title .card-title  {
  font-size: 16px;
}


.timeline-title {
  position: relative;
  top: 300px;
  left: 300px;
  opacity: 1;
  animation: moveToTop .5s ease-in 0s forwards;
}

.timeline-title .cards-img {
  width: 15px;
  height: 15px;
}

.timeline-title .card-title  {
  font-size: 16px;
}

@keyframes moveToTop {
  to {
    top: 30px;
    left: 0;
  }
}

.title-closed {}

.cards-img {
  width: 30px;
  height: 30px;
}

.card-title {
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  padding-left: 5px;
}
/* right-section-styles-starts */

/* cards-fadeout-animation-styles */
.cards-fade-out {
  animation: cardsFadeOut .3s linear;
  animation-fill-mode: forwards;
  pointer-events: none;
}
@keyframes cardsFadeOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 0;
  }
}

/*cards-fadein-styles */
.cards-fade-in {
  animation: cardsFadeIn .3s linear;
}
@keyframes cardsFadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

/* about-card-modal-content-animation-styles */
.about-modal-details {
  position: absolute;
  left: 15px;
  top: 100px;
  opacity: 0;
  margin-top: 34px;
  padding: 0 100px 20px 45px;
  height: 540px;
  overflow-y: auto;
  animation: fadeInUp .5s ease-in;
  animation-fill-mode: forwards;
}

.about-modal-details::-webkit-scrollbar {
  display: none;
}

.heading-1 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  line-height: 48px;
  margin: 0;
}

.heading-2 {
  font-size: 24px;
  color: #ffffff;
  line-height: 29px;
  margin: 8px 0 24px;
}

.content {
  opacity: .6;
  font-size: 16px;
  color: #ffffff;
  line-height: 23px;
}

.el-modal-content {
  opacity: .6;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin: 8px 0 24px;
}

.about-link {
  display: inline-block;
  margin-top: 24px;
  font-size: 14px;
  color: #188EFB;
  text-decoration: none;
}

.about-link::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  margin-top: 2px;
  background: #188EFB;
  transition: width .3s;
}

.about-link:hover::after {
  width: 100%;
}

.link-img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
}

.blog-section {
  margin-top: 48px;
}

.blog-section .title {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 17px;
  margin-top: 16px;
}

.blog-card  {
  position: relative;
  background-color: #1B1D1F;
  border-radius: 2px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
  transition: all .2s linear;
}

.blog-card:hover {
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.8);
}

.card-arrow {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 15px;
  height: 15px;
}

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card p {
  margin: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* @keyframes bottomFadeOut {
  0% {
    position: absolute;
    bottom: 14%;
    opacity: 0;
  }

  75% {
    position: absolute;
    bottom: 18%;
    opacity: .8;
  }

  100% {
    bottom: 20%;
    opacity: 1;
  }

} */

/* close-btn-animation-styles */
.close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
  z-index: 1;
  animation: fadein 1.5s;
}

.close-img {
  width: 20px;
  height: 20px;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* page-loaded-animation-styles */
@keyframes pageFadeIn {
  100% {
    opacity: 100;
  }
}

.modal-detail-title {
  color: #FFFFFF;
  font-family: Lato;
  font-size: 24px;
  margin: 10px 0 25px;
}

.el-modal-title {
  color: #FFFFFF;
  font-family: Lato;
  font-size: 24px;
  margin: 0;
} 

.animated-link {
  display: inline-block;
  font-size: 14px;
  color: #188EFB;
  cursor: pointer;
  text-decoration: none;
}

.animated-link::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  margin-top: 2px;
  background: #188EFB;
  transition: width .3s;
}

.animated-link .redirect-arrow {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
}

.animated-link:hover::after {
  width: 100%;
}

.timeline-list {
  display: grid;
  grid-template-columns: 65px 1fr;
  padding-top: 16px;
}

.timeline-count {
  height: 40px;
  width: 40px;
  border-radius: 2px;
  background-color: #26282a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F34571;
  font-size: 16px;
  font-weight: bold;
}

.timeline-description {
  box-shadow: inset 0 -1px 0 0 #26282a;
}

.timeline-heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
}

.time-period {
  display: flex;
  align-items: center;
  margin: 8px 0 12px;
}

.time-period .period-info {
  font-size: 14px;
  color: #FFFFFF;
}

.time-period .period-info img {
  opacity: .4;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  vertical-align: middle;
}

.period-seprator {
  width: 3px;
  height: 3px;	
  margin: 0 10px;
  border-radius: 50%;	
  background-color: #F34571;
}

.timeline-position-detail {
  opacity: .6;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding-bottom: 16px;
}

.perks-list {
  display: grid;
  grid-template-columns: 55px 1fr;
  padding: 5px 0;
  margin: 10px 0;
  border-bottom: 1px solid #26282a;
}

.perks-img-box {}

.perks-img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.perks-title {
  opacity: .8;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 13px;
}

.perks-title-detail {
  opacity: .6;
  color: #FFFFFF;
  font-size: 16px;
  margin: 0 0 15px;
}

.eligibility-list {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-gap: 16px;
  border-bottom: 1px solid #26282a;
  padding: 15px 0;
}

.el-count-box {
  height: 40px;
  width: 40px;
  border-radius: 2px;
  background-color: #26282a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #36B37E;
  font-size: 16px;
  font-weight: bold;
}

.eligibility-list-detail > p:nth-child(1) {
  opacity: 0.8;	
  color: #FFFFFF;	
  font-family: Lato;	
  font-size: 20px;	
  font-weight: bold;
  margin: 0 0 8px;
}

.eligibility-list-detail > p:nth-child(2) {
  opacity: 0.6;	
  color: #FFFFFF;	
  font-family: Lato;	
  font-size: 16px;
  margin: 0;
  line-height: 24px;
}

/* common-styles */
.blue-dot {
  color: #188EFB;
}

.blue-color {
  color: #188EFB;
}

.yellow-color {
  color: #FFD204;
}

.green-color {
  color: #36B37E;
}

.pink-color {
  color: #F34571;
}

.display-none {
  display: none;
}

.pointer {
  cursor: pointer;
}

/* responsive-styles */
@media only screen and (max-width: 991px) {
  .arbor-index-container {
    width: 90%;
    margin: 0 auto;
    padding-top: 0;
  }

  .d-grid {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
  }

  .arbor-img {
    width: 100%;
  }

  .section-left {
    padding-top: 2em;
  }

  .about-arbor {
    font-size: 20px;
    text-align: center;
  }

  .section-right {
    margin-top: 30px;
  }

  .cards-container {
    display: block;
    width: 100%;
    opacity: 0;
    animation: pageFadeIn .5s ease-in 2s forwards;
  }

  .cards-left-col {
    display: block;
    margin: 0;
  }

  .card-right-col {
    display: block;
  }

  .card-title {
    font-size: 20px;
  }

  .cards-img {
    width: 28px;
    height: 28px;
  }

  .card-small {
    height: 64px;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 15px;
  }

  .card-big {
    height: 64px;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 15px;
  }

  .about-card-modal {
    padding: 0 30px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh !important;
  }

  .eligibility-card-modal {
    padding: 0 30px;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh !important;
  }

  .perks-card-modal {
    padding: 0 30px;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh !important;
  }

  .timeline-card-modal {
    padding: 0 30px;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh !important;
  }

  .bottom-com-logo {
    display: none;
  }

  .footer-logo {
    display: block;
    text-align: center;
    margin: 20px 0;
    opacity: 0;
    animation: pageFadeIn .5s ease-in 1.5s forwards;
  }

  .about-modal-details {
    padding: 0 20px 20px;
    max-height: 550px;
    top: 75px;
  }
  
  .modal-detail-title {
    font-size: 20px;
  }
  
  .apply-btn-section {
    margin: 45px auto;
    text-align: center;
  }

  .apply-btn  {
    padding: 15px 40px;
  }

  .blog-grid {
    grid-template-columns: auto;
  }

  .timeline-list {
    grid-template-columns: auto;
    grid-template-rows: 65px 1fr;
  }
  
  .time-period {
    flex-direction: column;
    align-items: flex-start;
  }

  .period-seprator {
    margin: 10px 0 10px 5px; 
  }

  .eligibility-list {
    grid-template-columns: auto;
    grid-template-rows: 40px 1fr;
  }

  .display-none-xs {
    display: none !important;
  }

  .display-block-xs {
    display: block;
  }

}
@media only screen and (max-width: 320px) {
  .about-modal-details {
    max-height: 460px;
  }
}
@media only screen and (max-width : 1440px) and (min-width: 1280px) {
  .arbor-index-container {
    width: 85%;
  }

  .section-left {
    margin: 0;
  }

  .card-big {
    width: 360px;
    height: 270px;
  }

  .eligibility-card-modal {
    height: 650px !important;
    width: 700px !important;
  }

  .perks-card-modal {
    height: 650px !important;
    width: 700px !important;
  }

  .bottom-com-logo {
    padding-top: 9em;
  }
}
@media only screen and (max-width : 1280px) and (min-width: 991px) {
  .arbor-index-container {
    width: 85%;
  }

  .section-left {
    margin: 0;
  }

  .card-big {
    width: 330px;
    height: 250px;
  }

  .eligibility-card-modal {
    height: 650px !important;
    width: 700px !important;
  }

  .perks-card-modal {
    height: 650px !important;
    width: 700px !important;
  }
}
