   *{
  font-family: 'Font Awesome 5 Brands';

   }
   
/* Default Light Theme Styles */
body.light-theme {
    background-color: white;
    color: black;
}

body.light-theme .btn-primary {
    background-color: blue;
    color: white;
}

/* Dark Theme Styles */
body.dark-theme {
    background-color: black;
    color: white;
}

body.light-theme .btn-primary {
    background-color: blue;
    color: white;
}

/* Additional styles for buttons and tooltips */
.tt-theme-light, .tt-theme-dark {
    display: inline-block;
    cursor: pointer;
}

.tt-theme-dark {
    display: none;
}

body.dark-theme .tt-theme-light {
    display: none;
}

body.dark-theme .tt-theme-dark {
    display: inline-block;
}

.custom-shadow {
    -webkit-box-shadow: 0 5px 20px 0 rgba(210, 210, 245, .5);
    box-shadow: 0 5px 20px 0 rgba(210, 210, 245, .5);
}
    /* Additional Dark Theme Background Styles */
    body.dark-theme .bg-white,
    body.dark-theme .navbar-light.sticky-header.affix,
    body.dark-theme .navbar-dark.sticky-header.affix,
    body.dark-theme .payment-counter-bg,
    body.dark-theme .hd-pricing-section,
    body.dark-theme .ins-hero-section,
    body.dark-theme .ins-brands,
    body.dark-theme .bgc-white,
    body.dark-theme .bg-design-agency-about,
    body.dark-theme .design-agency-two-hero {
        background-color: #0c0800 !important;
    }
    body.dark-theme .bg-light-subtle {
        background-color: #333333 !important; /* or another suitable color */
    }
     /* Dark Theme Heading Styles */
     body.dark-theme h1, 
     body.dark-theme .h1, 
     body.dark-theme h2, 
     body.dark-theme .h2, 
     body.dark-theme h3, 
     body.dark-theme .h3{
         margin-top: 0;
         margin-bottom: .625rem;
         font-family: "Poppins", sans-serif;
         font-weight: 600;
         line-height: 1.2;
         color: #f3eded;
     }
   body .dark-theme .integration-section  .ptb-120{
    background-color: #a3a3a3;;
   }
       /* Process Icon Styles */
       .process-icon {
        width: 80px;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        margin: 0 auto 35px;
    }

    /* Border Light */
    .border-light {
        border-color: rgba(101, 101, 101, .1) !important;
    }

    /* Custom Light Background */
    .bg-custom-light {
        background-color: rgba(255, 255, 255, .1);
    }

    /* Rounded Custom */
    .rounded-custom {
        border-radius: 1rem !important;
    }

    /* Padding */
    .p-3 {
        padding: 1rem !important;
    }

    /* Border */
    .border {
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
   
   /* Process Icon Styles */
    .process-icon {
        width: 80px;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        margin: 0 auto 35px;
    }

    /* Border Light */
    .border-light {
        border-color: rgba(101, 101, 101, .1) !important;
    }

    /* Custom Light Background */
    .bg-custom-light {
        background-color: rgba(255, 255, 255, .1);
    }

    /* Rounded Custom */
    .rounded-custom {
        border-radius: 1rem !important;
    }

    /* Padding */
    .p-3 {
        padding: 1rem !important;
    }

    /* Border */
    .border {
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
    /* Card Hover Styles */
    .dark-theme .process-card:hover {
        background-color: #221e1e !important;
    }
    .process-card {
        transition: background-color 0.3s ease;
    }
    
 .dark-theme  .integration-section{
    background-color: #171717;
    color: whitesmoke;

 }
 .dark-theme  .mb-0 .mt-4{
    color: rgb(151, 146, 146);

 }
 .dark-theme .process-card:hover {
    background-color: #221e1e !important;
}




.single-article  {
    transition: background-color 0.3s ease;
}
.dark-theme  .single-article {
background-color: #171717;
color: whitesmoke;

}
.icon1{
    font-size: 1.125rem !important;
}
.icon-box {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 22px;
}
.arrow-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent; /* Adjust size as needed */
    border-bottom: 20px solid transparent; /* Adjust size as needed */
    border-right: 20px solid rgb(203, 202, 109); /* Adjust size and color as needed */
}

.svg2 {
    stroke: #f2f2f2;
    stroke-width: 2px;
    fill: none;
    width: 30.6px;
 
    path {
      stroke-dasharray: 120;
      &.normal {
        stroke-dashoffset: 0;
      }
    
    }
  }
  .svg1{
    padding-bottom: 4rem;
    color: black;
    padding-right: 5rem;
    margin-inline: 5px;
  }
  .feature-section-two p, .why-choose-us p, .py-1{
    color: darkgray;
  }
  .icon1 {
    font-family: "Font Awesome 5 Brands"; /* or "Font Awesome 6 Brands" depending on the version */
    font-size: 24px;
    color: #4267B2; /* Facebook brand color */
}
.navbar{
    padding: 6px 0;
}

.mk-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\25B2";
}
.bg-white p, .bg-white li{
    color: #413535;
    font-family: system-ui;
}
.connected-app-single {
    width: 100%;
    margin-bottom: 1rem;
}

