@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.parkinsans {
    font-family: "Parkinsans", sans-serif;
}

.roboto-thin {
    font-family: "Roboto", serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", serif;
    font-weight: 900;
    font-style: italic;
}



* {
    font-family: 'Parkinsans';
}

::-moz-selection {
    background-color: black;
    color: #fff;
}

::selection {
    background-color: black;
    color: #fff;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    background: #fff;
    color: #333;
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
    text-align: start;
    scroll-behavior: smooth;
}

ul,
li {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;

}

a:focus,
a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 5px;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

svg,
img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 32px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

/* **********************************************************************/
/* **********************************************************************/
/* **********************************************************************/
/* **********************************************************************/

:root {
    --bg-theme: black;
    --border-line: #0000004f;
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
    border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}






#loader {
    height: 100vh;
    width: 100vw;
    background-color: #5729ce;
    color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#loader h2 {
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    padding: 0 10px;
    mix-blend-mode: difference;
    margin-bottom: 5px;
}

.loader-full-screen1,
.loader-full-screen2,
.loader-full-screen3 {
    position: absolute;
    top: 0;
    left: 0;
}

.loader-full-screen1 {
    height: 0%;
    width: 100%;
    background-color: #5729ce;
}

.loader-full-screen2 {
    height: 100%;
    width: 0%;
    background-color: #ffffff;
}

.loader-full-screen3 {
    height: 0%;
    width: 100%;
    background-color: #5729ce;
}

.centered-squares {
    height: 100vh;
    width: 100vw;
    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;
}

.centered-squares-flex {
    height: 50vh;
    width: 50vw;
    position: relative;
    margin: auto;
}

.centered-square1,
.centered-square2,
.centered-square3 {
    position: absolute;
}

.centered-square1 {
    background-color: rgb(255, 255, 255);
    height: 0%;
    width: 100%;
    z-index: 1001;
}

.centered-square2 {
    background-color: #5729ce;
    height: 100%;
    width: 0%;
    z-index: 1002;
}

.centered-square3 {
    background-color: rgb(255, 255, 255);
    height: 0%;
    width: 100%;
    z-index: 1003;
}

.loader-number {
    font-size: 5vw;
    color: #ffffffa1;
    mix-blend-mode: difference;
    position: absolute;
    z-index: 1004;
    text-align: center;
    bottom: -9px;
    padding-left: 10px;
    right: 22px;
}



/* cursor */
#cursor {
    height: 7px;
    width: 7px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    z-index: 10;
    border-radius: 50%;
    mix-blend-mode: difference;
    pointer-events: none;
}

button,
a {
    position: relative;
    z-index: 20;
}




/*  */

header {
    height: 44px;
    width: 100%;
    position: fixed;
    top: 34px;
    left: 0;
    z-index: 99;
    background-color: transparent;
}

header .container-fluid {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .container-fluid .logo {
    height: 100%;
}

header .container-fluid .logo img {
    height: 100%;
    border-radius: 10px;
    padding-left: 10px;
}

.mobile-hamburger {
    display: none;
}

header .container-fluid .mobile-hamburger .mobile-ham-icon {
    padding: 0 15px 0 10px;
    mix-blend-mode: difference;
}

header .container-fluid .mobile-hamburger .mobile-ham-icon i {
    font-size: 18px;
    cursor: pointer;
    mix-blend-mode: difference;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

header .container-fluid .hamburger .ham-icon {
    padding: 0 15px 0 10px;
}

header .container-fluid .hamburger .ham-icon i {
    font-size: 18px;
    cursor: pointer;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.048);
}





/* nav-slider */
.slider {
    width: 100vw;
    height: 100vh;
    background-color: #5729ce;
    color: #FFF;
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 101;
    -webkit-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
}

.slider img {
    height: 50px;
    background-color: white;
    border-radius: 10px;
}

.slider .close-icon {
    color: #000000;
    text-align: end;
    position: absolute;
    top: 17px;
    right: 22px;
    z-index: 1;
}

.slider .close-icon i {
    font-size: 1.5vw;
    padding: 20px;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.048);
    background-color: rgb(255, 255, 255);
}

.slider .container-fluid {
    height: 100%;
}

.slider .row {
    height: 100%;
}

.slider .row .col-md-4 {
    background-color: #5729ce;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.slider .row .col-md-4 {
    background-color: #5729ce;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.slider .row .col-md-4 h5 {
    text-transform: none;
    text-align: center;
}


.slider .row .col-md-8 {
    background-color: #9966cc;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider .row .right-flex {
    align-items: center;
}

.slider .row .col-md-8 h4 {
    font-size: 3vw;
}

.slider .row .col-md-8 nav ul a {
    color: white;
    text-decoration: none;
    list-style-type: none;
    font-size: 2vw;
}



.slider .slider-social-media {
    display: flex;
    justify-content: end;
}

.slider .slider-social-media ul {
    gap: 5px;
}

.slider .slider-social-media ul li {
    list-style-type: none;
    margin-bottom: 5px;
}

.slider .slider-social-media ul li:hover {
    scale: 1.2;
    transition: 0.2s;
}







/* hero */
.hero-padding {
    padding: 15px;
}

section#hero {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    background-image: url(../images/Home\ page\ benginning.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
}

