@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --button-primary : rgba(249, 161, 0, 1);
    --bg-primary : rgba(0, 0, 0, 1);
}


@font-face {
    font-family: 'Standerd';
    src: url('/assets/fonts/Standerd-Thin.woff2') format('woff2'),
         url('/assets/fonts/Standerd-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Standerd';
    src: url('/assets/fonts/Standerd-ExtraLight.woff2') format('woff2'),
         url('/assets/fonts/Standerd-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Standerd';
    src: url('/assets/fonts/Standerd-Light.woff2') format('woff2'),
         url('/assets/fonts/Standerd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Standerd';
    src: url('/assets/fonts/Standerd-Regular.woff2') format('woff2'),
         url('/assets/fonts/Standerd-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Standerd';
    src: url('/assets/fonts/Standerd-Medium.woff2') format('woff2'),
         url('/assets/fonts/Standerd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Standerd';
    src: url('/assets/fonts/Standerd-SemiBold.woff2') format('woff2'),
         url('/assets/fonts/Standerd-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Standerd';
    src: url('/assets/fonts/Standerd-Bold.woff2') format('woff2'),
         url('/assets/fonts/Standerd-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Standerd';
    src: url('/assets/fonts/Standerd-ExtraBold.woff2') format('woff2'),
         url('/assets/fonts/Standerd-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Standerd';
    src: url('/assets/fonts/Standerd-Black.woff2') format('woff2'),
         url('/assets/fonts/Standerd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Bricolage Grotesque", sans-serif;
}


header .navbar {
    padding: 20px 0px;
}

header nav ul {
    list-style: none;
    gap: 30px;
}

header nav ul li {
    cursor: pointer;
}

header nav ul li a {
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}

nav ul button {
  background: var(--button-primary);
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
}

nav ul button a {
    color: white;
}

.hero-section {
    min-height: 100vh;
    padding: 50px 0px;
}

.hero-text {
    width: 100%;
}

.hero-content {
    width: 50%;
    margin-left: auto;
}


.hero-content p {
    width: 450px;
    max-width: 100%;
    padding-bottom: 100px;
    font-size: 1.3rem;
    font-weight: 400;
}

.hero1 {
    align-items: end;
    padding-bottom: 100px;
}

.hero1 h1{
    width: 53%;
    font-weight: 400;
}

.hero1 a {
    text-decoration: underline;
    color: rgba(0, 0, 0, 1);
    text-decoration-color: var(--button-primary);
}

.hero2 {
    width: 100%;
}

.hero2 img {
    width: 100%;
}

.bg-primary {
    background-color: var(--bg-primary);
    color: white;
    padding: 50px 20px;
    min-height: 85vh;
}

.bg-primary h1 {
    font-size: 1.875rem;
    font-weight: 600;
}

.whoweare {
    color: rgba(255, 255, 255, 1);
}

.who1 {
  width: 50%;
}

.who2 {
    width: 50%;
  }

.who1 p {
    font-size: 20px;
    max-width: 479px;
    
}

.who2 p:first-child {
    font-size: 1.5rem;
}

.who2-text {
    text-indent: 210px;
}

.who2 .who2-bottom p {
    font-size: 20px !important;
    max-width: 479px;
}

.who2 .who2-bottom p:last-child {
   margin-top: 45px;
}

.who2 p:first-child {
    font-size: 1.5rem;
}


.services {
    padding-top: 70px;
    padding-bottom: 50px;
    min-height: 70vh;
    width: 100%;
}

.side-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.service-item {
    width: 100%;
    margin: auto;
}

.service-item .number {
    font-size: 1.25rem;
    font-weight: bold;
    margin-right: 20px;
    width: 50%;
    text-align: center;
}

.service-details {
    max-width: 751px;
}

.service-details h2 {
    font-size: 1.25rem;
    font-weight: 400;
}

.service-details p {
    font-size: 1.25rem;
    font-weight: 400;
}

.column {
    flex-direction: column;
}

.services-text, .what-we-do-text {
    writing-mode: vertical-rl; /* Rotate text */
    text-orientation: mixed;
    transform: rotate(180deg); /* Flip it to match the image */
    margin: 10px 0;
}

.side-text h1:last-child {
    border-right: 1px solid var(--button-primary);
}

.what-we-do-text {
    font-weight: 600 !important;
}

.brandworkwith {
    padding: 50px 0px;
}

.brandworkwith h1 {
    margin-bottom:20px;
    font-weight: 400;
}

.brandworkwith img:nth-of-type(1) {
    width: 12rem;
}

.brandworkwith img:nth-of-type(2) {
    width: 100%;
}

footer {
    padding: 20px 0px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    color: #828282;
    font-size: 1.3rem;
}

.contact-section {
    width: 100%;
    padding: 50px 0px;
}

.contact-section .container {
    min-height: 100vh;
}

#contactForm input , textarea {
    font-weight: 500;
    font-family: "Inter", sans-serif !important;
}

.contact-section h1 {
    font-family: 'Standerd', sans-serif !important;
    font-weight: 600;
}

.contact-left {
    width: 50%;
    margin-top: 140px;
}

.contact-left p:nth-of-type(1) , .contact-left p:nth-of-type(2) {
    font-family: 'Standerd', sans-serif !important;
    font-weight: 500;
}

.contact-right {
    width: 50%;
}

.contact-right p {
    width: 100%;
}

.contact-right input {
    width: 49%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.057);
    outline: none;
}

.contact-right textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.057);
    outline: none;
   padding: 20px 10px;
   font-size: 1rem;
}

.btn-submit {
    width: 100%;
    padding: 20px 10px;
    background-color: black;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.flex-gap {
    gap: 20px;
}

.contact-right input {
    width: 49%;
    font-size: 1rem;
    padding: 20px 10px;
}

.about-section {
    padding: 50px 0px;
}

.about-left {
    width: 50%;
}


.about-right {
    width: 40%;
}

.about-right img {
    width: 100%;
    height: 90%;
}


.about-form {
 margin-top: -15% !important;
}

.about-form  h1{
    width: 50%;
    font-weight: 500;
    font-family: "Inter", sans-serif !important;
}

.worksection {
    padding: 50px 0px;
    min-height: 80vh;
}

.worksection h1 {
    font-family: 'Standerd', sans-serif !important;
    font-weight: 500;
    margin-bottom: 8px;
}

/* GENERAL CSS */
.container {
    max-width: 1260px;
    margin: auto;
    padding-inline: 1.2rem;
}

.d-flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.mt-2 {
    margin-top: 10px;
}

.mt-5 {
    margin-top: 30px;
}

a {
    text-decoration: none;
}

.fs-1 {
    font-size: 2.9rem;
    line-height: 1.2;
}

.hero1 h1 {
    font-family: 'Standerd', sans-serif !important;
    font-weight: 400;
}

.bg-primary h1 {
    font-family: 'Standerd', sans-serif !important;
    font-weight: 600;
}

.bg-primary p {
    font-family: 'Standerd', sans-serif !important;
    font-weight: 500;
}

.services-text {
    font-family: 'Standerd', sans-serif !important;
    font-weight: 600;
}

footer p {
    font-family: 'Standerd', sans-serif !important;
    font-weight: 400;
}

.text-primary {
    color: var(--button-primary);
}

.fw-bold {
    font-weight: bold;
}

.text-underline {
    border-bottom: 1px solid var(--button-primary);
}

.mx-auto {
    margin: 0px auto;
}

.ml-gap {
    text-indent: 95px;
    text-align: justify;
}

footer img {
    margin-top: -12px;
}

.about-left h1 {
    font-family: 'Standerd', sans-serif !important;
    font-weight: 700;
    font-size: 4rem;
}

.about-left p {
    font-family: 'Standerd', sans-serif !important;
    font-weight: 500;
    font-size: 20px !important;
}
.video_box {
    display:flex; gap:20px; padding-top:80px;
}
.video_width {
    max-width:33.33%; width:100%;
}