@media (max-width: 796px) {
    .connected-app-single {
        padding: 1.5rem;
    }
    .connected-app-content h4 {
        font-size: 1.25rem;
    }
    .connected-app-content p {
        font-size: 0.9rem;
    }
    .review-rate i {
        font-size: 0.9rem;
    }
}



@media (min-width: 769px) {
 #In{
    padding-left:20%;
 }
}

/* Define keyframes for the animation */
@keyframes slide-in {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Apply the animation to the .animated-text class */
.animated-text {
    animation: slide-in 1.5s ease-out forwards; /* Adjust animation duration and timing function as needed */
}



.container1 {
	width: 100%;
	margin: auto;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}


.animate {
	font-size: 50px;
	margin: 20px 0 0;
	border-bottom: 2px solid #ccc;
}

.animate span {
	display: inline-block;
}



.animate span:nth-of-type(2) {
	animation-delay: .05s;
}
.animate span:nth-of-type(3) {
	animation-delay: .1s;
}
.animate span:nth-of-type(4) {
	animation-delay: .15s;
}
.animate span:nth-of-type(5) {
	animation-delay: .2s;
}
.animate span:nth-of-type(6) {
	animation-delay: .25s;
}
.animate span:nth-of-type(7) {
	animation-delay: .3s;
}
.animate span:nth-of-type(8) {
	animation-delay: .35s;
}
.animate span:nth-of-type(9) {
	animation-delay: .4s;
}
.animate span:nth-of-type(10) {
	animation-delay: .45s;
}
.animate span:nth-of-type(11) {
	animation-delay: .5s;
}
.animate span:nth-of-type(12) {
	animation-delay: .55s;
}
.animate span:nth-of-type(13) {
	animation-delay: .6s;
}
.animate span:nth-of-type(14) {
	animation-delay: .65s;
}
.animate span:nth-of-type(15) {
	animation-delay: .7s;
}
.animate span:nth-of-type(16) {
	animation-delay: .75s;
}
.animate span:nth-of-type(17) {
	animation-delay: .8s;
}
.animate span:nth-of-type(18) {
	animation-delay: .85s;
}
.animate span:nth-of-type(19) {
	animation-delay: .9s;
}
.animate span:nth-of-type(20) {
	animation-delay: .95s;
}


/* Animation One */


/* Animation Seven */


.seven span {
	color: #ff724b;
	opacity: 0;
	transform: translate(-150px, 0) scale(.3);
	animation: leftRight 3s forwards;
}


@keyframes leftRight {
	40% {
		transform: translate(50px, 0) scale(.7);
		opacity: 1;
		color: #348c04;
	}

	60% {
		color: #1d7849;
	}

	80% {
		transform: translate(0) scale(2);
		opacity: 0;
	}

	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}


:root {
    --color-black: hsl(0, 0%, 10%);
    --color-white: hsl(0, 0%, 100%);
    --color-darken: hsl(0, 0%, 20%);
    --color-teal-800: hsl(25, 82%, 49%);
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 -4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.container {
    max-width: 90rem;
    height: auto;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 4rem;
    margin: 0 auto;
}

.menu {
    position: fixed;
    left: 0;
    bottom: 0;
    display: grid;
    align-content: center;
    width: 100%;
    height: 3.5rem;
    padding: 0 1rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    background: var(--color-white);
    box-shadow: var(--shadow-medium);
}

.menu-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.menu-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    color: var(--color-black);
}

.menu-link.is-active {
    position: relative;
    color: var(--color-teal-800);
    transition: all 0.35s ease;
}

.menu-icon {
    font-size: 1.35rem;
    line-height: 1;
    color: inherit;
}

.menu-name {
    display: none;
    font-family: inherit;
    font-size: 0.675rem;
    font-weight: 500;
    line-height: 1.00;
    visibility: hidden;
    text-transform: capitalize;
}

@media only screen and (min-width: 340px) {
    .me-5 {
        margin-right: 0rem !important;
    }
    .menu-list{
        padding-left: 0rem;
        padding-top: 0.85rem;
    }
    .menu-name {
        display: block;
        visibility: visible;
    }

    #b {
        height: 80px;
    }

    .bg-01 {
        padding-top: 0;
    }

    #a {
        padding-inline-start: 0rem;
    }

    .bg-01 .wrapper .content ol .dashed {
        border-right: none;
        border-bottom: 1px dashed #ddd;
        text-align: none;
    }
    .menu{
        padding: 0 0.5rem;
    }
  
}
@media only screen and (max-width: 896px) and (min-width: 360px){
    #img_disappear{
        display: none;
    }
  
    .s1{
        padding-top: 4rem;
    }
    #c{
        display: none;
    }
    .feature-tab-list-2 li a {
        border: 2px solid rgba(216, 216, 216, .2);
        background: rgba(216, 216, 216, .25);
        border-radius: .5rem;
        padding: .5rem 0.5rem;
        font-size: 14px;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        color: #737373;
        margin-right: 15px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .hero-section, .about-header-section, .page-header{
        padding-top: 180px;
    }
    .feature-tab-list-2{
        justify-content: center !important;
    }
    .logo-container{
        padding-inline-start: 23%;
        margin-top: 10px;
    }
    .mob_ico{
        width: 23px;
    height: 23px;
    }
}