/* nav */
section#hero nav {
    position: absolute;
    top: 20px;
    left: 50%;
    /* Position the nav from the left */
    transform: translateX(-50%);
    /* Center it horizontally */
    z-index: 100;
    background: #ffffff;
    padding: 11px 20px;
    border-radius: 50px;
}


section#hero nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section#hero nav ul a {
    text-decoration: none;
}

section#hero nav ul a li {
    list-style-type: none;
    color: #000000;
    margin: 0 10px;
    text-transform: capitalize;
    font-weight: 600;
}

section#hero nav ul li:hover a {
    color: rgb(27 91 98);
    background-color: white;
}

section#hero nav ul li:hover {
    color: rgb(50, 51, 51);
    text-decoration: underline;
}

section#hero a.client-btn {
    position: fixed;
    top: 34px;
    right: 72px;
    z-index: 99;
}

section#hero button {
    background-color: #ffffff;
    color: #000000;
    text-transform: capitalize;
    padding: 8px 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
    z-index: 100;
    right: 7px;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.048);

}

section#hero button I {
    color: #3324b9;
    font-weight: 600;
}

section#hero button:hover {
    background-color: rgba(0, 0, 0, 0.863);
    color: #fff;
    transition: 0.2s;
}


section#hero .hero-img {
    display: flex;
    justify-content: center;
    height: 70vh;
    width: 70vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}



section#hero .hero-txt {
    position: absolute;
    right: 20px;
    /* text-align: right; */
    transform: translateY(50%);
}

/*  */
section#hero .hero-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 15px;
    z-index: 2;
    /* Ensure this is higher than .glass */
}

section#hero .hero-txt h5 {
    width: 45%;
    font-size: 1.5vw;
    font-weight: 600;
    display: inline;
    color: white;
    text-decoration: underline;
}

section#hero .hero-txt h1 {
    font-size: 5vw;
    font-weight: 600;
    /* background-color: #16423C;
    background-color: black; */
    color: #fff;
    display: inline;
    text-transform: uppercase;
    display: inline;
    width: 30%;
    /* text-align: center; */
}

section#hero .hero-txt h1::-moz-selection {
    background-color: white;
    color: black;
}

section#hero .hero-txt h1::selection {
    background-color: white;
    color: black;
}




/* typing */
section#hero p span.typed-text {
    font-weight: normal;
    color: #ffffff;
    font-size: 4vw;
}

section#hero p span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 10px;
    animation: blink 1s infinite;
    font-size: 4vw;
}

section#hero p span.cursor.typing {
    animation: none;
}

@keyframes blink {
    0% {
        background-color: #ccc;
    }

    49% {
        background-color: #ccc;
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #ccc;
    }
}

/*  */




section#hero .hero-social {
    position: absolute;
    top: 40%;
    right: 0;
    margin-right: 20px;
    text-align: end;
}

section#hero .hero-social h6 {
    color: white;
    font-weight: 600;
    z-index: 3;
    /* Optional: Ensure <h6> specifically is above */
    position: relative;
    /* Ensure z-index works */
}

section#hero .hero-social ul li {
    list-style-type: none;
}

section#hero .hero-social ul li a {
    color: white;
    text-decoration: none;
}

section#hero .hero-social ul li a:hover {
    color: rgb(0, 0, 0);
}

section#hero .glass {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    /* Transparent white */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    /* Soft shadow */
    backdrop-filter: blur(10px);
    /* Blur effect */
    -webkit-backdrop-filter: blur(10px);
    /* For Safari */
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* Subtle border */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    z-index: 1;
    /* Lower z-index than .hero-txt */
}









/* ratio */
section#ratio .brands-ratio {
    height: 250px;
    background-color: #5729ce;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section#ratio .brands-ratio h3 {
    font-size: 4vw;
    font-weight: 600;
}

/* campaigns-ratio */
section#ratio .campaigns-ratio {
    height: 250px;
    background-color: #3324b9;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section#ratio .campaigns-ratio h3 {
    font-size: 4vw;
    font-weight: 600;
}

section#ratio .creator-community-ratio {
    height: 250px;
    background-color: #2043a4;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section#ratio .creator-community-ratio h3 {
    font-size: 4vw;
    font-weight: 600;
}

section#ratio .success-mateix-ratio {
    height: 250px;
    background-color: #1c5290;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section#ratio .success-mateix-ratio h3 {
    font-size: 4vw;
    font-weight: 600;
}






















/* about */
section.about {
    border-bottom: 1px solid var(--border-line);
    overflow: hidden;
    background-color: black;
    padding-bottom: 0;
}

section.about h5:first-child {
    font-weight: 600;
    color: rgb(0, 0, 0);
    background-color: white;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 5px;
}

section.about h5:first-child {
    margin-bottom: 10px;

}

section.about h4 {
    font-weight: 600;
    font-size: 3vw;
    margin-bottom: 30px;
    color: white;
}



.ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.ch-grid:after {
    clear: both;
}

.ch-grid li {
    width: 135px;
    height: 135px;
    display: inline-block;
    margin: 5px;
}

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    position: relative;
    cursor: default;
    perspective: 900px;
}

.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.ch-info>div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background-position: center center;
    transition: all 0.4s linear;
    transform-origin: 50% 0%;
}

