/* ===================================
    Crafto - Application
====================================== */
/* font */
@font-face {
    font-family: 'Pinar';
    src: url('../fonts/Pinar-DS1-FD.woff') format('woff');
}

@font-face {
    font-family: 'Estedad';
    src: url('../fonts/Estedad-VF-FD.woff2') format('woff2-variations');
}
/* variable */
:root {      
    --alt-font: Estedad, sans-serif; 
    --primary-font: Estedad, sans-serif;
    --base-color:#395b7d;
    --dark-gray: #2c2e3c;
    --medium-gray:#797a85;
}
/* reset */
::-webkit-input-placeholder {
    color: var(--aluminium-grey) !important;
    text-overflow: ellipsis; 
}
::-moz-placeholder {
    color: var(--aluminium-grey) !important;
    text-overflow: ellipsis;
    opacity: 1; 
}
:-ms-input-placeholder {
    color: var(--aluminium-grey) !important;
    text-overflow: ellipsis;
    opacity: 1; 
}
/* custom cursor */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
    }
    .custom-cursor .circle-cursor-inner {
        width: 25px;
        height: 25px;
        background: rgba(44,46,60,.15)
    }
}
/* bg gradient color */
.bg-gradient-pink-orchid {
    background-image: linear-gradient(to left top, #e958a1, #e15aae, #d15ec7, #c561db, #bf63e5);
}
.bg-dark-haiti {
    background-color: #2e2b39;
}
.bg-floral-white {
    background-color: #fff8e7;
}
.bg-licorice-blue {
    background-color: #585d72;
}
.bg-black-pearl-blue {
    background-color: #232530;
}
.bg-black-pearl-blue-dark {
    background-color: #1f212a;
}
.bg-linen{
    background-color: #fdedea;
}
.bg-oxford-blue{
    background-color: #262D38;
}
/* text gradient color */
.text-gradient-pink-orchid {
    background-image: linear-gradient(to left, #e958a1, #e15aae, #d15ec7, #c561db, #bf63e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* btn */  
.btn {
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}
.btn.btn-extra-large {
    font-size: 17px;
}
.btn.btn-large {
    font-size:15px;
}
.btn.btn-medium {
    font-size: 14px;
}
.btn.btn-small {
    font-size: 13px;
}
.btn.btn-very-small {
    font-size: 12px;
}
.btn-gradient-pink-orchid {
    background-image: linear-gradient(to left, #e958a1, #bf63e5, #bf63e5);
    background-size: 200% auto;
    color: var(--white);
}
/* newsletter */
.newsletter-style-02 .btn {
    padding: 7px 18px 9px 18px;
}
.newsletter-style-02 input { 
    padding-left: 50px;
    font-size: 14px; 
}
/* border color gradient */
.border-gradient-pink-orchid {
    border-image: linear-gradient(to left top, #e958a1, #e15aae, #d15ec7, #c561db, #bf63e5);
    border-image-slice: 1;
}
/* header */
header .navbar-brand .default-logo {
    max-height: 60px;
}
header .navbar-brand .mobile-logo {
    max-height: 32px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 17px; 
}
header .btn i {
    top: -1px !important;
}
header.sticky.sticky-active .disable-fixed[data-header-hover=light] {
    background-color: transparent !important;
    box-shadow: none !important;
}
/* top left bottom right */
.bottom-130px {
    bottom: 130px;
}
.bottom-150px {
    bottom: 150px;
}
.top-25 {
    top: 25%!important;
}
/* height */
.h-64px {
    height: 64px !important;
}
/* margin */
.margin-minus-95px-bottom {
    margin-bottom: -95px;
}
/* border radius */
.border-radius-top-right{
    border-radius: 0 10px 10px 0 !important;
}
.border-color-transparent-dark {
    border-color: rgba(31, 36, 46, 0.5) !important;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.063rem;
    line-height: 4.375rem;
}
.page-title-extra-large h2 {
    font-size: 16px;
    line-height: 20px;
}
/* scrolling text */ 
.marquees-text {
    word-break: normal;
}
/* review */
.review-star-icon i {
    color: #ffae00;
}
/*  process step style 05  */
.process-step-style-05 .progress-step-separator {
    bottom: inherit;
    height: 100%;
}
/*  footer  */
footer .footer-logo img {
    max-height: 32px;
}
footer ul li {
    margin-bottom: 0;
}
/* media query responsive */
@media (max-width: 1199px) {
    .review-star-icon i {
        letter-spacing: 2px;
    }
    .newsletter-style-02 input {
        padding-right: 15px;
    }
}
@media (max-width: 991px) {
    .sm-border-radius-all{
        border-radius: 10px !important;
    }
}
@media (max-width: 575px) {
    header .header-icon .btn.btn-rounded.btn-small {
        padding-right: 20px;
    }
}

.price-bar {
    height: 55px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--base-color);
    opacity: 0.9;
    color: #fff;
    padding: 22px 12px 8px 12px;
    font-size: 16px;
    z-index: 9999;
    gap: 10px;
    overflow: hidden;
    direction: ltr !important;
    align-items: center;
}

.price-btn {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .price-bar {
    font-size: 14px;
    padding: 16px 6px 4px 6px;
    }
    .price-btn {
        font-size: 10px !important;
        padding: 4px 10px !important;
    }
    .price-table th, .price-table td{
        font-size: 12px !important;
    }
    .price-table .price-font-small{
        font-size: 10px !important;
    }
}

.price-btn-container {
    position: fixed;
    bottom: 55px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10000;
    transform: translateY(40%);
}
.price-btn {
    border: none;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    background-color: var(--dark-gray);
}

.price-btn:hover {
    background-color: var(--dark-gray);
    color: #fff;
    transform: scale(1.05) translateY(-2px);
}
.js-marquee{
    direction: rtl !important;
}
