

/** skills-section **/

.skills-section_433ee2878990287b{
  position: relative;
}

.skills-section_433ee2878990287b .upper-box_5abeafb2d8407e42{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.skills-section_433ee2878990287b .upper-box_5abeafb2d8407e42 .link_99b4709657606c93 a{
  position: relative;
  display: inline-block;
  width: 205px;
  height: 205px;
  line-height: 205px;
  font-size: 60px;
  color: var(--title-color);
  border: solid;
  border-width: 1px;
  border-color: var(--secondary-color);
  border-radius: 50%;
  text-align: center;
}

.skills-section_433ee2878990287b .upper-box_5abeafb2d8407e42 .link_99b4709657606c93 a i{
  position: relative;
  display: inline-block;
  transition: all 500ms ease;
}

.skills-section_433ee2878990287b .upper-box_5abeafb2d8407e42 .link_99b4709657606c93 a:hover i{
  transform: rotate(45deg);
}

.skills-section_433ee2878990287b .title-box_ed1b2849647cbd65 h2{
  font-size: 36px;
  line-height: 38px;
  font-weight: 500;
}

.skills-section_433ee2878990287b .left-content_7c84d0b05fa8e1ae{
  position: relative;
  display: block;
}

.skills-section_433ee2878990287b .left-content_7c84d0b05fa8e1ae .inner-box_fdac53e7a9f7ff7e .single-item_ee558c58cb5dc762{
  position: relative;
  padding: 37px 100px 45px 150px;
  border-bottom: 1px solid var(--secondary-color);
}

.skills-section_433ee2878990287b .left-content_7c84d0b05fa8e1ae .inner-box_fdac53e7a9f7ff7e .single-item_ee558c58cb5dc762:first-child{
  border-top: 1px solid var(--secondary-color);
}

.skills-section_433ee2878990287b .left-content_7c84d0b05fa8e1ae .inner-box_fdac53e7a9f7ff7e .single-item_ee558c58cb5dc762 .year_0d139e95d27939d9{
  position: absolute;
  left: 0px;
  top: 37px;
  display: block;
  font-size: 16px;
  line-height: 37px;
  font-weight: 500;
  color: var(--title-color);
}

.skills-section_433ee2878990287b .left-content_7c84d0b05fa8e1ae .inner-box_fdac53e7a9f7ff7e .single-item_ee558c58cb5dc762 h3{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 37px;
  font-family: var(--title-font);
  font-weight: 500;
  margin-bottom: 4px;
}

.skills-section_433ee2878990287b .left-content_7c84d0b05fa8e1ae .inner-box_fdac53e7a9f7ff7e .single-item_ee558c58cb5dc762 .text-box_13f822099b857ae0 span{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 38px;
  color: rgba(0, 0, 0, 0.35);
}

.skills-section_433ee2878990287b .left-content_7c84d0b05fa8e1ae .inner-box_fdac53e7a9f7ff7e .single-item_ee558c58cb5dc762 .count-text_4dbec1d48791e12b{
  position: absolute;
  top: 29px;
  right: 0px;
  font-size: 80px;
  line-height: 72px;
  font-family: var(--title-font);
  font-weight: 100;
  color: rgba(0, 0, 0, 0.10);
}

.skills-section_433ee2878990287b .right-content_15c1d2a32703ce9b{
  position: relative;
  display: block;
}

.skills-section_433ee2878990287b .right-content_15c1d2a32703ce9b .inner-box_fdac53e7a9f7ff7e .single-item_ee558c58cb5dc762{
  position: relative;
  display: block;
  background: #F5F4F5;
  padding: 70px 48px 37px 32px;
  margin-bottom: 44px;
  border-radius: 30px;
  z-index: 1;
}

.skills-section_433ee2878990287b .right-content_15c1d2a32703ce9b .inner-box_fdac53e7a9f7ff7e .single-item_ee558c58cb5dc762:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  border-radius: 30px;
  z-index: -1;
  transition: all 500ms ease;
}

.skills-section_433ee2878990287b .right-content_15c1d2a32703ce9b .inner-box_fdac53e7a9f7ff7e .single-item_ee558c58cb5dc762:hover:before{
  height: 100%;
  top: 0px;
}

.skills-section_433ee2878990287b .right-content_15c1d2a32703ce9b .inner-box_fdac53e7a9f7ff7e .single-item_ee558c58cb5dc762:last-child{
  margin-bottom: 0px;
}

.skills-section_433ee2878990287b .right-content_15c1d2a32703ce9b .inner-box_fdac53e7a9f7ff7e .single-item_ee558c58cb5dc762 h2{
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 79px;
  font-family: var(--text-font);
  font-weight: 500;
}

.skills-section_433ee2878990287b .right-content_15c1d2a32703ce9b .inner-box_fdac53e7a9f7ff7e .single-item_ee558c58cb5dc762 .text-box_13f822099b857ae0{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.skills-section_433ee2878990287b .right-content_15c1d2a32703ce9b .inner-box_fdac53e7a9f7ff7e .single-item_ee558c58cb5dc762 .text-box_13f822099b857ae0 .text{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 39px;
  color: rgba(0, 0, 0, 0.30);
}

.skills-section_433ee2878990287b .right-content_15c1d2a32703ce9b .inner-box_fdac53e7a9f7ff7e .single-item_ee558c58cb5dc762 .text-box_13f822099b857ae0 .year_0d139e95d27939d9{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 39px;
  font-weight: 700;
  color: var(--title-color);
}

.skills-section_433ee2878990287b .skills-list_5c8f46d6d207a852 li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
  margin-bottom: 30px;
}

.skills-section_433ee2878990287b .skills-list_5c8f46d6d207a852 li a{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  background: var(--secondary-color);
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 20px 36px;
}

.skills-section_433ee2878990287b .skills-list_5c8f46d6d207a852 li a:hover{

}

.skills-section_433ee2878990287b .skills-list_5c8f46d6d207a852 li button{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 70px;
  color: var(--title-color);
  transition: all 500ms ease;
}

.skills-section_433ee2878990287b .skills-list_5c8f46d6d207a852 li button:hover{

}

.skills-section_433ee2878990287b .image-layer_3dd0c4de7a27a9f7{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.skills-section_433ee2878990287b .image-layer-dark_d6f0abb2538ed57f{
  position: absolute;
  right: 0px;
  bottom: 0px;
  opacity: 0;
}

.skills-section_433ee2878990287b .list-inner_efe3ba6de3f52483 h3{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 49px;
}

.skills-section_433ee2878990287b .list-inner_efe3ba6de3f52483 .skills-list_5c8f46d6d207a852 li a{
  padding: 20px 28px;
}
























