main{
  overflow: hidden;
}

#career{
  padding-top:80px;
  margin-bottom:56px;
}

#career section{
  text-align: center;
}

#career .title{
  font-size:61px;
  margin-bottom:8px;
}

#career .content{
  font-size:20px;
  max-width:810px;
  width:100%;
  margin:auto;
}

.bg-image{
  background-image:url('../images/career/bg_career.jpg');
  background-position: center;
  background-size:cover;
  width:100%;
  height:450px;
  margin-bottom:80px;
}

#position{
  margin-bottom:120px;
}

#position > section .title{
  font-size:49px;
  margin-bottom:40px;
}

#position .position-list li{
  padding-bottom:32px;
  margin-bottom:32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#position .position-list li:last-child{
  border-bottom: none;
}

#position .position-list section{
  width:790px;
  margin-bottom:24px;
}

#position .position-list .title{
  font-size:25px;
  margin-bottom:8px;
}

#position .position-list .sub-content{
  display: flex;
  margin-bottom:16px;
} 

#position .position-list .sub-content > p{
  display: flex;
  align-items: center;
  justify-content: center;
} 

#posititon .position-list .icon{
  width:16px;
  height:16px;
}

#position .position-list .time{
  margin-right:20px;
}

#position .position-list a{
  color:#204ECF;
  font-weight:600;
  font-family: 'Clash Display';
  display: flex;
  align-items: center;
  justify-content: center;
}

#position .position-list a .circle-arrow{
  margin-left:20px;
}

#position .position-list .circle-arrow .icon{
  width:32px;
  height:32px;
}

#steps{
  background-color:#060F17;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:100px 20px;
  color:#ffffff;
  margin-bottom:120px;
}

#steps > section{
  max-width:1000px;
  width:100%;
  margin:auto;
  display: flex;
  flex-direction: column;
  align-items: center;

}

#steps > section > .title{
  font-size:49px;
  margin-bottom:80px;
}

#steps ul{
  margin-bottom:80px;
}

#steps li{
  display: flex;
  font-family: 'Clash Display';
  margin-bottom:64px;
}

#steps li:last-child{
  margin-bottom:0;
}

#steps li::before{
  content:'';
  color:#F25749;
  font-size: 39px;
  font-weight: 600;
  width:70px;
  margin-right:47px;
}

#steps li:first-child::before{
  content:'01';
}
#steps li:nth-child(2)::before{
  content:'02';
}
#steps li:last-child::before{
  content:'03';
}

#steps .sub-section .title{
  font-size:39px;
  line-height: 48px;
  margin-bottom:12px;
  font-weight:500;
}

#steps .sub-section .content{
  font-size:16px;
  font-family: 'Satoshi';
}

#cta .container{
  color:white;
  background-image:url('../images/home/bg_cta.jpg');
  background-size:cover;
  background-position: center;
  padding:131px 85px 93px;
  border-radius: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap:wrap;
  margin-bottom:80px;
  
}

#cta section{

  margin:0 135px 40px 0;
}

#cta .title{
  font-size:61px;
}

#cta .blue-button{
  max-width:234px;
  width:100%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  align-self: center;
}

#cta .blue-button:before{
  left:-12px;
}

#cta .blue-button:hover:before{
  width:80%;
}

#cta .blue-button a{
  display: flex;
  align-items: center;
  font-size:31px;
  font-family:'Clash Display';
}

#cta .blue-button .icon{
  transform: translateX(15px);
  transition: transform 0.3s ease-in;
  width:32px;
  height:32px;
}

#cta .blue-button:hover a .icon{
  transform: translateX(25px);
}

/* Modal */
.overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(18, 18, 18, 0.65);
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
  padding:123px 20px;
  display:none;
  z-index:2;
}

#modal-position{
  z-index:5;
  background-color:white;
  max-width:980px;
  width:100%;
  margin:auto;
  padding:40px 20px 60px;
  border-radius: 50px;
}

#modal-position .container{
  max-width:840px;
  width:100%;
  margin:auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#modal-position .close{
  padding:10px;
  background-color: rgba(32, 78, 207, 0.08);
  border-radius:12px;
  align-self: flex-end;
  margin-bottom:24px;
  cursor: pointer;
}