.ch-info .ch-info-front {
    box-shadow: inset 0 0 0 16px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.ch-info .ch-info-front h4 {
    margin-bottom: 0;
}

.ch-info .ch-info-back {
    transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
    background: #9966cc;
    opacity: 0;
}

.ch-img-1 {
    background-color: #9966cc;
}

.ch-info p {
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.ch-item:hover .ch-info-front {
    transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    opacity: 0;
}

.ch-item:hover .ch-info-back {
    transform: rotate3d(1, 0, 0, 0deg);
    opacity: 1;
}


section.about h5:last-child {
    margin-top: 30px;
    color: white;
}






/* phone-animation */
section#phone-animation {
    background-color: black;
    padding-bottom: 0;
}
section#phone-animation .development_dev_screens__L4P5Z{
    margin-top: 0;
}
section#phone-animation .dev-screens_screens_item__x7szP img {
    border-radius: 44px;
    border: 4px solid rgb(221, 90, 90);
}









/* choose-bloombuz */
section#choose-bloombuz h5 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 4vw;
}

section#choose-bloombuz h6 {
    margin-bottom: 0px;
    font-size: 1.5vw;
    /* font-weight: 600; */
    /* width: 60%; */
}


section#choose-bloombuz .choose-bloombuz-card {
    background-color: rgba(201, 197, 197, 0.459);
    padding: 30px 15px;
    margin-top: 25px;
    border-radius: 15px;
    min-height: 230px;
}

section#choose-bloombuz .choose-bloombuz-card h5 {
    font-size: 2vw;
    font-weight: 600;
    margin-bottom: 10px;
}

section#choose-bloombuz .choose-bloombuz-card p {
    width: 70%;
    color: rgba(0, 0, 0, 0.575);
}




















/* services */
#services {
    border-top: 1px solid var(--border-line);
    border-bottom: 1px solid var(--border-line);
}

#services .number span {
    font-weight: 600;
    font-size: 75px;
    color: rgba(0, 0, 0, 0.253);
    padding: 15px 10px;
    text-align: end;
}

#services h5 {
    font-weight: 600;
    color: rgb(255, 255, 255);
    background-color: #0f0f0f;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.267);
    margin-bottom: 30px;
}

#services .container-fluid a {
    color: #000000;
    text-decoration: none;
}

#services .container-fluid .row .col-md-4 {
    padding: 5px;
}



#services .home-servces-img {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 10;
}

#services .home-servces-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-animation: scaleAnimation 2s infinite alternate;
    animation: scaleAnimation 2s infinite alternate;
}

#services .home-servces-info {
    z-index: 11;
    position: absolute;
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px;
}


#services .container-fluid .row .col-12 {
    border-bottom: 1px solid var(--border-line);
    height: 400px;
    background: #6d6c6c1e;
    background-color: rgba(0, 0, 0, 0.096);
    overflow: hidden;
}

#services .container-fluid .row .col-12:hover {
    background-color: rgba(0, 0, 0, 0.096);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#services .container-fluid .row .col-12:last-child {
    border-bottom: 0px;
}

#services .container-fluid .row .col-12 .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

#services .col-1,
.col-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}




#services h3 {
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#services p {
    font-weight: 600;
    text-transform: capitalize;
}

#services .col-md-7 .col-md-6 {
    margin-bottom: 20px;
}







/* sevices animation */
.servicess_servicess_content_right__0Htu6 {
    padding-left: 25px;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end
}

.servicess-graph_circle__JSQW4 {
    max-width: 625px;
    width: 100%
}

.servicess-graph_box__C2GCa {
    width: 100%;
    padding-bottom: 100%;
    position: relative
}



.servicess-circle_circle__17iw8 {
    position: absolute;
    border: 1px solid transparent;
    border-radius: 50%
}

.servicess-circle_circle__17iw8 .servicess-circle_circle_pointMain__QP_cT:before {
    animation: servicess-circle_pulse2__tR1SD 2s ease infinite
}

.servicess-circle_circle__17iw8 .servicess-circle_circle_pointMain__QP_cT {
    opacity: 1;
    visibility: visible
}

.servicess-circle_circleActive__BVgIC .servicess-circle_circle_point__Nad9E,
.servicess-circle_circle__17iw8:hover .servicess-circle_circle_point__Nad9E {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: .2s ease-in-out;
    transition-property: visibility, opacity
}


.servicess-graph_item__RP4cG {
    transition: .4s ease-in-out;
    transition-property: border, opacity
}

.servicess-graph_item__RP4cG:not(:first-child):hover {
    border-color: rgba(0, 0, 0, .2);
    cursor: pointer
}

.servicess-graph_item__RP4cG:not(:first-child):hover~.servicess-graph_item__RP4cG {
    opacity: .6
}

.servicess-graph_item__RP4cG:not(:first-child):hover~.servicess-graph_item__RP4cG:nth-child(4) {
    opacity: .3
}

.servicess-graph_item__RP4cG:first-child {
    background: #f4f4f4
}

.servicess-graph_item__RP4cG:nth-child(2) {
    background: #eee
}

.servicess-graph_item__RP4cG:nth-child(3) {
    background: #e1e1e1
}

.servicess-graph_item__RP4cG:nth-child(4) {
    background: #f4f4f4
}


.servicess-circle-point_pointMain__QsTn_ {
    width: 12px;
    height: 12px;
}

.servicess-circle-point_point__KdDgg {
    position: absolute;
    width: 4px;
    height: 4px;
    transform: translate(50%, -50%);
    opacity: 0;
    visibility: hidden
}

.servicess-circle-point_point__KdDgg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000
}

