@charset "UTF-8";

/*------------------------------------------------------------------
[Master Stylesheet]

Project        :   HPL - HTML5 Bootstrap Admin Template
Version        :   V.1
Create Date    :   03/10/20
Copyright      :   Spruko Technologies Private Limited
Author         :   hpl
Author URL     :   https://themeforest.net/user/sprukosoft
Support	       :   support@hpl.com
License        :   Licensed under ThemeForest License

-------------------------------------------------------------------*/
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.ttf');
    /* You can also include other font formats for better cross-browser compatibility */
}

:root {
    --primary-bg-color: #23aed5;
    --primary-bg-gradient: linear-gradient(to right, #23aed5 0%, #52a0bc 50%, #6ecbe5 100%);
    --primary-bg-hover: #403fad;
    --primary-transparentcolor: rgba(98, 89, 202, 0.16);
    --primary-bg-border: #23aed5;
    --dark-theme: #0e0e23;
    --dark-body: #24243e;
    --dark-border: rgba(255, 255, 255, 0.15);
    --dark-color: #d0d0e2;
    --dark-primary: #233C99;
    --indigo: $indigo;
    --white: $white;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #233C99;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #77e7f8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-gilroy: "Gilroy", 'roboto', sans-serif;
    --font-family-sans-serif: "Questrial", 'roboto', sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

    --font-max: min(max(3rem, 7vw), 3.5rem);

    --h1: min(max(3rem, 7vw), 3rem);
    --h2: min(max(2.125rem, 7vw), 2.125rem);
    --h3: min(max(1.5rem, 7vw), 1.5rem);
    --h4: min(max(1.25rem, 7vw), 1.25rem);
    --h5: min(max(1.125rem, 7vw), 1.125rem);
    --h6: min(max(.925rem, 7vw), .925rem);

    --text-lg: 1rem;
    --text-md: 0.875rem;
    --text-sm: 0.75rem;
}

/* General Styles */
body {
    font-family: var(--font-family-gilroy) !important;
}

.font-max {
    font-size: var(--font-max) !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.text-lg,
.text-md,
.text-sm,
p {
    font-family: var(--font-family-gilroy);
}

h1,
.h1 {
    font-size: var(--h1);
    font-weight: 400;
}

h2,
.h2 {
    font-size: var(--h2);
    font-weight: 400;
}

h3,
.h3 {
    font-size: var(--h3);
    font-weight: 400;
}

h4,
.h4 {
    font-size: var(--h4);
    font-weight: 400;
}

h5,
.h5 {
    font-size: var(--h5);
    font-weight: 400;
}

h6,
.h6 {
    font-size: var(--h6);
    font-weight: 400;
}

.text-lg {
    font-size: var(--text-lg);
}

.text-md {
    font-size: var(--text-md);
}

.text-sm {
    font-size: var(--text-sm);
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.info,
a.info {
    color: var(--info) !important;
}

a.info:hover {
    color: #fff;
}

.bg-primary {
    background: linear-gradient(to right, #23aed5 0%, #52a0bc 50%, #6ecbe5 100%);
}

.border-black {
    border: 1px solid #000000;
}

.border-black:hover {
    border: 1px solid var(--primary);
}
.border-none{
    border: none;
    background: transparent;
}
.z2 {
    position: relative;
    z-index: 7;
    padding: 20px;
}

.section-acc {
    padding: 0 ! important;
    background-position: center center;
    background-size: cover;
    /* background: var(--primary-bg-gradient); */
}

/* menu logo  */
/* .landing-page .main-logo {
    margin-top: 30px;
} */
#main-image {
    max-width: 400px;
}

.product-image {
    max-width: 100px;
}

#langId select {
    word-wrap: normal;
    position: relative;
    background: white;
    text-transform: none;
}

div#\:0\.targetLanguage {
    margin-bottom: -21px;
}

/* nav bar language  */

.app-sidebar {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(35, 174, 213, 0.6);
    /* background-color: transparent; */
    transition: background-color 0.3s ease;
}

.app-sidebar.scrolled {
    background-color: #333;
    /* Change to the desired background color upon scrolling */
}

.lang {
    margin-bottom: 8px;
}

.lang a {
    color: #FFF;
}

.side-menu__label:hover {
    color: #e7e7e7 !important;
    font-weight: 600;
}

/* BUTTON CSS  */
.btn-grad {
    transition: background-image 0.3s ease, color 0.3s ease;
    outline: none;
    border-radius: 50px;
    background-image: linear-gradient(to right, #23aed5 0%, #52a0bc 50%, #6ecbe5 100%) !important;
    padding: 10px 16px;
    color: white;
    text-align: center;
}

.btn-grad:hover {
    transition: background-image 0.3s ease, color 0.3s ease;
    background: linear-gradient(to right, #1b4274 100%, #226985 51%, #233C99 0%) !important;
    background-position: right center;
    color: white;
    /* change the direction of the change here */
    text-decoration: none;
}

.btn-white {
    outline: none;
    border-radius: 20px;
    background: white !important;
    padding: 7px 16px;
    color: black;
    text-align: center;
    font-weight: 600;
}

.btn-white:hover {
    background: linear-gradient(to right, #1b4274 100%, #226985 51%, #233C99 0%) !important;
    background-position: right center;
    color: white;
    text-decoration: none;
}

.btn-white:focus,
.btn-white.focus {
    background-color: #fff;
    background-image: none;
    border-color: #fff;
    color: black;
    box-shadow: 0 0 0 2px rgba(69, 67, 67, 0.5);
}

/* Background Image Overlay */
.overlay {
    position: relative;
}

.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #b5e6f673;
    width: 100%;
    height: 100%;
    content: "";
}

/* heading  */
.landing-top-header::before {
    /*animation: gradientAnimation 20s linear infinite;*/
    opacity: .6;
    background-position: center center;
    /* background: var(--primary-bg-color);
    background: url(../img/hpl-media/hero2.jpg); */
    background-size: 120%;
}

.landing-top-header {
    position: relative;
    animation: gradientAnimation 100s linear infinite;
    background-size: 200% 200%;
    overflow: hidden;
    color: white;
}

.demo-screen-headline {
    /* padding-bottom: 0px; */
    background: linear-gradient(1deg, #23aed5 0%, #52a0bc 50%, #6ecbe5 100%) !important;
}

.video-bg {
    display: block;
    position: relative;
    overflow: hidden;
}

.video-bg video {

    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
    overflow: clip;
    overflow-clip-margin: content-box;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@keyframes moveInCircle {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(100px, 0);
    }

    50% {
        transform: translate(100px, 100px);
    }

    75% {
        transform: translate(0, 100px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/*home hero css  */

.search-input {
    position: relative;
    background: transparent;
}

.search-input input[type="text"] {
    padding: 12px;
    height: 50px;
}

.search-input .search-icon {
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
    cursor: pointer;
    color: black;
    font-size: 23px;
}

.form-control-home {
    border: 3px solid var(--primary-bg-border);
    background-color: white;
}

/* pagination css  */
.pagination div a {
    margin: 4px;
    box-shadow: 0px 3px 2px gray;
    border: 1px solid gray;
    background-color: #FFF;
    padding: 2px;
    width: 30px;
    height: 30px;
    color: #1d212f;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.pagination div a:hover {
    transition: 300ms;
    background-color: #0E66B0;
    color: #FFF;
}

.pagination div a:hover:active {
    background-color: #0E66B0;
    color: #FFF;
}

.pagination .active {
    background-color: #0E66B0;
    color: #FFF;
}

.view-more {
    border: none;
    background: transparent;
}

.view-more i {
    background-color: white;
    color: var(--primary-bg-color);
    font-size: 70px !important;
}

/* page loader  */
#contentContainer .content {
    display: none;
}

#contentContainer .visible {
    display: flex;
}

/* EXPLORE PRODUCTS CSS  */
.card-body {
    flex: 1 1 auto;
    padding: 20px;
}

/*.card-body .counter-body p {
    height: 2em;
}*/

.card-body .counter-body h5 {
    padding-top: 6px;
    /* height: 2em; */
}

.fa-custom {
    font-size: 1.5rem;
    vertical-align: middle;
}

.h-2em {
    min-height: 3em;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.order-btn {
    transition: background-color 0.3s ease, color 0.3s ease;
    /* Added smooth transition */
    outline: none;
    border-radius: 50px;
    background-color: #2243A0;
    padding: 10px 16px;
    color: white;
    /* Remove the default focus outline */
}

.order-btn:hover {
    border: 1px solid rgb(228, 152, 53);
    background-color: #1a2a57;
    color: white;
}

.order-btn i {
    margin-left: 8px;
    /* Adjust the spacing between text and arrow */
}

/* single line scroller  */
.single-line {
    overflow: hidden;
}

.scrolling-text {
    display: inline-block;
    animation: scroll 30s linear infinite;
    white-space: nowrap;
    /* Adjust the duration as needed */
}

@keyframes scroll {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.placeholder-black::placeholder {
    color: black;
}

.placeholder-white::placeholder {
    color: white;
}

/* testimonial css - carousel  */
#clients {
    position: relative;
    background: url(../img/hpl-media/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: var(--primary-bg-color);
    overflow: hidden;
    /*background-size: 200% 200%;
    animation: gradientAnimation 100s linear infinite;*/
}

.testimonial.px-md {
    padding: 12px;
}

#footer-bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* Ensure the video is behind the content */
}

#background-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--primary-bg-color);
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Send the video to the background */
}

#header-video {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 66.6vh;
    object-fit: cover;
}

/* part of hpl  */
.button-group {
    display: flex;
    justify-content: center;
    align-items: center;

}

.button-group .item {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 160px;
    width: 240px;
    border-radius: 8px;
    border: 2px solid rgb(35 174 213);
    background: linear-gradient(to right, #23aed5 0%, #a1d6e9 50%, #6ecbe5 100%);
    padding: 20px;
}

.button-group .item button {
    background: white;
    border-radius: 23px;
    border: 2px solid rgb(35 174 213);
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.button-group .item button:hover {
    background-color: rgb(13, 80, 182); /* Change background color on hover */
    border-color: white; /* Change border color on hover */
    color: white !important;
}

.button-group .item button i {
	padding: 9px 13px 9px 16px;
	border-radius: 50%;
    border: 2px solid rgb(35 174 213);
	margin-right: -7px;
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
    .slider-info {
        transform: translateY(21vh) !important;
    }

    #header-video {
        width: 250%;
    }

    .message-video {
        width: 100% !important;
        filter: blur(7px);
        background-color: rgba(0, 0, 0, 5);
    }

    .card-body {
        padding: 0;
    }
}

@media (max-width: 421px) {
    .form-control {
        width: 100%;
    }
    .slider-info {
        transform: translateY(12vh) !important;
    }

    #main-image {
        max-width: 300px;
    }
}

.card-body {
    z-index: 2;
}

#clients2 {
    background: url(../img/hpl-media/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*background-size: 200% 200%;
    animation: gradientAnimation 100s linear infinite;*/
    background-color: var(--primary-bg-color);
    overflow: hidden;
}

.slider-background-image {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 66.6vh;
    overflow: hidden;
    /* Ensure that the overflow is hidden to prevent content from extending beyond the slider */
}

.slider-background-image::after {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(111, 111, 183, 0.5);
    width: 100%;
    height: 100%;
    content: "";
    /* Adjust the opacity as needed */
}

.slider-container {
    position: relative;
    z-index: 1;
}

.slider-info {
    position: absolute;
    left: 0;
    transform: translateY(21vh);
    z-index: 9999;
    padding: 20px;
    width: 100%;
    text-align: center;
}


.testimonial-profile img {
    margin-bottom: 20px;
    border: 3px solid #23aed5;
    border-radius: 50%;
    padding: 5px;
    width: 200px;
    height: 200px;
}

.testimonial-carousel-3 .rating-stars .jq-star {
    width: 32px !important;
    height: 32px !important;
}

.testimonial-carousel-3 .slick-prev:before,
.testimonial-carousel-3 .slick-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.75;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    color: #FFF;
    font-size: 30px;
    line-height: 1;
    font-family: "feather";
}

.testimonial-carousel-3 .slick-prev {
    top: 35%;
    left: -22px;
    z-index: 9;
}

.testimonial-carousel-3 .slick-next {
    top: 35%;
    right: 10px;
}

.testimonial-carousel-4-acc .slick-slide img {
    margin: 0 auto;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    padding: 14px;
    width: auto;
    height: auto;
}

/* row 6  */
.part .btn {
    padding: 10px 20px;
}

.part button span,
.part button i {
    font-size: 14px;
}

.support-icon i {
    color: #23aed5;
    font-size: 34px;
}

/* FORM CSS  */
.form-home {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: linear-gradient(to right, #23aed5 0%, #52a0bc 50%, #6ecbe5 100%);
    padding: 36px 20px;
}

.form-home .form-group {
    margin-bottom: 20px;
}
.form-control-pub {
    width: 300px;
}
.form-home input.form-control {
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #FFF;
    border-radius: 0;
    padding: 5px;
}

.form-home button.btn-primary {
    box-shadow: 0px 3px 5px rgb(0, 0, 0);
    border: none;
    background-color: #FFF;
    color: #23aed5;
    font-weight: bold;
}

.form-home button.btn-primary:hover {
    background-color: #233C99;
    color: #FFF;
}

/* ==========ABOUT PAGE CSS START==========  */
#legacy .image img {
    background: #000;
    width: 100%;
}

#blogs .slide {
    transition: box-shadow 0.3s ease;
    margin: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid #c9c9c9;
    border-radius: 8px;
    overflow: hidden;
}

.message-video {
    position: fixed;
    top: 10vh;
    left: 0;
    width: 50%;
    height: 100vh;
    object-fit: cover;
}

.message-board h4 {
    color: #ffffff;
}

#blogs .slide:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
}

#blogs .blog-card-link {
    color: inherit;
    text-decoration: none;
}

