@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
*
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    box-sizing: border-box;
    font: inherit;
    font-family: 'Quicksand';
    vertical-align: baseline;
}

  
html, body 
{
    overflow-x: hidden;
}

.container {
    max-width: 100%;
    overflow: hidden; /* Use this if a particular section is causing overflow */
}
img {
    max-width: 100%;
    height: auto;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 1 Custom ScrollBar */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    width: 5px;
    background: var(--clr-bg);
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(#052C3C, #741CFF, #FB00FF);
	/* border-radius: 20px; */
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

body {
    line-height: 1;
    font-family: 'quicksand' !important;
    overflow-x: hidden;
    background-color: var(--black-bg);    
    height: 100%;
}

/* body { line-height: 1; font-family: 'Poppins', sans-serif !important; } */

input {
    font-weight: 400;
    position: relative;
    border-radius: 100px;
    height: 50px;
    color: black;
    font-size: 14px;
    line-height: 18px;
    margin: 0px 0px 15px;
    padding: 0px 25px;
}

textarea {
    color: black;
    resize: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--blue-color);
}

.img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.mask
{
    overflow: initial;
    width: 100%;
    height: 100%;
}

select {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    appearance: none;
    background: url("assets/images/ar.webp") 93% center no-repeat;
    padding: 0px 0px 0px 10px;
    color: var(--input-color);
}

::selection {
    color: var(--white-color);
    background: var(--blue-color);
}

:root {
    --main-color: #052C3C;
    --black-bg: #040404;
    --white-color: #fff;
    --black-color: #000;
    --blue-color: #741CFF ;
    --pink-color: #FB00FF;
    --txt-color: #666666;
    --gray-bg: #F2F2F2;
}

.p-180 {
    padding: 180px 0px;
}

.p-140 {
    padding: 140px 0px;
}

.p-100 {
    padding: 100px 0px;
}

.p-80 {
    padding: 80px 0px;
}

.p-70 {
    padding: 70px 0px;
}

.p-60 {
    padding: 60px 0px;
}

.p-50 {
    padding: 50px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'quicksand';
}

.container-fluid {
    padding: 0px 100px;
}

h1 {
    font-size: 100px;
    color: var(--white-color);
    font-weight: 700;
}

h2 {
    font-size: 60px;
    color: var(--black-bg);
    font-weight: 700;
    text-transform: uppercase;
}

h3 {
    font-size: 50px;
    color: var(--black-bg);
    font-weight: 700;
    line-height: 45px;
}

h4 {
    font-size: 35px;
    line-height: 40px;
    color: var(--black-bg);
    font-weight: 400;
}

h5 {
    font-size: 30px;
    color: var(--black-bg);
}

h6 {
    font-size: 25px;
    color: var(--black-bg);
}

p {
    margin-top: 30px;
    color: #666666;
    /* color: var(--white-color); */
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    transition: all 0.3s ease-in-out 0s !important;
}

a {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none !important;
}

.main-btn
{
    position: relative;
    width: 200px;
    height: 60px;
    background-image: linear-gradient(to left, #741CFF, #FB00FF);
    color: var(--white-color);
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 0.5px solid var(--clr-bg);
    border-left: 0.5px solid var(--clr-bg);
    padding-left: 40px;
    margin-top: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    /* cursor: none; */
}

.main-btn:hover
{
    padding-left: 0;
    padding-right: 40px;
    color: var(--black-color);
}

.main-btn span
{
    position: absolute;
    left: 5px;
    width: 50px;
    height: 50px;
    background-color: var(--black-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main-btn:hover span
{
    left: calc(100% - 55px);
}

.main-btn span i
{
    color: var(--white-color);
}

p span {
    font-weight: 500;
}

.box {
    transition: all 0.3s ease-in-out 0s !important;
}
/* Cursor */
/* 
.curso
{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    background-image: radial-gradient(circle, #fa65ffaf, #8880ffa9, #fa65ffaf, #8880ffa9);
    font-size: 4px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 9;
} */

/* .cursor-scale
{
    position: relative;
}

.overlay{
    background-color: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
} */

.cursor-scale img
{
    border-radius: 20px;
}

/* Header */

header .overlay-content ul li {
    padding: 0px 20px !important;
}

header .logo {
    width: 132px;
    position: relative;
    z-index: 3;
}

header {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 30px 0px;
}

.header-banner {
    /* background: url("../images/home-banner-1.webp.jpg") 0% 0% / 100% 100% no-repeat; */
    /* background-image: linear-gradient(to bottom right, #6b16b1c0, #8880ffd0, #fa65ffb4); */
    background-color: var(--black-bg);
    padding: 250px 0px 50px;
}

.header-banner .header-banner-container 
{
    z-index: 2;
}

.header-banner .header-banner-container .header-banner-heading h1 span
{
    color: transparent;
    -webkit-text-stroke: 1px var(--white-color);
}

.header-banner h1,
.header-banner p {
    color: white !important;
}

header p {
    color: black;
    font-weight: 300;
    margin: 0px;
}

header button.menu {
    width: 49px;
    border-bottom: 5px solid var(--black-color);
    border-radius: 100px;
    position: relative;
}

header button.menu::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: var(--black-color);
    top: -8px;
    left: 0px;
    border-radius: 100px;
}

header button.menu::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: var(--black-color);
    bottom: -13px;
    left: 0px;
    border-radius: 100px;
}

#hamburger {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: none;
}

#hamburger .line-1,
#hamburger .line-2,
#hamburger .line-3 {
    position: relative;
    width: 50px;
    height: 5px;
    border-radius: 5px;
    transform: translate(0px, 0px);
    transition: transform 0.25s ease 0s;
    background: var(--white-color);
}

