/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"); */
/* @import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap'); */

@import url("bootstrap.min.css");
@import url("swiper-bundle.min.css");

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap");
@import url("media.css");

:root {
    --primary_color: #c1272d;
    --secondary_color: #252525;
    --hover: #545454;
    --description_p_color: #4a4a4a;
    --white: #fafafa;
}

body {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-size: 14px;
    background: #fafafa;
    transition: all 0.3s linear;
    color: var(--secondary_color);
}

.loading-container {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align: center;
    z-index: 999;
}

.loading-container img {
    width: 50px;
    position: absolute;
    margin: 20px 5px 0px 0px;
}

.loading-spinner {
    border: 8px solid var(--primary_color);
    border-top: 8px solid var(--hover);
    border-bottom: 8px solid var(--hover);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
    margin-top: 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-menuica {
    background: var(--primary_color);
    color: var(--white);
    border-radius: 7px;
}

.btn-menuica:hover {
    background: var(--secondary_color);
    color: var(--white);
}

.bg-menuica {
    background: var(--primary_color);
}

.text-menuica {
    color: var(--primary_color);
}

a {
    text-decoration: none;
    transition: all 0.3s linear;
    font-family: "Inter", sans-serif;
}

a:hover {
    text-decoration: none;
    color: var(--hover);
}

.clear {
    clear: both;
}

.container {
    max-width: 1360px;
}

header {
    transition: all 0.3s linear;
    padding: 10px 0px;
    width: 100%;
    z-index: 999;
}

header.homepage {
    position: absolute;
}

header.sticky {
    position: fixed;
    top: 0px;
    z-index: 9998;
    padding-top: 12px;
    padding-bottom: 12px;
    background: var(--secondary_color);
    width: 100%;
}

header .logo {
    transition: all 0.3s linear;
    height: 33px;
}

header.sticky .logo {
    height: 33px;
    filter: brightness(0) invert(1);
}

header.sticky .navbar-nav .nav-item a.nav-link {
    color: var(--white);
}

header .navbar-nav .nav-item a.nav-link {
    display: inline-block;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    color: var(--secondary_color);
}

header.sticky .navbar-nav .nav-item a.nav-link.loginButton {
    background: var(--white);
    color: var(--secondary_color);
}

header .navbar-nav .nav-item a.nav-link.loginButton {
    background: var(--primary_color);
    color: var(--white);
    border-radius: 7px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
}

header .logoBg {
    position: absolute;
    left: -240px;
    top: 5px;
    z-index: -1;
    transition: all 0.3s linear;
}

#slider {
    height: 809px;
    background: url(../img/slider-bg-all2.webp) no-repeat center center;
}

#slider .swiper {
    width: 100%;
    height: 100%;
}

#slider .swiper h2 {
    color: var(--secondary_color);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 63px;
}

#slider .swiper h2 span {
    color: var(--primary_color);
}

#slider .swiper p {
    color: var(--description_p_color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 20px 0px;
}

#slider .swiper img {
    margin-bottom: -100px;
}

#slider .swiper-scrollbar {
    background: var(--swiper-scrollbar-bg-color, rgba(193, 39, 45, 0.1));
}

#slider .swiper-scrollbar-drag {
    background: var(--swiper-scrollbar-drag-bg-color, rgba(193, 39, 45, 1));
}

#slider .swiper .sliderButton {
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 20px;
    background: var(--primary_color);
    border-radius: 7px;
    margin: 10px 0px;
    display: inline-block;
}

.menuFeatures {
    width: 100%;
    margin: 60px 0px 100px 0px;
}

.menuFeatures h1 {
    color: var(--secondary_color);
    text-align: center;
    font-size: 40px;
    font-weight: 300;
}

.menuFeatures p.description {
    color: var(--description_p_color);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 60px;
}

.menuFeatures .feature {
    text-align: center;
    margin-bottom: 40px;
}