@media only screen and (min-width: 796px) {
    .founder{
       margin-left: -10%;
        }
    #f1{
        margin-top: 25px;
    }
    #c{
        padding-left: 10rem;
    }
    .menu-list {
        justify-content: center;
        column-gap: 3rem;
        padding-inline-start: 7rem;
    }

    #a {
        padding-inline-start: 8rem;
    }

    #b {
        height: 64px;
    }

    #hero {
        padding-top: 10%;
    }
    .hero-section, .about-header-section, .page-header, .mk-hero-section{
        padding-top: 180px;
    }

    .bg-01 .wrapper .content ol .dashed {
        border-right: 1px dashed #ddd;
        border-bottom: none;
    }
 
}

@media only screen and (min-width: 768px) {
    #c{
        padding-left: 10rem;
    }
    #a {
        padding-inline-start: 10rem;
    }
    .header {
        background: var(--color-white);
        box-shadow: var(--shadow-medium);
        transition: all 0.35s ease-in-out;
        padding-top: 1rem;
    }

    .menu {
        position: relative;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        background: none;
        box-shadow: none;
    }

    .menu-link.is-active::before {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 2rem;
        height: 2px;
        border: none;
        outline: none;
        background: var(--color-teal-800);
    }

    .menu-link:hover {
        color: var(--color-teal-800);
        transition: all 0.35s ease;
    }

    .menu-icon {
        display: none;
        visibility: hidden;
    }

    .menu-name {
        font-size: 0.8rem;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 0.2rem;
    }

    .action-btns .btn {
        font-size: 0.875rem; /* Default button size for larger screens */
        padding: 0.5rem 1rem;
    }
}

@media only screen and (max-width: 796px) {
    .action-btns .btn {
        font-size: 0.6rem;
        padding: 0.2rem 0.5rem;
    }
    .header{
        height: 4rem;
    }
}
.highlight {
    font-size: 1.5rem; /* Base font size */
 /* Needed for transform effects */
    animation: pulse 1s infinite; /* Animation name, duration, and repetition */
}
.highlight1 {
       animation: pulse 2s infinite; /* Animation name, duration, and repetition */
}

/* Keyframes for pulse animation */
@keyframes pulse {
    0% {
        transform: scale(.8); /* Normal size */
    }
    50% {
        transform: scale(1); /* Enlarged size */
    }
    100% {
        transform: scale(.8); /* Normal size */
    }
}

.founder_txt{
    color: #151414;
    text-align: justify;
    font-family: 'Poppins';
}
span.mk-subtitle {
    padding: 4px 24px;
    display: inline-block;
    background-color: #e25730;
    color: white;
    border-radius: 3px;
}