@font-face {
    font-family: 'DrukXCond';
    src: url('../font/DrukXCond-Super-Trial.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ApfelGrotezk';
    src: url('../font/ApfelGrotezk-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Urbanist", sans-serif;
    overflow-x: hidden !important;
    color: var(--themeDark);
    position: relative;
}
body.no-scroll{
    overflow-y: hidden;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
body:has(.menu-offcanvas.active){
    overflow-y: hidden;
}
:root {
    --themeColor: #FC2278;
    --themeColor2: #A707CB;
    --themeColor3: #fe6b45;
    --themeDark: #101010; 
}
.gradient-heading {
    background: -webkit-linear-gradient(var(--themeColor), var(--themeColor2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.container {
    position: relative;
    padding-inline: 20px;
}
.container-full{
    max-width: 100%;
    padding-inline: 20px;
}
.special-heading{
    font-family: 'DrukXCond', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "ApfelGrotezk", sans-serif;
}
a,
button,
svg {
    transition: .5s !important;
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding-left: 0 !important;
}

input {
    box-shadow: none;
    outline: none !important;
}
.theme-color {
    color: var(--themeColor);
}
.pin-spacer {
    width: 100% !important;
    max-width: 100%;
}
.preload-wrapper{
    display: flex;
    justify-content: start;
    align-items: center;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    clip-path: circle(70.7% at 50% 50%);
}
.client-item.small img {
    height: fit-content;
}

.preload-item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(125deg,rgba(254, 107, 69, 1) 0%, rgba(252, 34, 120, 1) 50%, rgba(167, 7, 203, 1) 100%);
}
.preload-item img{
    border-radius: 20px;
    filter: brightness(0) invert(1)
}
/* .preload-1{
    background-color: var(--themeColor);
}
.preload-2{
    background-color: var(--themeColor2);
}
.preload-3{
    background-color: var(--themeColor3);
}
.preload-4{
    background-color: #111;
} */
.bi-btn {
    padding: 14px 30px;
    background-color: var(--themeColor);
    color: #fff;
    border: none;
    transition: .5s;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    width: fit-content;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor:pointer !important;
}
.bi-btn:hover {
    background-color: var(--themeDark);
    scale: .96;
}
.bi-btn.transparent {
    background-color: transparent;
    color: var(--themeDark);
}
.bi-btn.outline {
    border: 1px solid transparent
}
.bi-btn.outline:hover {
    border-color: var(--themeColor);
}
.bi-btn.tranparent{
    background-color: transparent;
    text-decoration: underline !important;
}
.bi-btn.tranparent.dark{
    color: var(--themeDark);
}
.bi-btn.white{
    background-color: #fff;
    color: #000;
}

.bi-hero{
    /* background: url('../img/hero-bg.webp') no-repeat center;
    background-size: cover; */
    position: relative;
    height: 1000px;
}
.hero-bg-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-bg-wrapper{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    
}
.home .hero-bg-wrapper{
    filter: blur(20px);
}
.hero-bg-wrapper img{
    width: 100%;
}
.hero-content-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-inline: auto;
    width: fit-content;
    color: #fff;
}

.hero-content-wrapper h1 {
    font-size: 62px;
    letter-spacing: -2px;
    font-weight: 600;
}

.hero-content-wrapper .special-heading {
    font-size: 20.833vw;
    letter-spacing: 3px;
    line-height: 1em;
    text-transform: uppercase;
    display: block;
    margin-top: -20px;
    display: flex;
}
.special-heading .letter{
    display: block;
    scale: 2.2;
    opacity: 0;
}

.hero-content-wrapper .special-heading .theme-color {
    opacity: .6;
}
.hero-page-list {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 40px;
    top: 140px;
    text-align: right;
}
.heading-small{
    display: block;
    opacity: 0;
}
.hero-page-list a {
    color: #fff;
    font-size: 24px;
    display: block;
    margin-bottom: 7px;
    position: relative;
    transform: translateX(-50px);
    opacity: 0;
}
.hero-page-list a:hover {
    transform: translateX(-20%) !important;
    scale: 1.5 !important;
    color:#fe6b45
}
.bi-header {
    position: absolute;
    inset: 0;
    width: 100%;
    height: fit-content;
    z-index: 2;
    top: 30px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    padding-inline: 40px;
}
.home .header-wrapper a {
    transform: translateY(-50px);
    opacity: 0;
}
.bi-about {
    padding: 100px 0;
    background-color: #000;
    color: #fff;
}

.content-wrapper {
    display: flex;
    gap: 70px;
}

.content-wrapper h3 {
    font-size: 62px;
    font-weight: 100;
    letter-spacing: -2px;
    width: 30%;
}

.content-wrapper .text-wrapper {
    width: 65%;
}

.content-wrapper .text-wrapper p {
    font-size: 48px;
    font-weight: 500;
}

.content-wrapper .text-wrapper a {
    display: block;
    margin-top: 40px;
    color: #fff;
    font-size: 20px;
}
.three-lines{
    position: relative;
    overflow: hidden !important;
}
.lines {
    position: absolute;
    left: 25%;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background-color: #ffffff;
    opacity: .2;
}
.lines.line-two{
    left: 35%;
}
.lines.line-three{
    left: 62%;
}
.fade-text {
  opacity: 0.5;
  filter: brightness(0.4);
  transition: 0.3s ease-out;
}
.bi-turning-concept{
    background: url('../img/turning-concepts-bg.webp') no-repeat center;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}
.bi-turning-concept.strategy{
    background-image: url('../img/strategy-bg.webp');
}
canvas {
    background: transparent !important;
    width: 100%;
    height: 100%;
    opacity: .6;
    position: absolute;
    inset: 0;
    display: block;
}
.turning-content-wrapper{
    position: relative;
    width: fit-content;
    height: fit-content;
}
.turning-content-wrapper .turning-heading{
    font-size: 20.833vw;
    color: #fff;
    opacity: .78;
    width: fit-content;
    height: fit-content;
    line-height: 1em;
    z-index: 2;
    text-transform: uppercase;

}
.turning-content-wrapper .turning-heading.three-words{
    font-size: 16.927vw;
}
.turning-content-wrapper.right{
    text-align: right;
    margin-left: auto;
    margin-top: -50px;
    margin-bottom: -50px;
}
.bi-service{
    padding: 20px 0 60px;
    background-color: #000;
}
.service-wrapper {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 20px;
    flex-wrap: wrap;
}

.service-item {
    position: relative;
    height: 480px;
    width: 32%;
    padding: 20px;
    border: 1px solid #2e2c2c;
    border-radius: 20px;
    overflow:hidden;
}

.service-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s;
    transform: translateX(-50px);
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 20px 20px;
}

.service-item small {
    position: absolute;
    z-index: 99;
    color: #848484;
    top: 40px;
    font-size: 15px;
}

.service-class {
    position: absolute;
    bottom: 50px;
    color: #fff;
}

.service-class h4 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 20px;
}

.service-class p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    max-width: 80%;
    line-height: 1.4em;
}

.service-item:hover .service-img {
    opacity: .5;
    transform: translateX(0px);
}
.bi-client{
    padding: 120px 0;
    background-color: #000;
    margin-bottom: -30px;
}
.client-main-wrapper {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 35px;
}

.client-main-wrapper .client-col.first {
    width: 23.356vw
}

.client-item {
    position: relative;
}
.client-item.margins{
    margin-top: 30px;
}

.client-item h3 {
    position: absolute;
    top: 20px;
    color: #fff;
    font-weight: 100;
    font-size: 40px;
    left: 20px;
    font-weight: 600;
}

.client-item p {
    position: absolute;
    bottom: 30px;
    left: 20px;
    width: 80%;
    color: #fff;
    font-size: 20px;
}
.client-col.second {
    max-width: 165px !important;
    width: 165px !important;
    display: block;
}
.bi-client .pin-spacer{
    max-width: 165px !important;
    width: 165px !important;
}
.client-item img {
    width: 100%;
    height: 100%;
    object-fit: none;
    height: 457px;
}
.client-item.three p {
    position: relative;
    bottom: 0;
    left: 0;
    width: 90%;
}

.client-col.thrid {
    width: 24.958vw;
}

.client-item.three {
    margin-bottom: 150px;
}

.client-item.three h2 {
    font-size: 62px;
    color: #fff;
    line-height: 1em;
    font-weight: 100;
    margin-bottom: 30px;
}

.client-item.three h2 .gradient-heading {
    font-weight: 100 !important;
}

.client-item.three:nth-child(2) {
    text-align: center;
    height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.client-item.three:nth-child(2) .bi-btn {
    margin-inline: auto;
    font-weight: 900;
    letter-spacing: -0.5px;
}
.client-col.four {
    margin-left: 20px;
    width: 35.938vw;
}
.case-study-wrapper {
    position: absolute;
    z-index: 99;
    top: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-inline: 30px;
    color: #fff;
    align-items: center;
}

.bi-case-study {
    position: relative;
    height: 100vh !important;
    max-width: 100% !important;
    width: 100% !important;
    cursor: pointer;
}

.case-study-content h4 {
    font-size: 62px;
}

.case-study-content p {
    font-size: 25px;
    font-weight: 100;
}

.divider {
    flex: 7;
    height: 1px;
    width: 100%;
    background-color: #ffffff73;
}

.case-study-content {
    flex: 4;
}

.case-study-wrapper small {
    flex: 1;
    text-align: right;
    font-size: 20px;
    font-weight: 100;
}
.bi-testimonials .client-item p {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 40px;
}

.bi-testimonials .client-item.first {
    width: 440px;
    color: #fff;
}


.bi-testimonials .client-item.first h2 {
    font-size: 60px;
    line-height: 0.9em;
    font-weight: 700;
}
.concept-wrapper {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #2A2A2A;
    padding: 20px 40px;
    margin-top: -120px;
}

.concept-wrapper h4 {
    color: #fff;
    font-size: 38px;
    flex: 4;
}

.concept-wrapper p {
    flex: 3;
    font-size: 15px;
    opacity: .7;
    font-weight: 200;
    margin-top: 0 !important;
}
.bi-testimonials .client-col.thrid {
    margin-top: 600px;
}

.bi-testimonials .client-col.thrid h2 {
    font-weight: 800;
}

.bi-testimonials .client-col.thrid h2 span {
    font-weight: 800 !important;
}
.client-item.margins {
    margin-top: 420px;
}
.testimonial-item img {
    width: fit-content !important;
    height: fit-content !important;
}

.testimonial-item {
    padding: 50px 30px;
    background-color: #131313;
    margin-top: 20px;
}

.testimonial-item p {
    margin-top: 0 !important;
    margin: 30px 0 !important;
    width: 100%;
}

.author-box {
    text-align: right;
}

.author-box h5 {
    font-size: 20px;
    font-weight: 100;
}

.author-box small {
    opacity: .7;
}
.client-item.testimonial-wrapper {
    text-align: left !important;
    margin-bottom: 0 !important;
}

.author-box {
    color: #fff;
}
.footer-row {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 70px;
}

.bi-footer {
    padding: 90px 0 40px;
}

.footer-top-content-wrapper h5 {
    font-size: 32px;
    font-weight: 800;
}

.footer-top-content-wrapper {
    padding-left: 160px;
    padding-right: 100px;
}

.footer-row.footer-top {
    padding-bottom: 80px;
}
.footer-page-link-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex: 3;
    padding-right: 160px;
}
.footer-page-link-wrapper.social-media{
    flex: 1;
    padding-right: 0px;
    padding-left: 90px;
        border-left: 1px solid #e9e5e5;
}
.footer-page-link-wrapper li a {
    font-size: 24px;
    color: #000;
    font-weight: 400;
}

.footer-page-link-wrapper li {
    padding: 0px 0 30px;
    position: relative;
    overflow: hidden;
    width:fit-content;
}

.footer-page-link-wrapper li:before {
    content: "";
    position: absolute;
    bottom: 22px;
    left:0;
    background-color: var(--themeColor);
    width: 15px;
    height: 2px;
    transition: .5s;
}
.footer-page-link-wrapper li:hover:before {
    width: 100%;
}
.footer-row.footer-middle {
    padding-top: 50px;
    border-top: 1px solid #e7e4e4;
    padding-bottom: 50px
}
.footer-row.footer-bottom {
    padding-top: 50px;
    border-top: 1px solid #efecec;
}
.footer-email {
    display: block;
    margin-top: 40px;
    font-size: 22px;
    color: var(--themeColor3);
}

.footer-phone {
    display: block;
    margin-top: 20px;
    font-size: 50px;
    color: #000;
    font-weight: 700;
}
.footer-row.footer-bottom {
    justify-content: center;
    align-items: center;
}
.footer-row.footer-bottom p {
    font-size: 27px;
}
.hero-bg-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
}
.footer-row.footer-top img {
    max-width: 775px !important;
}

