@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    line-height: 1.2;
    color: black;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    width: 100%;
    scroll-behavior: smooth;
}

a {
    color: black;
    text-decoration: none;
}

/* Navbar fillim */
.logo {
    width: 150px;
}

.flag {
    width: 30px;
    height: 30px;
}

.navbar {
    background-color: #630010;
    position: fixed;
    width: 100%;
    padding: 20px 0;
    z-index: 1000;
}

.isactive {
    border-bottom: 2px solid red;
}

.navbar-nav {
    align-items: center;
}


.dropdown-toggle.show {
    color: white !important;
}

.navbar.scrolled.dropdown-toggle.show {
    color: white !important;
}

.nav-link,
.nav-link:hover {
    color: white;
}

.nav-btn,
.nav-btn:hover {
    border-radius: 40px;
    background-color: white;
    color: black !important;
    font-weight: 600;
}

.dropdown-item:hover {
    background-color: #630010;
    color: white;
    transform: scale(1.1);
}

/* Navbar scrolled */
.navbar.scrolled {
    background-color: white;
    border-bottom: 3px solid #630010;
    width: 100%;
    padding: 20px 0;
    z-index: 1000;
}

.navbar.scrolled .nav-link {
    color: #630010 !important;
    font-weight: 500;
}

.navbar.scrolled .nav-btn {
    background-color: #630010;
    color: white !important;
}

/* OFFCANVAS */
.offcanvas {
    background-color: black !important;
}

.navbar.scrolled .offcanvas .nav-link,
.offcanvas .nav-link {
    color: white !important;
}

.navbar.navbar.scrolled .offcanvas {
    background-color: white;
}

.navbar.scrolled .offcanvas .nav-link {
    color: white;
}

@media (max-width: 991px) {
    .navbar {
        position: fixed;
    }
}

.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}

.btn-close {
    width: 30px !important;
    height: 30px !important;
    background: url('image/closebtn.png') !important;
    background-size: cover;
    margin: 0 !important;
    opacity: 1;
    padding: 0 !important;
}

/* Comming Soon BANER */
.future-strip {
    overflow: hidden;
    padding: 20px 0;
    border-radius: 16px;
    color: hsl(350, 100%, 19%);
    font-weight: 500;
}

.future-track {
    display: flex;
    white-space: nowrap;
    gap: 40px;
    animation: future-slide 12s linear infinite;
}

.future-item {
    font-size: 40px;
    letter-spacing: 2px;
}

@keyframes future-slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Hero section */
.hero-section {
    /* background:url('image/Untitled\ design\ \(4\).png'); */
    background-color: #ECECFD;
    height: auto;
    padding-top: 190px;
    padding-bottom: 50px;
}

.course-contact {
    background-color: #ECECFD;
    height: 100%;
    width: 100%;
    padding: 40px 10px;
    border-radius: 20px;
}

.first-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Butoni navbar */
.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.learn-more {
    width: 12rem;
    height: auto;
}

.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #630010;
    border-radius: 1.625rem;
}

.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.5rem;
    color: #4f0612;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.learn-more:hover .circle,
.btn-active .circle {
    width: 100%;
}

.learn-more:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

.learn-more:hover .button-text,
.btn-active .button-text {
    color: #fff;
}

/* Footer */
.footer {
    background-color: #2b0606;
    color: white;
    margin-top: 40px;
    padding-top: 80px;
    font-family: Jost 'sans-serif';
}