.servicess-circle-point_point__KdDgg:after {
    content: attr(data-label);
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font: 600 16px/1.2 Inter;
    letter-spacing: -.01em;
    color: #000;
    white-space: nowrap;
    transition: .4s ease-in-out
}

.servicess-circle-point_pointMain__QsTn_:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0 12px rgba(0, 0, 0, .08);
    background: #1b76ff;
}

.servicess-circle_circle__17iw8 .about-circle_circle_pointMain__QP_cT:before {
    animation: about-circle_pulse2__tR1SD 2s ease infinite;
}

@keyframes about-circle_pulse2__tR1SD {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .15)
    }

    70% {
        box-shadow: 0 0 0 20px transparent
    }

    71%,
    to {
        box-shadow: 0 0 0 0 transparent
    }
}

@media screen and (max-width:1600px) {
    .servicess-graph_circle__JSQW4 {
        max-width: 600px
    }
}


@media screen and (max-width:991px) {
    .servicess_servicess_content_right__0Htu6 {
        display: none
    }
}

@media screen and (max-width:768px) {
    .servicess-circle-point_point__KdDgg:after {
        font-size: 11px;
        left: 8px;
        top: 50%
    }

}

/* sevices  */










/* our-clients */
section.our-clients {
    background: #0f0f0f;

}

section.our-clients h2 {
    font-size: 1.5vw;
    font-weight: 600;
    margin-bottom: 50px;
    color: rgb(0, 0, 0);
    background: #ffffff;
    padding: 30px 10px 10px 5px;
    display: inline;
    margin-bottom: 20px;
    border-radius: 10px;
}

section.our-clients h2 i {
    font-size: 4vw;
    font-weight: 600;
    color: #0f0f0f;

}

section.our-clients .row:first-child {
    margin-top: 20px;
}

section.our-clients .row {
    padding: 20px 0;
}



section.our-clients img {
    width: 100%;
    border-radius: 15px;
}




section.our-clients .our-clients-dropdown {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

section.our-clients .our-clients-dropdown.visible {
    display: flex;
    opacity: 1;
}

section.our-clients .our-clients-view-more-btn {
    text-align: center;
    margin: 20px 0;
}

section.our-clients .our-clients-view-more-btn button {
    padding: 7px 15px;
    background-color: white;
    border-radius: 10px;
    border: 0px solid black;
    font-weight: 600;
}

section.our-clients .our-clients-view-more-btn button:hover {
    background-color: rgba(255, 255, 255, 0.705);
}








/* marquee */
section.marquee {
    position: relative;
    background: #0f0f0f;
    color: #ffffff;
    padding: 30px 0;
    font-weight: 600;
    font-size: 70px;
    text-transform: uppercase;
    overflow: hidden;
}

section.marquee .marquee_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

section.marquee .marquee_part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 4px;
}

section.marquee .arrow {
    width: 60px;
    height: 80px;
    margin: 0 1em;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.marquee .arrow.active {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}







































/* footer */

footer {
    position: relative;
    /* height: 100vh; */
    background: #0f0f0f;
    color: #fff;
    border-top: 1px solid white;
}

footer .container-fluid {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
}


/* logo */
footer .container-fluid h2.footer-logo {
    display: inline-block;
    font-size: 1.5vw;
    font-weight: bold;
    align-items: center;
    display: flex;
}

footer .container-fluid h2.footer-logo img {
    height: 35px;
    background-color: white;
    border-radius: 5px;
    margin-right: 5px;
}




/* footer-left */
footer .footer-left h3 {
    font-size: 3.5vw;
    font-weight: bold;
    margin-bottom: 10px;
}

footer .footer-left a {
    padding: 8px 20px;
    background-color: white;
    color: black;
    border-radius: 15px;
    text-decoration: none;
    display: inline-block;
}

footer .footer-left a:hover {
    background-color: rgba(255, 255, 255, 0.658);
}

footer .footer-left a i {
    color: #3324b9;
    font-weight: 600;
}




/* footer-part2 */


footer .footer-part2 {
    margin-bottom: 50px;
    margin-top: 30px;
}

/* nav */
footer .container-fluid .services-footer h3 {
    margin-bottom: 10px;
    font-size: 2vw;
    text-transform: capitalize;
}

footer .container-fluid .services-footer nav ul li {
    list-style-type: none;
    margin: 0 0 5px 0;
}

footer .container-fluid .services-footer nav ul a {
    text-decoration: none;
}

footer .container-fluid .services-footer nav ul a li {
    color: #ffffffad;
    padding: 0 10px 0 0;
}

footer .container-fluid .services-footer nav ul li:hover a {
    color: rgb(27 91 98);
    background-color: white;
}

footer .container-fluid .services-footer nav ul li:hover {
    background-color: white;
    color: var(--bg-theme);
}









/* Follow-us-footer */
footer .Follow-us-footer h3 {
    text-transform: capitalize;
    font-size: 2vw;
    margin-bottom: 10px;
}

footer .Follow-us-footer ul li {
    list-style-type: none;
    margin: 0 0 5px 0;
}

footer .Follow-us-footer ul li a {
    text-decoration: none;
    color: white;
}

footer .Follow-us-footer ul li a {
    text-decoration: none;
    color: #ffffffad;
}

footer .Follow-us-footer ul li:hover {
    background-color: white;
}

footer .Follow-us-footer ul li:hover a {
    color: black;
}




/* Contact-footer */
footer .Contact-footer h3 {
    margin-bottom: 10px;
    font-size: 2vw;
    text-transform: capitalize;
}

footer .Contact-footer h6 {
    /* font-size: 2vw; */
    text-transform: capitalize;
    font-weight: 100;
    color: #ffffffad;
}





/* footer-part2 */
footer .footer-part3 {
    margin-bottom: 40px;
}

footer .footer-part3 .location h6:first-child {
    font-size: 2vw;
    font-weight: 600;
    margin-bottom: 10px;
}

footer .footer-part3 .location h6:first-child {
    margin-bottom: 10px;
}


footer .footer-right .col-6 {
    margin-bottom: 10px;
}





/* top */
footer .top-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

footer .top-btn h4 {
    font-size: 1.5vw;
    /* font-weight: bold; */
}

footer .top-btn h4 a {
    color: white;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .top-btn h4 a:hover {
    color: rgba(255, 255, 255, 0.473);
}

footer .top-btn h4 i {
    font-size: 1.5vw;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    font-weight: bold;
    font-size: 2vw;
}

footer .top-btn h4 a:hover i {
    padding-bottom: 20px;
}



/* bottom footer */


footer .container-fluid .col-md-6 .loctaion h6 {
    font-size: 1.5vw;
}

footer .container-fluid span a {
    color: #ffffff;
    font-size: 2vw;
    margin-right: 7px;
}






footer .copyrights {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    padding-bottom: 5px;
}



/* Modal Overlay */
footer .popup-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* Modal Content */
footer .popup-content {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 550px;
    max-width: 90%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
}

footer .popup-content h2 {
    margin-bottom: 20px;
    font-weight: 600;
    color: black;
}

footer .popup-content label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
    font-size: 1vw;
    color: black;
}

footer .popup-content input,
footer .popup-content textarea {
    font-size: 1vw;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #b9b6b6;
    border-radius: 5px;
    background-color: rgb(228, 228, 228);
}

footer .popup-content button {
    background-color: #5729ce;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

footer .popup-content button:hover {
    background-color: #4300a3;
}

/* Close Button */
footer .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 1.5rem;
    cursor: pointer;
    color: #ffffff;
    background-color: rgb(0 0 0 / 87%);
    padding: 5px 15px;
    border-radius: 5px;
}































/* about-page-content  */
section#about-page-content {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
}