section.bi-hero.inner .hero-content-wrapper {
    position: relative;
    padding-top: 212px;
}


/* Basic row/column behavior */
.row {
  display: flex;
  flex-wrap: wrap;
}

[class^="col-md-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* Medium breakpoint */
@media (min-width: 768px) {

  .col-md-2  { flex: 0 0 16.666666%; max-width: 16.666666%; }
  .col-md-3  { flex: 0 0 25%;         max-width: 25%; }
  .col-md-4  { flex: 0 0 33.333333%;  max-width: 33.333333%; }
  .col-md-5  { flex: 0 0 41.666666%;  max-width: 41.666666%; }
  .col-md-6  { flex: 0 0 50%;         max-width: 50%; }
  .col-md-7  { flex: 0 0 58.333333%;  max-width: 58.333333%; }
  .col-md-8  { flex: 0 0 66.666666%;  max-width: 66.666666%; }
  .col-md-9  { flex: 0 0 75%;         max-width: 75%; }
  .col-md-10 { flex: 0 0 83.333333%;  max-width: 83.333333%; }
  .col-md-11 { flex: 0 0 91.666666%;  max-width: 91.666666%; }
  .col-md-12 { flex: 0 0 100%;        max-width: 100%; }

}

.white {
    color:#fff;
}

.bi-about h2 {
    font-size: 63px;
    margin-bottom: 32px;
    max-width: 870px;
}
.bi-about h3 {
    font-size: 40px;
    margin-bottom: 22px;
    font-weight: 500;
}

section.bi-hero.inner p {
    font-size: 30px;
}
h2.small-heading {
    margin-left: 42px;
}

ul.bullet {
    padding-left: 22px !important;
    list-style-type: disc;
    margin-bottom: 22px;
}

ul.bullet li {
    font-size: 18px;
    margin-bottom: 11px;
    font-weight: 200;
}

.bi-about p {
    font-size: 19px;
}
.about-page .client-col.second {
    display: none;
}

.about-page .client-col.first {
    width: 30.356vw;
}

.about-page .client-col.first .client-item {
    width: 100%;
}

.about-page .client-col.first .client-item img {
    height: 100%;
    width: 100% !important;
    object-fit: cover;
}

.about-page .client-col.thrid {
    width: 26.958vw;
}

.bi-client.about-page .pin-spacer {
    display: none !important;
}
.about-page .client-col.thrid h2 {
    font-weight: 800;
}

.about-page .client-col.thrid h2 span {
    font-weight: 800 !important;
}
.no-anim .letter {
    transform: translateY(0px) !important;
}
.turning-content-wrapper.no-anim{
    transform: translateX(0px) !important;
}
.bi-turning-concept.inner-page{
    background-image: url('../img/inner-page-bg.jpg');
}
.client-item.satisfaction-rate :is(h3,p) {
    position: static;
    inset: 0;
}
.satisfaction-content-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: fit-content;
    text-align: center;
    margin: auto;
}

