body{background: linear-gradient(180deg, #1d0f30  0%, #0c031a 100%);font-family: "Sora", sans-serif;}

.bg-image{background-image:url(../images/support-bg-img.png);background-repeat: no-repeat;background-size: cover;width: 100%;height: 100vh;}
.box-height{height: 392px;}
.primary-color{background-color: #FE6B01;}
.orange-text-color{color: #FE6B01;}
.bg-gray-800{background-color: transparent;}
.bg-black{background: #9253FA;}
.bg-black-800{background-color: #480D9B;}
.bg-purple{background-color: #260553}

.active-page{
    color: #9253FA;
 }

.font-heading{line-height: 90px;}
.subfont-heading{line-height: 45px;}
.list-line-height{list-style: 30px;}
.text-height{line-height: 36px;}
.footer{background-color: #070113;}
.support-img{width: 660px;margin: 0 auto;}

.text-purple{color: #505BDB;}
.text-4xl{line-height: 4.2rem;}
.linear-text {background: -webkit-linear-gradient(-105deg, #FE6B01 0%, #480D9B 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.linear-blue-text{ background: -webkit-linear-gradient(-105deg, #ffffff  18.74%, #4DB5FF  85.19%,#BAE2FE 125.17% ); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.linear-green-text{background: -webkit-linear-gradient(-105deg, #ffffff 18.74%, #459A04 85.19%,#C2FD95 125.17%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.linear-purple-text{background: -webkit-linear-gradient(-105deg, #ffffff 18.74%, #7B2BFF 85.19%,#B68AFF 125.17%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.linear-orange-text{background: -webkit-linear-gradient(-105deg, #ffffff 18.74%, #F87803 85.19%,#FFD15C 125.17%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.linear-green-text{background: -webkit-linear-gradient(-105deg, #ffffff 18.74%, #459A04 85.19%,#C2FD95 125.17%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.linear-green-text{background: -webkit-linear-gradient(-105deg, #ffffff 18.74%, #459A04 85.19%,#C2FD95 125.17%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
/* .linear-orange-text{background: -webkit-linear-gradient(-269deg, #480D9B -7.83%, #FFFFFF  113.75%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.linear-purple-text{background: -webkit-linear-gradient(306deg, #7B2BFF -3%, #B68AFF 77.37%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.linear-red-text{background: -webkit-linear-gradient(30deg, #FF0000 -3%, #FF5CE4 77.37%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;} */
/* .linear-blue-text{background: -webkit-linear-gradient(-11deg, #00B2FF -3%, #FF8800 77.37%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;} */
.linear-skyblue-text{background: -webkit-linear-gradient(306deg, #FE6B01   0.63%, #B14342  80.35%, #480D9B 257.15%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.bg-shadow:hover{box-shadow: 0px 0px 35px 9px rgba(85, 97, 248, 0.25);}

.moving-left{transition: transform 0.3s ease;transform: translateX(0px);}
.moving-left:hover{transform:  rotate(1deg);}

.zoom{transition: all 0.5s ease-in-out;transform:scale(1);}
.zoom:hover {transform:scale(0.9);}


@media (min-width: 320px) and (max-width: 768px) {
    .font-heading{line-height: 58px;}
    .subfont-heading{line-height: 45px;}
    .text-height{line-height: 30px;}
}