@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Archivo:ital,wght@0,100..900;1,100..900&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=League+Gothic&family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');


@import url('https://fonts.googleapis.com/css2?family=League+Gothic&family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Teko:wght@300..700&display=swap');




* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: "Rubik", sans-serif; */
    /* font-family: "Poppins", sans-serif; */
    /* font-family: 'roboto';   */
    /* font-family: "League Gothic", sans-serif; */
      /* font-family: "Oswald", sans-serif; */
    
      /* font-family: 'rubik'; */
    font-family: "Poppins", sans-serif;
     /* font-family: "Teko", sans-serif; */
    /* font-family: 'Archivo'; */
    /* font-family: "Figtree", sans-serif; */
}

:root {
    --qode-gradient-color-one: #4E66B5;
    --qode-gradient-color-two: #FE9A5C;
    --qode-gradient-color-middle: #E8B892;

}



.page-header {
    display: flex;
    width: 100%;
    /* height: 730px; */
    /* height: min(100vh, 100vw); */
    height: 100vh;
}

.page-header .left-section {
    width: 50%;
    background-color: #000;
    color: #fff;
    padding: 2vw 5vw;
    display: flex;
    flex-direction: column;
}

.page-header .right-section {
    width: 50%;
    background: linear-gradient(135deg, var(--qode-gradient-color-one) 0, var(--qode-gradient-color-middle) 40%, var(--qode-gradient-color-middle) 60%, var(--qode-gradient-color-two) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 2vw 5vw;

}

.page-header .nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2vw 0;
    padding-top: 0vw;
    margin-top: -1vw;
}

.page-header .logo {
    font-size: 1.5vw;
    font-weight: bold;
    margin-right: 2vw;
    background: #000;
}

a.logo img {
    width: 13.464vw;
}

.page-header .logo span {
    color: #8a2be2;
}

.page-header .nav-links {
    display: flex;
    gap: 3.1vw;
    margin-left: 1vw;
}

.page-header .nav-links a {
    color: white;
    text-decoration: none;
    /* margin-left: 3.5vw; */
    font-size: 1.042vw;
}

.page-header .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 3vw;
}

.page-header h1 {
    font-size: 4vw;
    line-height: 1.2;
    margin-bottom: 1vw;
    font-weight: 500;
}

.page-header p {
    font-size: 1.2vw;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 2vw;
    /* opacity: 0.8; */
    color: #fff;
    text-align: left;
}

.page-header .buttons {
    display: flex;
    gap: 1vw;
}

.page-header .btn {
    padding: 0.8vw 1.5vw;
    border-radius: 2vw;
    font-size: 0.977vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5vw;
}

.page-header .btn-primary {
    background-color: white;
    color: #111;
    border: none;
    text-decoration: none;
}

.page-header .btn-secondary {
    background-color: transparent;
    color: white;
    /* border: 1px solid white; */
}

.page-header .img-container {
    width: 100%;
    /* height: 518px; */
    object-fit: cover;
    margin-bottom: 1vw;
    border-radius: 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.page-header .img-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.page-header .slider-dots {
    position: absolute;
    bottom: 5vw;
    display: flex;
    gap: 0.5vw;
    display: none;
}

.page-header .dot {
    width: 0.8vw;
    height: 0.8vw;
    border-radius: 50%;
    background-color: #111;
    opacity: 0.3;
    cursor: pointer;
}

.page-header .dot.active {
    opacity: 1;
}

.page-header .search-menu {
    position: absolute;
    top: 3vw;
    right: 5vw;
    display: flex;
    align-items: center;
    gap: 3.5vw;
}

.page-header .search {
    font-size: 0.977vw;
    display: flex;
    align-items: center;
    gap: 0.3vw;
    cursor: pointer;
    color: #222222;
    display: none;
}

.page-header .fa-bars {
    font-size: 1.2vw;
    color: #111;
    cursor: pointer;
}

.page-header .search i {
    font-size: 0.977vw;

}

@media (max-width: 768px) {
 
  

   

   

    .page-header .logo {
        font-size: 3vw;
    }

    .page-header .nav-links a {
        font-size: 1.8vw;
    }

    .page-header .fa-bars,
    .page-header .search {
        font-size: 2vw;
    }
}

.simple_btn {
    background: none;
    border: none;
    color: #fff;
    display: flex;
    text-decoration: none;
    gap: 1vw;
    align-items: center;
    font-size: 0.977vw;

}


.simple_btn i {
    transform: rotate(320deg);
}

.it_zone_class {
    display: inline-block;
    font-size: 0.981vw;
    font-weight: 300;
    margin-bottom: 0.5vw;
    position: relative;
    margin-left: 1vw;
}

.it_zone_class::after {
    content: '';
    position: absolute;
    left: -2%;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
}


.hamburger_box {
    /* width: 40px; */
    /* height: 30px; */
    /* border: 1px solid #000; */
    /* display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;*/
    cursor: pointer;


}

.hamburger_box div {
    height: 2px;
    width: 40px;
    background-color: #fff;
    display: block;
    margin: 6px 0;
    transition: all 0.3s ease;
    cursor: pointer;
}



/* .hamburger_box .bar_two{
    height: 0.13vw;
    width: 40px;
    background-color: #000;
    display: block;
    margin: 0px 0;
    transition: all 0.3s ease;
} */

.hamburger_box:hover .bar_one {
    transform: translateX(-5px) scaleX(0.7);
}

.hamburger_box:hover .bar_two {
    transform: translateX(5px) scaleX(0.7);
}


.img_other_carousel .item {
    /* background: red !important; */
    padding: 0px 100px;
    /* border:1px solid #000; */
}

.img_other_carousel .item img {
    /* border-radius: 20px; */
    background: #fff;
    padding: 15px;
    width: 340px;
    margin: 0px auto;
}

.img_other_carousel {
    width: 100%;
    margin-top: 6vw;
}





.about_main_section {
    padding: 10vw 0vw;
}

.about-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6vw;
    max-width: 88vw;
    height: 41.792vw;
    margin: 0 auto;
    background: #f3f3f3;
    border-radius: 1vw;
    padding: 0vw 0vw;
}

.about-container__content {
    /* flex: 1; */
    /* background-color: white; */
    border-radius: 1vw;
    padding: 0vw;
}

.about-container__heading {
    font-size: 1.042vw;
    color: #333;
    margin-bottom: 1vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 1vw;
    text-transform: uppercase;
}

.about-container__tagline {
    font-size: 2.334vw;
    line-height: 1.3;
    margin-bottom: 1vw;
    font-weight: 300;
    color: #222;
}

.about-container__features {
    display: flex;
    gap: 1vw;
    margin-top: 2vw;
    margin-bottom: 3vw;
}

.about-container__feature {
    /* flex: 1; */
    background-color: #fff;
    border-radius: 1vw;
    padding: 1.5vw;
    /* box-shadow: 0 0.2vw 0.5vw rgba(0, 0, 0, 0.05); */
    width: 17.034vw;
    height: 15.471vw;
    position: relative;
    overflow: hidden;
}


.about-container__feature::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: var(--about-img-reveal, 100%);
    height: 100%;
    background: #f3f3f3;
    z-index: 2;
    pointer-events: none;
    transition: none;
}





.about-container__feature-icon {
    width: 3vw;
    height: 3vw;
    border-radius: 0.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1vw;
}

.about-container__feature-icon--growth {
    background-color: #FFA726;
    width: 3.906vw;
    height: 3.906vw;
}

.about-container__feature-icon--revenue {
    background-color: #26D0B2;
    width: 3.906vw;
    height: 3.906vw;
}

.about-container__feature-icon img {
    width: 35px;
}

.about-container__feature-icon svg {
    width: 1.5vw;
    height: 1.5vw;
    fill: white;
}

.about-container__feature-title {
    font-size: 1.693vw;
    margin-bottom: 0.5vw;
    font-weight: 600;
}

.about-container__feature-text {
    font-size: 1.042vw;
    color: #000;
    line-height: 1.4;
    font-weight: 400;
}


.about-container__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #131619;
    color: white;
    padding: 1vw 2vw;
    border-radius: 2vw;
    font-size: 1.042vw;
    font-weight: 500;
    text-decoration: none;
    margin-top: -1.3vw;
    gap: 1vw;
    width: 12.826vw;
    height: 3.776vw;
}

.about-container__button i {
    transform: rotate(320deg);
}

.about-container__button-icon {
    width: 1vw;
    height: 1vw;
    margin-left: 0.5vw;
}

.about-container__media {
    /* flex: 1; */
    position: relative;
}



.about-container__media-wrapper {
    width: 100%;
    border-radius: 1vw;
    overflow: hidden;
    position: relative;
}

.about-container__media-image {
    width: 35.211vw;
    height: 48.047vw;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.about-container__media-overlay {
    position: absolute;
    top: -4%;
    right: -5%;
    width: 100%;
    height: 93%;
    background: linear-gradient(135deg, rgba(155, 155, 255, 0.2), rgba(100, 100, 255, 0.6));
    border-radius: 1.5vw;
    z-index: 0;
}

/* 
  .about-container__media-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0c00ff;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0.2vw 1vw rgba(0, 0, 0, 0.2);
  } */

.about-container__media-play-icon {
    width: 1.5vw;
    height: 1.5vw;
    fill: #333;
    margin-left: 0.2vw;
}

section.planning {
    padding: 2vw 5vw;

}

#initials_box {
    display: flex;
    align-items: center;
    gap: 2vw;
    padding: 2vw 8vw;
    padding-bottom: 4vw;
    background: none;
}

#initials_box .headding_forr {
    width: 50%;

}

/* @media (max-width: 768px) {
    .about-container {
      flex-direction: column;
    }

    .about-container__tagline {
      font-size: 5vw;
    }

    .about-container__heading {
      font-size: 3vw;
    }

    .about-container__feature-title {
      font-size: 3.5vw;
    }

    .about-container__feature-text {
      font-size: 2.5vw;
    }

    .about-container__feature-icon {
      width: 8vw;
      height: 8vw;
    }

    .about-container__feature-icon svg {
      width: 4vw;
      height: 4vw;
    }

    .about-container__button {
      font-size: 2.5vw;
      padding: 2vw 4vw;
    }
  } */











.splide {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

element.style {
    margin-right: 1.56vw;
    /* 30px ≈ 1.56vw (assuming 1920px width) */
}

.splide .splide__track-1 ul li {
    color: white;
    -webkit-text-stroke: 0.05vw black;
    /* 1px ≈ 0.05vw */
}

.splide .splide__track ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7.85vw;
    /* 7.4rem ≈ 3.85vw */
    text-transform: uppercase;
    font-weight: 500;
    /* font-family: "Monument", sans-serif; */
}

.splide .splide__track ul li img {
    width: 5.33vw;
    /* 6.4rem ≈ 3.33vw */
    height: 5.33vw;
}

.splide .splide__track-1 ul li {
    color: white;
    -webkit-text-stroke: 0.05vw black;
}

.splide .splide__track-2 {
    background-color: #d9f24f;
    rotate: 1deg;
}

.splide .splide__track-2 ul li {
    color: black;
}

.splide .splide__track-3 {
    background-color: #4801ff;
    rotate: -1deg;
}

.splide .splide__track-3 ul li {
    color: white;
}


section.planning h3 {
    font-size: 1.432vw;
    color: #333;
    margin-bottom: 1vw;
    font-weight: 300;
}

section.planning h1 {
    font-size: 2.834vw;
    line-height: 1.3;
    margin-bottom: 1vw;
    font-weight: 700;
    color: #222;
}

.sty_norm {
    animation: rotate 3s infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

section.planning {
    padding: 8vw 8vw;
    background: #F5F5F8;
}

.bottom_head {
    font-size: 1.302vw;
    font-weight: 700;
    margin-top: 2vw;
    line-height: 28px;
}

.icon_boxxx img {
    width: 3.106vw;
}


.icon_main_box {
    display: flex;
    justify-content: space-between;
    /* gap: 3vw; */
    margin-top: 4vw;
}

.icon_boxxx p {
    font-size: 1.042vw;
    line-height: 28px;
    margin-top: 1vw;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    z-index: 1200;
    /* background:linear-gradient(135deg,var(--qode-gradient-color-one) 0,var(--qode-gradient-color-middle) 40%,var(--qode-gradient-color-middle) 60%,var(--qode-gradient-color-two) 100%);; */
    /* background:#131619; */
    background: #fff;
}

.first {
    top: 0;
}

.second {
    top: 33.3%;

}

.third {
    top: 66.6%;

}


#initials_box .icon_main_box {
    width: 50%;

}

#initials_box .icon_main_box {
    display: grid;
    grid-template-columns: auto auto;
}

.icon_boxxx {
    /* background: #ffadad; */
    width: 18.656vw;
    height: 21.711vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-left: 1vw;
}

section#initials_box .icon_boxxx {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    background: transparent;
}