.menuFeatures .feature p {
    color: var(--description_p_color);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.menuFeatures .feature i {
    color: var(--primary_color);
    font-size: 32px;
}

.menuFeatures .feature h2 {
    color: var(--secondary_color);
    font-size: 22px;
    font-weight: 300;
}

.menuFeatures .featureAllButton {
    background: var(--primary_color);
    color: var(--white);
    font-size: 13px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 7px;
    display: inline-block;
    margin: 10px 0px;
    cursor: pointer;
}

#packages {
    width: 100%;
    margin: 60px 0px;
}

#packages .package {
    width: 100%;
    min-height: 300px;
    border-radius: 24px;
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.4);
    padding: 24px 24px 50px 24px;
    text-align: center;
    margin-bottom: 24px;
}

#packages .package h2 {
    font-weight: 600;
    font-size: 28px;
    margin: 10px 0px 34px 0px;
    width: 100%;
    padding: 0px;
    text-align: left;
}

#packages .package .feature {
    color: var(--description_p_color);
    font-size: 15px;
    text-align: center;
    margin: 0px 0px 10px 0px;
}

#packages .package .price {
    color: var(--secondary_color);
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin: 29px 0px 0px 0px;
}

#packages .package .price span {
    color: var(--hover);
    font-size: 12px;
    font-weight: 400;
}

#packages .package a {
    background: var(--primary_color);
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 7px;
    margin-top: 29px;
    display: inline-block;
}

#packages .package.special {
    background: var(--primary_color);
}

#packages .package.special h2 {
    color: var(--white);
}

#packages .package.special .feature {
    color: var(--white);
}

#packages .package.special .price {
    color: var(--white);
}

#packages .package.special .price span {
    color: var(--white);
}

#packages .package.special a {
    background: var(--white);
    color: var(--primary_color);
}

#blog {
    background: var(--secondary_color);
    padding: 50px 0px;
}

#blog h2 {
    color: var(--white);
    text-align: center;
    font-size: 40px;
    font-weight: 300;
}

#blog p.description {
    color: #b0b0b0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 60px;
}

#blog .article img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
}

#blog .article .date {
    color: #b0b0b0;
    font-size: 12px;
    margin: 5px 0px 10px 0px;
}

#blog .article h3 {
    color: var(--white);
    font-size: 22px;
    font-weight: 500;
}

#blog .article a {
    color: #ef9a9e;
    font-size: 15px;
    font-weight: 500;
}

#customerComments {
    width: 100%;
    padding: 40px 0px 40px 0px;
}

#customerComments .swiper {
    width: 100%;
    height: 100%;
}

#customerComments .swiper-wrapper {
    padding: 100px 0px 0px 0px;
}

#customerComments .comment-wrapper {
    width: 100%;
}

#customerComments .comment-wrapper .shape {
    position: absolute;
}

#customerComments .comment-wrapper .shape .rectangle {
    width: 150px;
    height: 25px;
    background: #d9d9d9;
    position: absolute;
    top: 0px;
    left: -230px;
}

#customerComments .comment-wrapper .shape .square {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    left: -70px;
    background: #d9d9d9;
    z-index: 999;
}

#customerComments .comment-wrapper .shape .square:nth-child(2) {
    left: -35px;
    z-index: 998;
}

#customerComments .comment-wrapper .shape .square:nth-child(3) {
    left: 0px;
    z-index: 997;
}

#customerComments .comment-wrapper .shape .number {
    font-size: 148px;
    color: var(--primary_color);
    position: absolute;
    font-weight: bold;
    top: -100px;
    left: 50px;
}

#customerComments .comment-wrapper .comment {
    padding-top: 90px;
}

#customerComments .comment-wrapper .comment img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0px 10px 0px 0px;
}

#customerComments .comment-wrapper .comment i {
    font-size: 22px;
    color: #adff00;
}

#customerComments .comment-wrapper .comment h4 {
    font-size: 22px;
    color: var(--description_p_color);
}

#customerComments .comment-wrapper .comment h5 {
    font-size: 16px;
    color: var(--description_p_color);
    margin-bottom: 20px;
}

#customerComments .comment-wrapper .comment .content {
    font-size: 14px;
    color: var(--description_p_color);
    position: relative;
    padding-left: 30px;
}