.satisfaction-content-wrapper h3 {
    font-size: 32px;
}

.satisfaction-content-wrapper h2 {
    font-size: 5vw;
    color: #fff;
    font-family: 'Urbanist';
}

.satisfaction-content-wrapper p {
    width: 100%;
}
.year-exp {
    background-color: #121212;
    padding: 30px 20px;
}
.year-exp :is(h3,p){
    position: static;
    inset: 0;
}
.year-exp h3{
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.year-exp p{
    font-size: 18px;
    opacity: .8;
}
.bi-form {
    font-family: 'Urbanist', sans-serif !important;
    font-size: 20px;
    color: #fff;
}
.bi-form .col-12 {
    width: 100%;
}

.bi-form input {
    font-family: 'Urbanist', sans-serif !important;
    font-size: 20px;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #3c3838;
    color: #fff;
}
.bi-form textarea {
    font-family: 'Urbanist', sans-serif !important;
    font-size: 20px;
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #3c3838;
    font-size: 20px;
    color: #fff;
}

.bi-form .row {
    gap: 20px;
}

.bi-form .bi-btn{
    background-color: #fff;
    color: #000;
    font-weight:700;
    width:100%;
    text-align:center;
    justify-content:center;
    border-radius:0;
}
.bi-about.service-inner p {
    font-size: 21px;
    line-height: 1.4em;
}

.bi-about.no-bottom-padding {
    padding-bottom: 0;
    margin-bottom: -5px;
}
.bi-turning-concept.service-inner {
    height: 1000px;
}

.bi-turning-concept.app-bg {
    background-image: url('../img/app-bg.jpg');
}
.bi-turning-concept.web-bg{
    background-image: url('../img/web-bg.jpg');
}
.bi-turning-concept.digital-bg{
    background-image: url('../img/digital-bg.jpg');
}
.bi-turning-concept.logo-bg{
    background-image: url('../img/logo-bg.jpg');
}
.bi-turning-concept.book-bg{
    background-image: url('../img/book-bg.jpg');
}
.bi-turning-concept.seo-bg{
    background-image: url('../img/seo-cover.webp');
    cursor:pointer;
}
.bi-turning-concept.smm-bg{
    background-image: url('../img/smm-bg.jpg');
}
.bi-turning-concept.ppc-bg{
    background-image: url('../img/ppc-bg.jpg');
}
.bi-turning-concept.pitch-deck-bg{
    background-image: url('../img/pitch-deck-bg.jpg');
}
.client-col.secondd {
    max-width: 170px;
    width: 170px;
}

.bi-btn.package-btn {
    background-color: #121212;
    border-radius: 0;
    padding: 15px 13px;
    text-transform: capitalize;
    width: 100%;
    display: block;
    font-size: 16px;
    margin-top: 100px;
}

.bi-client.service-inner .client-item.three {
    margin-bottom: 0;
}

.package-info-wrapper {
    padding: 30px;
    background-color: #121212;
    margin-bottom: 20px;
}

.package-info-wrapper h3 {
    position: static;
    font-size: 24px;
}

.package-para {
    font-size: 16px !important;
    margin-top: 20px;
    opacity: .7;
}

.package-price-wrapper {
    margin-top: 40px;
    color: #fff;
}

.package-price-wrapper .price {
    font-size: 62px;
    font-weight: 600;
    font-family: 'Urbanist';
}

.package-price-wrapper .price sub {
    font-size: 20px;
    font-weight: 300;
    opacity: .5;
    position: relative;
    left: -6px;
    bottom: 12px;
}

.package-list-wrapper {
    color: #fff;
    padding: 30px;
    background-color: #121212;
    margin-bottom: 20px;
}

.package-list-wrapper h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 26px;
}

