@import url('https://fonts.cdnfonts.com/css/conthrax');
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap');



html,
body {
    font-family: "Blinker", sans-serif;
}

.aido-title {
    font-family: 'Conthrax', sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slick-prev:before,
.slick-next:before {
    font-size: 25px !important;
}

.slick-prev,
.slick-next {
    z-index: 20 !important;
}

.badge {
    background-color: #9300F5;
    border-radius: 100px;
    color: #fff;
    padding: 5px 12px;
    font-size: 1rem;
    font-weight: 500;
}

.navbar-brand img {
    padding-left: 20px;
    height: 36px;
    width: auto;
}

.pa-mobile-main-logo img {
    height: 25px;
    width: auto;
    margin-top: 22px;
    padding-left: 10px;
}

/* .product-banner{
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.product-banner:hover{
    border-color: var(--primary);
} */
/* 
.pa-gradient-back-v1 {
    background: linear-gradient(90deg, rgba(242, 204, 28, .8) 0%, rgba(255, 217, 77, .8) 100%);
} */

.pa-portfolio-thumb-deco-1,
.pa-portfolio-thumb-deco-2 {
    background: linear-gradient(90deg, var(--primary) 0%, var(--primary-b) 100%);
}

.product-banner {
    position: relative;
}

.product-banner:hover:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: url(/assets/images/light-top.png);
    background-repeat: no-repeat;
    background-size: 200% 60px;
    z-index: 1;
    background-position: center;
}

.product-banner:hover:after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: url(/assets/images/light-bottom.png);
    background-repeat: no-repeat;
    background-size: 200% 60px;
    z-index: 1;
    background-position: center;
}

.pa-button-primary {
    border-radius: 10px !important;
    color: #000 !important;
    font-size: 1.2rem !important;
    background: linear-gradient(180deg, var(--primary) 54.94%, var(--primary-c) 132.65%);
}

footer {
    background-image: url(/assets/images/footer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* margin-top: 6em; */
    background-color: transparent !important;
    height: 200px;
    display: flex;
    align-items: flex-end;
}

.pa-page-transition-1 {
    background-color: #000;
}

.pa-services img {
    object-fit: contain;
}

@media screen and (max-width:767px) {
    .pa-services img {
        height: 80px !important;
        width: auto !important;
    }
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background-color: #000 !important;
}

input,
textarea,
select {
    border: 1px solid #FFFFFF33;
    background: #FFFFFF0D;
    min-height: 42px;
    border-radius: 5px;
    padding: 5px 12px !important;
}

.divider {
    height: 4px;
    width: 100%;
    background: linear-gradient(180deg, #5ECBF5 54.94%, #2E368F 132.65%);
}