#hamburger .line-1 {
    background: var(--white-color);
}

#hamburger .line-2 {
    right: 0px;
    margin: 5px 0;
}

#hamburger .line-3 {
    right: 0px;
}

#hamburger.active .line-1 {
    left: 0px;
    transform: rotate(45deg);
    transform-origin: 50% 0%;
}

#hamburger.active .line-2 {
    transform: scaleY(0);
}

#hamburger.active .line-3 {
    right: -2px;
    top: -2px;
    transform: rotate(-45deg);
    transform-origin: 0% 0%;
}

.header-banner h1 {
    color: black;
    /*width: 80%;*/
    font-size: 110px;
    text-transform: capitalize;
    line-height: 130px;
    font-weight: 600;
}

.placeholder-title{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    padding-left: 15vw;
    padding-right: 15vw;
}

.placeholder-title h1{
    font-size: 6vw;
    color: #333;
    font-weight: 500;
    text-align: center;
}

/* Header start */

header{
    left: 0;
    top: 0;
    width: 100%;
}

.header-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-logo img {
    max-width: 270px;
    padding: 20px 40px 20px 0;
    position: relative;
    z-index: 3;
}

.menu-toggle{
    position: relative;
    z-index: 5;
    /* right: 0; */
    background: transparent;
    border: none;
    cursor: pointer;
}

.hamburger path{
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
}

.fullpage-menu{
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    min-height: 100vh;
    display: none;

}
.fullpage-menu-inner{
    display: flex;
    align-items: center;
    height: 100%;
    padding: 100px 60px;
}
.menu-bg{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.menu-bg span{
    height: 33.334%;
    width: 100%;
    background: var(--white-color);
    background-image: linear-gradient(to right, #FB00FF, #741CFF);
    display: block;
}

nav{
    position: relative;
    z-index: 10;
}

nav ul{
    list-style-type: none;
}
nav li{
    overflow: hidden;
    transition: transform 300ms ease-in-out 0s;
}
nav li + li{
    margin-top: 20px;
}
nav li a{
    font-size: 100px;
    color: var(--white-color);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
}

nav li a:hover
{
    color: var(--black-color);
}

nav li:hover{
    color: var(--white-color);
    transform: translate(50px);
    -webkit-transform: translate(50px);
    -moz-transform: translate(50px);
    -ms-transform: translate(50px);
    -o-transform: translate(50px);
}
.header-nav-footer{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px 60px;
}
.social-links{
    list-style-type: none;
    display: flex;
    align-items: center;
    width: 100%;
}
.social-links li{
    font-size: 18px;
    font-weight: 500;
}
.social-links li + li{
    margin-left: 16px;
}
.social-links li:last-child{
    margin-left: auto;
}
.social-links a{
    color: var(--white-color);
    text-decoration: none;
}

.social-links a:hover 
{
    color: var(--black-color);
}

.no-scroll {
    overflow: hidden;
}

#canvas {
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto; 
    /* opacity: .5; */
}

/* About Section */

.home-about
{
    background-color: var(--black-bg);
    
}

.home-about .home-about-right
{
    background-color: var(--black-bg);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.home-about .home-about-right p
{
    color: var(--black-bg);
    opacity: 0;
    left: 0;
    position: relative;
}

.home-about .home-about-right .about-section-content-heading
{
    opacity: .2;
    left: 0;
    position: relative;
    color: var(--white-color);
}

.home-about .home-about-right .about-section-content-heading-copy
{

    position: absolute;
    width: 0%;
    top: 0;
    opacity: 1;
    color: var(--white-color);
    white-space: nowrap;
    overflow: hidden;
}

/* Service Section */

.service-section 
{
    background-color: var(--white-color);
}

.service-section .service-img-container
{
    width: 100%;
    height: 320px;
    position: relative;
}

.service-section .service-img-container
{
    width: 100%;
    height: 320px;
}

.service-section .service-img-container img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.service-section .service-img-container-1 img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.service-section .service-section-dm
{
    margin-top: 30px;
}

/* Careers Section */

.careers p
{
    opacity: 0;
}

.careers a
{
    opacity: 0;
}

.marquee-main
{
    background-color: var(--blue-color);
}

.marquee-container 
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    width: 100%;
    background-color: var(--blue-color);
}

.marquee-container .marque 
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
    padding: 30px 0;
}

