@charset "utf-8";
:root {
/* COLOR VARIABLES */
--white: #fff;
--gray-thin: #f7f7f7;
--gray-lite: #d9d9d9;
--gray-mild: #9A9A9A;
--gray-dark: #666;
--pink: #f52379;
--blue: #0aa7f9;
--black: #1c212e;

/* FONT FAMILY VARIABLES */
--manrope: 'Manrope', sans-serif;

/* TRANSITION SPEED */
--all-fast: all 0.2s;
--all-medium: all 0.5s;
--all-slow: all 0.8s;

/* FONT SIZE VARIABLE */
--font-sm: 14px;
--font-md: 16px;
--font-lg: 18px;
--font-xl: 20px;
}

/* ========================== COMMON CSS ========================== */
html { scroll-behavior: smooth; }
*, ul, ol, li, a { font-family: var(--manrope) !important; margin: 0; padding: 0; list-style-type: none; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
input, input:focus, textarea, textarea:focus, .form-control, .form-control:focus { box-shadow: none; outline: none; border-bottom-color: var(--blue); width: 100%; background: var(--blue-thin); color: var(--blue-mild); }
*, a, a:active, a:focus, a:hover, button:focus, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus { text-decoration: none; -webkit-box-shadow: none; box-shadow: none; outline: 0; }
button { background: transparent; }
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus { box-shadow: none; }
a { color: var(--blue-mild); transition: var(--all-fast); }
a:hover { color: var(--blue-dark); }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 200; }

::-moz-selection { color: var(--blue-mild); background: var(--red); }
::selection { color: var(--blue-mild); background: var(--red); }

/* ::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--white);  }
::-webkit-scrollbar-thumb { background: var(--gray-dark);  } */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* Firefox */
input[type=number] { -moz-appearance: textfield; }