/* nav */

section#about-page-content nav {
    position: absolute;
    top: 30px;
    left: 50%;
    /* Position the nav from the left */
    transform: translateX(-50%);
    /* Center it horizontally */
    z-index: 100;
    background: #ffffff;
    padding: 11px 20px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.192);
}


section#about-page-content nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section#about-page-content nav ul a {
    text-decoration: none;
}

section#about-page-content nav ul a li {
    list-style-type: none;
    color: #000000;
    margin: 0 10px;
    text-transform: capitalize;
    font-weight: 600;
}

section#about-page-content nav ul li:hover a {
    color: rgb(27 91 98);
    background-color: white;
}

section#about-page-content nav ul li:hover {
    color: rgb(50, 51, 51);
    text-decoration: underline;
}

section#about-page-content a.client-btn {
    position: fixed;
    top: 34px;
    right: 72px;
    z-index: 99;
}

section#about-page-content button {
    background-color: #ffffff;
    color: #000000;
    text-transform: capitalize;
    padding: 8px 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
    z-index: 100;
    right: 7px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.192);

}

section#about-page-content button I {
    color: #3324b9;
    font-weight: 600;
}

section#about-page-content button:hover {
    background-color: rgba(0, 0, 0, 0.863);
    color: #fff;
    transition: 0.2s;
}



section#about-page-content h6 {
    font-size: 1.5vw;
    font-weight: 600;
    margin-bottom: -7px;
    padding-top: 200px;
}

section#about-page-content h1 {
    font-size: 8vw;
    font-weight: 600;
    margin-left: -6px;
}

section#about-page-content p {
    width: 80%;
    font-size: 2vw;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

section#about-page-content .about-page-image {
    position: relative;
    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;
}

section#about-page-content .about-page-image img {
    height: 100%;
    width: 100%;
}


section#about-page-content .about-page-image h5 {
    position: absolute;
    margin: 0;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 2.5vw;
    font-weight: 600;
    letter-spacing: 2px;
    background: #ffffffc5;
    padding: 10px 30px;
    width: 50%;
    border-radius: 40px;
}




/* our-view */
section#about-page-content .our-view {
    margin-top: 120px;
    border-bottom: 1px solid var(--border-line);
    padding-bottom: 100px;
}

section#about-page-content .our-view h3 {
    font-size: 3vw;
    font-weight: 600;
    margin-bottom: 50px;
}

section#about-page-content .our-view .view-card {
    min-height: 150px;
}

section#about-page-content .our-view h4 {
    margin-bottom: 20px;
    padding: 20px 0;
    font-weight: 600;
}

section#about-page-content .our-view i {
    background-color: #000000;
    color: white;
    padding: 15px;
    margin-right: 10px;
}

section#about-page-content .our-view p {
    font-size: 1.5vw;
    padding-bottom: 30px;
}














/* campaigns-page-content  */
section#campaigns-page-content {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 0;
}

/* nav */