#customerComments .comment-wrapper .content::before {
    content: "\F6B0";
    font-family: "bootstrap-icons";
    font-size: 42px;
    position: absolute;
    top: 0px;
    left: -20px;
    line-height: 30px;
    color: #d9d9d9;
}

#faqs {
    width: 100%;
    padding: 100px 0px 100px 0px;
    background-position: calc(100% - 50px) calc(100% - 0px);
    background-repeat: no-repeat;
}

#faqs h2 {
    color: #282828;
    text-align: center;
    font-size: 32px;
    font-weight: 300;
}

#faqs p.description {
    color: var(--description_p_color);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 60px;
}

#faqs .accordion-item {
    padding: 0px;
}

#faqs .accordion-item h3 {
    margin: 0px;
    margin-bottom: 0px;
}

#faqs .accordion-item h3 .accordion-button {
    color: #272d37;
    font-size: 14px;
    font-weight: 300;
    background: #fff;
    padding: 20px;
}

#faqs .accordion-item h3 .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

#faqs .accordion-item .accordion-body {
    color: #272d37;
    font-size: 14px;
    font-weight: 400;
}

#faqs a.allFaqs {
    background: var(--primary_color);
    color: var(--white);
    font-size: 13px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 7px;
    display: inline-block;
    margin: 10px 0px;
}

#socialResponsibilities {
    width: 100%;
    padding: 20px 0px 0px 0px;
}

#socialResponsibilities h2 {
    color: var(--primary_color);
    text-align: left;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 20px;
}

#socialResponsibilities p {
    color: var(--description_p_color);
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

#socialResponsibilities a {
    background: var(--primary_color);
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 7px;
}

footer {
    width: 100%;
    background-color: var(--secondary_color);
    color: var(--white);
    padding: 30px 0px;
}

footer ul {
    list-style-type: none;
    margin: 0px 60px 0px 0px;
    padding: 0px;
}

footer ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

footer ul li a {
    color: #b0b0b0;
    font-weight: 300;
    padding: 5px 0px;
    display: inline-block;
}

footer ul li a:hover {
    color: var(--white);
}

footer .ebulletin {
    max-width: 300px;
    color: var(--white);
}

footer .ebulletin h6 {
    font-weight: 300;
    font-size: 15px;
}

footer .ebulletin p.description {
    font-weight: 300;
    font-size: 14px;
    color: #B0B0B0;
}

footer .ebulletin form input {
    font-size: 12px;
    background: #414141;
    color: #fafafa;
    border: 0px;
    padding: 10px;
    transition: all 0.2s linear;
}

footer .ebulletin form input::placeholder {
    font-size: 12px;
    color: #B0B0B0;
}

footer .ebulletin form input:focus {
    box-shadow: none;
    outline: none;
}

footer .ebulletin form button {
    border: 0px;
    font-size: 12px;
    color: var(--white);
    background: var(--primary_color);
    font-weight: 500;
}

footer .ebulletin form button:focus {
    box-shadow: none;
    outline: none;
}

footer .footerLogo {
    height: 40px;
    filter: brightness(0) invert(1);
}

footer p {
    font-size: 12px;
    color: #B0B0B0;
}

footer .qr img {
    width: 100px;
    height: 100px;
    margin: 10px 0px;
    border-radius: 7px;
}

footer .stores {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

footer .stores a.mobileApp {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    background: var(--white);
    color: var(--secondary_color);
    padding: 3px 10px 8px 10px;
    border-radius: 7px;
    margin: 0px 0px 0px 10px;
}

footer .stores a.mobileApp i {
    font-size: 26px;
    margin: 0px 10px 0px 0px;
}

footer .stores a.mobileApp span {
    font-size: 9px;
    margin: 0px;
    padding: 0px;
}

footer .stores a.mobileApp h4 {
    font-size: 16px;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
}

footer .footerSocial {
    display: flex;
    align-items: center;
    justify-content: end;
}

footer .footerSocial a {
    font-size: 26px;
    color: var(--white);
    padding: 10px 5px;
    display: inline-block;
}

#subPage {
    width: 100%;
    padding: 10px 0px;
}