body { font-size: 14px; color: #232425; font-weight: 400; width: 100%; position: relative; }
body.no-scroll { overflow: hidden; }
body p { font-size: 18px; line-height: 1.5; color: var(--gray-dark); margin-bottom: 16px; font-weight: 200; letter-spacing: 1px; }
[type=reset], [type=submit], button { -webkit-appearance: none; -webkit-box-shadow: none; box-shadow: none; border: none; cursor: pointer; }

footer, section { width: 100%; position: relative; z-index: 1; overflow: hidden; }

.smooth-scroll { position: relative; }

.border-link { color: var(--blue); }
.border-link:hover { color: var(--pink); }

.container { max-width: 1290px; }

.form-control { border: none; border-bottom: 1px dashed var(--gray-mild); border-radius: 0; padding: 15px; height: auto; }
.form-control:focus { border-bottom-color: var(--blue); }

/* IMG BOX */
.img-box { display: flex; align-items: center; justify-content: center; overflow: hidden; }
.img-box img { width: 100%; height: 100%; object-fit: contain; }

.cursor { width: 30px; height: 30px; border-radius: 100%; border: 1px solid var(--red); transition: all 200ms ease-out; position: fixed; pointer-events: none; left: 0; top: 0; transform: translate(calc(-50% + 15px), -50%); z-index: 99; }
.cursor.hover { width: 60px; height: 60px; box-shadow: 0 0 10px 0 rgba(0,0,0,0.5); border-color: var(--white); }

.typed-cursor{ display: none; }

.link { display: inline-flex; flex-flow: row wrap; align-items: center; justify-content: center; width: 120px; height: 120px; position: relative; border: 1px solid var(--pink); }
.link::before { content: ''; position: absolute; left: -10px; top: -10px; width: 100%; height: 100%; border: 1px solid var(--blue); transition: var(--all-medium); }
.link:hover:before { left: 0; top: 0; opacity: 0; }
.link span { font-size: 20px; font-weight: 300; color: var(--pink); z-index: 1; letter-spacing: 2px; }
.link span + .img-box { margin-left: 10px; }
.link .img-box { width: 30px; }

/* SECTION TITLE CSS */
.section-title { display: flex; flex-flow: row wrap; align-items: center; position: relative; padding-left: 0px }
.our-goal .section-title{ padding-left: 100px }
.section-title h2 { font-size: 50px; text-transform: uppercase; text-align: left; font-weight: 200; letter-spacing: 6px; width: 100%; margin-bottom: 30px; color: var(--black); }
.section-title p { font-size: 20px; line-height: 1.5; }
.section-title .line { display: flex; width: 100%; height: 1px; position: relative; margin-bottom: 30px; }
.section-title .line::before { content: ''; position: absolute; left: 0; top: 0; width: 10%; height: 100%; background: rgb(245,35,121); background: -moz-linear-gradient(left, rgba(245,35,121,1) 0%, rgba(10,167,249,1) 100%); background: -webkit-linear-gradient(left, rgba(245,35,121,1) 0%,rgba(10,167,249,1) 100%); background: linear-gradient(to right, rgba(245,35,121,1) 0%,rgba(10,167,249,1) 100%); }

.section-title .sub-title { transition: var(--all-medium); position: absolute; left: -10px; top: 0px; font-size: 80px; line-height: 1; color: transparent; -webkit-text-stroke: 1px #000; transform: rotate(270deg); backface-visibility: hidden; }
.section-title .sub-title + h2 { padding-right: 100px; }

.scroll-line { width: 200%; right: 0; bottom: 0; margin-left: -50%; font-size: 120px; line-height: 1; color: transparent; -webkit-text-stroke: 1px #000; backface-visibility: hidden; white-space: nowrap; z-index: -10; opacity: 0.2; }

.smooth-scroll { will-change: transform !important; }

.header.sticky{ position: fixed; top:0px; }

/* HEADER */
.header { padding: 15px 0; position: absolute; top: 0; left: 0; width: 100%; z-index: 2; transition: var(--all-fast); background: #00000038 }
.header .navbar { padding: 0; }
.header .logo { width: 100px; transition: var(--all-fast); }

.header .navbar ul { display: flex; flex-flow: column wrap; }
.header .navbar ul li { transition: var(--all-fast); position: relative; }
.header .navbar ul li::before { content: ''; width: 0; height: 2px; background: var(--white); position: absolute; left: 0; top: 50%; margin-top: -1px; transition: var(--all-fast); }
.header .navbar ul li a { font-size: 26px; display: flex; padding: 6px 20px 6px; font-weight: 500; position: relative; z-index: 2; transition: var(--all-fast); text-transform: uppercase; }
.hamburger-content ul li a { color: var(--white); }
.hamburger-content ul li:hover { padding-left: 30px; }
.hamburger-content ul li:hover::before { width: 40px; }

.header .logo .img-box img:last-child { transform: scale(0); position: absolute; left: 0; top: 0; }

/* HAMBURGER MENU */
.hamburger { display: flex; flex-flow: column wrap; padding: 15px 10px; }
.hamburger span { width: 40px; height: 2px; border-radius: 5px; background: var(--white); margin: 5px 0; }
.hamburger span:nth-child(2) { width: 25px; }
.hamburger-content {display: flex; flex-flow: row wrap; align-items: center; width: 100%; height: calc(100% - 85px); }


.hamburger:hover span { width: 25px; margin-left: auto }
.hamburger:hover span:nth-child(2) { width: 40px }

.fullscreen { -webkit-clip-path: circle(0% at 100% 0%); clip-path: circle(0% at 100% 0%); position: fixed; background: url(../images/menu-bg.webp) no-repeat bottom left; background-size: cover; width: 100%; height: 100vh; top: 0; left: 0; transition: all 1s; z-index: 10; }
.fullscreen .close { position: relative; display: flex; flex-flow: column wrap; width: 40px; height: 40px; margin-top: 30px; margin-right: 10px; z-index: 9; margin-left: auto; opacity: 1; }
.fullscreen .close:before, .fullscreen .close:after { content: ""; display: flex; position: absolute; top: 14px; left: 2px; width: 40px; height: 1px; border-radius: 5px; background: var(--white); margin: 5px 0; transition: var(--all-fast); }
.fullscreen.active .close::before { transform: rotate(45deg); }
.fullscreen.active .close:after { transform: rotate(-45deg); }

.fullscreen.active { -webkit-clip-path: circle(150% at 100% 0%); clip-path: circle(150% at 100% 0%); transition: all 0.5s; }
.fullscreen.active ul > li { -webkit-animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 150ms) both; animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 150ms) both; }
.fullscreen.reverse_anim { -webkit-clip-path: circle(0% at 100% 0%); clip-path: circle(0% at 100% 0%); opacity: 0.6; transition: all 0.5s; }

@-webkit-keyframes animateIn {
0% { opacity: 0; transform: translateX(-30px); }
100% { opacity: 1; }
}

@keyframes animateIn {
0% { opacity: 0; transform: translateX(-30px); }
100% { opacity: 1; }
}

/* BANNER */
.banner { height: 100vh; }
.banner ul li > .img-box { height: 100vh; }
.banner ul li > .img-box img { object-fit: cover; }

.banner-content { position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%); }
.banner-content .container { display: flex; flex-flow: row wrap; justify-content: center; }
.banner-content h2 { width: 100%; font-size: 62px; color: var(--white); font-weight: 600; text-align: center; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 2px; }
.banner-content p { width: 100%; padding: 0 8%; font-size: 26px; line-height: 1.8; color: var(--white); font-weight: 200; text-align: center; text-transform: capitalize; letter-spacing: 2px; }
.world { width: 100%; height: 100%; }
canvas { display: block; width: 100%; height: 100%; }
.dg.ac { display: none !important; }

.explore-btn { display: flex; align-items: center; justify-content: center; width: 200px; height: 200px; }

svg textPath { font-size: 60px; text-transform: uppercase; font-weight: 200; letter-spacing: 10px; fill: var(--white); }

.blt-list { display: flex; flex-flow: row wrap; }
.blt-list li { position: relative; list-style: none; padding-left: 25px; }
.blt-list li::before, .specialist ul li::before { content: ''; position: absolute; left: 5px; top: 13px; width: 10px; height: 3px; background: rgb(245,35,121); background: -moz-linear-gradient(left, rgba(245,35,121,1) 0%, rgba(10,167,249,1) 100%); background: -webkit-linear-gradient(left, rgba(245,35,121,1) 0%,rgba(10,167,249,1) 100%); background: linear-gradient(to right, rgba(245,35,121,1) 0%,rgba(10,167,249,1) 100%); }

/* HOME ABOUT US */
.home-about-us { padding: 50px 0 0; overflow: visible; }
.home-about-us .section-title { position: sticky; top: 0; padding: 0 100px; }

/* HIGHLIGHT */
.highlight { display: flex; flex-flow: row wrap; justify-content: space-between;}
.highlight li { flex-basis: 50%; border: none; transition: var(--all-fast); padding: 15px; }
.highlight .card { border: none; overflow: hidden; border-radius: 0; height: 250px }
.highlight .card .card-img { width: 100%; border-radius: 0; overflow: hidden; background: #000; height: 100% }
.highlight .card .card-img img { width: 100%; height: 100%; object-fit: cover; transition: var(--all-slow); }
.highlight .card:hover .card-img img { transform: scale(1.1); opacity: 0.3; }

.highlight .card .card-body { position: absolute; bottom: 0; left: 0; padding: 60px; transform: translateY(100px); opacity: 0; transition: var(--all-medium);  height: 100%; display: flex; flex-flow: row wrap; align-items: center; justify-content: center; }
.highlight .card:hover .card-body { transform: translateY(0); opacity: 1; }
.highlight .card .card-body p { color: var(--white); font-size: 34px; line-height: 1.3; font-weight: 200; margin: 0; }
.highlight .card .line { border: 1px solid var(--white); position: absolute; z-index: 1; width: calc(100% - 60px); height: calc(100% - 60px); right: 0; bottom: 0; opacity: 0; transition: var(--all-medium); }
.highlight .card:hover .line { right: 30px; bottom: 30px; opacity: 1; }


/* MANUFACTURING */
.manufacturing { padding: 50px 0 100px; position: relative; overflow: hidden; z-index: 1; }
.manufacturing .section-title { margin-bottom: 0; }
.manufacturing .section-title h2 { text-align: right; }
.parallax-image { position: absolute; top: 0; left: 0; width: 100%; min-height: 100vh; z-index: -1; }
.parallax-image img { width: 100%; height: 100%; object-fit: cover; }

.manufacturing-grid { display: flex; flex-flow: row wrap; justify-content: space-between; }
.manufacturing-grid li { padding: 0; width: calc(100% / 3 - 40px); }
.manufacturing-grid li:nth-child(2) { margin-top: 120px; }
.manufacturing-grid li:nth-child(3) { margin-top: 180px; }
.manufacturing-grid li:nth-child(4) { margin-top: -120px; }
.manufacturing-grid li:nth-child(6) { margin-top: 60px; }

.manufacturing-grid .card { border: none; border-radius: 0; transition: var(--all-medium); overflow: hidden; }
.manufacturing-grid .card .card-img { width: 100%; overflow: hidden; border-radius: 0; transition: var(--all-medium); background: #000; }
.manufacturing-grid .card .card-img img { width: 100%; height: 100%; object-fit: cover; transition: var(--all-medium); transform: scale(1.3) translateX(0); opacity: 0.95; }
.manufacturing-grid .card:hover .card-img img { transform: scale(1.1); opacity: 0.3; }

.manufacturing-grid .card .card-body { position: absolute; bottom: 0; left: 0; padding: 40px; transform: translateY(100px); opacity: 0; transition: var(--all-medium);  height: 100%; display: flex; flex-flow: row wrap; align-items: center; justify-content: center; }
.manufacturing-grid .card:hover .card-body { transform: translateY(0); opacity: 1;}
.manufacturing-grid .card .card-body p { color: var(--white); font-size: 40px; line-height: 1.3; font-weight: 200; margin: 0; transition: var(--all-medium); }
.manufacturing-grid .card .line { border: 1px solid var(--white); position: absolute; z-index: 1; width: calc(100% - 60px); height: calc(100% - 60px); right: 0; bottom: 0; opacity: 0; transition: var(--all-medium); }
.manufacturing-grid .card:hover .line { right: 30px; bottom: 30px; opacity: 1; }

.manufacturing-grid .card:hover { transform: scale(0.95); border-radius: 10px; }
.manufacturing-grid .card:hover .card-img { transform: scale(1.1) }
.manufacturing-grid .card:hover .card-img img { transform: scale(1.3) translateX(30px); }
.manufacturing-grid .card:hover .card-body p { transform: translateX(10px) translateY(-10px); }

.manufacturing-grid .card .hover-circle { display: flex; width: 60px; height: 60px; border-radius: 50%; border: 1px solid var(--white); align-items: center; justify-content: center; color: var(--white); position: absolute; left: 50%; top: 50%; margin-left: -30px; margin-top: -30px; transition: var(--all-medium); z-index: 1; -webkit-animation-name: blinker; -webkit-animation-duration: 0.6s; -webkit-animation-iteration-count:infinite; -webkit-animation-timing-function:ease-in-out; -webkit-animation-direction: alternate; }
.manufacturing-grid .card.hover-circle .svg-inline--fa { font-size: 20px; }

.manufacturing-grid .card:hover .hover-circle { top: 25%; opacity: 0; }

@-webkit-keyframes blinker {
from { border-color: rgba(255,255,255,1); transform: scale(1); }
to { border-color: rgba(255,255,255,0); transform: scale(1.3); }
}

/* TEXTILES */
.textiles { padding: 150px 0; }
.textiles .section-title { justify-content: flex-start; align-items: flex-start; }
.textiles .section-title h2 { margin-bottom: 0; width: auto; }
.textiles .section-title p { padding-left: 120px; flex: 1; text-align: left; font-size: 28px; line-height: 46px; margin-bottom: 0; font-weight: 200; }

/* GET IN TOUCH */
.get-touch { padding: 100px 0 80px; background: rgba(10,167,249,0.1); background: -moz-linear-gradient(left,  rgba(10,167,249,0.1) 0%, rgba(245,35,121,0.1) 100%); background: -webkit-linear-gradient(left,  rgba(10,167,249,0.1) 0%,rgba(245,35,121,0.1) 100%); background: linear-gradient(to right,  rgba(10,167,249,0.1) 0%,rgba(245,35,121,0.1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0aa7f9', endColorstr='#f52379',GradientType=1 ); }
.get-touch .section-title { margin-bottom: 30px; }
.get-touch .section-title h2 { text-align: center; }
.get-touch .contact-form { width: 992px; margin: auto; }

/* WORKSHOP */
.workshop { display: flex; flex-flow: row wrap; align-items: center; }
.workshop .img-box { width: 40%; height: 600px; overflow: hidden; }
.workshop .img-box img { object-fit: cover; }
.workshop .content { flex: 1; padding: 0 100px; }
.workshop .content .section-title h2 { text-align: left; font-size: 80px; }
.workshop .content .section-title p { text-align: left; font-size: 28px; line-height: 44px; }

/* FOOTER */
/*.footer { padding: 150px 0; background: url(../images/footer.webp) center center; background-size: cover; }*/
.footer { padding: 90px 0; background:#2d2a2a}
.footer h4 { text-align: center; font-size: 30px; color: var(--white); }
.footer ul { display: flex; flex-flow: row wrap; align-items: center; justify-content: center; }
.footer ul.quick-links li a { display: flex; padding: 15px; font-size: 18px; font-weight: 200; color: var(--white); transition: var(--all-fast); }
.footer ul.quick-links li:hover a { transform: translateY(-8px); }
.footer ul.social li a { display: flex; padding: 15px; font-size: 20px; color: var(--white); transition: var(--all-fast); }
.footer ul.social li a:hover { color: var(--black); transform: scale(1.2); }


/* ABOUT PAGE CSS */
.abt-banner { width: 100%; height: 400px; position: relative; }
.abt-banner .banner-content { top: auto; bottom: 0; transform: translateY(0); margin-bottom: 100px; z-index: 1 }
.abt-banner .banner-content h2 { font-size: 40px; }

/* ABOUT US */
.about-us .content-box { padding: 35px 50px 30px 50px; margin-top: 0px; }
.about-us .content-box  .section-title{ padding-left: 0px }

.our-goal { padding: 70px 30px; }
.our-goal ul.row > li { padding: 0 40px; position: relative; transition: var(--all-fast); margin-bottom: 70px; }
.our-goal ul.row > li:hover .section-title .sub-title { color: var(--pink); -webkit-text-stroke-color: var(--pink); }
.our-goal ul.row > li:nth-child(2), .our-goal ul.row > li:nth-child(5) { margin-top: 0px; }
.our-goal ul.row > li:nth-child(3), .our-goal ul.row > li:nth-child(6), .our-goal ul.row > li:nth-child(8) { margin-top: 50px; }


.startup .content-box { padding: 50px; margin-top: 150px; }
.key-specifics { padding: 150px 30px 50px; }
.manufacturing-details { margin-top: 100px; }
.manufacturing-details .content-box { padding: 50px; }

/* FASHION DESIGN */
.fashion-design { padding-top: 100px; }
.specialist { padding: 100px 0; }
.specialist ul { display: flex; flex-wrap: wrap; }
.specialist ul li { position: relative; width: 100%; margin-bottom: 20px; font-size: 18px; padding-left: 30px; }
.specialist ul li::before { content: ''; position: absolute; left: 5px; top: 10px; width: 10px; height: 10px; transform: rotateZ(45deg); background: var(--pink); }
.production { padding: 60px 0 100px; }
.production .content-box { padding: 0 50px; }


/* TEXTILES */
.textiles-details { padding: 150px 0 100px; }
.our-products { padding: 100px 0; }

/* MARKETING */
.marketing .content-box { margin-top: 100px; }
/* .add-once { padding: 100px 0 0; } */
.add-once ul li { width: 50%; }

/* CHAT BUTTON */
.chat-now { display: flex; align-items: center; justify-content: center; position: fixed; bottom: 20px; right: 20px; width: 60px; height: 60px; border-radius: 50%; background: #25D366; color: #fff; font-size: 30px; }
.chat-now:hover { color: #fff; }

.chat-now::after { display: block; border-width: 2px; border-style: solid; border-radius: 60px; height: 60px; width: 60px; content: ""; -webkit-animation: ok_widgetPulse infinite 1.5s; animation: ok_widgetPulse infinite 1.5s; position: absolute; top: 0; left: 0; border-color: #25D366; }
@-webkit-keyframes ok_widgetPulse {
0% { opacity: 0; }
50% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }
100% { -webkit-transform: scale(2, 2); transform: scale(2, 2); opacity: 0; }
}
@keyframes ok_widgetPulse {
0% { opacity: 0; }
50% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }
100% { -webkit-transform: scale(2, 2); transform: scale(2, 2); opacity: 0; }
}

/* ----------- new -------- */
.blt-list2{ display: block;}
.blt-list2 li ul{ display: flex;}
.bold-title{ font-weight: 700; color:#000; }
.blt-list {display: flex;flex-flow: column;}
.img-box2{ width: 100%; height: 700px; }
.img-box2 img{ width: 100%; height:100%; object-fit: cover; object-position: top center }
.design-package .img-box2{ width: 100%; height: 600px; }
.specialist .section-title, .manufacturing-details .section-title, .marketing .section-title , .add-once .section-title{ padding-left: 0px }
.blt-list li::before, .specialist ul li::before { content: ''; position: absolute; left: 5px; top: 13px; width: 10px; height: 3px; background: rgb(245,35,121); background: -moz-linear-gradient(left, rgba(245,35,121,1) 0%, rgba(10,167,249,1) 100%); background: -webkit-linear-gradient(left, rgba(245,35,121,1) 0%,rgba(10,167,249,1) 100%); background: linear-gradient(to right, rgba(245,35,121,1) 0%,rgba(10,167,249,1) 100%); transform: none; }
.marketing .content-box{ margin-top: 20px }
.add-once ul li {width: 90%;}
.workshops .section-title{ margin-top: 30px }
.abt-banner:before{ content: ""; position: absolute;  top:0px; left:0px; right:0px; width: 100%; height: 100%; background: rgba(0,0,0,0.6) ; z-index: 1}
.manufacturing .section-title .line::before{ right: 0px; left: inherit; }
.banner-content h2{ color:transparent; }
.banner .banner-content h2{ color:#fff; }
.map-div{ width: 100%; height: 300px; margin-bottom: 20px }
.fashion-design .content-box{ padding: 0px 25px }
.design-package .commn-div{ padding: 0px 25px }
.specialist .content-box , .textiles-details .content-box { padding: 0px 30px }
.our-products .commn-div{ padding: 0px 20px }
.commn-div{ padding: 0px 30px }