section#initials_box .icon_boxxx .imgg_box {
    /* border: 1px solid #000; */
    width: 100px;
    height: 100px;
    /* padding: 1vw; */
    border-radius: 50%;
    /* background: linear-gradient(135deg, var(--qode-gradient-color-one) 0, var(--qode-gradient-color-middle) 40%, var(--qode-gradient-color-middle) 60%, var(--qode-gradient-color-two) 100%); */
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 2s linear infinite;
    animation-name: Float_imagess;
    animation-duration: 4s;
    animation-iteration-count: infinite;

}

#first_box .bottom_head {
    color: #000 !important;
}




section#initials_box .icon_boxxx p {
    color: #000;
    text-align: center;
    font-size: 1vw;
}

#first_box {
    /* background:linear-gradient(52.37deg, #0097FE -5.7%, #14358A 94.69%); */
    background: linear-gradient(135deg, var(--qode-gradient-color-one) 0, var(--qode-gradient-color-middle) 40%, var(--qode-gradient-color-middle) 60%, var(--qode-gradient-color-two) 100%);
    /* background: #4E66B5; */
}


#first_box .bottom_head {
    color: #fff;
}


#first_box p {
    color: #fff;
}

.icon_boxxx {
    background: #fff;

}

#srvces_boxx {
    position: relative;
    /* background: linear-gradient(135deg,var(--qode-gradient-color-one) 0,var(--qode-gradient-color-middle) 40%,var(--qode-gradient-color-middle) 60%,var(--qode-gradient-color-two) 100%); */
    background: #000;

}

#srvces_boxx::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #376091 0, rgba(55, 96, 145, .75) 12.5%, rgba(55, 96, 145, .5) 25%, rgba(55, 96, 145, .25) 37.5%, rgba(55, 96, 145, 0) 50%) top right/250% 250%;
    animation: qodef-background-gradient 25s infinite alternate linear;
    z-index: 1;
}

#srvces_boxx h3 {

    color: #fff;
    position: relative;
    z-index: 2;

}

#srvces_boxx h1 {
    font-size: 2.334vw;
    line-height: 1.3;
    margin-bottom: 1vw;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 2;
}

#srvces_boxx .icon_boxxx {
    background: #ffff;
    /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    /* border-radius: 10px; */
    /* border: 1px solid rgba(255, 255, 255, 0.18); */
    /* background: linear-gradient(135deg, #1E1E1E 0%, #000000 75.26%, rgba(20, 0, 36, 0.5) 98.29%); */
    position: relative;
    z-index: 21 !important;
    /* border-radius: 17px; */
    transition: all 0.45s;
    padding: 1vw;
}


#srvces_boxx .icon_boxxx:hover {
    transform: translateY(-10px);

}

#srvces_boxx .icon_main_box {
    display: grid;
    grid-template-columns: auto auto auto auto;
    /* justify-content: space-between; */
    /* gap: 3vw; */
    margin-top: 5vw;
}


#srvces_boxx .icon_main_box #first_box .bottom_head {

    color: #000;
}



#srvces_boxx .icon_main_box #first_box p {
    color: #000;
}

#srvces_boxx .icon_main_box {
    row-gap: 30px;
}

#srvces_boxx .icon_main_box img {
    width: 70px;

}

@keyframes qodef-background-gradient {

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

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

    50% {
        background-position: 0 0;
    }

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

#srvces_boxx .icon_main_box .bottom_head {
    font-size: 1.302vw;
    font-weight: 700;
    margin-top: 2vw;
    line-height: 28px;
    color: #fff;
}

#srvces_boxx .icon_main_box .icon_boxxx p {
    color: #fff;
}

.project_main {
    padding: 8vw 7vw;
    padding-top: 5vw;
    background: #fff;
}

.project-fresh{
      padding: 8vw 4vw;
}

.project_main h3 {
    color: #000;
    font-size: 2.734vw;
    margin-bottom: -10vw;
    font-weight: 400;

}

.project_main h3 span {
    font-weight: 700;
}


.project_main h1 {
    font-size: 2.334vw;
    line-height: 1.3;
    margin-bottom: 1vw;
    font-weight: 500;
    color: #222;
}

.project_main_box {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 20px;
    row-gap: 20px;
}

.project_main_box a {
    /* display: flex
    ; */
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.project_main_box img {
    width: 100%;
}

.project_main_box {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 9.54vw;
    row-gap: 6vw;
    margin-top: 4vw;
}

.project_main_box a p {
    font-size: 1.172vw;
    color: #321D1D;
    /* line-height: 51px; */
    font-weight: 600;
    font-size: 22px;
}


.project_main_box a span {
    display: block;
    font-size: 1.1vw;
    font-weight: 400;
    color: #321D1D;
    line-height: 31px;
}


.project_main_box img {
    width: 100%;
    /* height: 518px; */
    object-fit: cover;
    margin-bottom: 1vw;
    border-radius: 0px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}




#srvces_boxx .icon_boxxx p br {
    display: none;
}


.headding_forr p {
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 2vw;
    opacity: 0.8;
    color: #303030;
    text-transform: uppercase;
}


#first_box {
    margin-top: -50px;
}

#third_box {
    margin-top: -50px;
}

#imgaa_01 {
    background: #d5ad9e;

}

#imgaa_02 {
    background: #956AD3;
}

#imgaa_03 {
    background: #57B497;
}

#imgaa_04 {
    background: #29A6D8;
}



#srvces_boxx .icon_boxxx {

    background: #131619;
    /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur(4.5px);
    border-radius: 10px;
    /* border: 1px solid rgba(255, 255, 255, 0.18); */
    /* background: linear-gradient(135deg, #1E1E1E 0%, #000000 75.26%, rgba(20, 0, 36, 0.5) 98.29%); */
    position: relative;
    z-index: 21 !important;
    /* border-radius: 17px; */
    transition: all 0.45s;
    padding: 1vw;
    width: 19.884vw;
    height: 22.786vw;


}

.project_Summ img {
    /* position: fixed; */
    width: 100%;


}

.strrdd {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

section.project_Summ {
    height: 50vh;
    overflow: hidden;
    position: relative;
}


section.project_Summ .strrdd {}

.more_projects {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20.182vw;
    height: 3.906vw;
    background: #131619;
    margin: 0px auto;
    text-decoration: none;
    color: #fff;
    margin-top: 3vw;
    border-radius: 2vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    gap: 1vw;
}

.more_projects i {
    transform: rotate(-40deg);

}










.focus_workk {
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 7vw 0vw;
    height: 70vw;
}


.focus_workk .left-section {
    width: 50%;
    position: relative;
}


.loop_sver {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 80%;
    display: none;
}


.loop_sver h2 {
    text-align: left;
    color: #fff;
    font-size: 2.595vw;
    font-weight: 700;
}

.loop_sver p {
    text-align: left;
    color: #fff;
    font-weight: 400;
    font-size: 1.132vw;
    line-height: 30px;
}

.focus_workk .left-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.focus_workk .right-section {
    width: 50%;
    background: #fff;
    padding: 4vw 8vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 0px 0px 0px 0px;
}


.focus_workk .right-section form {
    display: flex;
    flex-direction: column;
    margin-top: 4vw;
    width: 100%;
}

.focus_workk .right-section h2 {

    color: #000;
    font-size: 3.385vw;
    font-weight: 700;
    display: inline-block;
    position: relative;

}


.focus_workk .right-section h2::after {
    content: '';
    position: absolute;
    width: 30%;
    height: 5px;
    background: #FE9A5C;
    left: 0;
    top: -10px;
    border-radius: 10px;
    display: none;
}

.focus_workk .right-section form label {
    color: #fff;
}

.focus_workk .right-section form input,
.focus_workk .right-section form textarea {
    border: none;
    background: none;
    border-bottom: 1px solid #D9D9D9;
    color: #000;
    margin-bottom: 2vw;
}

.focus_workk .right-section form input:focus,
.focus_workk .right-section form textarea:focus {
    outline: none;
}

.focus_workk .right-section form label {
    color: #fff;
    font-size: 0.911vw;
}

.focus_workk .right-section form label {
    color: #fff;
    font-size: 0.911vw;
    margin-bottom: 0.5vw;
}


.plane-hover {
  font-size: 14px;
  color: #5A6ACF;
  position: relative;
  transition: transform 0.5s ease, left 0.5s ease;
}

.plane-hover:hover {
  transform: translateX(20px) rotate(10deg);
}



.focus_workk .right-section form button {
    padding: 18px 40px;
    border-radius: 1px;
    border: none;
    cursor: pointer;
    background: #000;
    color: #fff;
    display: inline-block;
    /* width: 100%; */
    display: flex;
    align-items: center;
    gap: 1vw;
    border-radius: 40px;
}



.focus_workk .focus_workk .left-section {
    width: 60%;
    position: relative;
    border-radius: 20px 0px 0px 20px;
    overflow: hidden;
}

























.test_mon_main_box button.owl-prev {
    position: absolute;
    left: 25%;
    top: -12vw;
    background: transparent !important;
}




.test_mon_main_box button.owl-next {
    position: absolute;
    right: 25%;
    top: -12vw;
    background: transparent !important;
}









.test_mon_main_box .owl-nav .fa-arrow-left,

.test_mon_main_box .owl-nav .fa-arrow-right {
    font-size: 24px;
    /* Size of the arrows */
    color: #333;
    /* Default color */
    transition: all 0.3s ease;
    /* Smooth hover effect */
}


.test_mon_main_box .owl-nav .fa-arrow-left:hover,

.test_mon_main_box .owl-nav .fa-arrow-right:hover {
    color: #ff5733;
    /* Hover color */
    transform: scale(1.2);
    /* Slight zoom on hover */
}

/* Optional: Center the arrows vertically */

.test_mon_main_box .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}


.test_mon_main_box .owl-prev,
.test_mon_main_box .owl-next {
    padding: 10px;
}


















.what_Cliientss {
    /* max-width: 90vw; */
    margin: 0 auto;
    padding: 5vw 7vw;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 2vw;
}

.what_Cliientss .testimonials-section {
    width: 50%;
    padding: 2vw 0;
    padding-top: 0vw;
}

.what_Cliientss .testimonials-section .label {
    font-size: 1.2vw;
    text-transform: uppercase;
    color: #ccc;
    margin-bottom: 1vw;
    letter-spacing: 0.2vw;
}

.what_Cliientss .testimonials-section h1 {
    font-size: 4.5vw;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 2vw;
}

.what_Cliientss .testimonials-section .subtitle {
    font-size: 1.2vw;
    color: #888;
    margin-bottom: 3vw;
    line-height: 1.5;
}


.what_Cliientss .testimonial-item img {
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    object-fit: cover;
}

.what_Cliientss .testimonial-content {
    flex: 1;
}

.what_Cliientss .testimonial-content p {
    text-align: center;
    font-size: 1.2vw;
    color: #ccc;
    margin-bottom: 1.5vw;
    line-height: 1.5;
}

.what_Cliientss .author {
    display: flex;
    flex-direction: column;
}

.what_Cliientss .author span:first-child {
    font-size: 1.5vw;
    font-weight: bold;
}

.what_Cliientss .author span:last-child {
    font-size: 1.2vw;
    color: #888;
}

.what_Cliientss .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.testimonial-carousel .owl-prev,
.testimonial-carousel .owl-next {
    font-size: 2vw !important;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 50% !important;
    width: 3vw !important;
    height: 3vw !important;
    line-height: 3vw !important;
    text-align: center !important;
}