.package-list-wrapper ul li {
    margin: 0px 0 15px;
    font-size: 16px;
    position: relative;
}
.package-list-wrapper ul li:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../img/check-icon.png') no-repeat center;
    left: -30px;
    top: 0px;
    bottom: 0;
    margin: auto;
    right: unset;
    background-color: #262626;
    padding: 10px;
    border-radius: 50%;
}

.package-list-wrapper ul {
    padding-left: 30px !important;
    height: 157px;
    overflow-y: auto;
}
.bi-btn.package-btn.two {
    margin-top: 220px;
}

.bi-btn.package-btn.three {
    margin-top: 220px;
}
.package-list-wrapper ul li:nth-last-child(1) {
    margin: 0px 0 0px;
}
.package-list-wrapper ul::-webkit-scrollbar {
  width: 3px;
  background-color:#413f3f;
  border-radius:10px;
}
 
.package-list-wrapper ul::-webkit-scrollbar-thumb {
  background-color: var(--themeColor3);
  border-radius:30px;
}
.bi-hero.inner .theme-color {
    margin-left: 20px;
}
.menu-offcanvas {
    position: absolute;
    opacity: 1;
    background-color: #111;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: .5s;
}
.menu-offcanvas.active{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);

} 
.menu-wrapper {
    padding: 50px;
}
.menu-wrapper ul {
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}
.menu-wrapper li a {
    color: #fff;
    font-size: 4vw;
    font-weight: 700;
}
li.has-submenu {
    position: relative;
}

