.navbar-color {
    transition: 500ms;
    background: rgb(96, 46, 231);
    background: linear-gradient(90deg, rgba(96, 46, 231, 1) 0%, rgba(115, 72, 159, 1) 100%);
    backdrop-filter: saturate(180%) blur(20px);
}


.bg-cover-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-gradient-purple {
    @include purple-gradiant;
}

.min-h-100 {
    min-height: 100vh;
}

.min-w-100 {
    min-width: 100vw;
}

.min-h-90 {
    min-height: 90vh;
}

.min-w-90 {
    min-width: 90vw;
}

.min-h-80 {
    min-height: 80vh;
}

.min-w-80 {
    min-width: 80vw;
}

.min-h-50 {
    min-height: 50vh;
}

.min-w-50 {
    min-width: 50vw;
}

.mt-6 {
    margin-top: 4rem;
}

.mt-7 {
    margin-top: 5rem;
}

.mt-8 {
    margin-top: 6rem;
}

.mt-7 {
    margin-top: 7rem;
}

.line-hi-1 {
    line-height: 1rem;
}

.line-hi-2 {
    line-height: 1.2rem;
}

.line-hi-3 {
    line-height: 1.5rem;
}

.line-hi-4 {
    line-height: 1.7rem;
}

.line-hi-5 {
    line-height: 2rem;
}

.line-hi-6 {
    line-height: 2.5rem;
}

.line-hi-7 {
    line-height: 3rem;
}

.card-our-value {
    box-shadow: 0 0.125rem 0.25rem rgba(123, 76, 251, 0.075);
    transition: 500ms;
}

.card-our-value:hover {
    box-shadow: 0 0.5rem 1rem rgba(123, 76, 251, 0.3);
    transition: 500ms;
    scale: 1.05;
}

.shadow-purple {
    box-shadow: 0 0.5rem 1rem rgba(123, 76, 251, 0.3);
}

.brand-logo {
    transition: 500ms;
    filter: grayscale(100%);
}

.brand-logo:hover {
    filter: grayscale(0);
}

.float-btn {
    font-family: Vazirmatn RD, sans-serif;
    border: 0;
    position: fixed;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background: linear-gradient(to bottom, #74499D 0%, #5E2CED 100%);
    color: #FFF;
    border-radius: 15px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.float-btn-item {
    margin-top: 22px;
}

.bg-shade-purple {
    background-color: #9d7aff;
}

.contact-us-input::placeholder {
    color: #FFFFFF !important;
}

.contact-us-input:focus {
    color: #9d7aff !important;
}

.hover-purple {
    transition: 0.5s;
}

.hover-purple:hover {
    color: #9d7aff !important;
}

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
}

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}

.sell-center-img {
    rotate: -15deg;
    width: 200px;
}

.img-product {
    width: 200px;
}

.bg-light-gray {
    background-color: #F5F5F7
}

body {
    background-color: #F5F5F7;
}

.high-light {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(255, 255, 255) 0px -2px 0px 0px inset, rgb(255, 196, 151) 0px -10px 0px 0px inset
}
.hover-go-up{
    transition: 0.5s;
}

.hover-go-up:hover {
    transform: translateY(-10px);
}

.hover-text-bold{
    transition: 0.5s;
}

.hover-text-bold:hover {
    font-weight: bold;
    scale: 1.05;
}