.marquee-container .marque img
{
    width: 65px;
    margin: 0 70px;
}

footer {
    background: url("https://static.vecteezy.com/system/resources/previews/026/424/151/non_2x/black-dark-navy-blue-texture-background-for-design-background-concept-banner-with-copy-space-toned-rough-concrete-surface-building-wall-with-cracks-deep-blue-concrete-backdrop-vector.jpg") right center / cover no-repeat;
    position: relative;
}

footer .container-fluid {
    position: relative;
    z-index: 999;
}
/* 
footer:before {
    content: "";
    background: #000000e8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
} */

/* ul.map {
    filter: hue-rotate(3deg) invert(90%) saturate(80%) sepia(0%) contrast(100%) brightness(100%) grayscale(100%) opacity(1);
} */

.footer-top li a {
    color: var(--sy-color);
    position: relative;
    font-size: 30px;
    margin: 5px 12px !important;
}

.footer-logo {
    max-width: 230px;
}

.footer-mid {
    padding: 102px 0 0 0;
}

footer h2 {
    color: white;
    display: inline-block;
    padding-right: 50px;
    padding-bottom: 7px;
    border-bottom: 6px solid white;
    margin-bottom: 60px;
    font-size: 150px;
}

.footer-mid h4 {
    color: white;
    margin: 30px 0px 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
}

.footer-mid ul.second-ul a {
    display: flex;
    word-break: break-word;
    line-height: 25px;
    /*text-transform: lowercase;*/
}

.footer-mid ul.second-ul a i {
    margin: 5px 10px 0 0;
    width: 20px;
    height: 20px;
    font-size: 18px;
    flex-shrink: 0;
    text-align: center;
}

.footer-mid ul {
    margin: 20px 0px 0px;
    padding-left: 0;
}

.footer-mid ul li a {
    color: white;
    margin: 10px 0px 0px;
    /*text-transform: capitalize;*/
    line-height: 25px;
}

.footer-mid ul li a:hover,
.footer-bottom a:hover {
    color: rgb(55, 221, 205);
}

.footer-mid li img {
    margin: 0px;
    width: 100%;
    height: auto;
}

.footer-bottom {
    padding: 0px 0px 10px;
}

.footer-bottom p {
    font-size: 20px;
    color: rgb(176, 176, 176);
    margin: 0px 0px 0px;
}

.footer-bottom ul {
    display: flex;
}

.footer-mid ul.map iframe {
    height: 250px;
}

.footer-bottom a {
    margin: 10px 0px 0px 7px;
    color: rgb(176, 176, 176);
    font-size: 16px;
    font-weight: 400;
}

.footer-mid img.first-logo {
    margin: 0px;
    max-width: 166px;
}

.footer-top li a svg {
    display: inline-block;
    position: absolute;
    width: 120px;
    height: 100%;
    top: -29px;
    left: -17px;
}

.footer-top li:nth-of-type(2) svg {
    top: -29px;
    left: -13px;
}

.footer-top li:nth-of-type(4) svg {
    left: -18px;
    top: -28px;
}