.what_Cliientss .right-section {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.what_Cliientss .image-placeholder {
    background: #333;
    height: 35vw;
    border-radius: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2vw;
    color: #ccc;
    overflow: hidden;
    border-radius: 26px;
}

.what_Cliientss .services-card {
    background: linear-gradient(135deg, var(--qode-gradient-color-one) 0, var(--qode-gradient-color-middle) 40%, var(--qode-gradient-color-middle) 60%, var(--qode-gradient-color-two) 100%);
    padding: 3vw;
    border-radius: 1vw;
    text-align: center;
}

.what_Cliientss .services-card h2 {
    font-size: 2.5vw;
    font-weight: bold;
    margin-bottom: 2vw;
    line-height: 1.3;
}

.what_Cliientss .stats {
    display: flex;
    justify-content: space-around;
    gap: 2vw;
}

.what_Cliientss .stat-item {
    text-align: center;
}

.what_Cliientss .stat-item .number {
    font-size: 3vw;
    font-weight: bold;
    display: block;
    margin-bottom: 0.5vw;
}

.what_Cliientss .services-card {
    background: linear-gradient(135deg, var(--qode-gradient-color-one) 0, var(--qode-gradient-color-middle) 40%, var(--qode-gradient-color-middle) 60%, var(--qode-gradient-color-two) 100%);
    padding: 6vw 3vw;
    border-radius: 26px;
    text-align: center;
}


.what_Cliientss .stat-item p {
    font-size: 1vw;
    color: #ddd;
    line-height: 1.5;
}

.what_Cliientss .image-placeholder img {
    width: 100%;
    height: 100%;
}

.test_mon_main_box {
    background: #191919;
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.what_Cliientss .testimonial-item {
    /* background: #000; */
    padding: 2vw;
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
    width: 34vw;
    margin: 0vw auto;
}

.what_Cliientss .author {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #fff; */
}

.author span {
    color: #fff;
}





















.blog_main_sect {
    width: 80vw;
    /* Set width relative to viewport width */
    margin: 5vw auto;
    /* Center the container */
}

/* Style for the section headings */
.blog_main_sect h2 {
    color: #333;
    margin-bottom: 0.2vw;
    font-size: 1.432vw;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1vw;
}

/* Flexbox layout for the blog cards */
.blog_main_sect .blog-container {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
    margin-top: 2vw;
}

/* Individual blog card styling */
.blog_main_sect .blog-card {
    background: white;
    padding: 0vw 0vw;
    border-radius: 1vw;
    /* box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.1); */
    /* width: 30vw; */
    text-align: left;
}

/* Styling for images inside blog cards */
.blog_main_sect .blog-card img {
    width: 100%;
    /* Make image responsive */
    border-radius: 1vw;
    height: 20vw;
    /* Set height relative to viewport width */
    object-fit: cover;
    /* Ensure images maintain aspect ratio */
}

/* Style for the blog card title */
.blog_main_sect .blog-card h3 {
    font-size: 1.693vw;
    font-weight: 600;
    margin: 1vw 0;
}

/* Style for the blog card paragraph */

.blog_main_sect .blog-card p {
    font-size: 1.042vw;
    color: #5A7779;
}

/* Style for the "Continue Reading" link */
.blog_main_sect .read-more {
    display: block;
    margin-top: 1vw;
    color: #063232;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.042vw;
    display: flex;
    align-items: center;
    gap: 1vw;
    font-weight: 500;
}

/* Add underline effect on hover */
.blog_main_sect .read-more:hover {
    text-decoration: none;
}

.blog_main_sect h1 {
    text-align: center;
    font-size: 2.734vw;
    font-weight: 500;
}

.loggs img {
    width: 13.464vw;
}

header.header_nav nav ul {
    display: flex;
}



header.header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 1vw 5vw;
}

header.header_nav nav ul li {
    list-style: none;
}

.flt {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seacrh_boxxx .search-menu {
    display: flex;
    align-items: center;
    gap: 4vw;
}

header.header_nav nav ul {
    display: flex;
    gap: 5vw;
}

header.header_nav nav ul li a {
    text-decoration: none;
    color: #000;
}

.header_nav a.logo img {
    width: 9.464vw;
}

.header_nav .search {
    font-size: 0.977vw;
    display: flex;
    align-items: center;
    gap: 0.3vw;
    cursor: pointer;
    color: #000;
}

.about_sect {
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: url(/assets/Images/level_worm.jpg); */
    /* background: #000; */
    /* background-size: cover; */
    gap: 1vw;
    display: none;
}

.about_sect h1 {
    color: #fff;
    font-weight: 600;
    font-size: 3.711vw;
}

.about_sect i {
    color: #000;
}

.head_part {
    display: flex;
    justify-content: center;
    position: relative;
    width: 71vw;
    margin: 0px auto;
}

.head_part h1 {
    text-align: center;
}

.head_part h1 {
    text-align: center;
    font-size: 7.7vw;
    line-height: 0.9em;
    letter-spacing: 0px;
    /* line-height: 100px; */
    margin-top: 5vw;
    font-weight: 600;
    color: #1F242E;
}

.img_fr-first {
    position: absolute;
    left: 12%;
    top: 16%;
    width: 6.51vw;
    transform: rotate(14deg);
}

.img_fr-sec {
    position: absolute;
    right: 5%;
    top: 28%;
    width: 6.51vw;
    transform: rotate(-14deg);
}














.about-main-box {
display: flex
;
    align-items: center;
    justify-content: space-between;
    /* height: 100vh; */
    /* padding: 5vw; */
    /* gap: 5vw; */
    padding-top: 8vw;
}

.about-main-box .image-container {
    position: relative;
    /* width: 35vw; */
    /* height: 35vw; */
}

.about-main-box .image-container img {
    /* width: 100%; */
    /* height: auto; */
    /* border-radius: 1vw; */
}

.about-main-box .overlay-image {
    position: absolute;
    width: 70%;
    bottom: -10%;
    left: -10%;
    border-radius: 1vw;
}

.about-main-box .text-content {
    width: 50vw;
    padding-left: 8vw;
}

.about-main-box .text-content h1 {
      font-size: 3.5vw;
    font-weight: 600;
    margin-bottom: 1vw;
    margin-top: 0.5vw;
    line-height: 66px;
}

.about-main-box .text-content p {
    font-size: 20px;
    line-height: 41px;
    color: #666;
    margin-bottom: 1.5vw;
}

.about-main-box .text-content ul {
    list-style: none;
    padding: 0;
}

.about-main-box .text-content li {
    font-size: 1.2vw;
    margin-bottom: 1vw;
}

.about-main-box .text-content li:before {
    content: '\2713';
    color: orange;
    margin-right: 1vw;
}

.about-main-box .button {
    display: inline-block;
    padding: 1vw 2vw;
    font-size: 1.2vw;
    background: black;
    color: white;
    border-radius: 0.5vw;
    text-decoration: none;
    margin-top: 2vw;
    border-radius: 2vw;
}


.image-container .solved_force_01 {
    width: 31.966vw;
    height: 38.021vw;
}


.image-container .solved_force_02 {
    position: absolute;
    left: 41%;
    transform: translateX(-50%);
    bottom: -119px;
    width: 26.888vw;
    height: 27.604vw;
}

.about-main-box .image-container {
    position: relative;
    width: 50%;
    /* height: 35vw; */
    /* border: 1px solid; */
    display: flex;
    justify-content: end;
}

.text-content small {
    font-size: 0.932vw;
    color: #000;
    font-weight: 600;
}

.about-main-box .button i {
    margin-left: 1vw;
    transform: rotate(320deg);
}







.services-container {
    /* width: 80vw; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5vw 7vw;
    padding-top: 13vw;
}

.services-container .text-section {
    width: 45vw;
}

.services-container .text-section h2 {
     font-size: 3.5vw;
    font-weight: 600;
    margin-bottom: 1vw;
    margin-top: 0.5vw;
    line-height: 66px;

}

.services-container .text-section p {
    font-size: 1.583vw;
    line-height: 41px;
    color: #666;
    margin-bottom: 1.5vw;
}

.services-container .services {
    width: 45vw;
}

.services-container .service-item {
    display: flex;
    align-items: flex-start;
    gap: 2vw;
    margin-bottom: 2vw;
}


.services-container .icon {
    width: 4.185vw;
    height: 4.185vw;
    background-color: #D9D9D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5vw;
    margin-right: 1vw;
}

.services-container .service-content h3 {
    font-size: 2.214vw;
    margin: 0;
}

.services-container .service-content p{
    font-size: 20px;
    line-height: 37px;
    color: #666;
    margin: 0;
    margin-top: 1vh;
}


.services-container small {
      font-size: 0.932vw;
    color: #000;
    font-weight: 600;
}

.service-item .icon img {
    width: 50px;
}






























.consulting-container {
    /* width: 80vw; */
    margin: 0 auto;
    padding: 5vw 0vw;
    
    background: #000;
}

.consulting-container .header {
    text-align: left;
    margin-bottom: 5vw;
    width: 60%;
}

.consulting-container .header h1 {
    font-size: 4vw;
    font-weight: bold;
    margin-top: 1.5vw;
}

.consulting-container .header h1 {
    font-size: 4vw;
    font-weight: 700;
    margin-top: 1.5vw;
    color: #fff;
}


.consulting-container .experts {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1vw;
    flex-wrap: wrap;
    width: 40%;
}

.consulting-container .experts img {
    width: 16.862vw;
    height: 16.661vw;
    object-fit: cover;
    border-radius: 0.5vw;
}

.consulting-container .projects {
    display: flex;
    flex-direction: column;
    gap: 5vw;
    margin-top: 0vw;
    padding: 5vw 5vw;
}

.consulting-container .project {
    display: flex;
    gap: 5vw;
    align-items: center;
}

.consulting-container .project img {
    width: 30vw;
    height: 23vw;
    object-fit: cover;
    border-radius: 0.5vw;
}


.consulting-container .project-content {
    width: 45vw;
}


.consulting-container .project-content h3 {
    font-size: 2.5vw;
    margin: 0.5vw 0;
    color: #fff;
}

.consulting-container .project-content p {
    font-size: 1.9vw;
    color: #ccc;
    line-height: 41px;
}

.consulting-container .project-content a {
    display: inline-block;
    font-size: 1.2vw;
    color: #fff;
    text-decoration: none;
    margin-top: 1vw;
    display: flex;
    gap: 1vw;
    align-items: center;
}

.bgg_boxxx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3vw;
}

.consulting-container .header small {
    font-size: 1.432vw;
    color: #fff;
    font-weight: 600;
}

.consulting-container .header p {
    font-size: 1.583vw;
    line-height: 41px;
    color: #666;
    margin-top: 1vw;
}


.consulting-container .project-content small {
    font-size: 1.432vw;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}






.page-header .btn-primary:hover {
    color: #fff;
    background: transparent;
    transition: all 0.45s;
}

/* .from_Sharkss{

} */


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

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

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

}


canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: auto;
    z-index: 0;
    /* Place canvas behind content */
    opacity: 0.8;
}


.page-header {
    position: relative;
    z-index: 1;
}

/* Add this for other sections that should appear above the canvas */
section {
    position: relative;
    z-index: 1;
}




@keyframes moveUp {
    from {
        transform: translateY(3vw);
        opacity: 0;
    }

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





.stats-container {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    width: 96vw;
    margin: 5vw auto;
    /* max-width: 1200px; */
    margin-bottom: 3vw;
}

.stats-container .stat-item {
    text-align: center;
    flex: 1;
    /* Each item takes equal space */
}

.stats-container .number {
    font-size: 10vw;
    /* Number size scales with viewport width */
    font-weight: bold;
    color: #333;
    opacity: 0.1;
    /* Mimics the faint look in the image */
}

.stats-container .label {
    font-size: 2vw;
    /* Label size scales with viewport width */
    color: #333;
    /* margin-top: 1vw; Small spacing between number and label */
}

.stat-item {
    position: relative;
}

.stat-item::after {
    content: "";
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30%;
    background: #bdbbbb;
}


.stat-item:first-child::after {
    display: none;

}

.stats-container .label {
    font-size: 2.5vw;
    color: #333;
    font-weight: 600;
    /* margin-top: 1vw; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.menu-container {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10000;
    width: 35vw;
    height: 100vh;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1vw 2vw;
    transition: right 0.5s cubic-bezier(0.55, 0, 1, 0.45); /* slow to fast */
    box-shadow: 0 0 2vw rgba(0, 0, 0, 0.1);
}

.menu-container.active {
    right: 0;
}

.other_flxx_box {
    display: flex;
    align-items: center;
}


.other_flxx_box .logo_menu img {
    width: 9.464vw;
}





.stat-box {
    text-align: center;
    /* flex: 1; */
    /* min-width: 20vw; */
    animation: moveUp 1s ease-in-out;
    display: flex;
    gap: 1vw;
}
































.contact-section {
    /* max-width: 90vw; */
    margin: 0 auto;
    padding: 2vw 8vw;
    margin-top: 5vw;
}

.contact-section .section-header {
    margin-bottom: 2vw;
}

.contact-section .question-text {
    color: var(--qode-gradient-color-two);
    font-size: 1.2vw;
    font-weight: bold;
    margin-bottom: 1vw;
}

.contact-section .heading {
    font-size: 4vw;
    font-weight: bold;
    color: #000;
    margin-bottom: 3vw;
}

.contact-section .contact-info-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    justify-content: space-between;
}

.contact-section .contact-card {
    background-color: #f2f2f2;
    padding: 1.5vw;
    border-radius: 1vw;
    display: flex;
    align-items: flex-start;
    flex: 1;
    min-width: 25vw;
}

.contact-section .icon {
    color: var(--qode-gradient-color-one);
    font-size: 2.5vw;
    margin-right: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3vw;
    text-align: center;
}

.contact-section .info-content h3 {
    font-size: 1.5vw;
    color: #333;
    margin-bottom: 0.8vw;
}

.contact-section .info-content p,
.contact-section .info-content a {
    font-size: 1.2vw;
    color: #666;
    line-height: 1.6;
    text-decoration: none;
    display: block;
}

.contact-section .info-content a:hover {
    color: #FF6600;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .contact-section .question-text {
        font-size: 3vw;
    }

    .contact-section .heading {
        font-size: 7vw;
    }

    .contact-section .contact-info-container {
        flex-direction: column;
    }

    .contact-section .contact-card {
        width: 100%;
    }

    .contact-section .icon {
        font-size: 5vw;
        width: 6vw;
    }

    .contact-section .info-content h3 {
        font-size: 4vw;
    }

    .contact-section .info-content p,
    .contact-section .info-content a {
        font-size: 3.5vw;
    }
}


#phone-idd {
    transform: rotate(89deg);
}

.main_iframe_box {
       padding: 2vw 8vw;
    padding-bottom: 6vw;
}

.main_iframe_box iframe {
    width: 100%;
    height: 80vh;
    border: none;
    border-radius: 1vw;
}


.train_make_rebel h1 {
    font-size: 7vw;
    font-weight: 400;
}

