body{
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 2;
    font-weight: 200;
    color:white;
    overflow-x: hidden;
    background-color: #130F38;
    background-image: url(../img/bg.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
b{
    font-weight: 800;
}
section {
    overflow: hidden !important;
}
.h1{
    font-size: 72px;
    font-weight: 600;
}
.h2{
    font-size: 50px;
    font-weight: 600;
}
.h3{
    font-size: 35px;
    font-weight: 600;
}
.h4{
    font-size: 28px;
    font-weight: 600;
}
.h5{
    font-size: 18px;
    font-weight: 600;
}
.navbar-nav .nav-item{
    margin-left: 30px;
}
.navbar-nav .nav-link{
    color:white;
    font-weight: 600;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover{
    color: rgb(255 174 31);
}
.navbar-toggler-icon {
    background-image: url(../img/menu-icon.svg);
}
.text-gradient{
    background-image: linear-gradient(to right, #E34398 0%, #FADA0A  100%);
    background-clip: text;
    color: transparent;
    font-weight: 800;
}
.btn-primary{
    background-image: linear-gradient(to right, #E34398 0%, #FADA0A  100%)!important;
}
.btn-primary:hover{
    background-image: linear-gradient(to left, #E34398 0%, #FADA0A  100%)!important;
}
.small, small {
    font-size: 0.5em;
}
@keyframes spin {
  from {
    transform: rotate(0deg); /* Starting rotation */
  }
  to {
    transform: rotate(360deg); /* Ending rotation */
  }
}
.spinner {
  animation: spin 12s linear infinite;
}
.icon{
    width: 75px;
    height: 75px;
}
#icon1{
    background-image: linear-gradient(to bottom, #B2005E 0%, #E34398  100%);
    box-shadow: 0px 20px 30px 0px rgba(227,67,152,0.49);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(227,67,152,0.49);
    -moz-box-shadow: 0px 20px 30px 0px rgba(227,67,152,0.49);
}
#icon2{
    background-image: linear-gradient(to bottom, #F4262A 0%, #F48026  100%);
    box-shadow: 0px 20px 30px 0px rgba(250,10,10,0.49);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(250,10,10,0.49);
    -moz-box-shadow: 0px 20px 30px 0px rgba(250,10,10,0.49);
}
#icon3{
    background-image: linear-gradient(to bottom, #F88000 0%, #FAC20A  100%);
    box-shadow: 0px 20px 30px 0px rgba(250,218,10,0.49);
    -webkit-box-shadow: 0px 20px 30px 0px rgba(250,218,10,0.49);
    -moz-box-shadow: 0px 20px 30px 0px rgba(250,218,10,0.49);
}
.card{
    background: #08042F;
}
.rotate{
    transform: rotate(30deg)!important;
    top: 25px !important;
}
#service .card{
    padding:3.3em 1.75em 2.8em 1.75em;
    height: 140px;
}
#service .card:hover{
    background-color: #282356;
}
#service .card:hover .rotate{
    transform: rotate(0deg)!important;
}
.avatar {
    width:153px;
    height: 153px;
    overflow-y: hidden;
    position: relative;
    border-radius: 100%;
}
.avatar img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
}
.carousel-indicators {
    bottom: -60px;
}
.bg-success{
    background-color: #55D05A!important;
}
@media (max-width:992px){
    
}
@media (max-width:768px){
    .nav-item{
        text-align: right;
    }
    .h1 {
        font-size: 50px;
    }
}