:root{
    --primary-key: 44.18 64.71% 33.33%;
    --primary-30: 44.18 64.71% 33.33%;
}
@media (min-width: 1200px){
    .header--7 .logo img {
        max-height: 85px;
    }
}
.header--7 .logo img {
    max-height: 60px;
}

.border-primary-key {
    --border-opacity: 1;
    --bs-border-color: hsl(var(--primary-key) / var(--border-opacity));
}
.bg-primary-50 {
    background-color: rgb(235,216,74);
}
.bg-primary-key {
    background: rgb(235,216,74);
    background: linear-gradient(260deg, rgba(235,216,74,1) 0%, rgba(140,111,30,1) 31%, rgba(241,225,90,1) 60%, rgba(141,112,30,1) 100%);
}
.hero-7-video-wrapper::after {
    background: linear-gradient(180deg,rgba(235,216,74,1) 0,rgba(174,43,255,0) 100%);
}
.hero-7-circle-wrapper .hero-7-circle-three {
    background: linear-gradient(180deg,rgba(235,216,74,1) 0,rgba(92,43,255,0) 100%);
}
.hero-7-circle-wrapper .hero-7-radar::before {
    background: linear-gradient(247deg,rgba(235,216,74,1) -50.02%,rgba(92,43,255,0) 54.9%);
}
.footer-7 .radar-logo-wrapper .logo-wrapper img {
    max-width: 70px;
    max-height: 60px;
}
.hero-7-circle-wrapper .hero-7-logo-wrapper::before {
    background: #bca334;
}
.hero-7-circle-wrapper .hero-7-logo-wrapper::after {
    background: linear-gradient(260deg, rgba(235,216,74,1) 0%, rgba(141,112,30,1) 100%);
}
.radar-logo-wrapper .radar::before {
    background: linear-gradient(247deg,rgba(235,216,74,1) -50.02%,rgba(92,43,255,0) 54.9%);
    -webkit-clip-path: polygon(0 0,50% 50%,100% 0);
    clip-path: polygon(0 0,50% 50%,100% 0);
}
.hero-7-circle-wrapper .hero-7-radar .animated-text-wrapper .cd-headline,
.radar-logo-wrapper .radar .animated-text-wrapper .cd-headline {
    background: rgb(255 230 35 / 12%);
}

.header .logo{
    color: #fff;
}
.rounded-full{
    border-radius: 50px;
}
/* background-image:linear-gradient(90deg,#0d003b 21%,#0446A6 50%,#0d003b 80%); */
.radar-logo-wrapper .logo-wrapper img {
    max-width: 120px;
    max-height: 120px;
}
.radar-logo-wrapper .logo-wrapper::after,
.radar-logo-wrapper .logo-wrapper::before{
    display: none;
}

@media (max-width: 767.98px) { 
    .mobile-none{
        display: none;
    }
    .footer-7 .radar-logo-wrapper .logo-wrapper img {
        max-width: 45px;
        max-height: 35px;
    }
}