.train_make_rebel {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.form_casst {
    padding: 2vw 8vw;
    padding-top: 6vw;
}

.train_make_rebel p {
    font-size: 1.372vw;
    margin-top: 2vw;
    color: #555;
    line-height: 29px;
}

.fromm {
    margin-top: 2vw;
    width: 50%;
}

.fromm div {

    display: flex;

    margin-top: 0vw;



}

.contact-list {
    margin-top: 2vw;
}

.fromm div input {
    width: 100%;
    padding: 1vw;
    /* border-radius: 0.5vw; */
    border: none;
    border-bottom: 1px solid #191717;
    margin-bottom: 2vw;
    padding-left: 0;
}

.fromm div input:focus {
    outline: none;
}

.fromm div input[type*="text"] {

    color: #000;

}

.fromm div {
    gap: 2vw;
}

.fromm textarea {
    width: 100%;
    padding-left: 0vw;
    padding-bottom: 4vw;
    /* border-radius: 0.5vw; */
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 2vw;
}

.flexx_lap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2vw;
    margin-top: 4vw;
}

.ftts_rs {
    width: 40%;
}

.ftts_rs ul li a {
    color: #000;
    text-decoration: none;
}


.ftts_rs ul li {
    list-style: none;
}

.ftts_rs h3 {
    font-size: 1.953vw;
}

.contact-list li a {
    display: inline-block;
    position: relative;
    margin-bottom: 1vw;
}

.contact-list li .trevv::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #000;
    /* display: none; */
}





.close_btn {
    padding: 15px 1.9vw;
    border-radius: 30px 30px 30px 30px;
    border: 1.2px solid #000;
    position: relative;
    overflow: hidden;
    background-color: #000;
    text-align: center;
    /* text-transform: uppercase; */
    font-size: 0.9333vw;
    transition: .3s;
    z-index: 1;
    font-family: inherit;
    color: #fff;
    cursor: pointer;
}

.close_btn::before {
    content: '';
    width: 0;
    height: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #fff;
    transition: .5s ease;
    display: block;
    z-index: -1;
}

/* .close_btn:hover::before {
    width: 105%;
} */

.close_btn:hover {
    /* color: #111; */
}




.ftts_rs form input::placeholder,
.ftts_rs form textarea::placeholder {
    font-weight: bold;
    /* Makes the placeholder text bold */
    color: #000;
    /* Sets the placeholder text color to black */
    opacity: 1;
    font-size: 1vw;
    /* Ensures the placeholder is fully opaque */
}



.rocked_bff {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2vw;
    margin-top: 0vw;

}

.rocked_bff p {
    font-size: 1.372vw;
    margin-top: 0vw;
    color: #555;
    line-height: 32px;
    /* text-align: right; */
}
































.libralls {
    /* width: 80vw; */
    margin: 0 auto;
    padding: 0vw 7vw;
    padding-bottom: 4vw;
}

.libralls .header {
    text-align: center;
    margin-bottom: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.libralls .header h1 {
    font-size: 4.432vw;
    font-weight: bold;
    margin-bottom: 1vw;
}

.libralls .header h1 .gray {
    color: var(--qode-gradient-color-one);
}

.libralls .header p {
    font-size: 1.2vw;
    max-width: 30vw;
    margin: 0 auto;
    line-height: 1.5;
}



.libralls .service-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 2vw 0;
    padding-top: 3vw;
    position: relative;
    z-index: 10;
    /* overflow-x:auto ; */
    /* overflow-y:hidden; */
}

.libralls .service-number {
    width: 10vw;
    font-weight: 600;
    font-size: 2.953vw;
    position: relative;
    z-index: 10;
    color: #000;
    padding-top: 20px;

}

.libralls .service-title {
    width: 30vw;
    font-weight: bold;
    font-size: 2.344vw;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    color: #000;
    
}

.libralls .service-description {
    width: 30vw;
    font-size: 1vw;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10;
}

.libralls .service-description p {
    margin-bottom: 1vw;
    font-size: 1.172vw;
    color: #555;
    line-height: 29px;
}

.libralls .service-list {
    list-style: none;
}

.libralls .service-list li {
    position: relative;
    padding-left: 1vw;
    margin-bottom: 0.5vw;
    font-size: 1.172vw;
    font-weight: 400;
    color: #000;
}

.libralls .service-list li:before {
    content: "+";
    position: absolute;
    left: 0;
}

.libralls .service-icon {
    width: 5vw;
    height: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.libralls .service-icon img {
    width: 3vw;
    height: 3vw;
    object-fit: cover;
    transform: rotate(-45deg);
}

.libralls .service-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.libralls .service-item:hover {
    /* padding: 2vw 2vw; */
    /* background-color: var(--qode-gradient-color-one); */
    /* background: var(--qode-gradient-color-two); */
    /* background: #000; */
    /* color: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.libralls .service-item:hover .service-image {
    /* opacity: 1; */
}

.left_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.service-icon {

    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.service-icon i {
    transform: rotate(-45deg);
    font-size: 3vw;

    /* font-weight: 100; */
}


.service-icon img {
    transform: rotate(272deg);
    font-size: 3vw;

    /* font-weight: 100; */
}


.libralls .service-item {
    transition: all 0.3s ease;
    text-decoration: none;
    ;
}



.libralls .service-item:hover {
    /* padding: 2vw 2vw; */
    /* background-color:var(--qode-gradient-color-one); */
    /* background: var(--qode-gradient-color-two); */
    /* background: #000; */
    /* color: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.libralls .service-item:hover a {
    color: #fff;
    /* background: var(--qode-gradient-color-one); */
}

.planned {
    /* width: 100vw; */
    /* width: 100vw; */
    padding: 5vw;
    background: #f1f1f1;
    padding-bottom: 0;
    margin-top: 4vw;
}

.planned .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 4vw;
}

.planned .avatar {
    width: 5vw;
    height: 5vw;
    background-color: #333;
    border-radius: 50%;
    margin-bottom: 2vw;
    position: relative;
}


.planned .avatar::before {
    content: "";
    position: absolute;
    width: 1vw;
    height: 1vw;
    background-color: #fff;
    border-radius: 50%;
    top: 1.5vw;
    right: 1vw;
}

.planned .hero h1 {
    font-size: 4.432vw;
    font-weight: bold;
    line-height: 1.1;
    
    margin-bottom: 2vw;
    max-width: 60vw;
}

.planned .hero h1 .from_ast {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    /* background-color: var(--qode-gradient-color-one); */
    background: #fff;
    border-radius: 50%;


}

.planned .hero p {
    font-size: 1.5vw;
    max-width: 65vw;
    line-height: 30px;
}


.planned .features {
    display: flex;
    justify-content: space-between;
    width: 90vw;
    margin: 0 auto;
}


.planned .feature {
    width: 28vw;
    height: 403px;
    padding: 2vw;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.planned .feature:last-child {
    border-right: none;
}


.planned .feature-icon {
    width: 3vw;
    height: 3vw;
    border: 1px solid #000;
    border-radius: 50%;
    margin-bottom: 2vw;
    position: relative;
}


.planned .feature-icon::before {
    content: "";
    position: absolute;
    width: 1.5vw;
    height: 1.5vw;
    border: 1px solid #000;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.planned .end-to-end-icon {
    position: relative;
}


.planned .end-to-end-icon::after {
    content: "";
    position: absolute;
    width: 1.5vw;
    height: 0.75vw;
    border-bottom-left-radius: 1.5vw;
    border-bottom-right-radius: 1.5vw;
    border: 1px solid #000;
    border-top: none;
    bottom: 0.5vw;
    left: 0.75vw;
}


.planned .feature h2 {
    font-size: 2vw;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1vw;
}


.planned .feature p {
    font-size: 1.2vw;
    line-height: 1.5;
}


.planned .back-to-top {
    position: fixed;
    bottom: 2vw;
    right: 2vw;
    width: 3vw;
    height: 3vw;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.5vw;
    text-decoration: none;
}

@media (max-width: 768px) {



 

    .planned .features {
        flex-direction: column;
        width: 100%;
    }


    .planned .feature {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 5vw 2vw;
    }


    .planned .feature:last-child {
        border-bottom: none;
    }


    .planned .feature h2 {
        font-size: 4vw;
    }


    .planned .feature p {
        font-size: 3vw;
    }


    .planned .avatar {
        width: 10vw;
        height: 10vw;
    }


    .planned .feature-icon {
        width: 6vw;
        height: 6vw;
    }










}






















.main-wrapper {
    width: 90vw;
    margin: 0 auto;
    padding: 5vw 0;
}

.main-wrapper .hero-section {
    text-align: center;
    padding: 5vw 0;
}

.main-wrapper .hero-text {
    font-size: 3.125vw;
    font-weight: 900;
    line-height: 1.2;
    /* max-width: 70vw; */
    margin: 0 auto;
    text-transform: uppercase;
}

.main-wrapper .hero-text .light {
    color: var(--qode-gradient-color-one);
}

.main-wrapper .agency-description {
    max-width: 50vw;
    margin-left: auto;
    font-size: 1.2vw;
    line-height: 1.5;
    text-align: left;
    margin-top: 2vw;
    margin-right: 10vw;
}

.main-wrapper .round-badge {
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 5vw;
    font-size: 0.8vw;
    text-align: center;
    position: relative;
}

.main-wrapper .round-badge::before {
    content: "";
    width: 110%;
    height: 110%;
    border: 1px solid #000;
    position: absolute;
    border-radius: 50%;
}

.main-wrapper .know-more {
    margin-top: 5vw;
    text-transform: uppercase;
    font-size: 1vw;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.main-wrapper .know-more::after {
    content: "";
    width: 10vw;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: -12vw;
    top: 50%;
}

.main-wrapper .team-gallery {
    display: flex;
    justify-content: center;
    gap: 2vw;
    margin-top: 3vw;
}

.main-wrapper .team-image {
    max-width: 23vw;
    height: auto;
}

.main-wrapper.team-image.large {
    max-width: 30vw;
}

@media (max-width: 768px) {
    .main-wrapper .hero-text {
        font-size: 6vw;
        max-width: 90vw;
    }

    .main-wrapper .agency-description {
        max-width: 90vw;
        margin-right: 0;
        font-size: 3vw;
        margin-top: 5vw;
    }

    .main-wrapper .round-badge {
        width: 15vw;
        height: 15vw;
        font-size: 1.8vw;
        margin: 5vw auto 0;
    }

    .main-wrapper .know-more {
        font-size: 2.5vw;
    }

    .main-wrapper .team-gallery {
        flex-direction: column;
    }

    .main-wrapper .team-image,
    .main-wrapper .team-image.large {
        max-width: 90vw;
    }
}





.team-gallery img {
    height: 100% !important;
}


.headding_forr {
    text-transform: uppercase;
}

.headding_forr h2 {
    font-size: 1.042vw;
    color: var(--qode-gradient-color-one);
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
    gap: 1vw;
    text-transform: uppercase;
}

.headding_forr h2 span {
    color: #000;
}

.headding_forr h2::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    font-weight: 500;
    bottom: 9px;
    left: -7%;
    border-radius: 50%;
}


.project_main h3 {
    font-size: 4.142vw;
    color: #000;
    margin-bottom: -1vw;
    font-weight: bold;
}

#first_valve {
    margin-top: 8vw;
}

.box_proj:nth-child(odd) {

    margin-top: 0vw;

}

#frst_valve {
    margin-top: 9vw;
}

#forth_valve,
#six_valve {
    margin-top: -9vw;
}

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


.twoo_wash {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2vw;
}

.twoo_wash img {
    /* width: 100%; */
    height: 60vh;
    object-fit: cover;
    border-radius: 3.5vw;
}




h1.form_black {
    width: 70%;
}

.rghtts {
    width: 30%;
}

.lippls {
    width: 75vw;
}

.rippless {
    width: 25vw;
}


h1.form_black span {
    color: var(--qode-gradient-color-one);
}


#als-getts {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #EFEFEF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    gap: 1vw;
    text-transform: uppercase;
    font-size: 0.7vw;
    margin: 0px 0px 0px auto;
    margin-top: -14px;
}


#als-getts:hover {
    background: var(--qode-gradient-color-one);
    color: #fff;
    transition: all 0.3s ease;
}

#als-getts i {
    transform: rotate(-40deg);
}







.testimonial-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2vw;
    padding: 5vw 8vw;
}

.testimonial-section .left-content {
    flex: 1;
    min-width: 300px;
    padding: 2vw 0;
}