#blogs .blog-card img {
    display: block;
    width: 100%;
    height: 250px;
}

#blogs .blog-card iframe {
    display: block;
    width: 100%;
    height: 250px;
}

#blogs .blog-card-content {
    display: block;
    padding: 20px;
    width: 100%;
    height: 100%;
    min-height: 250px;
    color: #000;
}

#blogs .slick-slide img {
    margin: 0 auto;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 0;
}

#blogs .slick-slide img {
    margin: 0 auto;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.05);
}

#blogs .blog-card-date {
    color: #000000;
    font-size: 14px;
}

#blogs .blog-card-title {
    margin-top: 10px;
    margin-bottom: 15px;
    min-height: 50px;
    color: #000000;
    font-size: 20px;
}

#blogs .blog-card-text {
    color: #555;
    font-size: 16px;
}

#blogs .testimonial-carousel-3 .slick-next,
#blogs .testimonial-carousel-3 .slick-prev {
    top: 46%;
    color: #000000;
}

#blogs .testimonial-carousel-3 .slick-prev:before,
#blogs .testimonial-carousel-3 .slick-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.75;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #233d9946;
    padding: 10px;
    color: #23aed5;
    font-size: 30px;
    line-height: 1;
}

.video-container {
    position: relative;
    border-radius: 10px;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    /* 16:9 aspect ratio */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bb {
    position: relative;
    overflow: hidden;
}

.bb::after {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: glitter 2s infinite;
    background: linear-gradient(to right, #ffcc00, #ff3366, #66ccff, #66ff66, #ffcc00);
    width: 0;
    height: 2px;
    content: "";
}

@keyframes glitter {
    0% {
        width: 0;
    }

    50% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

.bb1 {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.bb1::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    animation: pulse 2s infinite;
    background: #1F597E;
    width: 100%;
    height: 5px;
    content: "";
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

.bb2 {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.bb2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: wave 2s infinite;
    background: linear-gradient(to right, #ff3366, #ffcc00);
    width: 100%;
    height: 2px;
    content: "";
}

@keyframes wave {
    0% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.bb3 {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.bb3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: rainbow 3s infinite;
    background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet, red);
    background-size: 200% 100%;
    width: 100%;
    height: 2px;
    content: "";
}

@keyframes rainbow {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.bb4 {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.bb4::after {
    position: absolute;
    bottom: 0;
    left: 0;
    animation: neon 1.5s linear infinite;
    box-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 40px #00ff00, 0 0 80px #00ff00;
    background: #1F597E;
    width: 100%;
    height: 2px;
    content: "";
}

@keyframes neon {
    0% {
        box-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 40px #00ff00, 0 0 80px #00ff00;
    }

    50% {
        box-shadow: 0 0 20px #00ff00, 0 0 40px #00ff00, 0 0 80px #00ff00, 0 0 160px #00ff00;
    }

    100% {
        box-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 40px #00ff00, 0 0 80px #00ff00;
    }
}

.bb5 {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.bb5::after {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: bottom left;
    animation: glitter 5s infinite;
    background: linear-gradient(to right, #ffcc00, #ff3366, #66ccff, #66ff66, #ffcc00);
    width: 100%;
    height: 2px;
    content: "";
}

@keyframes glitter {
    0% {
        transform: scaleX(0);
    }

    50% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0);
    }
}

/* ==========ABOUT PAGE CSS END==========  */
/* ==========PRODUCT PAGE CSS START==========  */
.product-name div a {
    margin: 4px 16px;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

/* ==========PRODUCT PAGE CSS END==========  */

/* ==========PRODUCT-DETAILS PAGE CSS START==========  */
.product-details .rating-stars {
    width: auto;
}

.product-details .hover1:hover {
    background-color: #0F61A5;
    color: #FFF;
}

.product-details button {
    color: #000000;
}

.product-details .hover2:hover {
    background-color: #22419B;
    color: #FFF;
}

.pd-card .card-body {
    padding: 0;
}

.custom-control {
    min-height: 1.3125rem;
    padding: .5rem 1.5rem;
}

/* tabs css */
.tabs-style-3 {
    border: none;
    padding: 0px;
}

.tabs-style-3 .panel-body {
    padding: 0px;
}

ol li::marker {
    font-size: 1em !important;
}

/* live chat css  */
::marker {
    font-size: xx-large;
}

.btn-live {
    display: flex;
    justify-content: center;
    align-items: center;
}

.live-chat {
    display: flex;
    justify-content: center;
}

.live-chat i {
    position: relative;
    color: green;
    font-size: 54px;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

/* ==========PRODUCT-DETAILS PAGE CSS END==========  */

/* floating button  */
#whatsapp i {
    font-size: 50px;
}

#whatsapp {
    display: none;
    position: fixed;
    right: 52px;
    bottom: 52px;
    z-index: 99;
    z-index: 10000;
    border-radius: 3px;
    background: none;
    color: green;
    text-align: center;
}

.desktop-img {
    display: block;
}

.mobile-img {
    display: none;
}

@media (min-width: 992px) {
    .sticky {
        width: 100%;
        position: sticky;
        z-index: 1;
    }

    .card-body {
        min-height: 320PX;
    }
    .card-body-custom {
        min-height: 200PX;
    }
    .landing-page.horizontalmenu .side-menu>li>a {
        margin: -3px 5px !important;
        font-family: var(--font-family-gilroy);
        font-size: 1.005rem;
        font-weight: 600;
        line-height: 28px;
        padding: 16px 16px !important;
        color: rgba(255, 255, 255, 0.7);
    }
}

@media (max-width: 552px) {

    #main-image {
        max-width: 300px;
    }

    .lang {
        margin-top: 20px;
        margin-left: 1px;
    }

    .lang a {
        color: #23aed5;
    }

    .landing-page.horizontalmenu .app-sidebar {
        width: 200px;
        height: 425px;
    }

    .testimonial-carousel-3 .slick-prev {
        top: 35%;
        left: -32px;
    }

    .testimonial-carousel-3 .slick-next {
        top: 35%;
        right: 0px !important;
    }

    .main-header.side-header {
        background-color: #23aed5;
    }

    .main-header-menu-icon span,
    .main-header-menu-icon span::before,
    .main-header-menu-icon span::after {
        background-color: #FFF;
    }

    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }

}

@keyframes float {
    0% {
        transform: translatey(0px);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    }

    50% {
        transform: translatey(-20px);
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        transform: translatey(0px);
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    }
}


/* animation effects   */
@keyframes colorChange {
    0% {
        color: #3498db;
    }

    50% {
        color: #e74c3c;
    }

    100% {
        color: #3498db;
    }
}

.color-change {
    animation: colorChange 20s ease-in-out infinite;
}

@keyframes pulse {

    from,
    to {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.pulse {
    animation: pulse 1s ease-in-out infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

.bounce {
    animation: bounce 1s ease-in-out;
}


@keyframes rotateIn {
    from {
        transform: rotate(-45deg);
        opacity: 0;
    }

    to {
        transform: rotate(0);
        opacity: 1;
    }
}

.rotate-in {
    animation: rotateIn 1s ease-in-out;
}

/* Define the initial state of the element */
@keyframes slideUpFadeIn {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    /* Define the final state of the element */
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Apply the animation to an element */
.slide-up-fade-in {
    animation: slideUpFadeIn 1.2s ease;
}

.fast {
    animation: slideUpFadeIn 300ms ease;
}

.normal {
    animation: slideUpFadeIn 700ms ease;
}

.slow {
    animation: slideUpFadeIn 1s ease;
}

/* Apply a smooth fade-in effect */
.fade-in {
    opacity: 0;
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.scale-opacity-fade-in {
    transform: scale(0.8);
    opacity: 0;
    animation: scaleFadeIn 700ms ease-in-out forwards;
}

@keyframes scaleFadeIn {
    to {
        transform: scale(1);
        opacity: 1;
    }
}





/* responsive resulations  */
/* Default container width for larger screens */
.container {
    width: 1920px;
    /* Set the maximum width for large screens */
    margin: 0 auto;
    /* Center the container horizontally */
}

/* Media query for smaller screens */
@media screen and (max-width: 1600px) {
    .container {
        width: 90%;
        /* Adjust width for screens up to 1600px */
    }
}

/* Media query for medium-sized screens */
@media screen and (max-width: 1200px) {
    .container {
        width: 80%;
        /* Adjust width for screens up to 1200px */
    }
}

/* Media query for smaller medium-sized screens */
@media screen and (max-width: 992px) {
    .container {
        width: 90%;
        /* Adjust width for screens up to 992px */
    }
}

/* Media query for tablets and smaller devices */
@media screen and (max-width: 768px) {
    .container {
        width: 90%;
        /* Adjust width for screens up to 768px */
    }
}

/* Media query for mobile devices */
@media screen and (max-width: 576px) {
    .container {
        width: 90%;
        /* Adjust width for screens up to 576px */
    }
}