.another-circle {
    cursor: pointer;
    stroke-dashoffset: 95px;
}

ul.collab-logos {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0px !important;
    column-gap: 14px;
}

ul.collab-logos a {
    margin: 0 !important;
    padding: 0 !important;
}

.another-circle:hover {
    stroke: rgb(55, 221, 205);
    stroke-dasharray: 95;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 600ms ease 0s;
    transform-origin: 0px 0px 0px;
}

.footer-top p {
    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.send-message-card {
    background: rgb(21, 21, 21);
    padding: 80px;
    color: var(--white-color);
}

.send-message .container-fluid {
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}

.send-message-card h2 {
    font-size: 100px;
    color: var(--white-color);
}

.send-message-card p {
    font-size: 16px;
    color: var(--white-color);
}

.send-message h3 {
    color: var(--white-color);
    /* font-size: 70px; */
    margin: 40px 0px 0px;
    font-weight: 400;
}

.leaders {
    background: var(--black-bg);
    color: white;
}

.leaders h2 {
    color: var(--white-color);
    line-height: 100px;
}

.leaders p {
    color: var(--white-color);
    font-size: 16px;
    line-height: 25px;
    width: 60%;
    margin: 0px auto;
}

.leaders img {
    filter: grayscale(1);
    margin: 50px 0px 0px;
    height: 547px;
    width: 100%;
}

.leaders img:hover {
    filter: grayscale(0);
}

.leaders h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin: 20px 0px 0px;
    color: var(--white-color);
}

.leaders h6 {
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    margin-top: 8px;
    color: var(--white-color);
}

/* About Page */

/* ======= First Section ====== */

.about
{
    background-color: var(--black-bg);
    padding: 250px 0px 50px;
}

.about h1 span
{
    color: var(--black-bg);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
}

.about p
{
    color: var(--white-color);
}

.about .about-hero-img
{
    height: 400px;
    position: relative;
}

.about .about-hero-img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* ========= Second Section ======== */

.custom-padding
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-second-section
{
    background-color: var(--white-color);
}

.about-second-section .about-second-section-container
{
    background-color: var(--white-color);
}

