#bg{
  content: url(/img/progress-bg.png);
  position: absolute;
  top: 37px;
  right: 0;
  z-index: -1;
  height: 400px;
  opacity: 0.3;
}
#bg-fs{
  content: url(/img/progress-bg.png);
  position: absolute;
  top: 22px;
  left: 0;
  z-index: -1;
  height: 344px;
  opacity: 0.4;
  transform: scaleX(-1);
}
.home-bg{
  padding: 100px 0px;

  background: url(/img/bg.png);
  background-size: cover;
  /*
  background: rgb(66,60,255);
  background: linear-gradient(30deg, rgba(66,60,255,1) 0%, rgba(0,48,149,1) 100%);
  */
  color: #ffffff;
}
.home-text{
  font-family: 'PoppinsLight';
  font-size: 18px;
  text-align: justify;
}
.home-logo{
  height: 200px;
}

.home-items{
  position: relative;
  top: -40px;
}
.home-items .item{
  width: 100%;
  padding: 30px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 2px solid #f0f0f0;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 10%, 0% 0);
  transition: all 0.3s;
}.home-items .item:hover{
  transform: translateY(7px);
}
.home-items .item .brand-name{
  font-size: 17px;
  font-weight: 500;
}
.home-items .item .brand-text{
  font-size: 15px;
}

.home-items .item:hover button{
  opacity: 1;
}
.home-items .item button{
  display: flex;
  margin: auto;
  margin-top: 16px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: var(--primary);
  background-color: rgba(255,255,255,0);
  border: 2px solid;
  border-color: var(--primary);
  border-radius: 4px;
  opacity: 0;
  transition: 0.3s;
}.home-items .item button:hover{
  text-decoration: none;
  background-color: rgba(0,123,255,0.1);
}.home-items .item button:focus{
  outline: none;
}
/*
.home-head{
  padding: 40px;
  background-color: #E7E7E7;
}
.home-title{
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 500;
}
.home-description{
  font-size: 14px;
  text-align: justify;
}
.home-logo{
  height: 180px;
}

.home-body{
  padding: 40px;
}
*/

.home-brand{
  /*padding: 100px 30px;*/
  height: 420px;
}
.home-brand.settechs{
  background-color: #f8fcff;

}
.home-brand.setu{
  background-color: #fafafa;
}
.home-brand img{
  max-height: 180px;
}
.home-brand .title{
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.home-brand .description{
  margin-top: 5px;
  font-size: 16px;
  text-align: justify;
}
.home-brand .tagline{
  margin-top: 15px;
  font-style: italic;
}
.home-brand .btn-visit{
  display: inline-block;
  margin-top: 16px;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--primary);
  background-color: rgba(255,255,255,0);
  border: 2px solid;
  border-color: var(--primary);
  border-radius: 4px;
  transition: 0.3s;
}.home-brand .btn-visit:hover{
  text-decoration: none;
  background-color: rgba(0,123,255,0.1);
}

/* width */
.scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.scroll::-webkit-scrollbar-track {
  background: rgba(255,255,255,0);
}

/* Handle */
.scroll::-webkit-scrollbar-thumb {
  background: #2d89ef;
  border-radius: 5px;
}

/* Handle on hover */
.scroll::-webkit-scrollbar-thumb:hover {
  background: #2c7fed;
}
.scroll{
  overflow-y: auto !important;
}
.about-modal{
  position: relative;
  max-height: 100%;

  /*
  background: rgb(46,182,247);
  background: -webkit-linear-gradient(300deg, rgba(46,182,247,1) 0%, rgba(40,37,221,1) 100%);
  background: -o-linear-gradient(300deg, rgba(46,182,247,1) 0%, rgba(40,37,221,1) 100%);
  background: linear-gradient(30deg, rgba(46,182,247,1) 0%, rgba(40,37,221,1) 100%);
  */
  background: linear-gradient(30deg, rgb(0 6 43) 0%, rgb(67 63 255) 100%);
  border-radius: 21px;
  border: none;
  box-shadow: 0 7px 10px rgb(0 0 0 / 45%);
}
.about-close{
  position: absolute !important;
  right: -30px;
  top: 10px;
}
.about-modal .modal-container{
  padding: 50px 35px;
}
.about-modal .title{
  font-size: 3.375rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}
.about-modal .description{
  font-size: 1.75rem;
  color: #ffffff;
  text-align: center;
}
.about-modal .tagline{
  font-size: 1.1rem;
  font-style: italic;
  color: #ffffff;
  text-align: center;
}
.about-modal .bg-brands{
  padding: 20px 40px;
  border-radius: 5px;
}
.about-modal .bg-brands img{
  max-height: 180px;
}
.about-modal img.dots{
  max-width: 140px;
}
.about-modal .about{
  margin-top: 50px;
  color: #000000;
  background-color: #ffffff;
}
.about-modal .about .title{
  margin-bottom: 20px;
  font-size: 18px;
  color: #000000;
  text-align: left;
}
.about-modal .about .description{
  margin-top: 5px;
  font-size: 16px;
  color: #4a4a4a;
  text-align: justify;
}

.work-select{
  margin-top: 50px;
  max-width: 1040px;
}.work-select .title{
  margin-bottom: 20px;
  font-size: 27px;
  text-align: center;
  white-space: nowrap;
}
.work-select .bg{
  padding: 20px;
  display: flex;
  flex-flow: column;
  height: 100%;
}.work-select .bg .content{
  min-height: 240px;
}
.work-select .description{
  margin-bottom: 10px;
  color: #969696;
}
.work-select ul{
  color: #c3c3c3;
}
.work-select .btn-apply{
  margin-bottom: 10px;
  display: block;
  padding: 10px 10px;
  font-weight: 500;
  border: 2px solid #116bff;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
}.work-select .btn-apply:hover{
  text-decoration: none;
  color: #ffffff;
  background-color: #116bff;
}
.btn-apply.fieldstaff:hover{
  background-color: #37a000;
  border-color: #37a000;
}
.btn-apply.creator:hover{
  background-color: #BD2D9F;
  border-color: #BD2D9F;
}
.work-border{
  border-right: 3px solid #116bff;
}
@media (max-width:767px) {
  .work-border{
    border-bottom: 3px solid #116bff;
    border-right: none;
  }
}

.work-bg{
  padding: 2rem 2rem;
  border-left: 3px solid #116bff;
}.work-bg .text{
  font-size: 17px;
  color: #707070;
}


.position-bg{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #f0f0f0;
  border-left: 3px solid #f0f0f0;
  border-radius: 3px;
  transition: 0.3s;
}.position-bg:hover{
  border-color: #116bff;
}.position-bg:hover .icon{
  color: #116bff;
}.position-bg:hover .title{
  color: #116bff;
}


.position-bg .icon{
  margin-right: 10px;
  transition: 0.3s;
}.position-bg .title{
  font-size: 17px;
  transition: 0.3s;
}.position-bg a{
  margin-left: auto;
  padding: 5px 15px;
  font-size: 14px;
  border: 1px solid #116bff;
  border-radius: 3px;
  transition: 0.3s;
}.position-bg a:hover{
  text-decoration: none;
  color: #ffffff;
  background-color: #116bff;
}

.position-bg.creator a:hover{
  text-decoration: none;
  color: #ffffff;
  background-color: #BD2D9F;
  border-color: #BD2D9F;
}

.workatset-home{
  padding: 10px 0px;
  display: inline-block;
  font-size: 10px;

  color: #fff;
}.workatset-home:hover{
  text-decoration: none;
}
.workatset-home i{
  font-size: 12px;
  color: #007bff !important;
}