section#campaigns-page-content nav {
    position: absolute;
    top: 30px;
    left: 50%;
    /* Position the nav from the left */
    transform: translateX(-50%);
    /* Center it horizontally */
    z-index: 100;
    background: #ffffff;
    padding: 11px 20px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.192);
}


section#campaigns-page-content nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section#campaigns-page-content nav ul a {
    text-decoration: none;
}

section#campaigns-page-content nav ul a li {
    list-style-type: none;
    color: #000000;
    margin: 0 10px;
    text-transform: capitalize;
    font-weight: 600;
}

section#campaigns-page-content nav ul li:hover a {
    color: rgb(27 91 98);
    background-color: white;
}

section#campaigns-page-content nav ul li:hover {
    color: rgb(50, 51, 51);
    text-decoration: underline;
}

section#campaigns-page-content a.client-btn {
    position: fixed;
    top: 34px;
    right: 72px;
    z-index: 99;
}

section#campaigns-page-content button {
    background-color: #ffffff;
    color: #000000;
    text-transform: capitalize;
    padding: 8px 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
    z-index: 100;
    right: 7px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.192);
}

section#campaigns-page-content button I {
    color: #3324b9;
    font-weight: 600;
}

section#campaigns-page-content button:hover {
    background-color: rgba(0, 0, 0, 0.863);
    color: #fff;
    transition: 0.2s;
}


section#campaigns-page-content .campaigns-brands h6 {
    padding-top: 200px;
    font-size: 4vw;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    text-decoration: underline;
}

section#campaigns-page-content .campaigns-brands h5 {
    padding-top: 10px;
    font-size: 2vw;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    text-transform: capitalize;
    text-decoration: underline;
}

section#campaigns-page-content .campaigns-brands img {
    height: 100%;
    padding-bottom: 20px;
}






































/* services-page */
section#services-page {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 45px;
}


/* nav */


section#services-page nav {
    position: absolute;
    top: 30px;
    left: 50%;
    /* Position the nav from the left */
    transform: translateX(-50%);
    /* Center it horizontally */
    z-index: 100;
    background: #ffffff;
    padding: 11px 20px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.192);
}


section#services-page nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section#services-page nav ul a {
    text-decoration: none;
}

section#services-page nav ul a li {
    list-style-type: none;
    color: #000000;
    margin: 0 10px;
    text-transform: capitalize;
    font-weight: 600;
}

section#services-page nav ul li:hover a {
    color: rgb(27 91 98);
    background-color: white;
}

section#services-page nav ul li:hover {
    color: rgb(50, 51, 51);
    text-decoration: underline;
}

section#services-page a.client-btn {
    position: fixed;
    top: 34px;
    right: 72px;
    z-index: 99;
}

section#services-page a.client-btn i {
    color: #4300a3;
}

section#services-page button {
    background-color: #ffffff;
    color: #000000;
    text-transform: capitalize;
    padding: 8px 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
    z-index: 100;
    right: 7px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.192);

}

section#services-page button:hover {
    background-color: rgba(0, 0, 0, 0.863);
    color: #fff;
    transition: 0.2s;
}



section#services-page h2 {
    padding: 200px 0 0 15px;
    font-size: 6vw;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 0px;
}

section#services-page .services-page-img {
    height: 400px;
    width: 100%;
    /* background-image: url(https://images.unsplash.com/photo-1683322499436-f4383dd59f5a?q=80&w=1471&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D); */
    background:
        -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))),
        url(https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=1415&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background:
        -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=1415&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=1415&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-position: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#services-page a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

section#services-page .container-fluid {
    padding-top: 20px;
}

section#services-page .services-page-img h3 {
    color: #fff;
    font-size: 6vw;
    font-weight: 600;
    letter-spacing: 3px;
}

section#services-page a {
    display: inline;
}

section#services-page a:hover .services-info {
    background-color: rgba(255, 255, 255, 0.644);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


section#services-page .col-md-6,
section#services-page .col-md-5,
section#services-page .col-md-12 {
    padding-bottom: 20px;
}

/* edited */
.services-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.services-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-animation: scaleAnimation 2s infinite alternate;
    animation: scaleAnimation 2s infinite alternate;
}

@-webkit-keyframes scaleAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes scaleAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

/* end of edit */


section#services-page .services-info {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    color: #000000;
    padding: 20px;
    min-width: 50%;
}

section#services-page .services-info h4 {
    font-weight: 600;
    text-align: center;
}

section#services-page img.services-page-last-img {
    width: 100%;
}


































/* individual-services */
section#individual-services {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 60px;
}

/* nav */

section#individual-services nav {
    position: absolute;
    top: 30px;
    left: 50%;
    /* Position the nav from the left */
    transform: translateX(-50%);
    /* Center it horizontally */
    z-index: 100;
    background: #ffffff;
    padding: 11px 20px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.192);
}


section#individual-services nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section#individual-services nav ul a {
    text-decoration: none;
}

section#individual-services nav ul a li {
    list-style-type: none;
    color: #000000;
    margin: 0 10px;
    text-transform: capitalize;
    font-weight: 600;
}

section#individual-services nav ul li:hover a {
    color: rgb(27 91 98);
    background-color: white;
}

section#individual-services nav ul li:hover {
    color: rgb(50, 51, 51);
    text-decoration: underline;
}

section#individual-services a.client-btn {
    position: fixed;
    top: 34px;
    right: 72px;
    z-index: 99;
}