.testimonial-section .right-content {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.testimonial-section .profile-icons {
    display: flex;
    margin-bottom: 2vw;
}

.testimonial-section .profile-icon {
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    background-color: #ccc;
    margin-right: -0.8vw;
    border: 2px solid white;
    overflow: hidden;
}

.testimonial-section .profile-icon:nth-child(1) {
    background-color: #B96AC9;
}

.testimonial-section .profile-icon:nth-child(2) {
    background-color: #503E9D;
}

.testimonial-section .profile-icon:nth-child(3) {
    background-color: #F8B24F;
}

.testimonial-section .feedback-label {
    font-size: 1.2vw;
    color: #333;
    font-weight: 500;
    margin-top: 0.9vw;
}

.testimonial-section h1 {
    font-size: 3.142vw;
    font-weight: bold;
    color: #111;
    margin-bottom: 2vw;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 4.432vw;
    font-weight: bold;
    margin-bottom: 1vw;
}

.testimonial-section .description {
    font-size: 1.2vw;
    line-height: 1.6;
    color: #555;
    margin-bottom: 2vw;
    max-width: 80%;
}

.testimonial-section .trustpilot {
    display: flex;
    align-items: center;
    background-color: #f0f8f0;
    padding: 1vw;
    border-radius: 0.5vw;
    width: fit-content;
}

.testimonial-section .star-icon {
    color: #00b67a;
    font-size: 1.8vw;
    margin-right: 0.5vw;
}

.testimonial-section .rating-info {
    margin-left: 1vw;
}

.testimonial-section .description {
    font-size: 1.2vw;
    line-height: 1.6;
    color: #555;
    margin-bottom: 2vw;
    max-width: 80%;
    margin-top: 1vw;
}

.testimonial-section .review-count {
    font-size: 1vw;
    color: #555;
}

/* Testimonial Carousel Styles */
.testimonial-section .testimonial-carousel .item {
    padding: 4vw 2vw;
    background-color: #fafafa;
    border-radius: 1vw;
    position: relative;
}

.testimonial-section .quote {
    font-size: 5vw;
    color: #111;
    width: 94px;
    /* position: absolute; */
    top: 2vw;
    right: 2vw;
    margin: 0px auto;
}

.testimonial-section .testimonial-text {
    font-size: 1.5vw;
    line-height: 1.6;
    color: #333;
    margin-bottom: 4vw;
}

.testimonial-section .client-info {
    text-align: center;
}

.testimonial-section .client-name {
    font-size: 1.8vw;
    font-weight: bold;
    color: #111;
    margin-bottom: 0.5vw;
}

.testimonial-section .client-position {
    font-size: 1.2vw;
    color: #777;
}

/* Custom navigation */
.testimonial-section .custom-nav {
    display: flex;
    justify-content: space-between;
    /* margin-top: 2vw; */
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 2vw;
    z-index: 1000;
}

.testimonial-section .custom-nav-btn {
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
}

.testimonial-section .prev-btn {

    left: -5%;
    top: 0;

}

.testimonial-section .next-btn {
    right: -5%;
    top: 0;
}


.testimonial-section .custom-nav-btn svg {
    width: 1.5vw;
    height: 1.5vw;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonial-section h1 {
        font-size: 6vw;
    }

    .testimonial-section .testimonial-text,
    .testimonial-section .description {
        font-size: 2.5vw;
    }

    .testimonial-section .client-name {
        font-size: 3vw;
    }

    .testimonial-section .client-position {
        font-size: 2vw;
    }

    .testimonial-section .profile-icon {
        width: 5vw;
        height: 5vw;
    }

    .testimonial-section .feedback-label {
        font-size: 2vw;
    }

    .testimonial-section .rating {
        font-size: 3vw;
    }

    .testimonial-section .review-count {
        font-size: 1.8vw;
    }

    .testimonial-section .custom-nav-btn {
        width: 6vw;
        height: 6vw;
    }

    .testimonial-section .custom-nav-btn svg {
        width: 2.5vw;
        height: 2.5vw;
    }
}



.level_yuxx {
    padding: 2vw 6vw;
    height: 700px;
}

.level_yuxx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.rfft {
    display: flex;
    align-items: flex-start;
    gap: 1vw;
}

.rfft img {
    width: 8vw;

}


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

.level_yuxx img {
    width: 100%;
    height: auto;
    transform: scale(1);
    /* Initial scale */
    transition: transform 0.3s ease-out;
}

.blog-reference {
    padding: 6vw 7vw;
    /* max-width: 1200px; */
    margin: 0 auto;
    width: 100%;
}

.blog-reference .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5vw;
}

.blog-reference .header-text {
    width: 60%;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}


.blog-reference .header-button {
    background-color: #1a1a1a;
    color: white;
    padding: 1vw 1.5vw;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    font-size: 1vw;
}

.blog-reference .articles {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
}

.blog-reference .articles img.zoom-hover {
    width: 300px;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
}

.blog-reference .articles img.zoom-hover:hover {
    transform: scale(1.2);
    /* Zoom effect */
}

.blog-reference .article {

    display: flex;
    flex-direction: column;
    width: 100%;
    /* background-color: #fff; */
    /* box-shadow: 0 0.2vw 0.5vw rgba(0, 0, 0, 0.1); */
    /* border: 1px solid #EFEFEF; */
}


.blog_themess .owl-nav {
    position: absolute;
    /* top: -0; */
    bottom: -61px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.blog-reference .article-image {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

.blog-reference .article-content {
    width: 100%;
    padding: 2vw 0vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-reference .article-category {
    font-size: 0.9vw;
    color: #333;
    margin-bottom: 1vw;
}


.blog-reference .article-title {
    font-size: 1.563vw;
    line-height: 1.2;
    margin-bottom: 1vw;
    /* text-decoration: underline;
    /* text-decoration: underline; */
}


.blog-reference .article-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 0.9vw;
    font-weight: bold;
}

.blog-reference .article-link svg {
    margin-left: 0.5vw;
    width: 1vw;
    height: 1vw;
}

@media (max-width: 768px) {
    .blog-reference .articles {
        flex-direction: column;
    }

    .blog-reference .article {
        width: 100%;
    }

    .blog-reference .header-text {
        width: 60%;
        font-size: 3.2vw;
        font-weight: bold;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .blog-reference .header-button {
        font-size: 2vw;
        padding: 2vw 3vw;
    }

    .blog-reference .article-title {
        font-size: 3vw;
    }

    .blog-reference .article-category,
    .blog-reference .article-link {
        font-size: 2vw;
    }
}








.big_Solld .lfft-fro {
    width: 30%;
}

.img_was_form img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0vw;
}

.web_divver {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1vw 0vw;
}

.web_divver h1 {
    font-size: 4.172vw;
    /* color: var(--qode-gradient-color-one); */
    position: relative;
    margin-left: 0vw;
    margin-bottom: 1vw;
    padding-top: 10px;
    line-height: 80px;
    font-weight: 400;
}


.points_form{
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 3vw;
    row-gap: 2vw;
    align-items: center;
    margin-top: 2vw;
}


.point_form {
    display: flex;
    align-items: center;
    gap: 0.5vw;
    font-size: 1.072vw;
}

.web_para_From p {
    font-size: 1.176vw;
    color: #555;
    line-height: 32px;
    margin-bottom: 2vw;
    font-weight: 500;
}

.web_para_From {
    padding: 1vw 0vw;
}

.black_para {
    padding: 2vw 15vw;
}



.black_para {
    padding: 2vw 0vw;
    margin-top: -3vw;
}

.black_para h3 {
    font-size: 3.172vw;
}

.black_para p {
    margin-top: 1vw;
    font-size: 1.172vw;
    color:#2b2a2a;
    line-height: 29px;
    margin-bottom: 1vw;
}

.black_para ul li {
    font-size: 1.172vw;
    color: #555;
    line-height: 29px;
    margin-bottom: 1vw;
}

.web_des_process {
    padding: 0vw 0vw;
}

.web_des_process h3 {
    font-size: 3.172vw;
}

.web_des_process p {
    margin-top: 1vw;
    font-size: 1.172vw;
    color: #2b2a2a;
    line-height: 29px;
    margin-bottom: 1vw;
}


.web_des_process ol li {
    font-size: 1.172vw;
    color: #2b2a2a;
    line-height: 29px;
    margin-bottom: 1vw;
}


.web_des_process ol li strong {
    color: #000 !important;
}

.big_Solld {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 2vw 13vw;
    padding-top: 4vw;
    gap: 4vw;
}

.big_Solld .lfft-fro {
    width: 30%;
    display: none;
}

.big_Solld .lfft-fro ul {
    background: rgb(246, 244, 249);
    padding: 1vw;
    border-radius: 1vw;
}

.big_Solld .lfft-fro ul li {
    list-style: none;
    /* background: #fff; */
    /* padding: 1.2vw 1vw; */
    border-radius: 0.8vw;

}

.rght_bg {
    width: 100%;
}

.box_from_srv ul li a {
    text-decoration: none;
    color: #000;
    font-size: 1.172vw;


    /* border: 1px solid; */
}


.box_from_srv ul li {
    display: flex;
    justify-content: space-between;
}

.img_was_form {
    height: 642px;
}


.box_from_srv ul li a {
    text-decoration: none;
    color: #000;
    font-size: 1.172vw;
    padding: 1.2vw 1vw;
    /* border: 1px solid; */
    display: inline-block;
    width: 100%;
    /* background: #fff; */
    margin-bottom: 1vw;
    border-radius: 0.8vw;
    display: flex;
    justify-content: space-between;
}

.box_from_srv ul li a:hover {
    background: var(--qode-gradient-color-one);
    color: #fff;
    transition: all 0.3s ease;
}

.lfft_force img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1vw;
    position: relative;
    z-index: -1
}

.lfft_force {}




#brustt {
    width: 100%;
    /* background-color: #6a3db3; */
    background: linear-gradient(135deg, var(--qode-gradient-color-one) 0, var(--qode-gradient-color-middle) 40%, var(--qode-gradient-color-middle) 60%, var(--qode-gradient-color-two) 100%);
    color: white;
    border-radius: 8px;
    text-align: center;
    padding: 60px 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 1vw;
}

#brustt .icon-circle {
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

#brustt .chat-icon {
    color: var(--qode-gradient-color-two);
    font-size: 30px;
}

#brustt .service-title {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 50px;
    font-weight: bold;
    color: #000;
}

#brustt .contact-label {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
}

#brustt .phone-number {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}


.download-button {
    width: 100%;
    max-width: 450px;
    background-color: #111;
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
}

/* For the chat icon */
.fa-comments {
    font-size: 36px;
}

.web_des_process ol {
    list-style: none;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 3vw;
}

.frommsse {
    color: var(--qode-gradient-color-one) !important;
    font-weight: bold;
}






.faq-container {
    display: none;
}


#oru_prr ul {
    list-style: none;
    margin-top: 1vw;
}




.black_para ul li strong {
    color: #000 !important;

}

.black_para ul li {
    color:#2b2a2a;
}


.black_para ul {
    list-style: none;
}

.black_para ul {
    list-style: none;
    margin-top: 2vw;
}

.box_proj h2 {
    font-size: 2.2vw;
    font-weight: 500;
}

.feature img {
    width: 104px;
    margin-bottom: 2vw;
}





.two-on{
    display: none;
}

.one-on{
    display: block;
}


  .phto_marque {
            display: flex;
            overflow: hidden;
            white-space: nowrap;
        }
        .phto_marque img {
            display: inline-block;
            margin-right: 20px; /* Adjust spacing between images */
            width: 40vw;
            margin-top: 5vw;
        }


        
          .rapid_marco {
      display: flex;
      overflow: hidden;
      white-space: nowrap;
    }
    .rapid_marco img {
      display: inline-block;
      margin-right: 20px; /* Adjust spacing between images */
          width: 40vw;
             margin-top: 5vw;
    }








.menu-container .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-container .logo {
    font-size: 2vw;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.menu-container .logo img {
    /* background: #000; */
    width: 13.5vw;
    margin-right: 0.5vw;
}

.menu-container .close-btn {
    font-size: 3vw;
    cursor: pointer;
    font-weight: 200;
}

.menu-container h1 {
    font-size: 2.604vw;
    margin: 0vw 0;
    margin-bottom: 0vw;
    font-weight: 400;
}

.menu-container nav a {
    display: block;
    font-size: 1.1vw;
    color: black;
    text-decoration: none;
    padding: 1vw 0;
    border-bottom: 0.1vw solid #eee;
}

.menu-container .expand-icon {
    float: right;
    font-weight: 200;
}

.menu-container .info-section,
.menu-container .social-section {
    margin-top: 5vw;
}

.menu-container .info-section {
    margin-top: 0vw;
}

.menu-container .info-section p {
    /* font-size: 2.2vw; */
    font-size: 1.302vw;
    margin: 0vw 0;
    margin-bottom: 0vw;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.menu-container .info-section a {
    font-size: 2.172vh;
    color: rgb(65, 65, 68);
    /* color: black; */
    text-decoration: none;
    margin-top: 0.5vw;
    display: inline-block;
    margin-bottom: 2vw;
}

    .menu-container .social-icons a {
        display: flex
;
        justify-content: center;
        align-items: center;
        width: 4vh;
        height: 4vh;
        margin-right: 1vh;
        border: 0.1vw solid #ccc;
        border-radius: 50%;
        text-align: center;
        line-height: 5vw;
        font-size: 1.8vh;
        color: black;
        text-decoration: none;
    }

.info-section h2 {
    font-size: 1.302vw;
    margin: 0vw 0;
    margin-bottom: 0vw;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.menu-container .social-icons {
    margin-top: 0vw;
    display: flex;
}






   .menu-container {
    padding: 2vw 2vw;
    display: flex;
    flex-direction: column;
    gap: 4vh;
}


.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0vw;
    width: 100%;
}

.close-btn {
    font-size: 2vw;
    cursor: pointer;
    padding: 1vw;
}

/* Add overlay effect */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    z-index: 999;
}






.dropdown-container {
    position: relative;
    display: inline-block;
    border: none;
    /* Remove border to avoid gap */
    background: transparent;
    /* Remove background for production */
    width: auto;
}



.dropdown-menu {
   position: absolute;
    left: 0px;
    top: 30px;
    min-width: 280px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
    z-index: 20000;
    padding: 0px;
    margin-top: 0px;
}


.dropdown-menu {
    /* margin-top: 0.5vw; */
    position: absolute;
    z-index: 40000;
}

.dropdown-menu a {
    display: block;
    padding: 12px 15px;
    color: #000 !important;
    text-decoration: none;
    font-size: 15px;
    transition: background 0.2s;
    margin-left: 0 !important;
}

.dropdown-menu a:hover {
    background: var(--qode-gradient-color-one);
    color: #000;
}

.dropdown-container:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-container {
    /* border: 1px solid #000; */
    /* background: red; */
    width: 100%;
    position: relative;
    z-index: 30000;
}

.dropdown-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}



