.footer-title {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

.footer a {
    color: white;
}

.footer-menu li {
    margin: 5px 0;
}

.projects-columns {
    column-count: 2;
    column-gap: 20px;
    padding: 0;
    margin: 0;
}

.projects-columns li {
    break-inside: avoid;
}

.embended {
    background-color: #630010;
    padding: 10px;
    width: 70px;
    margin: auto;
    border-radius: 50%;
}

.service-tours {
    border-right: solid 3px #630010;
}

.logo-footer {
    width: 160px;
}

.circle {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
}

.circle:hover {
    animation: moveIcon 0.6s ease-in-out infinite;
}

.social-icon {
    font-size: 1.3rem;
    padding: 10px;
    color: white;
}

/* Footer buton */
.menu {
    z-index: 999;
    position: fixed;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.menu .share i.fa {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #FF0004;
    border-radius: 2px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.menu .share:hover.top .submenu li:nth-child(1) {
    opacity: 1;
    top: -51px;
    transition-delay: 0.08s;
    transform: rotateY(0deg);
}

.menu .share:hover.top .submenu li:nth-child(2) {
    opacity: 1;
    top: -102px;
    transition-delay: 0.16s;
    transform: rotateY(0deg);
}

.menu .share:hover.top .submenu li:nth-child(3) {
    opacity: 1;
    top: -153px;
    transition-delay: 0.24s;
    transform: rotateY(0deg);
}

.menu .share:hover.top .submenu li:nth-child(4) {
    opacity: 1;
    top: -204px;
    transition-delay: 0.32s;
    transform: rotateY(0deg);
}

.menu .share:hover.top .submenu li:nth-child(5) {
    opacity: 1;
    top: -275px;
    transition-delay: 0.4s;
    transform: rotateY(0deg);
}

.menu .submenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu .submenu li {
    transition: all ease-in-out 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.menu .submenu li a {
    color: #212121;
}

.menu .submenu li a:hover i.fa {
    color: #fff;
}

.menu .submenu li a:hover.facebook i.fa {
    background-color: #3b5999;
}

.menu .submenu li a:hover.twitter i.fa {
    background: linear-gradient(to right,
            #833AB4, #FD1D1D, #FCB045);
}

.menu .submenu li a:hover.googlePlus i.fa {
    background-color: #0073AF;
}

.menu .submenu li a:hover.instagram i.fa {
    background-color: #47C357;
}

.menu .submenu li:nth-child(1) {
    transform: rotateX(45deg);
}

.menu .submenu li:nth-child(2) {
    transform: rotateX(90deg);
}

.menu .submenu li:nth-child(3) {
    transform: rotateX(135deg);
}

.menu .submenu li:nth-child(4) {
    transform: rotateX(180deg);
}

.menu.bottomRight {
    bottom: 10px;
    right: 10px;
}

@keyframes moveIcon {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Te pergjithshme */
.space {
    padding: 50px 0;
}

.title {
    font-size: 2rem;
}

.top-title {
    font-family: "Open Sans", sans-serif;
    font-size: 3rem;
    font-weight: 600;
}

.super-title {
    font-size: 6rem;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    background: linear-gradient(to right, red, #cc0828, #630010);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.small-detalis {
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #630010;
    font-weight: 900;
    text-transform: uppercase;
}

.detalis {
    color: white;
    background-color: #2b0606;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 30px;
}

/* Butoni */
.more-btn {
    color: #ED2024;
    border: 1px solid #ED2024;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;
    z-index: 1;
    transition: color 0.5s;
}

.more-btn:hover {
    color: #fff;
}

.more-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60%;
    width: 200%;
    height: 100%;
    background-color: #ED2024;
    transform: skewX(45deg) translateX(-100%);
    transition: transform 0.7s ease;
    z-index: -1;
}

.more-btn:hover::before {
    transform: skewX(45deg) translateX(0);
}

/*  All company */
.parallax-overlay {
    background-color: white;
    padding: 30px 0;
}

.logos-slider {
    overflow: hidden;
    width: 100%;
}

.logos-track {
    display: flex;
    gap: 60px;
    animation: scroll 18s linear infinite;
}

.logos-track img {
    height: 60px;
    opacity: 0.9;
    transition: 0.3s;
}

.logos-slider {
    overflow: hidden;
    width: 100%;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Service-home */
.theme-title {
    font-size: 1.5rem;
}

.certefikime {
    justify-content: space-between;
}

/* Contact home */
.contact-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)), url('image/bg-contact.png');
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 50px 20px;
}

.contact-text {
    padding: 20px 40px;
}

.card-contact {
    margin: 40px;
    background-color: #fff;
    border-radius: 30px;
    padding: 40px;
}

.card-contact .fa-phone {
    font-size: 2rem;
}

.form-control,
.form-control:active,
.form-control:focus {
    border-radius: 30px;
    box-shadow: rgba(255, 0, 0, 0.16) 0px 3px 6px, rgba(255, 0, 0, 0.23) 0px 3px 6px;
    border: none;
}

.submit-btn,
.submit-btn:active,
.submit-btn:hover {
    background-color: red;
    width: 100%;
    color: white;
    border-radius: 40px;
    padding: 10px 30px;
    display: block;
    margin: auto;
}

/* WEB PALN & SOCIAL PLAN */
.web-plan,
.social-plan {
    border-radius: 20px;
    background-color: #ECECFD;
}

.web-content {
    padding: 30px;
}

.web-plan:hover,
.web-base {
    background-color: #630010;
    color: white;
}

.click-btn {
    border: solid 2px #4f0612;
    border-radius: 30px;
}

.web-plan:hover h5 {
    color: white !important;
}

.click-more {
    background-color: #ECECFD;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.web-plan:hover .click-more,
.web-base .click-more {
    background-color: #4f0612;
}

.web-plan:hover .click-btn,
.web-base .click-btn {
    background-color: white;
    color: #4f0612 !important;
    border-radius: 30px;
}

.social-plan:hover {
    border-bottom: solid 4px #630010;
    border-right: solid 4px #630010;
}

.social-plan:hover .click-btn {
    border: 2px solid #4f0612;
}

/* Testimonials */
.testimonials {
    min-height: 400px;
    background: linear-gradient(to right, #630010 50%, white 50%);
    display: flex;
    align-items: center;
    position: relative;
}

.testimonials-items {
    padding: 20px;
    color: #630010;
    transition: all 0.3s ease;
    border: dotted 2px #630010;
}

.testimonials-items.on-red {
    color: white;
    border-color: white;
}

.testimonials-items.on-red {
    margin-right: 20px;
}

.owl-carousel .owl-stage {
    margin: 30px 0;
}

/* About US */
.page-top {
    background-image: url('image/final-top.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mision-card {
    background-color: #ECECFD;
    padding: 30px;
    border-radius: 30px;
}

.mision-card:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

/* Staf about */
.staff-img {
    position: relative;
}

.member-1 {
    background: url('../image/edi.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(99, 99, 99, 1) 35%, rgba(255, 255, 255, 1) 100%);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    height: 55vh;
    padding: 1em;
}

.member-2 {
    background: url('../image/ori.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(99, 99, 99, 1) 35%, rgba(255, 255, 255, 1) 100%);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    height: 55vh;
    padding: 1em;
}

.contact-staf {
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
}

.contact-staf .title {
    font-size: 1.8rem;
}

.contact-staf h5 {
    font-size: 1rem;
    font-weight: normal;
}

.contact-staf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

.icon-staf-contact {
    display: flex;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    transition: all 0.4s ease;
}

.contact-staf:hover .icon-staf-contact {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.icon-staf-contact a {
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.contact-staf:hover .icon-staf-contact a:nth-child(1) {
    transition-delay: 0.1s;
    opacity: 1;
    transform: scale(1);
}

.contact-staf:hover .icon-staf-contact a:nth-child(2) {
    transition-delay: 0.2s;
    opacity: 1;
    transform: scale(1);
}

.contact-staf:hover .icon-staf-contact a:nth-child(3) {
    transition-delay: 0.3s;
    opacity: 1;
    transform: scale(1);
}

.icon-staf-contact i {
    color: white;
    font-size: 1.4rem;
    padding: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.icon-staf-contact a:hover i {
    background: white;
    color: black;
    transform: translateY(-2px);
}

.channel-box1 {
    padding: 32px;
}

/* Portofoli */
.item-card {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}

.btn-portofol {
    background-color: #4f0612;
    display: block;
    color: white;
    width: 90%;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
}

.btn-portofol:hover {
    background-color: red;
    color: white;
}

.nav-pills {
    display: block;
    border-radius: 10px;
    width: 100%;
    gap: 50px;
    color: white !important;
}

.portfolio-title {
    font-size: 4rem;
}

/* Channel  Manager */
.contact-box1 {
    background: url('../image/cover-bg1.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-blend-mode: multiply;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 0px;
    position: relative;
    text-align: center;
}

.channel-arrow {
    background-color: white;
    width: 40px;
    height: 40px;
    padding: 2px 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.channel-active {
    color: red;
}

.channel-box {
    background-color: #ECECFD;
    margin: 10px;
    padding: 10px;
}

.channel-box p {
    color: red !important;
}

.channel-active .channel-arrow {
    background-color: red;
}

.channel-active i {
    color: white !important;
}

.channel-box:hover {
    color: red;
    transition-duration: 0.3s;
}

.channel-box:hover .channel-arrow {
    background-color: red !important;
    transition-duration: 0.3s;
}

.channel-box:hover i {
    color: white !important;
    transition-duration: 0.3s;
}


.adv-content {
    display: none;
}

.adv-content-active {
    display: flex;
}

.check-list-adv i {
    color: red;
}

/* Courses */
.tech-bg {
    background-color: #630010;
    padding: 50px 0;
}

.title-couse {
    background: linear-gradient(to right, #630010, #eb1337, red);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 550;
}

/* PMS */
.card-function {
    background-color: #630010;
    border-radius: 20px;
    color: white !important;
    padding: 20px;
}

.second-pms {
    background: url('image/cover-bg1.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 20%;
    background-blend-mode: multiply;
}

.web-connection {
    justify-content: space-between;
}

/* Domain dot */
.domain-card {
    background-color: #ECECFD;
    border-radius: 30px;
    padding: 30px;
}

.domain-card:hover {
    border-right: 4px solid #630010;
    border-bottom: 5px solid #630010;
}

.ofert {
    background-color: #2b0606;
    border-top-right-radius: 20px;
    padding: 10px;
    width: 50%;
}

.active-domain {
    background-color: #630010;
    border-radius: 30px;
    padding: 30px;
    padding-top: 0;
    padding-right: 0;
}

.proces-section {
    background: url('../image/steps-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*easybill.html*/
.invoice-box {
    background: url('../image/cover-bg.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-blend-mode: multiply;
    margin-bottom: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.finance-section .container {
    background-color: #630010;
    color: white;
    border-radius: 40px;
    padding: 4em;
}

.finance-bg {
    background: url('../image/finance-soft-bg.jpg')rgba(0, 0, 0, 0.514);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 40vh;
    display: flex;
    align-items: end;
    border-radius: 20px;
    padding: 20px;
    margin: 40px 0px;
}

/* Bus Line */
.feature-icon2 {
    width: 55px;
    height: 55px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 10px;
}

.value-number {
    color: #630010;
    font-size: 3.5rem;
    font-weight: bolder;
}

/* RESPONSIVITETI */
@media(max-width:1100px) {
    .super-title {
        font-size: 4rem;
    }

    .value-number {
        font-size: 2.5rem;
    }

    p {
        font-size: 14px;
    }

    .portfolio-title {
        font-size: 3rem;
    }

    .card-contact {
        margin: 20px;
        padding: 20px;
    }

    .web-content {
        padding: 10px;
    }

    .mision-card {
        padding: 10px;
    }

    .title {
        font-size: 1.5rem;
    }

    .top-title {
        font-size: 2.5rem;
    }

    .fact-title h5,
    .adv-content h2 {
        font-size: 1.2rem;
    }

    .adv-content img {
        width: 300px !important;
    }

    .learn-more .button-text {
        font-size: 14px !important;
        padding-left: 10px;
    }

    .active-domain {
        padding: 15px;
        padding-top: 0;
        padding-right: 0;
    }

    .ofert {
        width: 70%;
    }

    .footer a {
        font-size: 14px;
    }

    .etable-services h4,
    .finance-section h2,
    .card-financa h4 {
        font-size: 1.2rem;
    }
}

@media(max-width:900px) {
    .hero-section {
        padding-top: 90px;
    }

    .small-detalis {
        font-weight: 700;
    }

    .portfolio-title {
        font-size: 2rem;
    }

    .service-tours {
        border-right: none;
    }

    .theme-title {
        font-size: 1.2rem;
    }

    .contact-section {
        padding: 20px;
    }

    .contact-text {
        padding: 10px;
    }

    .testimonial-content .align-items-center {
        gap: 40px !important;
    }

    .testimonials-items h2 {
        font-size: 1.2rem;
    }

    .service-image {
        width: 400px;
        height: 400px;
    }

    .btn-portofol {
        width: 80%;
        margin: 10px auto;
    }

    .ofert {
        width: 90%;
    }

    .domain-card {
        padding: 20px;
    }

    .feature-rental h5 {
        font-size: 1rem;
        font-weight: 400;
    }

    .faq-image {
        display: none;
    }

    .contact-staf .title {
        font-size: 1.3rem;
    }

    .name-team h5 {
        font-size: 1rem;
        font-weight: normal;
    }
}


@media(max-width:500px) {
    .top-title {
        font-size: 1.8rem;
    }

    .portfolio-title {
        font-size: 1.5rem;
    }
.testimonials-items {
        color:white !important;
        border-color:white !important;
    }
  
    
    .future-item {
        font-size: 30px;
    }

    .service-tours {
        border-right: none;
    }

    .value-number {
        font-size: 2rem;
    }

    .super-title {
        font-size: 3.5rem;
    }

    .small-detalis {
        color: white;
        background-color: #2b0606;
        display: inline-block;
        padding: 5px 10px;
        text-transform: uppercase;
        border-radius: 30px;
        writing-mode: horizontal-tb;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 500;
    }

    .detalis {
        padding: 10px;
    }

    .space {
        padding: 50px 18px;
    }

    .footer-title {
        font-size: 1.2rem;
    }

    .contact-section {
        margin: 0 18px;
        width: 90%;
        margin: auto;
    }

    .card-contact {
        margin: 10px !important;
    }

    .testimonials {
        background: linear-gradient(to right, #630010 100%, white 00%);
    }

    .hero-section {
        padding-top: 110px;
    }

    .btn-active .circle .icon.arrow {
        left: 0rem;
    }

    .learn-more .button-text {
        margin: 0 0 0 1rem;
    }

    .title {
        font-size: 1.2rem;
    }

    .adv-content img {
        width: 100% !important;
        
    }

    .content-bookersdesk {
        width: 100% !important;
    }

    .adv-content-active {
        flex-wrap: wrap;
    }

    footer {
        padding-top: 50px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .trans-dom-img {
        height: 300px;
        width: 300px !important;
        margin: auto;
        display: block;
    }

    .invoice-box {
        padding: 50px 18px;
    }

    .finance-bg {
        padding-bottom: 0;
    }
}
@media(max-width:501px) {
   .testimonials-items {
        color:white !important;
        border-color:white !important;
    }
}
@media(max-width:400px) {
    .super-title {
        font-size: 2.5rem;
    }

    .testimonial-content {
        padding-top: 20px;
    }

    .testimonials-items.on-red {
        margin-right: 0px;
    }

    .web-connection {
        flex-wrap: wrap;
    }

    .input-group input::placeholder {
        font-size: 14px;
    }

    .finance-section .container {
        padding: 20px;
    }

    .finance-bg {
        padding: 0;
    }

    .contact-form,
    .form-control {
        width: 100% !important;
    }
}