section#individual-services button {
    background-color: #ffffff;
    color: #000000;
    padding: 8px 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
    z-index: 100;
    right: 7px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.192);
}

section#individual-services button i {
    color: #3324b9;
    font-weight: 600;
}

section#individual-services button:hover {
    background-color: rgba(0, 0, 0, 0.863);
    color: #fff;
    transition: 0.2s;
}

section#individual-services .content {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section#individual-services h2 {
    font-size: 2vw;
    font-weight: 600;
    text-decoration: underline;
}

section#individual-services p {
    text-align: justify;
    font-size: 1.5vw;
    margin-bottom: 20px;
}

section#individual-services p span {
    font-size: 2vw;
    font-weight: 600;
}





/* other-services */
section.other-services {
    padding: 60px 0 120px 0;
}

section.other-services h5 {
    font-size: 2vw;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 20px;
}

section.other-services .col-md-4 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

section.other-services a {
    font-size: 1.3vw;
    text-decoration: none;
    color: #000000;
}

section.other-services a.active-service {
    font-size: 1.5vw;
    text-decoration: underline;
    color: #0000009c;
    font-weight: 600;
}















































/* our-team-page */
section#our-team-page {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}

/* nav */
section#our-team-page nav {
    position: absolute;
    top: 0;
    right: 12px;
    z-index: 100;
}

section#our-team-page nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section#our-team-page nav ul a {
    text-decoration: none;
}

section#our-team-page nav ul a li {
    list-style-type: none;

    color: #000000;
    margin: 10px 10px 0 0;
    text-transform: uppercase;
    font-weight: 600;
}

section#our-team-page nav ul li:hover a {
    color: rgb(27 91 98);
    background-color: white;
}

section#our-team-page nav ul li:hover {
    background-color: white;
    color: rgb(50, 51, 51);
    text-decoration: underline;
}

section#our-team-page nav button {
    background-color: var(--bg-theme);
    color: #fff;
    text-transform: uppercase;
    padding: 10px 35px;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 1px;
    border: 0;
    z-index: 100;
}

section#our-team-page nav button:hover {
    background-color: rgba(0, 0, 0, 0.863);
    color: #fff;
}

section#our-team-page h2 {
    font-size: 5vw;
    font-weight: 600;
}

section#our-team-page p {
    font-size: 2vw;
    width: 50%;
    margin-bottom: 80px;
    color: #0000007e;
    text-transform: uppercase;
}

section#our-team-page .col-md-12 {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

section#our-team-page img {
    height: 0;
}

section#our-team-page .team-name h5 {
    font-size: 3vw;
}






























/* **********************************************************************/
/* **********************************************************************/
/* **********************************************************************/
/* **********************************************************************/


/* **********************************
******  CSS MEDIA QUERIES ********* 
************************************/

/* Start of Design for Small Desktops */
@media screen and (max-width: 1440px) {}


@media screen and (max-width: 1250px) {

    section#hero nav {
        display: none;
    }

    /* campaigns-page-content */
    section#campaigns-page-content nav {
        display: none;
    }

    /* services-page */
    section#services-page nav {
        display: none;
    }

    /* about-page-content */
    section#about-page-content nav {
        display: none;
    }

    /* individual-services */
    section#individual-services nav {
        display: none;
    }

}

/* End of Design for Small Desktops */

/* Start of Design for Tablets */
@media screen and (max-width: 960px) {
    #cursor {
        display: none;
    }

    section#hero .hero-txt h5 {
        width: 45%;
        font-size: 1.9vw;
    }








    /* about-page */
    section#about-page-content h6 {
        font-size: 2vw;
    }

    section#about-page-content p {
        width: 80%;
        font-size: 2.5vw;
    }

    section#about-page-content .our-view p {
        font-size: 2vw;
    }


    section#our-team-page p {
        font-size: 2.3vw;
    }






    /* individual-services */
    section#individual-services h2 {
        font-size: 2.5vw;
    }

    section#individual-services p {
        font-size: 2vw;
    }




    footer .container-fluid span a {
        color: #ffffff;
        font-size: 2.5vw;
        margin-right: 7px;
    }



}

@media screen and (max-width: 850px) {
    section#services-page .services-info h4 {
        font-size: 2vw;
    }


    section#individual-services p span {
        font-size: 3vw;
        font-weight: 600;
    }
}