#subPage h1.pageTitle {
    width: 100%;
    color: #3d3d3d;
    font-weight: 500;
    font-size: 1.4em;
}

#subPage h2 {
    width: 100%;
    color: #3d3d3d;
    font-weight: 500;
    font-size: 1.3em;
}

#subPage h3 {
    width: 100%;
    color: #3d3d3d;
    font-weight: 500;
    font-size: 1.2em;
}

#subPage h4 {
    width: 100%;
    color: #3d3d3d;
    font-weight: 500;
    font-size: 1.1em;
}

#subPage h5 {
    width: 100%;
    color: #3d3d3d;
    font-weight: 500;
    font-size: 1em;
}

.inp {
    position: relative;
    margin: auto;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.inp .label {
    position: absolute;
    top: 20px;
    left: 12px;
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    transform-origin: 0 0;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
    pointer-events: none;
}

.inp .focus-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left;
}

.inp input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 16px 12px 0 12px;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #000;
    transition: all 0.15s ease;
}

.inp input:hover {
    background: rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.inp input:not(:-moz-placeholder-shown)+.label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:not(:-ms-input-placeholder)+.label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:not(:placeholder-shown)+.label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:focus {
    background: rgba(0, 0, 0, 0.05);
    outline: none;
    box-shadow: inset 0 -2px 0 var(--primary_color);
}

.inp input:focus+.label {
    color: var(--primary_color);
    transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:focus+.label+.focus-bg {
    transform: scaleX(1);
    transition: all 0.1s ease;
}

.inp textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 16px 12px 0 12px;
    height: 170px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #000;
    transition: all 0.15s ease;
}

.inp textarea:hover {
    background: rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.inp textarea:not(:-moz-placeholder-shown)+.label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp textarea:not(:-ms-input-placeholder)+.label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp textarea:not(:placeholder-shown)+.label {
    color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp textarea:focus {
    background: rgba(0, 0, 0, 0.05);
    outline: none;
    box-shadow: inset 0 -2px 0 var(--primary_color);
}

.inp textarea:focus+.label {
    color: var(--primary_color);
    transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp textarea:focus+.label+.focus-bg {
    transform: scaleX(1);
    transition: all 0.1s ease;
}

button.login {
    background: var(--primary_color);
    color: #fff;
    border: 0px;
}

.breadcrumb li {
    font-size: 0.8em;
}

#blogPage {
    width: 100%;
    padding: 60px 0px 60px 0px;
    background: #fafafa;
}

#blogPage h2 {
    color: #646464;
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 50px;
}

#blogPage .card {
    border: 0px;
    border-radius: 16px;
}

#blogPage .card .blogImg {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

#blogPage .card h3 {
    font-size: 14px;
    font-weight: 600;
    color: #7c7c7c;
}

#blogPage .card h5 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

#blogPage .card p {
    font-size: 14px;
    font-weight: 400;
    color: #7c7c7c;
}

#blogPage .card a.readMore {
    padding: 5px 20px;
    background: #e81d1d;
    border-radius: 12px;
    color: #fff;
    font-size: 12px;
}

.productCard {
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 6px;
    flex: 0 0 calc(33% - 20px);
    margin: 8px;
    padding: 10px;
    transition: all 0.3s linear;
}

.productCard:hover {
    transform: scale(1.05);
}

.productCard .productImg {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.productCard .productImg img {
    width: 100%;
    aspect-ratio: 1000/715;
    object-fit: contain;
}

.productCard h3 {
    color: #323232;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
}

.productCard .fee {
    color: #878787;
    font-size: 14px;
    font-weight: 500;
}

.productCard a.addCard {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #878787;
    margin: 0px 0px;
}

.product-details h1 {
    font-size: 2em;
    font-weight: 300;
}

.product-details h2 {
    font-size: 1.1em;
    font-weight: 300;
}

.sticky-top {
    top: 83px;
}