body{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: white;
   background-image: linear-gradient(to right, white 66.66666667%, #242428   33.33333333%) ;  
  color: #55555e ;
  line-height: 30px;
 /* #833AB4 */
}
h1,h2,h3,h4,h5,h6{color:#242428;}
.nMain-container{
  height: 66px;
  /* background: linear-gradient(90deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
  background-image: linear-gradient(to right, white 65%, #161514 35%) !important; */
  padding: 5px 0;
  /* background-image: linear-gradient(to right, white 66.66666667%, #161514 33.33333333%) !important;  */
}
.navbar {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.navbar-nav .nav-item .nav-link{
  color: #dedeed;
}
.nav-link.active{
  color: #FD4A1D !important;
}
.bannertext h1{
font-weight: 600;
}
.bannertext p i{
color: #FD4A1D ;
}
.bannertext a{
text-decoration: none;
color:#55555e ;
}
.bannertext a:hover{
color: #FD4A1D ;
}
.avatar{
  padding-right: 30%;
}
.bannertext a.btn-dark{
  background: #222224;
  border-radius: 0;
  padding: 10px 15px;color: #fff;
}
.social a{ color:161514 ;font-size: 32px;}
.textgradi{
  font-weight: 300 !important;
  font-size: 32px;
  background: -webkit-linear-gradient( #833AB4, #FD4A1D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.detail h4{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  padding-left: 50px;
  position: relative;
}
.detail h4::before{
  content: '';
  width: 36px;
  height: 5px;
  background-image: linear-gradient(to right, #833AB4 , #FD4A1D ) ;
  display: block;
    position: absolute;
    left: 0;
    top: 12px;
}
.detail .content{
  padding-left: 50px;
  padding-bottom: 32px;
}
.detail .content .list-unstyled li h5{
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  color: #833AB4 !important;
} 
.detail .content .list-unstyled li h5::before{
   content: '';
  width: 10px;
  height: 10px;
  background-image: linear-gradient(to right, #833AB4 , #FD4A1D ) ;
  display: block;
    position: absolute;
    left: 0;
    top:5px;
    border-radius: 50%;
} 
.detail .content .list-unstyled li p{
  padding-left: 25px;
  margin-bottom: 1.5rem;  
}
strong {
    font-weight: 500;
    color: #242428;
}
.text-primary{color: #833AB4 !important;}
.text-light{color: #818181 !important;}
@media (max-width:991px){
  body{background-image: linear-gradient(to right, white 66.66666667%, white 33.33333333%) ;}
  .nMain-container .navbar{
    background-image: linear-gradient(to right, white 66.66666667%, white 33.33333333%) ; 
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  }
  .avatar{padding-right: 0;text-align: left;}
  .avatar img{width: 200px;}
  .navbar-nav .nav-item .nav-link {
    color: #55555e;
}
.navbar-toggler{
  border-radius: 0;
  padding: 3px 6px;
}
}