@media screen and (max-width: 767px) {


    .loader-number {
        bottom: 0px;
        right: 17px;
    }



    .slider h2 {
        font-size: 5vw;
        padding: 8px 0 0 28px;
    }

    .slider .close-icon i {
        padding: 4px;
        font-size: 5vw;
    }

    .slider nav a li {
        font-size: 4vw;
    }



    section#hero .hero-txt {
        bottom: 158px;
    }

    section#hero .hero-txt h5 {
        width: 54%;
        font-size: 2vw;
    }

    section#hero .hero-img {
        display: block;
        height: 70vh;
        width: 80vw;
    }

    /* abt */
    section.about .about-img {
        width: 97vw;
        height: 450px;
    }

    section.about p {
        font-weight: 600;
        font-size: 15px;
        width: 100%;
    }



    section.about a button {
        background-color: var(--bg-theme);
        color: #fff;
        border: 0;
        padding: 8px 45px 8px 8px;
        font-size: 18px;
        letter-spacing: 3px;
    }


    /* choose-bloombuz */
    section#choose-bloombuz h6 {
        margin-bottom: 0px;
        font-size: 2vw;
    }

    section#choose-bloombuz .choose-bloombuz-card h5 {
        font-size: 2.3vw;
        font-weight: 600;
        margin-bottom: 10px;
    }



    /* services */
    #services .col-1 {
        border-right: 0px solid var(--border-line);
    }

    #services .col-md-5 img {
        height: 60px;
        margin: 20px 0;
    }

    #services .col-md-6 {
        border-left: 0px solid var(--border-line);
    }












    section.our-clients .row {
        padding-bottom: 0;
    }

    section.our-clients img:first-child {
        margin-bottom: 15px;
    }

    section.our-clients img:nth-child(2) {
        margin-bottom: 15px;
    }




    /* footer  */
    footer .col-md-2 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }











    section#services-page .services-page-img {
        height: 200px;
        width: 100%;
    }








    section#about-page-content .our-view p {
        font-size: 3vw;
    }











    /* our-trem-page */
    section#our-team-page img {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }

   

    section#our-team-page p {
        font-size: 4vw;
        width: 100%;
    }








    /* social-media-management */


    section#individual-services h2 {
        font-size: 3vw;
    }

    section#individual-services p {
        font-size: 2.5vw;
    }

    section#individual-services p span {
        font-size: 3.5vw;
        font-weight: 600;
    }

    section.other-services h5 {
        font-size: 3vw;
        font-weight: 600;
        text-decoration: underline;
        margin-bottom: 20px;
    }

    section.other-services a {
        font-size: 2.5vw;
    }

    section.other-services a.active-service {
        font-size: 2.2vw;
    }














    footer .container-fluid h2.footer-logo {
        font-size: 2.5vw;
    }


    footer .col-md-4 {
        margin-top: 20px;
    }






    footer .footer-left {
        margin-bottom: 30px;
        ;
    }








    footer .copyrights {
        display: -webkit-box;
        display: -ms-flexbox;
        /* display: flex; */
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }


}

/* End of Design for Tablets */






@media screen and (max-width: 670px) {

    .loader-number {
        font-size: 7vw;
    }


    .slider h2 {
        font-size: 5vw;
        padding: 8px 10px 0 28px;
    }

    section.about .about-img {
        width: 95vw;
        height: 450px;
    }









    section#about-page-content .about-page-image h5 {
        width: 70%;
    }











    section#services-page .services-info h4 {
        font-size: 2.7vw;
    }










    section#individual-services h2 {
        font-size: 3.6vw;
    }

    section#individual-services p {
        font-size: 3vw;
    }


    section.other-services h5 {
        font-size: 3.5vw;
        font-weight: 600;
        text-decoration: underline;
        margin-bottom: 20px;
    }

    section.other-services a {
        font-size: 3.5vw;
    }

    section.other-services a.active-service {
        font-size: 3.2vw;
    }














    footer .container-fluid .col-md-4 h3 {
        font-size: 5vw;
    }
}








/* Start of Design for Mobile Phones */
@media screen and (max-width: 576px) {



    .slider h2 {
        font-size: 5vw;
        padding: 15px 0px 0 28px;
    }


    section#hero .hero-txt h5 {
        width: 54%;
        font-size: 3.5vw;
    }

    section#hero .hero-txt h1 {
        font-size: 10vw;
    }



    /* services */
    #services .col-md-5 img {
        height: 70px;
    }

    #services h3 {
        font-size: 4.5vw;
    }

    #services p {
        font-weight: 100;
        font-size: 3vw;
    }










    /* contact */
    section.contact h5 {
        font-size: 9vw;
    }
}

/* End of Design for Mobile Phones */








@media screen and (max-width: 576px) {
    section#hero .hero-txt h5 {
        width: 64%;
        font-size: 3vw;
    }

    section#hero .hero-social {
        display: none;
    }

}

@media screen and (max-width: 500px) {

    section#hero .hero-txt h5 {
        width: 69%;
        font-size: 3.5vw;
    }

    section.about p {
        font-size: 4.5vw;
    }


    #services p {
        margin-top: 5px;
        font-size: 4.5vw;
    }







    /* about-page */
    section#about-page-content h6 {
        font-size: 3.5vw;
        margin-bottom: 5px;
    }

    section#about-page-content h1 {
        margin-bottom: 5px;
    }

    section#about-page-content p {
        width: 80%;
        font-size: 4.5vw;
    }

    section#about-page-content .our-view p {
        font-size: 2vw;
    }


    section#our-team-page p {
        font-size: 4vw;
    }



    section#about-page-content .our-view h3 {
        font-size: 3.5vw;
    }

    section#about-page-content .our-view p {
        font-size: 5vw;
    }










    section.portfolio img {
        height: 100px;
    }












    /* about */
    section#about-page-content .about-page-image h5 {
        width: 90%;
        font-size: 3.4vw;
    }









    /* individual-services */
    section#individual-services h2 {
        font-size: 6vw;
    }

    section#individual-services p {
        font-size: 4.5vw;
    }

    section#individual-services p span {
        font-size: 5vw;
        font-weight: 600;
    }

    section.other-services h5 {
        font-size: 5vw;
    }

    section.other-services a {
        font-size: 4.5vw;
    }

    section.other-services a.active-service {
        font-size: 4.2vw;
    }













    section#services-page .services-info h4 {
        font-size: 3.4vw;
    }


}