#modal-position .close:before{
  display: none;
}

#modal-position .close .icon{
  width:40px;
  height:40px;
  color:#204ECF;
  margin:0;
}

#modal-position section:first-of-type .title{
  font-size:49px;
  line-height: 60px;
}

#modal-position .sub-content{
  display: flex;
  margin-bottom:48px;
}

#modal-position .sub-content .time{
  margin-right:20px;
}

#modal-position .sub-content p{
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal-position .tasks{
  margin-bottom:64px;
}

#modal-position .skills{
  margin-bottom:40px;
}

#modal-position .tasks .title,
#modal-position .skills .title{
  font-size:31px;
  margin-bottom:16px;
}

#modal-position .container li{
  list-style-type: disc;
  margin:0 0 10px 20px;
}

#modal-position .container li:last-child{
  margin-bottom: 0;
}

#modal-position .resume{
  background: rgba(32, 78, 207, 0.12);
  border: 1px solid #204ECF;
}

#modal-position .resume a{
  color:#204ECF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Clash Display';
  font-weight: 600;
}

#modal-position .resume:before{
  background-color:#204ECF;
}

#modal-position .resume:hover:before{
  width:85%;
}

#modal-position .resume:hover a{
  color:white;
}


#modal-position .resume .icon{
  transform: translateX(10px);
  width:24px;
  height:24px;
  transition: transform 0.3s ease-in;
}


#modal-position .resume:hover .icon{
  color:#204ECF;
  transform: translateX(20px);
}

.overlay.modal-show{
  display: flex;
}

@media (max-width:768px){
  #career{
    padding-top:60px;
    margin-bottom:40px;
  }

  .bg-image{
    height:420px;
  }

  #modal-position{
    padding:40px 40px 60px;
  }

  #modal-position .resume:hover a{
    color:#204ECF;
  }
}

@media (max-width:480px){
  #career{
    padding-top:40px;
    margin-bottom:40px;
  }

  #career .title{
    font-size:30px;
  }

  #career .content{
    font-size:18px;
  }

  .bg-image{
    height:200px;
    margin-bottom:40px;
  }

  #position > section .title,
  #steps > section > .title,
  #steps li::before,
  #cta .title{
    font-size:25px;
  }

  #position .position-list .title,
  #steps .sub-section .title,
  #cta .blue-button a{
    font-size:18px;
  }

  #position .position-list .sub-content > p,
  #position .position-list .content,
  #position .position-list a,
  #steps .sub-section .content,
  #cta .content{
    font-size:16px;
  }

  #position .position-list section{
    margin-bottom:10px;
  }

  #position .position-list a .circle-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    width:32px;
    height:32px;
  }

  #position .position-list .circle-arrow .icon{
    width:20px;
    height:20px;
  }

  #position{
    margin-bottom:40px;
  }

  #steps{
    padding:40px 20px;
    margin-bottom:60px;
  }

  #steps li{
    margin-bottom:30px;
  }

  #steps > section > .title{
    margin-bottom:30px
  }

  #steps .sub-section .title{
    line-height: initial;
  }

  #steps ul{
    margin-bottom:40px;
  }

  #steps li{
    word-break: break-all;
  }
  #steps li::before{
    max-width:40px;
    width:100%;
    margin-right:20px;
  }

  #cta .container{
    padding:60px 20px;
    margin-bottom:40px;
  }

  #cta section{
    margin:0 0 40px 0;
  }

  #cta .blue-button{
    max-width:204px;
  }

  #cta .blue-button .icon{
    width:20px;
    height:20px;
  }
  

  /* Modal */

  #modal-position .close .icon{
    width:20px;
    height:20px;
  }

  #modal-position .close{
    margin-bottom:15px;
  }

  #modal-position section:first-of-type .title{
    font-size:25px;
  }

  #modal-position .sub-content{
    margin-bottom:20px;
  }

  #modal-position .sub-content .time,
  #modal-position .sub-content .avail-pos,
  #modal-position .container li{
    font-size:16px;
  }

  #modal-position .tasks .title, #modal-position .skills .title{
    font-size:20px;
  }

  #modal-position .tasks{
    margin-bottom:30px;
  }

}