header.header_nav nav {
    gap: 5vw;
    display: flex;
}



header.header_nav nav a {
    text-decoration: none;
    color: #fff;

}

.seacrh_boxxx {
    /* width: 50%; */
    display: flex;
    justify-content: flex-end;
}


.header_nav {}


.header_nav nav a .dropdown-container .dropdown-menu {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.header_nav nav a .dropdown-container .dropdown-menu a {
    background: #000 !important;

}

.bttm_bxxt {
    display: flex;
    gap: 1vw;
    margin-top: 1vw;
}


.bttm_bxxt a {
    color: #000;
    text-decoration: none;
}








.faq-section {
    margin: 4vw auto;
    padding: 2vw 7vw;
    padding-top: 0vw !important;
    padding-top: 0;
    background: #fff;
    border-radius: 12px;
    /* box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);*/
}

.faq-section h2 {
    font-size: 3.142vw;
    font-weight: bold;
    color: #111;
    margin-bottom: 2vw;
    line-height: 1.2;
    text-transform: capitalize;
    font-size: 4.432vw;
    font-weight: bold;
    margin-bottom: 1vw;
    text-align: center;
}



.faq-item {
    margin: 0px auto;
    margin-top: 3vw;
    margin-bottom: -2vw;
    /* border: 1px solid #100d0d; */
    width: 42vw;
    padding: 0vw 0vw;
    background: #e9e7e7;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 1.4vw;
    font-weight: 600;
    padding: 1vw 0;
    cursor: pointer;
    outline: none;
    transition: color 0.2s;
}

.faq-question.active {
    color: #000;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1vw;
    color: #444;
}


.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer.open {
    max-height: 200px;
    /* or a value large enough for your content */
    /* padding-bottom: 1vw; */
}

.faq-question {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1vw 2vw;
}

.faq-icon {
    font-size: 1.5vw;
    margin-left: 1vw;
    transition: transform 0.3s;
    color: var(--qode-gradient-color-one, #007bff);
    font-weight: bold;
    display: inline-block;
}

.faq-question.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer p {
    line-height: 30px;
    color: #fff;
    background: #000;
    padding: 1vw 2vw;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    padding-bottom: 0;
    font-size: 1vw;
    color: #444;
}

.faq-answer.open {
    max-height: 500px;
    /* Large enough for your longest answer */
    /* padding-bottom: 1vw; */
}




.full_grds {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2vw;
}


.minne_brrs {
    width: 77%;
}


.from_ast {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    /* background-color:var(--qode-gradient-color-one); */
    background: linear-gradient(135deg, var(--qode-gradient-color-one) 0, var(--qode-gradient-color-middle) 40%, var(--qode-gradient-color-middle) 60%, var(--qode-gradient-color-two) 100%);
    ;
    border-radius: 50%;
}

.from_ast i{
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.frost_parrts {
    font-weight: 700;
    color: var(--qode-gradient-color-one);
}


.from_ast:hover i {
    transform: rotate(180deg);


}









.left-content h2 {
    font-size: 2.734vw;
    max-width: 55vw;
    /* margin: 0 auto; */
    line-height: 53px;
    text-align: left;
    font-weight: 400;
}

.left-content h2 span {
    font-weight: 700;
    color: var(--qode-gradient-color-one);
}



.fq_Cmd {
    font-size: 1.2vw;
    max-width: 30vw;
    margin: 0 auto;
    line-height: 1.5;
    text-align: center;
}


.main_formula {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.main_formula p span {
    font-size: 1.2vw;
    max-width: 30vw;
    margin: 0 auto;
    line-height: 1.5;
}


.roddes {
    color: var(--qode-gradient-color-one);
}


.blog-reference .header-text {
    width: 60%;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;


}


.blog-reference .header h2 {

    font-size: 2.734vw;
    /* max-width: 55vw; */
    /* margin: 0 auto; */
    line-height: 53px;
    text-align: left;
    font-weight: 400;
    text-align: left;
}


.blog-reference .header h2 span {
    font-weight: 700;
    color: var(--qode-gradient-color-one);
}




.blog_themess .owl-nav .owl-prev {
    left: 0 !important;
}



#contact-btns {
    padding: 0.9vw 1.53vw;
    background-color: #1e1e1e;
    font-weight: 500;
    font-size: 1.11vw;
    /* text-transform: uppercase; */
    color: #fff !important;
    border-radius: 3.47vw;
    text-decoration: none;
    text-align: center;
    transition: all 0.65s ease-in-out;
}





#contact-btns:hover {
    color: #000 !important;
    background: #fff;

}








.wrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-main {
    position: relative;
    display: inline-block;
}

.video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: var(--qode-gradient-color-middle);
    display: inline-block;
    background: #000;
    z-index: 999;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(255 255 255 / 30%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}


.about_sect .bttm_bxxt i {
    color: #fff;
}




.road_wall .hero-section {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;

    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/assets/Images/rafale.jpg);
    background-size: cover;
    background-position: center;

}

.road_wall .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fcfcfc;
    z-index: -1;
}

.road_wall .content-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 5vw;
}

.road_wall .play-button {
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background-color: transparent;
    border: 1.5px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 4vw;
    transition: background-color 0.3s;
}

.road_wall .play-button:hover {
    /* background-color: rgba(255, 255, 255, 1); */
}


.road_wall .play-button i {
    font-size: 1.2vw;
    color: #fff;

}

.road_wall .category-label {
    font-size: 1.2vw;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    color: #fff;
    margin-bottom: 2vw;
}

.road_wall .main-heading {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    max-width: 80vw;
}

.road_wall .side-icons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 100;
}

.road_wall .icon-container {
    width: 4vw;
    height: 4vw;
    background-color: #ff4500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2vw;
    cursor: pointer;
    transition: background-color 0.3s;
}

.road_wall .icon-container:hover {
    background-color: #e53e00;
}

.road_wall .icon-container i {
    font-size: 1.8vw;
    color: white;
}

@media (max-width: 768px) {
    .road_wall .main-heading {
        font-size: 6vw;
    }

    .road_wall .category-label {
        font-size: 2vw;
    }

    .road_wall .play-button {
        width: 8vw;
        height: 8vw;
    }

    .road_wall .play-button i {
        font-size: 3vw;
    }

    .road_wall .icon-container {
        width: 6vw;
        height: 6vw;
    }

    .road_wall .icon-container i {
        font-size: 2.5vw;
    }
}


.article:hover {
    /* display: none !important; */
    transform: translateY(0px) !important;
}



.article .image-container {
    width: 300px;
    /* Set your desired width */
    height: 200px;
    /* Set your desired height */
    overflow: hidden;
    position: relative;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}






#page-wrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/*** canvas ***/

#page-wrap #canvas {
    height: 100vh;
    width: 100vw;
}

#page-wrap #back-to-lib-link {
    display: inline-block;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0.25em 0.5em;
    background: #ee6557;
    color: white;
    text-decoration: none;
    z-index: 20;
    font-size: 0.85em;
}

#page-wrap #back-to-lib-link:hover {
    background: black;
}

#page-wrap #source-code-link {
    display: inline-block;
    position: fixed;
    bottom: 1em;
    right: 1em;
    padding: 0.25em 0.5em;
    background: #ee6557;
    color: white;
    text-decoration: none;
    z-index: 50;
}

#page-wrap #source-code-link:hover {
    background: black;
}

#page-wrap .curtain {
    position: absolute;
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
}

#page-wrap .curtain img {
    display: none;
}

/*** handling errors ***/

#page-wrap .no-curtains .curtain {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-wrap .no-curtains .curtain img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}


.container-fallback {
    position: relative;
}

#canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}



#flowmap {

    width: 100%;
    height: 100vh;

}



#flowmap img {
    display: none;
}



















































.bigger_box a,
.bigger_box a:visited,
.bigger_box a:hover {
    text-decoration: none;
}

.bigger_box li {
    list-style: none;
}

/* FLEXBOX */
.bigger_box .flex {
    display: flex;
}

.bigger_box .flex-jc-sb {
    justify-content: space-between;
}

.bigger_box .flex-jc-c {
    justify-content: center;
}

.bigger_box .flex-ai-c {
    align-items: center;
}

.bigger_box .flex-fd-c {
    flex-direction: column;
}

.bigger_box nav {
    min-height: 100vh;
    overflow: hidden;
}

.bigger_box nav ul {
    min-height: 50vh;
    width: 60%;
}

@media (max-width: 768px) {
    .bigger_box nav ul {
        width: 93%;
    }
}

.bigger_box nav ul li {
    border-bottom: solid #fff 0.05rem;
    position: relative;
    z-index: 10;
}

.bigger_box nav ul li a {
    display: block;
    padding: 4rem 0 2rem 0;
    z-index: 10;
}

.bigger_box nav ul li a span {
    display: block;
    font-weight: 500;
    z-index: 10;
    mix-blend-mode: difference;
    display: inline-block;
    position: relative;
    color: white;
    font-size: 3rem;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .bigger_box nav ul li a span {
        font-size: 2.5rem;
    }
}

.bigger_box nav ul li a>img {
    mix-blend-mode: difference;
    z-index: 10;
}

@media (max-width: 768px) {
    .bigger_box nav ul li a>img {
        height: 18px;
    }
}


.bigger_box .hover-reveal {
    position: absolute;
    width: 300px;
    height: 400px;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    overflow: hidden;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s ease-out;
}

@media (max-width: 768px) {
    .bigger_box .hover-reveal {
        width: 220px;
        height: 300px;
    }
}

.bigger_box .hover-reveal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: transform 0.4s ease-out;
}


.bigger_box {
    background: #000;
}
















.services .hover-reveal {
    position: absolute;
    width: 300px;
    height: 400px;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    overflow: hidden;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.5s ease-out;
}

@media (max-width: 768px) {
    .services .hover-reveal {
        width: 220px;
        height: 300px;
    }
}

.services .hover-reveal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: transform 0.4s ease-out;
}


.bigger_box {
    background: #000;
}


.services a>img {
    mix-blend-mode: difference;
    z-index: 10;
}


.failure img {
    width: 85px;
}

.focus_workk .right-section h1 {
    font-size: 3.435vw;
    color: #000;
    margin-bottom: -0.5vw;
}


.make_bo {
    display: flex;
    justify-content: space-between;
    gap: 3vw;
}


.main_bold {
    display: flex;
    flex-direction: column;
    width: 100%;
}



.main_bold label {
    color: #000 !important;
}


.expelledd {
    color: var(--qode-gradient-color-one);
}

.checkbox-container label {
    color: #000 !important;
}


.rtvr_boxxx {
    display: flex;
    /* align-items: end; */
    justify-content: start;
    gap: 2vw;
    align-items: center;
    border-radius: 40px;
}


.focus_workk {
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 7vw 0vw;
    height: 65vw;
    padding-bottom: 0vw;
}


.clove {
    text-decoration: underline;
}


.checkbox-container input {
    margin-bottom: 0vw !important;

}


.normal_Text {
    text-transform: uppercase;
    margin-bottom: 1vw;
}


.curtain-wrapper {
    /* border: 1px solid #000; */
    /* height: 100%; */

}

.curtain-wrapper img {
    height: 100% !important;
}

.curtain-wrapper img {
     width: 100%;
    height: 25vw !important;
    object-fit: cover;
    /* transform: scale(1.8); */
    transition: all 1s ease;
}

.box_proj {
    position: relative;
    --reveal-progress: 100%;
}


.box_proj:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: var(--reveal-progress);
    height: 100%;
    background-color: rgb(255, 255, 255);
    /* transition: all 1s ease; */
    z-index: 1;


}

/* .box_proj:hover:after{
    width: 0%;

} */





.content .line {
    width: 100%;
    height: 4.995vw;
    position: relative;
    overflow: hidden;
}

.content .closer {
    position: absolute;
    z-index: 99;
    /* font-size: 3rem; */
    /* line-height: 4.2rem; */
}












/* .img-wrapper{
    width: 400px;
    border: 10px solid #000;
    overflow: hidden;
} */



