main{
  overflow: hidden;
}

#service{
  text-align: center;
  padding-top:100px;
  margin-bottom:100px;
}

#service section{
  margin-bottom:32px;
}

#service .title{
  font-size:61px;
  display: flex;
  flex-direction: column;
}

#service .title span{
  font-size:25px;
  font-family:'Satoshi';
  font-weight:500;
  text-transform: uppercase;
}

#service .service-list {
  display: flex;
  flex-wrap:wrap;
  max-width:912px;
  width:100%;
  margin:auto;
  align-items: center;
  justify-content: center;
}

#service .service-list li{
  text-align:left;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  margin:0 16px 16px 0;
  width:288px;
  transition:transform 0.3s;
}

#service .service-list li:hover{
  transform: translateY(-15px);
}

#service .service-list li a{
  display: flex;
  flex-direction: column;
  font-size: 25px;
  font-weight:700;
  padding:35px 32px;
}

#service .service-list .icon{
  color:#F25749;
  width:40px;
  height:40px;
}

#feature{
  background-color:#0F1F2F;
  padding:100px 20px;
  border-radius: 50px;
  margin-bottom:100px;
}

#feature .container{
  display: flex;
  align-items: center;
}


#feature .image-container{
  margin-right:40px;
  width:490px;
  height:523px;
  border-radius:20px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

#feature .info{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width:670px;
  width:100%;
}

#feature .red-button{
  pointer-events: none;
  padding:12px 32px;
  font-size:14px;
  font-weight:600;
  color:#F25749;
  margin-bottom:8px;
}

#feature section{
  color:#ffffff;
}

#feature .title{
  font-size:49px;
  line-height: 60px;
}

#feature .subtitle{
  font-weight:700;
  font-style: italic;
  font-size:25px;
  margin:24px 0;
}

#feature .content{
  margin-bottom:32px;
}

#feature .red-text{
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight:600;
  z-index:1;
  font-family: 'Clash Display';
}

#feature .red-text .circle-arrow{
  margin-left:20px;
}

.service-section{
  max-width:1440px;
  width:100%;
  margin:auto auto 100px auto;
}

.service-section .container{
  margin: auto auto 20px 115px;
}

.service-section .title{
  font-size:49px;
  margin-bottom:24px;
  word-break: break-all;
  display: flex;
  align-items: center;
  word-break: keep-all;
}

.service-section .title::after{
  content:'';
  width:100%;
  height:2px;
  background-color: #F25749;
  margin-left:24px;
}

.service-section .content{
  display: flex;
  align-items: center;
  margin:0;
}

.service-section .content .image-container{
  margin-right:40px;
  height:608px;
  width:540px;
  overflow: hidden;
  border-radius: 20px;
  background-position: center;
  background-size:cover;
}

/* .service-section .content .image-container img{
  width:100%;
} */

.service-section .info{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width:568px;
  width:100%;
}

.service-section .sub-content{
  margin-bottom:24px;
}

.service-section .sub-section{
  margin-bottom:24px;
}

.service-section .sub-section li{
  list-style-type: disc;
  margin-left:20px;
  margin-bottom:7px;
}

.service-section .sub-section li:last-child{
  margin-bottom:0;
}

.service-section .sub-section h3{
  font-family:'Clash Display';
  font-size:25px;
  font-weight: 600;
  margin-bottom:10px;
}

#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;
  margin-bottom:80px;
}

#cta section{
  margin-right:135px;
}

#cta .title{
  font-size:61px;
}

#cta .blue-button{
  max-width:294px;
  width:100%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
}

#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;
  color:white;
  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{
  color: #204ECF;
}

#cta .blue-button:hover a .icon{
  color:white;
  transform: translateX(25px);
}

@media( max-width:1000px ){
  #cta .blue-button:hover a{
    color:white;
  }
  #cta .blue-button:hover a .icon{
    transform: translate(15px);
  }
}

@media( max-width:768px ){
  #service{
    padding-top:60px;
  }
  
  #feature{
    padding:40px 40px 60px 40px;
    margin-bottom:90px;
  }
  
  #feature .container{
    flex-direction: column;
    align-items: flex-start;
  }
  
  #feature .image-container{
    width:80%;
    margin:0 0 32px 0;
  }
  
  .service-section .container{
    margin: auto 40px 20px 40px;
  }
  
  .service-section .content{
    flex-direction: column;
    align-items: flex-start;
  }
  
  .service-section .content .image-container{
    width:100%;
    height:320px;
    margin:0 0 24px 0;
  }

  .service-section .sub-content{
    margin-bottom:24px;
  }
  
  .service-section .sub-section{
    margin-bottom:24px;
  }
  
  .service-section .sub-section li{
    list-style-type: disc;
    margin-left:20px;
    margin-bottom:7px;
  }
  
  .service-section .sub-section li:last-child{
    margin-bottom:0;
  }
  
  .service-section .sub-section h3{
    font-family:'Clash Display';
    font-size:25px;
    font-weight: 600;
    margin-bottom:10px;
  }

  #cta{
    padding:0 40px;
  }
  #cta .container{
    flex-direction: column;
    align-items: flex-start;
    padding:140px 40px 40px;
  }
  #cta section{
    margin:0 0 40px 0;
  }

  #cta .blue-button:hover a{
    color:#ffffff;
  }

}

@media( max-width:480px ){

  #service{
    margin-bottom:50px;
  }

  /* .service-section .title::after{
    display: none;
  } */

  #service .title,
  #feature .title,
  .service-section .title,
  #cta .title{
    font-size:25px;
    line-height: initial;
    margin-bottom:10px;
  }

  #feature .content,
  .service-section .sub-content,
  .service-section .sub-section li p{
    font-size:16px;
  }

  #service .title span,
  .service-section .sub-section h3{
    font-size:18px;
  }

  #service .service-list li{
    padding:15px;
  }

  #service .service-list li a{
    flex-direction: row;
    font-size:18px;
    align-items: center;
    padding:5px;
  }

  #service .service-list li .icon{
    margin-right:10px;
  }

  #feature .image-container{
    width:100%;
    height:300px;
  }

  #feature .subtitle{
    font-size:18px;
  }

  #feature .subtitle{
    margin:10px 0;
  }

  #feature{
    margin-bottom:40px;
    padding:40px 20px 60px;
  }

  .service-section{
    margin:auto auto 50px auto;
  }

  .service-section .content .image-container{
    height:250px;
  }

  .service-section .container{
    margin:auto 20px 20px;
  }

  #cta{
    padding:0 20px;
  }

  #cta .container{
    padding:60px 20px 40px;
  }

  #cta .blue-button a{
    font-size:20px;
  }

  #cta .blue-button:hover a{
    color:white;
  } 
}