ul.dropdown {
    position: absolute;
    opacity: 1;
    right: 270px;
    bottom: -290px;
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: .5s;
    gap:25px;
}
li.has-submenu:hover  ul.dropdown {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
ul.dropdown a {
    font-size: 2.6vw;
    font-weight: 500;
}
.close-icon {
    position: absolute;
    color: #fff;
    font-size: 30px;
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 50%;
    right: 20px;
    top: 20px;
    background-color: transparent;
    transition: .5s;
    cursor:pointer;
}

.close-icon:hover {
    background-color: #fff;
    color:#000;
}
.has-submenu a:after{
    content: "+";
    font-weight: 200;
    margin-left: 30px;
}
.dropdown a:after{
    content: unset;
}

 /* modal overlay */
    #modal {
      display: none; /* hidden by default */
      position: sticky;
      inset: 0;
      background: rgb(0, 0, 0, .8);
      z-index: 1000;
      align-items: center;
      justify-content: center;
      padding: 24px;
      width: 100vw;
      height: 100vh;
    }
    #modal .modal-content {
      width: 100%;
      max-width: 600px;
      background: #111;
      border-radius: 30px;
      box-shadow: 0 8px 30px rgba(2,6,23,0.2);
      padding: 20px;
      position: relative;
    }
    #modal .modal-header { 
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:12px;
        margin-bottom:12px;
    }

    .modal-header {
    position: absolute;
    right: 20px;
}

.modal-header h3 {
    display: none;
}

.modal-body p {
    color: #fff;
    font-size: 24px;
}

p#modal-price-number {
    margin-top: 10px;
}

button.close-modal {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 30px;
    font-weight: 100 !important;
    font-family: 'Urbanist';
    height: fit-content;
    line-height: 1;
}
p#modal-price-number {
    font-weight: 600;
    font-size: 40px;
}

p#modal-price-number sub {
    font-size: 20px;
    font-weight: 200;
    position: relative;
    bottom: 8px;
}
.opacity-0{
    opacity: 0;
}
.modal-footer .bi-btn {
    margin-top: 20px;
}
.package-price-wrapper.d-none{
    display: none;
}
.modal-content .bi-form label {
    display: none !important;
}
.modal-content .bi-form input {
    margin-bottom:20px;
}
.bi-hero .content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
}
.bi-case-study.first img {
    object-fit: cover !important;
    object-position: 0px -180px !important;
}
.bi-case-studies {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bi-case-studies img {
    width: 100%;
    height: 100%;
}
#modal .modal-content {
    border: 2px solid var(--themeColor3);
    box-shadow: 0 0 10px var(--themeColor3)
}