.img-wrapper {
    position: relative;
    overflow: hidden;
}

.img-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: var(--img-reveal, 100%);
    height: 100%;
    background: #000;
    z-index: 2;
    pointer-events: none;
    transition: none;
}



.about-container__tagline .line {
    width: 100%;
    height: 50px;
    position: relative;
    overflow: hidden;
}

.about-container__tagline .closer {
    position: absolute;
    /* font-size: 3rem; */
    /* line-height: 4.2rem; */
}






.givaa {
position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    /* background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(./assets/Images/rafale.jpg); */
    background-size: cover;
    background-position: center;
    position: relative;
}

.givaa .cta-section {
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/api/placeholder/1920/1080); */
    background-size: cover;
    background-position: center;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 2vw;
}

.givaa .cta-section h1 {
    font-size: 5vw;
    margin-bottom: 0vw;
    font-weight: 600;
}

.givaa .cta-section h2 {
    font-size: 3vw;
    margin-bottom: 1vw;
    font-weight: 400;
}

.givaa .cta-section p {
    font-size: 1.5vw;
    max-width: 70%;
    margin-bottom: 3vw;
    line-height: 1.5;
}

.givaa .cta-button {
    padding: 1vw 2vw;
    font-size: 1.2vw;
    background-color: white;
    color: #333;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}


.givaa .cta-button:hover {
    background-color: #000;
    color: #fff;
}












.img_other_carousel .owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 2vw;
    gap: 1vw;
}

.img_other_carousel .owl-dot {
    width: 10px;
    height: 10px;
    background: transparent !important;
    border: 1px solid #000 !important;
    border-radius: 50%;
    margin: 0 -2px;
    border: none;
    transition: background 0.3s;
    display: block;
}

.img_other_carousel .owl-dot:hover {
    background: #000 !important;
}

.img_other_carousel .owl-dot.active {
    background: #080809 !important;
}


.blog_themess .owl-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 2vw;
    gap: 1vw;
}

.blog_themess .owl-dot {
    width: 10px;
    height: 10px;
    background: #E2E1E0 !important;
    border-radius: 50%;
    margin: 0 0px;
    border: none;
    transition: background 0.3s;
    display: block;
}

.blog_themess .owl-dot.active {
    background: #000 !important;
}


#formss {}


/* From Uiverse.io by Creatlydev */
#formss {
    line-height: 1;
    text-decoration: none;
    display: inline-flex
;
    border: none;
    cursor: pointer;
    align-items: center;
    gap: 0.75rem;
    background-color: #ffff;
    color: #000;
    border-radius: 10rem;
    font-weight: 400;
    padding: 0.75rem 1.5rem;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
    margin-left: -1vw;
}

#formss .button__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    /* color: #000 !important; */
    background-color: #fff;
    /* border-radius: 50%; */
    display: grid;
    place-items: center;
    overflow: hidden;
}

#formss:hover {
    /* background-color: #000; */
    /* color:#fff; */
}

#formss:hover .button__icon-wrapper {
    color: #000;
    /* background: #000; */
}

.button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

#formss:hover .button__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

#formss:hover .button__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}



.all_worksss {
    padding: 1vw 2vw;
}


.beliveones {
    padding: 1vw 2vw !important;
    font-size: 1.042vw;
    font-weight: 500 !important;
    margin-left: 0vw !important;
    /* background: #000 !important; */
}


.project_main .button__icon-wrapper {
    color: #fff !important;
    background-color: #000 !important;
}





.loveones {
    text-transform: uppercase;
    letter-spacing: 2px !important;

    /* display: inline-block !important; */
    margin: 0px auto !important;
    padding: 1.2vw 3.5vw !important;
}


.main_boxxxess {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4vw !important;
    /* position: absolute; */
    /* z-index: 100; */
    /* top: 40%; */
    position:relative;
}

.main_boxxxess a{
    position: absolute;
    z-index: 1000;
    top: 80%;
}


.blog_themess .owl-dot:hover {
    background: #000 !important;
}

a.article-title-link {
    text-decoration: none;
    color: #000;
}

a.article-title-link:hover {
    color: #3c4c7f;
    transition: all 0.45s;
}



.img_conntrast {
    overflow: hidden;
}

.img_conntrast img {
    transition: all 0.45s ease-in-out;
}

.img_conntrast:hover img {
    /* transition: all 0.45s ease-in-out; */
    transform: scale(1.1);

}


.article .article-link:hover {
    color: #3c4c7f;

}

.article {
    transition: all 0.45s ease-in-out;
}


.article:hover {
    transform: translateY(-7px) !important;
}

.article-link svg {
    transition: all 0.35s ease-in-out;
}

.article .article-link:hover svg {
    transform: rotate(-40deg);
}

.footer-bottom p {
    text-align: center;
}


#big_hamburger {
    display: none;
}

.small_Sppt h1 {
    font-weight: 300 !important;
    font-size: 1.1vw !important;
    letter-spacing: 2px !important;
}


.small_Sppt {
    display: flex;
    align-items: center;
}
.random_wash{
    background: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    /* t */
    

}

.small_Sppt {
    display: flex;
    align-items: baseline;
    gap: 1vw;
}

  .about-main-box .image-container {
    position: relative;
    width: 50%;
    height: 45vw;
    /* border: 1px solid; */
    display: flex;
    justify-content: end;
}



header.header_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 1vh 5vh;
}

header.header_nav {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 3vh 0vh;
    /* border-bottom: 1px solid #857f7f; */
    width: 90vw;
    margin: 0px auto;
}


#contact-btns {
    padding: 0.5vw 1.23vw;
    background-color: #1e1e1e;
    font-weight: 500;
    font-size: 1.11vw;
    /* text-transform: uppercase; */
    color: #fff !important;
    border-radius: 3.47vw;
    text-decoration: none;
    text-align: center;
    transition: all 0.65s ease-in-out;
}


#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(90%);
}


    .about-container__media-wrapper{
     position: relative;
      width: 35.211vw;
      height: 48.047vw;
      /* margin: 20px auto; */
      /* background: #000; */
    }

    .main_boxx_abbts {
    padding: 0vw 4vw;
    position: relative;
    background: linear-gradient(135deg, var(--qode-gradient-color-one) 0, var(--qode-gradient-color-middle) 40%, var(--qode-gradient-color-middle) 60%, var(--qode-gradient-color-two) 100%);
    background: #131619;
    /* background: #25262d; */
        /* width: 90vw; */
        /* margin: 0px auto; */
          /* border-radius:20px; */
    min-height: 70vh;
    /* background: radial-gradient(circle,#376091 0,rgba(55,96,145,.75) 12.5%,rgba(55,96,145,.5) 25%,rgba(55,96,145,.25) 37.5%,rgba(55,96,145,0) 50%) top right/250% 250%; */

    
    
}

  .main_boxx_abbts::after{
        content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #889137 0, rgba(129, 145, 55, 0.75) 12.5%, rgba(55, 96, 145, .5) 25%, rgba(55, 96, 145, .25) 37.5%, rgba(55, 96, 145, 0) 50%) top right / 250% 250%;
    /* background: red; */
    animation: animateBackground 25s infinite alternate linear;
    z-index: 1;
  }

  @keyframes animateBackground {
    0%, 100% {
        background-position: 100% 100%;
    }
    25% {
        background-position: 0 100%;
    }
    50% {
        background-position: 0 0;
    }
    75% {
        background-position: 100% 0;
    }
}

 /* .main_boxx_abbts img{
    width: 100%;
    height: 80vh;
    object-fit: cover;
  
    filter: brightness(50%);
 } */

    .main_boxx_abbts .main_Character {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
}

    .main_boxx_abbts .main_Character h1 {
    font-size: 4.167vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
}


    .main_boxx_abbts .main_Character h4 {
    display: flex;
    gap: 0.5vw;
    justify-content: center;
    margin-top: 0.7vw;
    color: #fff;
}

    .main_boxx_abbts .main_Character h4 a {
    color: #fff;
    text-decoration: none;
}

   .main_boxx_abbts .main_Character h4 i {
    transform: rotate(87deg);
    margin-right:10px;
}

.classic_World {
    /* font-size: 1.7vh !important; */
    background: #000 !important;
    color: #fff !important;
    margin-left: 0 !important;
}

.classic_World .button__icon-wrapper{
    background: #000 !important;
    color: #fff !important;
}




.beliveones {
    background: #000 !important;
    color: #fff !important;
}


.project_main h3 {
    font-size: 4.142vw;
    color: #000;
    margin-bottom: -1vw;
    font-weight: bold;
    line-height: 65px;
    text-transform: capitalize;
}


#menu nav {
    width: 100%;
}


.big-screen-nav{

    /* display: none; */

}


.menu-item-dropdown {
  /* Add any specific styling for the dropdown container if needed */
}

.dropdown-menu-side {
  display: none; /* Hidden by default */
  padding-left: 20px; /* Indent sub-menu items */
}

.dropdown-menu-side a {
  display: block;
  padding: 8px 0; /* Adjust padding for sub-menu items */
}





.whatsapp-float {
position: fixed;
    width: 60px;
    height: 60px;
    bottom:20px;
    left: 20px;
    background-color: #25d366;
    color: white;
    font-size: 38px;
    /* padding: 16px; */
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

  .whatsapp-float:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: white;
  }





.services-section {
  display: flex;
  gap: 5vw;
  padding: 5vw;
  position: relative;
}

.left-panel {
  width: 20vw;
  transition: position 0.3s ease;
}

.left-panel.fixed {
  position: fixed;
  top: 2vw;
  left: 5vw;
}

.left-panel.absolute-bottom {
  position: absolute;
  bottom: 0;
}

.small-heading {
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
    font-weight: 400;
    color: #555;
}

.main-heading {
    font-size: 2.5vw;
    font-weight: 600;
    margin-top: 0.5vw;
}

.right-panel {
  width: 70vw;
  display: flex;
  flex-direction: column;
  gap: 3vw;
}

.service-box {
    padding: 2vw;
    padding-bottom: 4vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2vw;
    border-bottom: 1px solid #d2d2d2;
}


.service-box h2 {
    font-size: 1.8vw;
    font-weight: 600;
    margin-bottom: 0.5vw;
    flex: 2;
    display: flex;
}

.service-box h2 span {
    color: #999;
    font-weight: normal;
    margin-right: 0.2vw;
    display: block;
}


.service-box p {
  flex: 2;
    font-size: 1vw;
    color: #555;
    display: flex;
  justify-content: center;

}


.arrow {
    font-size: 1.5vw;
    background: linear-gradient(135deg, var(--qode-gradient-color-one) 0, var(--qode-gradient-color-middle) 40%, var(--qode-gradient-color-middle) 60%, var(--qode-gradient-color-two) 100%);
    border-radius: 50%;
    width: 3vw;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    cursor: pointer;
    transform: rotate(-45deg);
}

.gray-corn{
    color:#4E66B5;
}


#project-might-box .box_proj{

         --reveal-progress: 0%;
 
}

#project-might-box {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 1vw;
    row-gap: 4vw;
}

div#project-might-box a {
    color: #000;
    text-decoration: none;
}

div#project-might-box h2 {
    font-size: 1.1vw;
    margin-top: 1vw;
}

div#project-might-box span {
    font-size: 2.1vw;
}

.curtain-wrapper{
    overflow: hidden;
}

#project-might-box .curtain-wrapper img{
    transform: scale(1.8);
}


/* .curtain-wrapper:hover img{
    transform:none;
} */
.curtain-wrapper:hover img{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    .dropdown_box {
        max-height: 0;
        overflow: hidden;
        transition: max-height 1s ease;
    }


    .footer .newsletter form input {
    background: #2e2c2c;
}


.givaa .main_boxxxess {
    margin-top: 0px !important;
}

.givaa .main_boxxxess a{
    background: #fff !important;
    color: #000 !important;

};


.givaa  .main_boxxxess #formss .button__icon-wrapper{

    background: #fff !important;

}



header.header_nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    padding: 1vw 4vw;
}



header.header_nav #contact-btns {
    background: #fff;
    color: #000 !important;
}



.blggsys .button__icon-wrapper{
    background: #000 !important;
    color: #fff !important;
}


header.page-header .hamburger_box div{
    background: #000 !important;
}

.main_boxx_abbts{
  background: url(../Images/absolute.jpg);
  background-size: cover;
  background-position: center;

}


.about-container #formss .button__icon-wrapper {
    color: #fff !important;
}


.text-content #formss .button__icon-wrapper {
    color: #fff !important;
}


.project_main_box #formss .button__icon-wrapper {
    color: #fff !important;
}