.about-second-section .about-second-section-content-top
{
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about-second-section .about-second-section-container .about-second-section-container-heading2
{
    width: 60%;
}

.about-second-section .about-second-section-img-3 p
{
    width: 100%;
}

.about-second-section .about-second-section-imgs
{
    background-color: var(--white-color);
    gap: 20px;
    padding-bottom: 50px;
    position: relative;
}

.about-second-section .cursor-scale7,
.about-second-section .cursor-scale8,
.about-second-section .cursor-scale9,
.about-second-section .cursor-scale10
{
    position: relative;   
    height: 100%;
}

.about-second-section .about-second-section-imgs img
{
    height: 400px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.about-second-section .about-second-section-img-3 img
{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.about-second-section .about-second-section-img-4 img
{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* ========== Third Section ======== */

.about-third-section
{
    background-color: var(--black-bg);
}

.about-third-section img
{
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.about-third-section h5,
.about-third-section h2,
.about-third-section p
{
    color: var(--white-color);
}

.about-third-section h2 span
{
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
}

.about-third-section p
{
    margin-top: 10px;
    margin-bottom: 30px;
}

/* Service Page */

.service-second-section .service-second-section-main-container
{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    margin: 50px 0;
}

.service-second-section .service-second-section-container
{
    width: 45%;
    height: inherit;
    /* overflow: hidden; */
}

.service-second-section .service-second-section-content
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;   
    height: inherit;
}

.service-second-section .service-second-section-img-container
{
    width: 45%;
    height: auto;
}

.service-second-section .service-second-section-img
{
    /* width: 90%;
    height: 90%; */
    /* overflow: auto; */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: sticky;
    width: 100%;
    height: 100vh;
    top: 0;
}

.service-second-section .service-second-section-all-img
{
    position: relative;
    width: 100%;
    height: 90%;
}

.service-second-section .service-second-section-img-wrap
{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.service-second-section .service-second-section-img 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: sticky;
    width: 100%;
    height: 100vh;
    top: 0;
}

.service-second-section .service-second-section-img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-second-section img
{
    /* width: 100%;
    height: 80vh; */
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


.about-second-section .about-second-section-img-3 img
{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.about-second-section .about-second-section-img-4 img
{
    width: 100%;
    height: 280px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* Contact Page */

/* ======= First Section ====== */

.contact
{
    background-color: var(--black-bg);
    padding: 250px 0 0 0;
}

.contact .main-btn:hover
{
    background-image: linear-gradient(to right, #741CFF, #FB00FF);
    transform: translateY(-10%);
    box-shadow: 5px 5px 1px 1px var(--blue-color);
}

.contact h1 span
{
    color: var(--black-bg);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
}

.contact h3
{
    color: var(--white-color);
}

.contact p
{
    color: var(--white-color);
}

.contact .contact-form
{
    display: flex;
    gap: 30px;
}

.contact .label-input-container
{
    display: flex;
    flex-direction: column;
    position: relative;
}

.contact .label-input-container label
{
    position: absolute;
    top: 20%;
    left: 4%;
    color: var(--white-color);
    z-index: 1;
}

.contact select
{
    height: 50px;
}

.contact option
{
    /*text-align: center;*/
    background-color: var(--black-color);
}

.contact .label-input-container i
{
    position: absolute;
    /*z-index: 4;*/
    top: 20%;
    right: 4%;
    /*color: black;*/
    color: var(--white-color);
}

.contact .label-input-container .input
{
    width: 600px;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    /*border-bottom: 2px solid var(--white-color);*/
    color: var(--white-color);
    z-index: 3;
}

.label-input-container .input.message
{
    /*color: var(--black-color);*/
    /*background-color: var(--white-color);*/
    background-color: transparent;
    width: 400px;
    margin-left: 200px;
}

.form-control 
{
    border: none;
    border-bottom: 2px solid var(--white-color);
}

::placeholder 
{
    color: var(--white-color);
    opacity: 1; /* Firefox */
    font-size: 18px;
}
  
::-ms-input-placeholder 
{ /* Edge 12 -18 */
    color: var(--white-color);
}

.contact .label-input-container .input:focus
{
    outline: none;
    background-color: transparent;
}

/*.label-input-container .input.message:focus*/
/*{*/
/*    color: var(--black-color);*/
/*    background-color: var(--white-color);*/
/*}*/

.contact .input:focus ~ label
{
    top: 0px;
}

.contact .main-btn
{
    width: 600px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0px;
}

.contact .main-btn:hover
{
    padding-left: 0;
    padding-right: 0;
    color: var(--white-color);
}

.contact .contact-information
{
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact .contact-information p
{
    margin: 10px;
}

.contact .contact-information i
{
    font-size: 40px;
    color: var(--white-color);
}

.contact .contact-information a
{
    font-size: 19px;
    color: var(--white-color);
}

.contact .contact-information a:hover
{
    color: var(--blue-color);
}

/* Service Page */

.service
{
    background-color: var(--black-bg);
    padding: 250px 0px 50px;
}

.service h1 span
{
    color: var(--black-bg);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
}

.service h2
{
    color: var(--white-color);
}

.service h5
{
    color: var(--white-color);
}


.service p
{
    color: var(--white-color);
}

.service-second-section
{
    background-color: var(--black-bg);
}

.service-second-section img
{
    width: 100%;
    height: 80vh;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.service-second-section h5,
.service-second-section h2,
.service-second-section p
{
    color: var(--white-color);
}

.service-second-section h2 span
{
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
}

.service-second-section p
{
    margin-top: 0px;
    margin-bottom: 5px;
}

.service-third-section
{
    background-color: var(--white-color);
}

.service-third-section .service-third-section-img-container
{
    gap: 50px;
}

.service-third-section .service-third-section-img-container img
{
    object-fit: cover;
    height: 100%;
}

/* ======= First Section ====== */

.careers-page
{
    background-color: var(--black-bg);
    padding: 250px 0px 50px;
}

.careers-page h1 span
{
    color: var(--black-bg);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
}

.careers-page p
{
    color: var(--white-color);
}

.careers-page .careers-page-img
{
    height: 300px;
}

.careers-page img
{
    height: 300px;
    width: 90%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin: 20px 0;
    align-self: center;
}

.accordion-flush .accordion-item
{
    /*margin: 30px 0px;*/
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    outline: 1px solid var(--white-color);
    padding: 1rem 3.25rem;
}

.accordion-flush .accordion-item p
{
    color: var(--white-color);
    margin: 5px;
}

.accordion-flush .accordion-item h4
{
    color: var(--white-color);
    margin: 5px;
}

.accordion-flush .accordion-item h5
{
    color: var(--white-color);
    margin: 5px;
}

.accordion-button:focus 
{
    box-shadow: none;
    color: var(--white-color);
    background-color: transparent;
}

.accordion-flush .accordion-item .accordion-button 
{
    border-top: 1px solid var(--white-color);
    background-color: transparent;
    color: var(--white-color);
    padding: 0;
    padding-top: 13px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    margin-left: 10px !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-header 
{
    margin-top: 20px;
}

.careers-second-section
{
    background-color: var(--white-color);
}

.careers-second-section .careers-page-img
{
    height: 300px;
}

.careers-second-section img
{
    height: 100%;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* .careers-third-section
{
    background-color: var(--black-bg);
}

.careers-third-section h3
{
    color: var(--white-color);
}

.careers-third-section a
{
    margin: 20px;
} */

.apply-now
{
    background-color: var(--black-bg);
    padding: 250px 0px 50px;
}

.apply-now h5
{
    color: var(--white-color);
}

.apply-now h2
{
    color: var(--white-color);
}

.apply-now p
{
    color: var(--white-color);
}

/* .contact .input.file
{
    border: 2px solid var(--white-color);
    background-color: var(--white-color);
    color: var(--black-color);
    font-size: 18px;
    padding: 10px;
} */


  
  .file::-webkit-file-upload-button {
    display: none;
  }

  .file::before {
    font-family: "Font Awesome 5 Free";
    content: '\f093 \00a0 \00a0 \00a0 Upload Resume';
    color: var(--white-color);
    border: 1px solid var(--white-color);
    /* font-size: 18px; */
    display: inline-block;
    border-radius: 3px;
    padding: 5px 10px;
    margin-right: 10px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 10pt;
  }
  
  
  
  
  /*new inner pages*/
  
  /*tech*/
  
  
.herosectiontech{
  background-color: rgba(0, 0, 0, 0.450);
  padding: 48px 0;
}
.two-colored-box {
    height: 80vh;
    width: 100%;
    background: linear-gradient(45deg, #9e2498 50%, #251baf 50%);
}
.single-colored-box {
    height: 80vh;
    width: 100%;
    background: rgb(6, 6, 97);
}
.grad-bg{
   height: 80vh;
    width: 100%;
    height: 80vh;
    background-color: linear-gradient(45deg, #2e0ca8, #ae31c7);
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-image {
    background-image: url('p.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
}
.bg-overlay{
    background-color: rgba(0, 0, 0, 0.363);
    width: 100%;
    height: 80vh;
}
.glow-effect {
    padding: 10px;
    color: #fff;
    text-align: center;
    transition: box-shadow 0.3s ease;
  }
  
  .glow-effect:hover {
    box-shadow: 0 0 40px rgba(208, 21, 255, 0.7);
  }
  .card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .card-wrapper {
    width: 30rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px !important;
  }
  
  .card-img-top {
    width: 100%;
  }
  
  .card-body {
    text-align: center;
  }
.multi-colored-border {
  border-radius: 40px;
  border: 5px solid transparent;
  border-image: linear-gradient(45deg, #ff00ff, #002fff) 1;
  overflow: hidden;
}


/* btns */
.reqbtn{
    background-color: transparent;
    border: 2px solid white;
    color:white;
    border-radius: 10px;
    transition: all 0.5s;
}
.reqbtn:hover{
    background-color: white;
    color: black;
    transform: scale(1.1);
}
  .dark {
	background: #110f16;
}


.light {
	background: #f3f5f7;
}

a, a:hover {
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
	margin: 2rem 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 2.5rem;
}

.callNowBtn{
  width: 200px;
  background-color: rgb(80, 80, 80);
  padding: 5px;
  border-radius: 20px;
  
}
.fixed-bottom-right {
  position: fixed;
  bottom: 20px;
  z-index: 999;
  right: 20px;
  background-color: transparent;
  border: none;
  transition: all 0.5s;
}
.fixed-bottom-right:hover{
  transform: scale(1.1);
  transform: rotate(20deg);
}
/* Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  
  box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;

	&.dark {
		background-color: #18151f;
	}
	&.light {
		background-color: #e1e5ea;
	}
	
	.t-dark {
		color: #18151f;
	}
	
  a {
    color: inherit;
  }
	
	h1,	.h1 {
		margin-bottom: 0.5rem;
		font-weight: 500;
		line-height: 1.2;
	}
	
	.small {
		font-size: 80%;
	}

  .postcard__title {
    font-size: 1.75rem;
  }

  .postcard__img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    position: relative;
  }

  .postcard__img_link {
    display: contents;
  }

  .postcard__bar {
    width: 50px;
    height: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
  }

  .postcard__text {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .postcard__preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    height: 100%;
  }

  .postcard__tagbox {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    margin: 20px 0 0 0;
		padding: 0;
    justify-content: center;

    .tag__item {
      display: inline-block;
      background: rgba(83, 83, 83, 0.4);
      border-radius: 3px;
      padding: 2.5px 10px;
      margin: 0 5px 5px 0;
      cursor: default;
      user-select: none;
      transition: background-color 0.3s;

      &:hover {
        background: rgba(83, 83, 83, 0.8);
      }
    }
  }

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 1;
    border-radius: 10px;
  }

  &:hover .postcard__bar {
    width: 100px;
  }
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;

    .postcard__title {
      font-size: 2rem;
    }

    .postcard__tagbox {
      justify-content: start;
    }

    .postcard__img {
      max-width: 300px;
      max-height: 100%;
      transition: transform 0.3s ease;
    }

    .postcard__text {
      padding: 3rem;
      width: 100%;
    }

    .media.postcard__text:before {
      content: "";
      position: absolute;
      display: block;
      background: #18151f;
      top: -20%;
      height: 130%;
      width: 55px;
    }

    &:hover .postcard__img {
      transform: scale(1.1);
    }

    &:nth-child(2n+1) {
      flex-direction: row;
    }

    &:nth-child(2n+0) {
      flex-direction: row-reverse;
    }

    &:nth-child(2n+1) .postcard__text::before {
      left: -12px !important;
      transform: rotate(4deg);
    }

    &:nth-child(2n+0) .postcard__text::before {
      right: -12px !important;
      transform: rotate(-4deg);
    }
  }
}
@media screen and (min-width: 1024px){
		.postcard__text {
      padding: 2rem 3.5rem;
    }
		
		.postcard__text:before {
      content: "";
      position: absolute;
      display: block;
      
      top: -20%;
      height: 130%;
      width: 55px;
    }
	
  .postcard.dark {
		.postcard__text:before {
			background: #18151f;
		}
  }
	.postcard.light {
		.postcard__text:before {
			background: #e1e5ea;
		}
  }
}

/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
	
	color: black;
}
.green .postcard__title:hover {
	
}
.green .postcard__bar {
	
}
.green::before {
	background-image: linear-gradient(
		-30deg,
	
		transparent 50%
	);
}



.yellow::before {
	background-image: linear-gradient(
		-30deg,
		
		transparent 50%
	);
}
.yellow:nth-child(2n)::before {
	background-image: linear-gradient(
		30deg,
		transparent 50%
	);
}

@media screen and (min-width: 769px) {
	.green::before {
		background-image: linear-gradient(
			-80deg,
			
			transparent 50%
		);
	}
	.green:nth-child(2n)::before {
		background-image: linear-gradient(
			80deg,
		
			transparent 50%
		);
	}

	.blue::before {
		background-image: linear-gradient(
			-80deg,
			
			transparent 50%
		);
	}

	
	.yellow::before {
		background-image: linear-gradient(
			-80deg,
			
			transparent 50%
		);
	}
	.yellow:nth-child(2n)::before {
		background-image: linear-gradient(
			80deg,
			
			transparent 50%
		);
	}
}



/* Packages */
.pkg-div{
    background-image: linear-gradient(45deg, #471fd6, #a212be);
    border-radius: 30px;
}

.borderright{
    border-right: 2px solid rgb(192, 192, 192);
}


.unique-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border: none;
    background-color: #354a72;
    color: white;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 5px; /* Optional: for rounded corners */
    white-space: nowrap; /* Ensure text doesn't wrap */
    font-family: Arial, sans-serif; /* Ensure consistent font */
}

.unique-button img {
    transition: transform 0.3s ease; /* Smooth transition for movement */
    margin-right: 10px; /* Space between icon and text */
    width: 20px; /* Adjust width as needed */
}

.unique-button:hover img {
    transform: translateX(10px); /* Adjust distance based on padding and layout */
}

.unique-button::after {
    content: "Call Now"; /* Add button text */
}


.unique-button2 {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border: none;
    background-color: #354a72;
    color: white;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 5px; /* Optional: for rounded corners */
    white-space: nowrap; /* Ensure text doesn't wrap */
    font-family: Arial, sans-serif; /* Ensure consistent font */
}

.unique-button2 img {
    transition: transform 0.3s ease; /* Smooth transition for movement */
    margin-right: 10px; /* Space between icon and text */
    width: 20px; /* Adjust width as needed */
}

.unique-button2:hover img {
    transform: translateX(10px); /* Adjust distance based on padding and layout */
}

.unique-button2::after {
    content: "WhatsApp Us"; /* Add button text */
}

/* services */
.containerS
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0;
}

.containerS .box
{
  position: relative;
  width: 320px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 30px;
  transition: 0.5s;
}

.containerS .box::before
{
  content:' ';
  position: absolute;
  top: 0;
  left: 50px;
  width: 50%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.5s;
}

.containerS .box::after
{
  content:'';
  position: absolute;
  top: 0;
  left: 50;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.5s;
  filter: blur(30px);
}

.containerS .box:hover:before,
.containerS .box:hover:after
{
  transform: skewX(0deg);
  left: 20px;
  width: calc(100% - 90px);
  
}

.containerS .box:nth-child(1):before,
.containerS .box:nth-child(1):after
{
  background: linear-gradient(315deg, #bd911a, #c21853)
}

.containerS .box:nth-child(2):before,
.containerS .box:nth-child(2):after
{
  background: linear-gradient(315deg, #218ec0, #d11c5b)
}

.containerS .box:nth-child(3):before,
.containerS .box:nth-child(3):after
{
  background: linear-gradient(315deg, #51b328, #20a8c7)
}

.containerS .box span
{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}

.containerS .box span::before
{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.1s;  
  animation: animate 2s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08)
}

.containerS .box:hover span::before
{
  top: -50px;
  left: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

.containerS .box span::after
{
  content:'';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.5s;
  animation: animate 2s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  animation-delay: -1s;
}

.containerS .box:hover span:after
{
  bottom: -50px;
  right: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

@keyframes animate
{
  0%, 100%
  {
    transform: translateY(10px);
  }
  
  50%
  {
    transform: translate(-10px);
  }
}

.containerS .box .content
{
  position: relative;
  left: 0;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1;
  transform: 0.5s;
  color: #fff;
}

.containerS .box:hover .content
{
  left: -25px;
  padding: 60px 40px;
}

.containerS .box .content h2
{
  font-size: 2em;
  color: #fff;
  margin-bottom: 10px;
}

.containerS .box .content p
{
  font-size: 1.1em;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.containerS .box .content a
{
  display: inline-block;
  font-size: 1.1em;
  color: #111;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 5px;
}

.containerS .box .content a:hover
{
  background: #ffcf4d;
  border: 1px solid rgba(255, 0, 88, 0.4);
  box-shadow: 0 1px 15px rgba(1, 1, 1, 0.2);
}


/* Pricing */
.pricingCard{
  background-image: linear-gradient(45deg, #471fd6, #a212be);
  border-radius: 10px;
  
}
.webicon{
  background-color: rgb(230, 70, 83);
  padding: 5px;
  border-radius: 50%;
}
.appicon{
  background-color: rgb(61, 209, 93);
  padding: 5px;
  border-radius: 50%;
}
.brandingicon{
  background-color: rgb(61, 209, 189);
  padding: 5px;
  border-radius: 50%;
}




.repairport{
  display: none;
}

.accessport{
  display: none;
}
.purchaseport{
  display: block;
}


.porticons{
  transition: all 0.5s;
}
.porticons:hover{
  transform: scale(1.009);
  transform rotate(45deg);
}





/* BRIDAL */
.multi-colored-border-Bridal {
  border-radius: 30px;
  border: 5px solid transparent;
  border-image: linear-gradient(45deg, #51c7c7, #51c7c7) 1;
}


.pkg-divBridal{
  background-image: linear-gradient(90deg, #F5EAD8,#F5EAD8, #caba9f);
  border-radius: 30px;
}
.designrush {
    transition: transform 0.3s ease, opacity 0.3s ease; 
    cursor: pointer; 
}

.designrush:hover {
    transform: scale(1.1);
    opacity: 0.8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}