:root {
    --button-color: #2596be;
    --button-hover-color: #0f607d;
}

.logo {
    width: 150px;
}


.online-cv .cv-caption .pera2 {
  font-size: 40px;
}

.online-cv .cv-caption .pera1 b {
  color: var(--button-color);
}

.swiper-container.tray-carousel {
  overflow: hidden;
}
.swiper-button-next.tray-button-next{
  top : 65%;
}

.swiper-button-prev.tray-button-prev{
  top : 65%;
}

.social-buttons-wrapper {
  display: flex;
  align-items: center;
}

.social-buttons {
  width: 35px;
  height: 35px;
  line-height: 37px;
  background-color: #d4312c;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
}

.social-buttons.facebook {
  background-color: #3b5998;
}

.social-buttons.instagram {
  background-color: #F18644;
}

.social-buttons.twitter {
  background-color: #379CEB;
}

.social-buttons.linkedin {
  background-color: #2673AF;
}

.support-caption .feature-list {
  list-style-type: disc !important;
  list-style-position: outside;
  padding-left: 30px;
  margin-bottom: 15px;
}

.support-caption .feature-list li {
  display: list-item !important;
  color: #666;
}