.random_wash {
    background: linear-gradient(135deg, var(--qode-gradient-color-one) 0, var(--qode-gradient-color-middle) 40%, var(--qode-gradient-color-middle) 60%, var(--qode-gradient-color-two) 100%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color:#000;
    display: flex;
    align-items: center;
    justify-content: center;
}




.random_wash i{
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



.givaa video {
    width: 100%;
    position: absolute;
    filter: brightness(0.5);
}

header #formss {
    margin-left: 0;
}
























.srv_coast {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    gap: 5vw;
    padding: 2vw 5vw;
}

.srv_coast  .left-section {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

.srv_coast .startup-box {
    background: linear-gradient(to right, #6200ea, #7b1fa2);
    color: white;
    padding: 1vw;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    height: 24vw;
    /* border-radius: 1vw; */
}

.srv_coast  .tag {
  font-size: 1.2vw;
  font-weight: bold;
}

.srv_coast .title {
    font-size: 1.5vw;
    font-weight: 600;
    margin-top: 1vw;
}


.srv_coast .phone-mockup img, .srv_coast .woman-working img {
    width: 100%;
    height: 24.183vw;
    object-fit: cover;
    /* border-radius: 1vw; */
}

.srv_coast .right-section {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2vw;
}


.srv_coast .heading .subheading {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1vw;
    letter-spacing: 2px;
    margin-bottom: 0.5vw;
}

.srv_coast .heading h1 {
    font-size: 2.9vw;
    font-weight: 600;
    margin-bottom: 1vw;
}


.srv_coast  .heading .desc {
  font-size: 1vw;
  color: #555;
  margin-bottom: 1vw;
}

.srv_coast  .services {
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.srv_coast  .service {
  display: flex;
  gap: 1vw;
  align-items: flex-start;
  /* flex-direction: column; */
}

.srv_coast  .service .icon {
    font-size: 2vw;
    color: #FE9A5C;
    margin-bottom: 0vw;
}

.srv_coast  .service h3 {
  font-size: 1.2vw;
  font-weight: bold;
  margin-bottom: 0.5vw;
}

.srv_coast  .service p {
  font-size: 1vw;
  color: #666;
}


.main_bttx{
    display: flex;
    gap: 1vw;
}

.startup-box{
    width: 50%;
}

.phone-mockup{
    width: 50%;
    height: 24vw;

}


.blue-whale{
    color:var(--qode-gradient-color-one);
}


.cta-section .main_boxxxess {
    display: none;
}


.cta-section .main_boxxxess {
    display: flex;
}










/* Add this to your stylesheet */
.menu-overlay {
  transition: opacity 0.3s ease;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

#menu {
  transition: transform 0.8s ease; /* Increase the duration to 0.8s for a slower transition */
  transform: translateX(100%); /* Starts off-screen to the right */
}

#menu.active {
  transform: translateX(0); /* Brings the menu into view */
}


.blog_header  nav a{

    color: #000 !important;


}

#blgg-head  #contact-btns {
    background: #000 !important;
    color: #fff !important;
}

.blog_header  .hamburger_box div{

    background: #000 !important;

}




.footer {
    background-color: #000;
    color: white;
    padding: 40px 0;
    padding-top: 6vw;
}

.footer .container {
    display: grid;
    grid-template-columns: 6fr 3fr 3fr 2fr;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    /* flex-wrap: wrap; */
    margin-bottom: 3vw;
}

.footer .footer-section {
    /* flex: 1; */
    margin: 10px;
    /* min-width: 200px; */
}

.footer .footer-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer .footer-section p,
.footer .footer-section a {
    font-size: 1.1vw;
    color: #bbb;
    text-decoration: none;
}

.footer .footer-section a:hover {
    color: white;
}

.footer .footer-section ul {
    list-style: none;
}

.footer .footer-section ul li {
    margin: 5px 0;
    margin-bottom: 1.5vw;
}

.footer .footer-section ul li a {
    color: #bbb;
    text-decoration: none;
    font-size: 1.1vw;
}

.footer .footer-section ul li a:hover {
    color: white;
}

.footer .newsletter form {
    display: flex;
    margin-top: 10px;
}

.footer .newsletter input {
    flex: 1;
    padding: 8px;
    border: none;
    outline: none;
}

.footer .newsletter button {
    background-color: #FE9A5C;
    border: none;
    color: #000;
    padding: 8px 15px;
    cursor: pointer;
}

.footer .newsletter label {
    font-size: 12px;
    margin-top: 10px;
    display: block;
}

.footer .footer-bottom {
    text-align: left;
    padding-top: 20px;
    border-top: 1px solid #fff;
    width: 80%;
    margin: 0px auto;
    padding-top: 2vw;
}

.footer .chat-btn {
    background-color: #00b300;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    font-size: 14px;
    display: none;
}

.footer .chat-btn:hover {
    background-color: #009900;
}



.footer .footer-section:first-child a {
    display: block;
    margin-top: 1vw;
    margin-bottom: 1vw;
    text-decoration: underline;
}


.footer .footer-section:first-child a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    display: none;

}


.footer .footer-section:first-child a {
    position: relative;
}







 .wrap_blog .main {
      /* width: 70vw; */
      
      /* padding: 2vw; */
      width:70%;
      padding: 0vw;
    }

 .wrap_blog .sidebar {
      /* width: 30vw; */
    width: 30%;
    padding-top: 0vw;
    padding: 2vw;
    padding-top: 0vw;
    /* background-color: #f7f7f7; */
    box-sizing: border-box;
}

 .wrap_blog    .image-section img {
      width: 100%;
      height: auto;
      border-radius: 0.5vw;
    }

  .wrap_blog  .meta {
      font-size: 1vw;
      margin-top: 1vw;
      color: #555;
    }

.wrap_blog h1 {
    font-size: 2.5vw;
    margin: 1vw 0;
    margin-bottom: 4px;
}

  .wrap_blog  p {
      font-size: 1vw;
      line-height: 1.8;
      color: #444;
    }

  .wrap_blog  .sidebar h3 {
      font-size: 1.3vw;
      margin-bottom: 1vw;
    }

  .wrap_blog  .category-tags a,
  .wrap_blog  .tags a {
      display: inline-block;
      margin: 0.3vw;
      padding: 0.5vw 1vw;
      background-color: #eee;
      font-size: 0.9vw;
      border-radius: 1vw;
      text-decoration: none;
      color: #333;
    }

   .wrap_blog .read-next {
      margin-top: 2vw;
    }

   .wrap_blog .read-item {
      display: flex;
      gap: 1vw;
      margin-bottom: 1.5vw;
    }

   .wrap_blog .read-item img {
      width: 4vw;
      height: 4vw;
      object-fit: cover;
      border-radius: 0.5vw;
    }

  .wrap_blog  .read-item-content {
      font-size: 1vw;
    }

  .wrap_blog  .tags,
  .wrap_blog  .social {
      margin-top: 2vw;
    }

   .wrap_blog .social a {
      font-size: 1.5vw;
      margin-right: 1vw;
      color: black;
      text-decoration: none;
    }

   .wrap_blog .instagram-btn {
      display: inline-block;
      margin-top: 1vw;
      padding: 0.8vw 1.2vw;
      font-size: 1vw;
      background-color: #3897f0;
      color: #fff;
      border-radius: 0.5vw;
      text-decoration: none;
    }

 .wrap_blog{
    padding:1vw 4vw; 
    display: flex;
    gap:2vw;
    margin-top: 10vw;
 }


 .glog-wox {
    display: flex;
    align-items: center;
    gap: 1vw;
    margin: 2vw 0vw;
}

.glog-wox span {
    font-size: 1.5vw;
}

.photo_boxxxess{
    display: flex;
    justify-content: space-between;
    gap: 1vw;
}


.photo_boxxxess img {
    width: 50%;
}

.photo_boxxxess {
    display: flex;
    justify-content: space-between;
    gap: 1vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.form_leave{

    display: flex;
    flex-direction: column;
    gap: 1vw;
    margin-top: 2vw;
}

.form_leave form{
    display: flex;
    flex-direction: column;
    gap: 1vw;
}



.form_leave input{
    padding: 0.5vw;
    border: 1px solid #ccc;
    border-radius: 0.5vw;
}

.form_leave textarea{
    padding: 0.5vw;
    border: 1px solid #ccc;
    border-radius: 0.5vw;
    height: 10vw;
}

.form_leave button{
    padding: 0.5vw;
    border: 1px solid #ccc;

}


.form_leave form{
    display: flex;
    flex-direction: column;
    
}


.form_leavew form {
    margin-top: 1vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}


.form_leavew form input{
    padding: 1vw;
    padding-left:10px;
}


.form_leavew form input {
    padding: 1vw;
    padding-left: 10px;
    border: navajowhite;
    border-bottom: 1px solid #000;
    /* border: navajowhite; */
    margin-bottom: 1vw;
}

.form_leavew form input:focus{
    outline: none;
}

.form_leavew form textarea {
    border: none;
    border-bottom: 1px solid #000;
    padding: 1vw 0.3vw;
}


.form_leavew form button {
     width: fit-content;
    padding: 0.9vw 2vw;
    margin-top: 1vw;
    border-radius: 40px;
    border: none;
    background: #000;
    color: #fff;
}

.form_leavew {
    margin-bottom: 3vw;
}



.similar_Watch{
    display: none !important;
}




#flower_shoop .articles {
    display: grid !important;
    grid-template-columns: auto auto auto;
}


     .outer_gauge  .popup {
            display: none; /*Hide the popup form by default*/
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            border: 1px solid black;
            padding: 20px;
            z-index: 1001;
            padding: 3vw;
            width:30vw;
        }


        /* Style for the overlay background */
     .outer_gauge   .overlay {
            display: none !important; 
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1000;
        }


             .outer_gauge .popup form {
       display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1vw;
    margin-top: 1vw;
}


     .outer_gauge .popup form input {
    padding: 12px 20px;
    margin-bottom: 0.5vw;
    width: 100%;
    border-radius: 26px;
    outline: none;
    border: 1px solid #000;
}

         .outer_gauge .popup form input:focus{
            outline: none;
         }

  .outer_gauge .popup form button {
    padding: 10px;
    width: 100%;
    background: #000;
    color: #ffff;
    border: none;
    border-radius: 26px;
}

           .popupForm h2{
            text-align:center;
           }


           .outer_gauge h2 {
    text-align: center;
    line-height: 32px;
}


.outer_gauge p {
    margin-top: 1vw;
    text-align: left;
    color: #6a6666;
}

.outer_gauge h2 {
    text-align: left;
    line-height: 32px;
}

.false_Truee {
    display: block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    /* color: var(--qode-gradient-color-one); */
    /* text-decoration: underline; */
}

.false_Truee:hover{

    color: var(--qode-gradient-color-one);
    text-decoration: underline;
}


.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 40px;
    height: 40px;
    /* background-color: #000; */
    background: linear-gradient(135deg, var(--qode-gradient-color-one) 0, var(--qode-gradient-color-middle) 40%, var(--qode-gradient-color-middle) 60%, var(--qode-gradient-color-two) 100%);
    color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 21px;
    text-decoration: none;
    z-index: 1000;
    /* display: flex !important; */
    justify-content: center;
    align-items: center;

}

.scroll-to-top:hover {
  background-color: #0056b3;
}


#video_format_something .about-container__media-wrapper {
    position: relative;
    width: 100%;
    height: 45vw;
    /* margin: 20px auto; */
    /* background: #000; */
}

#video_format_something{
    padding: 1vw 4vw;
}

#video_format_something {
  opacity: 0;
  transition: opacity 1s;
}


    .main_culprit {
    display: flex
;
    justify-content: space-between;
    padding: 4vw 4vw;
}

.main_culprit {
    display: flex;
    justify-content: space-between;
    padding: 4vw 4vw;
    padding-bottom: 0vw;
    margin-top: 6vw;
}

.under_Shaft {
    border-top: 0.5px solid #666;
    padding-top: 2vw;
    color: #fff;
    margin-top: 5vw;
}

.main_grudge{
    padding: 10px 4vw;
}

.phto_marque {
  overflow: hidden;
  white-space: nowrap;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
}


.main_iframe_box img{
    width: 100%;
    border-radius: 30px;
    height:40vw;
    object-fit:cover;
    
}


.form_sect{
    width: 12vw;
}


 .marquee-container {
            display: flex;
            white-space: nowrap;
            overflow: hidden;
        }
        .marquee-wrapper {
            display: flex;
            flex-shrink: 0;
        }
        .marquee-item {
            flex: 0 0 auto;
            width: 200px; /* Adjust based on your image size */
            height: 200px;
            margin: 0; /* No gaps */
        }
        .marquee-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }



























        @keyframes scroll {
	 0% {
		 transform: translateX(0);
	}
	 100% {
		 transform: translateX(calc(-250px * 7));
	}
}
.php_Shortss .slider {
	 background: white;
	 box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
	 height: 100px;
	 margin: auto;
	 overflow: hidden;
	 position: relative;
	 width: 960px;
}
.php_Shortss .slider::before,.php_Shortss .slider::after {
	 /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
	 content: "";
	 height: 100px;
	 position: absolute;
	 width: 200px;
	 z-index: 2;
}
.php_Shortss .slider::after {
	 right: 0;
	 top: 0;
	 transform: rotateZ(180deg);
}
 
.php_Shortss .slider::before {
	 left: 0;
	 top: 0;
}
 
.php_Shortss .slider .slide-track {
	 animation: scroll 40s linear infinite;
	 display: flex;
	 width: calc(250px * 14);
}

.php_Shortss .slider .slide {
	 height: 100px;
	 width: 250px;
}
 














