@import"https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";

@font-face {
    font-family: Proxima Nova;
    src: url(../Fonts/ProximaNova/ProximaNova-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Proxima Nova;
    src: url(../Fonts/ProximaNova/ProximaNova-Light.otf) format("opentype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Proxima Nova;
    src: url(../Fonts/ProximaNova/ProximaNova-Bold.otf) format("opentype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Proxima Nova;
    src: url(../Fonts/ProximaNova/ProximaNova-Semibold.otf) format("opentype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Zapfino;
    src: url(../Fonts/zapfino/Zapfino.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: Literata, serif
}

html {
    scroll-behavior: smooth
}

.container {
    overflow: hidden;
    position: relative
}

.textGradient {
    background: linear-gradient(to right, #f0ec90, #d18f0b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-family: Proxima Nova, sans-serif;
    font-weight: 600;
    font-size: 16px
}

.openMenuBtn {
    display: none;
    cursor: pointer
}

.openMenuBtn img {
    width: 35px
}

.mobileMenu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    background-color: #875139;
    z-index: 100000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    transform: translate(100%);
    transition: transform .2s
}

.mobileMenu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    list-style: none
}

.mobileMenu ul li a {
    color: #fef7c3;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .02em;
    line-height: 1
}

.mobileMenu .closeMenuBtn {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer
}

.mobileMenu .closeMenuBtn img {
    width: 30px
}

.mobileMenu.active {
    transform: translate(0)
}

.nav-link {
    text-decoration: none;
    color: #333;
    padding-bottom: 5px;
    position: relative
}

.nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: linear-gradient(to right, #d18f0b, #f0ec90)
}

.nav-link.active:after {
    width: 100%
}

.header {
    position: relative;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.header .headerNavWrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    padding: 10px 80px
}

.header .headerNav {
    max-width: 1272px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    transition: all .3s ease-in-out
}

.header .headerNav .logo {
    display: flex;
    gap: 20px;
    align-items: center;
    text-decoration: none
}

.header .headerNav .logo .logoText {
    display: flex;
    flex-direction: column;
    transform: translateY(-3px)
}

.header .headerNav .logo .logoText p {
    line-height: 1.15;
    letter-spacing: .16em
}

.header .headerNav .navItems ul {
    list-style: none;
    display: flex;
    gap: 40px;
    font-size: 18px;
    cursor: pointer;
    transform: translateY(-3px)
}

.header .headerNav .navItems ul li a {
    color: #fef7c3;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .02em;
    line-height: 1
}

.header .headerNavWrapper.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000c;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    z-index: 22222220
}

.header .content {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding-top: 69px
}

.header .content h1 {
    font-family: Playfair Display, serif;
    color: #fefbe8;
    font-size: 56px;
    font-weight: 400;
    line-height: 1.19;
    letter-spacing: 0
}

.header .content h4 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: .24em;
    margin-top: 3px;
    height: 80px;
    padding: 15px;
    margin-left: 3px
}

.header .content h4 span {
    font-family: Zapfino, serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: lowercase;
    letter-spacing: 0em;
    margin-right: 10px;
    margin-left: -3px
}

.header .content .buttons {
    display: flex;
    gap: 20px;
    margin-top: 2px
}

.header .content .buttons button {
    font-family: Literata, serif;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    letter-spacing: .01em;
    background-color: #1c1917;
    border-radius: 8px;
    padding: 17.5px 20px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.header .content .buttons button a {
    text-decoration: none;
    transform: translateY(-2px);
    color: #eaaa08
}

.header .content img {
    margin-top: 18px
}

.about {
    padding: 80px 120px;
    background-color: #fefdf0
}

.about .content {
    max-width: 1272px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 196px 1fr 1fr;
    gap: 120px;
    justify-items: center
}

.about .content .col1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative
}

.about .content .col1 .col1Img {
    position: absolute;
    bottom: -53.2%;
    right: -51%;
    z-index: 4
}

.about .content .col1 h3 {
    text-transform: uppercase;
    font-family: Proxima Nova, sans-serif;
    color: #875139;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .24em
}

.about .content .col1 .top {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    gap: 25px;
    height: 197px
}

.about .content .col1 .top h2 {
    position: absolute;
    left: -69px;
    top: 30%;
    font-family: Playfair Display, sans-serif;
    font-size: 92px;
    transform: rotate(-90deg);
    transform-origin: center;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-weight: 700;
    color: #875139
}

.about .content .col1 .top p {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: .01em;
    font-weight: 600;
    color: #875139;
    margin-left: 100px;
    margin-top: 20px;
    transform: translateY(10px) translate(-2px)
}

.about .content .col1 .line {
    width: 100%;
    height: 1px;
    background-color: #875139;
    margin-top: 35px
}

.about .content .col1 .bottom {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 5px
}

.about .content .col1 .bottom p {
    color: #875139;
    font-size: 16px;
    letter-spacing: .01em
}

.about .content .col1 .bottom p:first-child {
    font-weight: 400;
    line-height: 1.3
}

.about .content .col1 .bottom p:nth-child(2) {
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: Proxima Nova, sans-serif;
    letter-spacing: .2em
}

.about .content .col1 .bottom p:nth-child(3) {
    font-weight: 600;
    line-height: 1.3;
    transform: translateY(-3px)
}

.about .content .col2 {
    display: flex;
    flex-direction: column;
    gap: 47px
}

.about .content .col2 .top {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.about .content .col2 .top img {
    width: 100%
}

.about .content .col2 .top p {
    color: #875139;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .01em
}

.about .content .col2 .bottom p {
    color: #44403c;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .01em
}

.about .content .col2 .bottom .col3para {
    transform: translateY(-8px)
}

.section-2 {
    position: relative;
    z-index: 5;
    padding: 140px 120px
}

.section-2 .section-2-bg {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    z-index: -1
}

.section-2 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #80200dce;
    z-index: -1
}

.section-2 .content {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    max-width: 1272px;
    margin: auto
}

.section-2 .content .box {
    display: flex;
    position: relative
}

.section-2 .content .box h2 {
    position: absolute;
    left: -13%;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    font-family: Playfair Display;
    color: #e5bd48;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.1
}

.section-2 .content .box p {
    margin-left: 70px;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: .01em;
    color: #fefdf0;
    max-width: 290px
}

.section-2 .content .box:first-child p {
    margin-left: 85px
}

.section-2 .content .box:nth-child(2) h2 {
    top: 35%;
    transform: translateY(-35%) rotate(-90deg)
}

.section-2 .content .box:nth-child(3) h2 {
    top: 37%;
    transform: translateY(-37%) rotate(-90deg)
}

.section-3 {
    background-color: #fef6ee;
    padding: 120px 0
}

.section-3 .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.section-3 .content .top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    text-align: center
}

.section-3 .content .top h2 {
    font-family: Playfair Display, serif;
    color: #875139;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -.02em
}

.section-3 .content .top p {
    font-family: Proxima Nova, sans-serif;
    color: #b57b3a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em
}

.section-3 .content .swiper {
    position: relative;
    width: 100%;
    overflow: visible;
    padding: 0 50px;
    max-width: 1272px;
    margin: auto;
    margin-top: 19vh
}

.section-3 .content .swiper .swiper-wrapper {
    transition: transform .5s ease-in-out;
    width: 100%
}

.section-3 .content .swiper-slide {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    padding: 40px;
    background-color: #fff;
    width: 310px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    gap: 10px;
    position: relative
}

.section-3 .content .swiper-slide img {
    width: 273px;
    height: 300px;
    position: absolute;
    object-fit: cover;
    top: -19%;
    left: 50%;
    transform: translate(-50%)
}

.section-3 .content .swiper-slide h3 {
    margin-top: 200px;
    color: #875139;
    font-family: Playfair Display, serif;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -.02em;
    font-weight: 400;
    max-width: 250px
}

.section-3 .content .swiper-slide p {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: .01em;
    color: #b57b3a;
    margin-top: 4px
}

.section-3 .content .swiper-slide .line {
    width: 100%;
    height: 1px;
    background-color: #b57b3a;
    margin-top: 10px
}

.section-3 .content .swiper-slide h5 {
    color: #b57b3a;
    font-family: Proxima Nova, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-top: 10px;
    cursor: pointer
}

.section-3 .content .swiper-slide h5:hover {
    text-decoration: underline
}

.section-3 .content .slider-nav-btns {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 60px
}

.section-3 .content .slider-nav-btns .swiper-button-next,
.section-3 .content .slider-nav-btns .swiper-button-prev {
    position: static;
    background: url(../Images/homepage/angle-left.svg) center no-repeat;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    transition: background .3s;
    border: 1px solid #875139
}

.section-3 .content .slider-nav-btns .swiper-button-next:after,
.section-3 .content .slider-nav-btns .swiper-button-prev:after {
    display: none
}

.section-3 .content .slider-nav-btns .swiper-button-next {
    background: url(../Images/homepage/angle-right.svg) center no-repeat
}

.section-4 {
    padding: 120px;
    margin-top: -25px;
    background-color: #113167;
    display: flex;
    justify-content: center
}

.section-4 .content {
    display: flex;
    gap: 126px;
    max-width: 1272px
}

.section-4 .content .left {
    display: flex;
    flex-direction: column;
    gap: 38px
}

.section-4 .content .left h2 {
    font-family: Playfair Display, serif;
    color: #fefdf0;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -.02em;
    max-width: 220px
}

.section-4 .content .left h4 {
    line-height: 24px;
    letter-spacing: .24em;
    margin-top: 4px;
    max-width: 270px
}

.section-4 .content .left .collaborate {
    border: none;
    font-family: Literata, sans-serif;
    border-radius: 8px;
    padding: 17px 20px;
    color: #113167;
    background-color: #e5bd48;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    width: fit-content;
    letter-spacing: .01em;
    cursor: pointer;
    margin-top: 3px
}

.section-4 .content .right {
    display: flex;
    gap: 80px
}

.section-4 .content .right .col {
    display: flex;
    flex-direction: column;
    gap: 73px
}

.section-4 .content .right .col .box {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.section-4 .content .right .col .box h4 {
    font-family: Playfair Display, serif;
    color: #e5bd48;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: 0em;
    max-width: 340px !important
}

.section-4 .content .right .col .box .img {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.section-4 .content .right .col .box .img div {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #05244d;
    height: 180px
}

.section-4 .content .right .col .box .img div:nth-child(2) {
    background-color: #0b1e40
}

.section-4 .content .right .col .box .img div:nth-child(3) {
    background-color: #081833
}

.section-5 {
    background-color: #875139;
    padding: 80px 111.5px
}

.section-5 .content {
    display: flex;
    gap: 60px;
    width: 100%;
    max-width: 1272px;
    margin: 0 auto
}

.section-5 .content .left {
    display: flex
}

.section-5 .content .left .img {
    position: relative;
    width: 100%
}

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

.section-5 .content .left .img h5 {
    z-index: 10;
    font-family: Playfair Display, serif;
    color: #fefdf0;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: 0em;
    position: absolute;
    bottom: 35px;
    left: 40px
}

.section-5 .content .left .img .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    border: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, #000c, #0000 90%);
    pointer-events: none
}

.section-5 .content .right {
    display: flex;
    flex-direction: column;
    gap: 42px;
    max-width: 200px
}

.section-5 .content .right h2 {
    font-family: Playfair Display, serif;
    color: #fefdf0;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -.02em;
    text-transform: uppercase
}

.section-5 .content .right h4 {
    line-height: 24px;
    letter-spacing: .24em;
    background: linear-gradient(to right, #d18f0b, #f0ec90);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.section-6 {
    padding: 120px;
    display: flex;
    justify-content: center;
    align-items: center
}

.section-6 .content {
    display: flex;
    flex-direction: column;
    gap: 70px;
    max-width: 1272px;
    width: 100%
}

.section-6 .content .top {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-top: -10px
}

.section-6 .content .top h2 {
    font-family: Playfair Display, serif;
    color: #875139;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -.02em
}

.section-6 .content .top h2 span {
    color: #b57b3a
}

.section-6 .content .top p {
    color: #b57b3a;
    font-family: Proxima Nova, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .24em
}

.section-6 .content .bottom {
    display: flex;
    gap: 80px;
    align-items: flex-end
}

.section-6 .content .bottom .img img {
    width: 100%
}

.section-6 .content .bottom .text {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 450px
}

.section-6 .content .bottom .text>img {
    width: 138px;
    transform: translateY(20px)
}

.section-6 .content .bottom .text h6 {
    color: #44403c;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0em
}

.section-6 .content .bottom .text h6 span {
    font-size: 16px
}

.section-6 .content .bottom .text button {
    font-family: Proxima Nova, sans-serif;
    border: none;
    background: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer
}

.section-6 .content .bottom .text button a {
    color: #b57b3a;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 20px
}

.footer {
    background-color: #44403c;
    padding: 80px 120px;
    margin-top: -5px
}

.footer .top {
    max-width: 1272px;
    margin: 0 auto;
    display: flex;
    border-bottom: 1px solid #79716b;
    padding-bottom: 33px;
    align-items: center;
    gap: 80px
}

.footer .top .logo {
    flex: 1
}

.footer .top .logo img {
    width: 70.59px
}

.footer .top .heading {
    flex: 12;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: -8px
}

.footer .top .heading h3 {
    font-family: Playfair Display, serif;
    color: #fef7c3;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    letter-spacing: 0em
}

.footer .top .heading h4 {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .1em;
    background: linear-gradient(to right, #d18f0b, #f0ec90);
    -webkit-background-clip: text;
    background-clip: text
}

.footer .top .phoneNemail {
    margin-top: -8px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer .top .phoneNemail .email,
.footer .top .phoneNemail .phone {
    display: flex;
    align-items: center;
    gap: 20px
}

.footer .top .phoneNemail .email a,
.footer .top .phoneNemail .phone a {
    text-decoration: none;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .01em;
    color: #e5bd48
}

.footer .top .phoneNemail .email a {
    text-decoration: underline
}

.footer .bottom {
    max-width: 1272px;
    margin: 0 auto;
    padding-left: 150px;
    display: flex
}

.footer .bottom .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
    gap: 80px;
    width: 100%
}

.footer .bottom .row .col {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.footer .bottom .row .col h4 {
    font-family: Proxima Nova, sans-serif;
    color: #fef7c3;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase
}

.footer .bottom .row .col ul {
    display: flex;
    flex-direction: column;
    gap: 0px;
    white-space: nowrap
}

.footer .bottom .row .col ul li {
    margin-left: 30px
}

.footer .bottom .row .col ul li::marker {
    color: #e5bd48
}

.footer .bottom .row .col ul li a {
    text-decoration: none;
    color: #e5bd48;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .01em
}

.footer .bottom .row .col4 {
    transform: translate(-30px)
}

.footer .bottom .row .col4 ul li {
    margin-left: 0
}

.footer .bottom .row .col3 {
    transform: translate(-50px)
}

.footer .bottom .social {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-left: 1px solid #79716b;
    padding-left: 80px;
    margin-top: 40px;
    gap: 26px
}

.footer .bottom .social h4 {
    margin-top: -55px;
    font-family: Proxima Nova, sans-serif;
    color: #e5bd48;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase
}

.footer .bottom .social ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
    list-style: none
}

.heading-3 {
    font-family: Playfair Display, serif;
    color: #875139;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -.02em
}

.careers-header {
    min-height: 64vh;
    background: url(../Images/careers/careers-header.webp) no-repeat center center/cover
}

.careers-header .content {
    padding-top: 120px
}

.careers-header .overlay {
    background-color: #0009
}

.careers-section-1 {
    padding: 120px;
    background-color: transparent
}

.careers-section-1 .content {
    display: flex;
    flex-direction: column;
    gap: 80px;
    max-width: 1272px;
    margin: 0 auto
}

.careers-section-1 .content .row {
    display: flex;
    gap: 120px
}

.careers-section-1 .content .row .left {
    display: flex;
    flex-direction: column;
    max-width: 540px;
    gap: 10px
}

.careers-section-1 .content .row .left img {
    width: 100%
}

.careers-section-1 .content .row .left p {
    color: #875139;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .01em
}

.careers-section-1 .content .row .right {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: -5px
}

.careers-section-1 .content .row .right p {
    color: #44403c;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .01em
}

.careers-section-1 .content .row .right p span {
    color: #b57b3a;
    font-weight: 700
}

.careers-section-2 {
    padding: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fefaf5
}

.careers-section-2 .content {
    display: flex;
    gap: 160px;
    max-width: 1272px
}

.careers-section-2 .content .form-section {
    width: 100%;
    max-width: 480px
}

.careers-section-2 .content .form-section h2 {
    padding-bottom: 30px
}

.careers-section-2 .content .form-section label {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #44403c;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 20px
}

.careers-section-2 .content .form-section input,
.careers-section-2 .content .form-section select {
    font-size: 16px;
    font-family: Proxima Nova, sans-serif;
    color: #1c1917;
    font-weight: 600;
    width: 100%;
    padding: 12px 14px;
    margin-top: 5px;
    border: 1px solid #e5bd48;
    border-radius: 6px;
    background-color: #fff
}

.careers-section-2 .content .form-section select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../Images/careers/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 20px 20px;
    padding-right: 30px
}

.careers-section-2 .content .form-section .line {
    width: 100%;
    height: 1px;
    background-color: #f9dbaf;
    margin: 32px 0
}

.careers-section-2 .content .form-section .phone-input {
    display: flex;
    align-items: center
}

.careers-section-2 .content .form-section .phone-input input {
    font-size: 16px;
    line-height: 24px
}

.careers-section-2 .content .form-section .phone-input input:first-child {
    color: #000;
    border: 1px solid #e5bd48;
    width: 60px;
    border-radius: 6px 0 0 6px
}

.careers-section-2 .content .form-section .phone-input input:nth-child(2) {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    flex: 1
}

.careers-section-2 .content .form-section .email-input {
    position: relative;
    display: flex;
    align-items: center
}

.careers-section-2 .content .form-section .email-input .icon {
    position: absolute;
    top: 15px;
    left: 10px;
    color: #999
}

.careers-section-2 .content .form-section .email-input input {
    padding-left: 40px
}

.careers-section-2 .content .form-section small {
    font-size: 14px;
    color: #57534e
}

.careers-section-2 .content .quote-section {
    width: 100%;
    align-self: flex-end
}

.careers-section-2 .content .quote-section blockquote {
    text-align: center;
    padding-bottom: 180px
}

.careers-section-2 .content .quote-section blockquote .quote-icon {
    line-height: 1.3;
    color: #e5bd48
}

.careers-section-2 .content .quote-section blockquote p {
    font-family: Playfair Display, serif;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -.02em;
    color: #b57b3a;
    border-top: 1px solid #e5bd48;
    border-bottom: 1px solid #e5bd48;
    padding: 40px 0;
    margin: 40px 0
}

.careers-section-2 .content .quote-section .upload-box {
    margin-top: 20px;
    border: 1px dashed #e5bd48;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    background-color: #fff
}

.careers-section-2 .content .quote-section .upload-box p strong {
    color: #a15c07
}

.careers-section-2 .content .quote-section .upload-box:hover {
    background-color: #fdf6ea
}

.careers-section-2 .content .quote-section .apply-btn {
    display: block;
    margin-top: 20px;
    background-color: #e5bd48;
    color: #113167;
    padding: 15px;
    width: 100%;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
    font-family: Literata, serif
}

.careers-section-2 .content .quote-section .apply-btn:hover {
    background-color: #d8a745
}

.careers-section-2 .form-footer {
    border-top: 1px solid #e5bd48;
    padding-top: 24px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    width: 100%;
    max-width: 1272px
}

.careers-section-2 .form-footer a {
    color: #b57b3a;
    font-weight: 600;
    text-decoration: none
}

.gallery-header {
    background: url(../Images/gallery/gallery-header.jpg) no-repeat center center/cover
}

.gallery-section-1 {
    padding: 120px;
    display: flex;
    flex-direction: column;
    gap: 120px
}

.gallery-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.gallery-wrapper p {
    all: unset;
    color: #b57b3a;
    font-size: 20px;
    line-height: 1.4
}

.gallery-wrapper span {
    font-family: Playfair Display, serif;
    color: #875139;
    font-size: 32px;
    line-height: .5;
    letter-spacing: -.02em;
    font-weight: 400
}

.gallery-wrapper h1 {
    font-family: Playfair Display, serif;
    color: #b57b3a;
    font-size: 196px;
    line-height: .6;
    letter-spacing: -.02em;
    opacity: .15;
    font-weight: 400
}

.gallery-wrapper .gallery {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(6, 115px);
    grid-template-columns: repeat(12, 1fr);
    justify-content: center;
    gap: 12px;
    max-width: 1272px;
    margin: 25px auto 0
}

.gallery-wrapper .gallery .img img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover
}

.gallery-wrapper .gallery .img-1 {
    grid-column: 1 /3;
    grid-row: 1 / 3
}

.gallery-wrapper .gallery .img-2 {
    grid-column: 3 / 5;
    grid-row: 1 / 3
}

.gallery-wrapper .gallery .img-3 {
    grid-column: 1 / 5;
    grid-row: 3/ 7
}

.gallery-wrapper .gallery .img-4 {
    grid-column: 5 / 9;
    grid-row: 1/ -1
}

.gallery-wrapper .gallery .img-5 {
    grid-column: 9 / -1;
    grid-row: 1/4
}

.gallery-wrapper .gallery .img-6 {
    grid-column: 9 / -1;
    grid-row: 4/ -1
}

.gallery-wrapper .gallery-2 {
    grid-template-columns: 1.34fr .7fr .7fr 1.5fr;
    grid-template-rows: repeat(6, 115px);
    grid-template-areas: " img1 img2 img3 img5 " "img1 img2 img3 img5 " "img1 img4 img4 img5 " "img1 img4 img4 img6 " "img1 img4 img4 img6 " "img1 img4 img4 img6 "
}

.gallery-wrapper .gallery-2 .img-1 {
    grid-area: img1
}

.gallery-wrapper .gallery-2 .img-2 {
    grid-area: img2
}

.gallery-wrapper .gallery-2 .img-3 {
    grid-area: img3
}

.gallery-wrapper .gallery-2 .img-4 {
    overflow: hidden;
    grid-area: img4
}

.gallery-wrapper .gallery-2 .img-4 img {
    transform: translateY(-2px)
}

.gallery-wrapper .gallery-2 .img-5 {
    grid-area: img5
}

.gallery-wrapper .gallery-2 .img-6 {
    grid-area: img6
}

.contact-header {
    background: url(../Images/contact-header.webp) no-repeat center center/cover
}

.contact-section-1 {
    padding: 120px;
    background-image: url(/Images/contact-section-1-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    position: relative
}

.contact-section-1 .content {
    all: unset;
    display: flex;
    flex-direction: column;
    gap: 120px;
    max-width: 1272px;
    margin: 0 auto
}

.contact-section-1 .content .bottom {
    display: flex;
    gap: 130px
}

.contact-section-1 .content .bottom .col {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.contact-section-1 .content .bottom .col1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 34px
}

.contact-section-1 .content .bottom .col1 img {
    width: 158px;
    height: 158px;
    border-radius: 50%;
    object-fit: cover
}

.contact-section-1 .content .bottom .col1 h3 {
    font-size: 92px;
    line-height: 1.1;
    color: #875139;
    font-family: Playfair Display, serif;
    font-weight: 700
}

.contact-section-1 .content .bottom .col1 p {
    font-family: Playfair Display, serif;
    font-size: 36px;
    line-height: 1.1;
    color: #b57b3a;
    font-weight: 400
}

.contact-section-1 .content .bottom .col2 {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    gap: 80px
}

.contact-section-1 .content .bottom .col2 .text {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.contact-section-1 .content .bottom .col2 .text h4 {
    font-size: 16px;
    color: #b57b3a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em
}

.contact-section-1 .content .bottom .col2 .text p {
    font-size: 20px;
    color: #44403c;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .01em
}

.contact-section-1 .content .bottom .col2 .contactUs {
    display: flex;
    flex-direction: column;
    gap: 35px
}

.contact-section-1 .content .bottom .col2 .contactUs .cont {
    display: flex;
    gap: 20px;
    align-items: center
}

.contact-section-1 .content .bottom .col2 .contactUs .cont img {
    width: 28px
}

.contact-section-1 .content .bottom .col2 .contactUs .cont:first-child a {
    text-decoration: none;
    font-family: Playfair Display, serif;
    font-size: 24px
}

.contact-section-1 .content .bottom .col2 .contactUs .cont a {
    font-size: 20px;
    line-height: 1.1;
    color: #b57b3a;
    font-weight: 400;
    letter-spacing: -.02em
}

.contact-section-1 .content .bottom .col3 {
    flex: 1.3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px
}

.contact-section-1 .content .bottom .col3 img {
    width: 40px;
    object-fit: cover
}

.contact-section-1 .content .bottom .col3 p {
    font-family: Playfair Display, serif;
    font-size: 32px;
    color: #b57b3a;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -.02em
}

.collaborations-header {
    background: url(../Images/collaborations/collaborations-header.webp) no-repeat center center/cover
}

.section-collaborations {
    padding: 120px 60px
}

.section-collaborations .content {
    max-width: 1272px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 120px
}

.section-collaborations .content .collab {
    position: relative
}

.section-collaborations .content .collab .bg-img {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 490px;
    height: 600px;
    z-index: -1
}

.section-collaborations .content .collab .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section-collaborations .content .collab .top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.section-collaborations .content .collab .top .left {
    max-width: 377px
}

.section-collaborations .content .collab .top .left p {
    font-size: 20px;
    color: #b57b3a;
    font-weight: 400
}

.section-collaborations .content .collab .top .left h4 {
    font-family: Playfair Display, serif;
    font-size: 32px;
    line-height: 1.1;
    color: #875139;
    font-weight: 400
}

.section-collaborations .content .collab .top .right {
    transform: translate(-130px)
}

.section-collaborations .content .collab .center {
    padding: 60px 0
}

.section-collaborations .content .collab .center h1 {
    font-size: 196px;
    text-align: center;
    color: #b57b3a;
    font-weight: 400;
    font-family: Playfair Display, serif;
    line-height: 1.1;
    opacity: .1
}

.section-collaborations .content .collab .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.section-collaborations .content .collab .bottom .left {
    max-width: 320px
}

.section-collaborations .content .collab .bottom .left p {
    color: #44403c;
    font-size: 20px;
    font-weight: 400
}

.section-collaborations .content .collab .bottom .right p {
    font-size: 20px;
    color: #b57b3a;
    font-weight: 400;
    line-height: 20px
}

.section-collaborations .content .collab .bottom .right h2 {
    font-family: Playfair Display, serif;
    font-size: 92px;
    font-weight: 700;
    line-height: 1;
    color: #875139
}

.section-collaborations .content .collab .bottom .right h2 span {
    font-size: 36px
}

.section-collaborations .content .collab .bottom .right h3 {
    font-size: 36px;
    font-weight: 400;
    color: #b57b3a;
    line-height: 1.1
}

.section-collaborations .content .collab-2 .bg-img {
    width: 450px;
    height: 500px
}

.section-collaborations .content .collab-2 .center h1 {
    font-size: 170px
}

.section-collaborations .content .collab-3 .bg-img {
    width: 400px;
    height: 500px;
    top: 42%
}

.collaborate-section-4 {
    margin-top: 0
}

@media screen and (min-width: 1500px) {
    .section-3 .content .swiper .swiper-wrapper .swiper-slide {
        width: 350px
    }

    .section-4 .content .right .col .box h4 {
        max-width: 500px
    }
}

@media screen and (max-width: 1382px) {
    .section-collaborations .content .collab .bg-img {
        width: 400px;
        height: 540px
    }

    .section-collaborations .content .collab .center h1 {
        font-size: 150px
    }
}

@media screen and (max-width: 1325px) {
    .header .headerNavWrapper {
        padding: 10px 40px
    }

    .about {
        padding: 60px 80px
    }

    .about .content {
        gap: 60px
    }

    .about .content .col1 .col1Img {
        bottom: -62%;
        right: -57%
    }

    .about .content .col1 .top {
        gap: 20px;
        height: 150px
    }

    .about .content .col1 .top h2 {
        font-size: 72px;
        left: -50px
    }

    .about .content .col1 .top p {
        font-size: 16px;
        margin-left: 80px
    }

    .about .content .col1 .line {
        margin-top: 25px
    }

    .about .content .col1 .bottom {
        gap: 5px
    }

    .about .content .col1 .bottom p {
        font-size: 14px
    }

    .about .content .col2 {
        gap: 30px
    }

    .about .content .col2 .top {
        gap: 5px
    }

    .about .content .col2 .top p {
        font-size: 12px
    }

    .about .content .col2 .bottom p {
        font-size: 14px
    }

    .section-2 {
        padding: 120px 80px
    }

    .section-2 .content {
        gap: 60px
    }

    .section-2 .content .box h2 {
        font-size: 40px
    }

    .section-2 .content .box p {
        font-size: 17px
    }

    .section-3 {
        padding: 80px 0
    }

    .section-3 .content .top {
        gap: 15px
    }

    .section-3 .content .top h2 {
        font-size: 36px
    }

    .section-3 .content .top p {
        font-size: 14px
    }

    .section-3 .content .swiper-slide {
        padding: 30px
    }

    .section-3 .content .swiper-slide h3 {
        font-size: 28px
    }

    .section-3 .content .swiper-slide p {
        font-size: 16px
    }

    .section-3 .content .swiper-slide h5 {
        font-size: 14px
    }

    .section-3 .content .slider-nav-btns {
        gap: 30px
    }

    .section-3 .content .slider-nav-btns .nav-button {
        width: 50px;
        height: 50px
    }

    .section-4 {
        padding: 70px
    }

    .section-4 .content {
        gap: 70px
    }

    .section-4 .content .left {
        gap: 30px
    }

    .section-4 .content .left h2 {
        font-size: 36px
    }

    .section-4 .content .right {
        gap: 50px
    }

    .section-4 .content .right .col {
        gap: 50px
    }

    .section-4 .content .right .col .box {
        gap: 20px
    }

    .section-4 .content .right .col .box img {
        width: 100%
    }

    .section-4 .content .right .col .box h4 {
        font-size: 25px
    }

    .section-5 {
        padding: 60px 80px
    }

    .section-5 .content {
        gap: 40px
    }

    .section-5 .content .left .img h5 {
        font-size: 28px
    }

    .section-5 .content .right {
        gap: 30px
    }

    .section-5 .content .right h2 {
        font-size: 36px
    }

    .section-6 {
        padding: 80px
    }

    .section-6 .content {
        gap: 50px
    }

    .section-6 .content .top {
        gap: 60px
    }

    .section-6 .content .top h2 {
        font-size: 36px
    }

    .section-6 .content .top p {
        font-size: 14px
    }

    .section-6 .content .bottom {
        gap: 60px
    }

    .section-6 .content .bottom .text {
        gap: 40px
    }

    .section-6 .content .bottom .text h6 {
        font-size: 20px
    }

    .section-6 .content .bottom .text button {
        font-size: 14px
    }

    .footer {
        padding: 60px 80px
    }

    .footer .top {
        gap: 60px
    }

    .footer .top .heading {
        gap: 8px
    }

    .footer .top .heading h3 {
        font-size: 28px
    }

    .footer .top .heading h4 {
        font-size: 14px
    }

    .footer .top .phoneNemail {
        gap: 8px
    }

    .footer .top .phoneNemail a {
        font-size: 16px
    }

    .footer .bottom {
        padding-left: 100px
    }

    .footer .bottom .row {
        gap: 60px
    }

    .footer .bottom .row .col {
        gap: 15px
    }

    .footer .bottom .row .col h4 {
        font-size: 14px
    }

    .footer .bottom .row .col ul li a {
        font-size: 16px
    }

    .footer .bottom .social {
        padding-left: 60px;
        gap: 20px
    }

    .footer .bottom .social h4 {
        font-size: 14px
    }

    .careers-section-1 {
        padding: 60px 80px
    }

    .careers-section-1 .content {
        gap: 60px
    }

    .careers-section-1 .content .row {
        gap: 60px
    }

    .careers-section-1 .content .row .right {
        gap: 30px
    }

    .careers-section-1 .content .row .right p {
        font-size: 18px
    }

    .gallery-section-1 {
        padding: 60px 80px
    }

    .contact-section-1 {
        padding: 60px 80px
    }

    .contact-section-1 .content {
        gap: 80px
    }

    .contact-section-1 .content .bottom {
        gap: 60px
    }
}

@media screen and (max-width: 1130px) {
    .header .headerNavWrapper {
        padding: 10px 30px
    }

    .header .headerNavWrapper .headerNav .navItems ul {
        gap: 25px
    }

    .header .headerNavWrapper .headerNav .navItems ul li a {
        font-size: 16px
    }

    .header .content h1 {
        font-size: 40px
    }

    .header .content h4 {
        font-size: 16px
    }

    .header .content .buttons {
        margin-top: 0
    }

    .header .content .buttons button {
        font-size: 15px
    }

    .about {
        padding: 48px 60px
    }

    .about .content {
        gap: 40px
    }

    .about .content .col1 .col1Img {
        width: 150px;
        bottom: -35%;
        right: -50%
    }

    .about .content .col1 .top {
        gap: 15px;
        height: 130px
    }

    .about .content .col1 .top h2 {
        font-size: 60px;
        left: -40px
    }

    .about .content .col1 .top p {
        font-size: 14px;
        margin-left: 70px
    }

    .about .content .col1 .line {
        margin-top: 20px
    }

    .about .content .col1 .bottom {
        gap: 3px
    }

    .about .content .col1 .bottom p {
        font-size: 14px
    }

    .about .content .col2 {
        gap: 20px
    }

    .about .content .col2 .top {
        gap: 10px
    }

    .about .content .col2 .top p {
        font-size: 14px
    }

    .about .content .col2 .bottom p {
        font-size: 14px
    }

    .section-2 {
        padding: 100px 40px
    }

    .section-2 .content {
        gap: 40px
    }

    .section-2 .content .box h2 {
        font-size: 35px
    }

    .section-2 .content .box p {
        font-size: 16px;
        margin-left: 50px
    }

    .section-2 .content .box:first-child p {
        margin-left: 60px
    }

    .section-3 {
        padding: 60px 0
    }

    .section-4 {
        padding: 50px
    }

    .section-4 .content {
        gap: 50px
    }

    .section-4 .content .left {
        gap: 20px
    }

    .section-4 .content .left h2 {
        font-size: 30px
    }

    .section-4 .content .right {
        gap: 40px
    }

    .section-4 .content .right .col {
        gap: 40px
    }

    .section-4 .content .right .col .box {
        gap: 15px
    }

    .section-4 .content .right .col .box h4 {
        font-size: 17px;
        line-height: 25px
    }

    .section-5 {
        padding: 50px 60px
    }

    .section-5 .content {
        gap: 30px
    }

    .section-5 .content .left .img h5 {
        font-size: 24px
    }

    .section-5 .content .right {
        gap: 20px
    }

    .section-5 .content .right h2 {
        font-size: 30px
    }

    .section-6 {
        padding: 60px
    }

    .section-6 .content {
        gap: 40px
    }

    .section-6 .content .top {
        gap: 50px
    }

    .section-6 .content .top h2 {
        font-size: 30px
    }

    .section-6 .content .top p {
        font-size: 12px
    }

    .section-6 .content .bottom {
        gap: 50px
    }

    .section-6 .content .bottom .text {
        gap: 30px
    }

    .section-6 .content .bottom .text h6 {
        font-size: 18px
    }

    .section-6 .content .bottom .text button {
        font-size: 12px
    }

    .footer {
        padding: 50px 60px
    }

    .footer .top {
        gap: 50px
    }

    .footer .top .heading {
        gap: 6px
    }

    .footer .top .heading h3 {
        font-size: 24px
    }

    .footer .top .heading h4 {
        font-size: 12px
    }

    .footer .top .phoneNemail {
        gap: 6px
    }

    .footer .top .phoneNemail a {
        font-size: 14px
    }

    .footer .bottom {
        padding-left: 20px
    }

    .footer .bottom .row {
        gap: 50px
    }

    .footer .bottom .row .col {
        gap: 10px
    }

    .footer .bottom .row .col h4 {
        font-size: 12px
    }

    .footer .bottom .row .col ul li a {
        font-size: 14px
    }

    .footer .bottom .social {
        padding-left: 50px;
        gap: 15px
    }

    .footer .bottom .social h4 {
        font-size: 12px
    }

    .careers-section-1 {
        padding: 60px
    }

    .careers-section-1 .content {
        gap: 40px
    }

    .careers-section-1 .content h3 {
        font-size: 30px
    }

    .careers-section-1 .content .row .left {
        max-width: 430px
    }

    .careers-section-1 .content .row .right {
        gap: 20px
    }

    .careers-section-1 .content .row .right p {
        font-size: 16px
    }

    .careers-section-2 {
        padding: 60px
    }

    .careers-section-2 .content {
        gap: 60px
    }

    .gallery-wrapper p {
        font-size: 18px
    }

    .gallery-wrapper span {
        font-size: 25px
    }

    .gallery-wrapper h1 {
        font-size: 150px
    }

    .gallery-wrapper .gallery {
        grid-template-rows: repeat(12, 110px);
        grid-template-columns: repeat(12, 1fr)
    }

    .gallery-wrapper .gallery .img-1 {
        grid-column: 1 /6;
        grid-row: 1 / 4
    }

    .gallery-wrapper .gallery .img-2 {
        grid-column: 1 / 6;
        grid-row: 4/ 8
    }

    .gallery-wrapper .gallery .img-3 {
        grid-column: 1 / 6;
        grid-row: 8/ -1
    }

    .gallery-wrapper .gallery .img-4 {
        grid-column: 6 / -1;
        grid-row: 1/ 5
    }

    .gallery-wrapper .gallery .img-5 {
        grid-column: 6 / -1;
        grid-row: 5/8
    }

    .gallery-wrapper .gallery .img-6 {
        grid-column: 6 / -1;
        grid-row: 8/ -1
    }

    .contact-section-1 {
        background-size: 70%;
        padding: 60px
    }

    .contact-section-1 .content .top .our-prod-cap {
        gap: 40px
    }

    .contact-section-1 .content .top .our-prod-cap p {
        font-size: 35px
    }

    .contact-section-1 .content .bottom .col1 {
        gap: 20px
    }

    .contact-section-1 .content .bottom .col1 img {
        width: 150px;
        height: 150px
    }

    .contact-section-1 .content .bottom .col1 h3 {
        font-size: 75px
    }

    .contact-section-1 .content .bottom .col1 p {
        font-size: 25px
    }

    .contact-section-1 .content .bottom .col2 {
        gap: 40px
    }

    .contact-section-1 .content .bottom .col2 .text {
        gap: 20px
    }

    .contact-section-1 .content .bottom .col2 .text p {
        font-size: 18px
    }

    .contact-section-1 .content .bottom .col2 .contactUs {
        gap: 25px
    }

    .contact-section-1 .content .bottom .col2 .contactUs .cont {
        gap: 15px
    }

    .contact-section-1 .content .bottom .col2 .contactUs .cont img {
        width: 25px
    }

    .contact-section-1 .content .bottom .col2 .contactUs .cont:first-child a {
        font-size: 22px
    }

    .contact-section-1 .content .bottom .col2 .contactUs .cont a {
        font-size: 18px
    }

    .contact-section-1 .content .bottom .col3 {
        gap: 20px
    }

    .contact-section-1 .content .bottom .col3 img {
        width: 35px
    }

    .contact-section-1 .content .bottom .col3 p {
        font-size: 25px
    }

    .section-collaborations {
        padding: 80px 50px
    }

    .section-collaborations .content {
        gap: 60px
    }

    .section-collaborations .content .our-prod-cap {
        gap: 40px
    }

    .section-collaborations .content .our-prod-cap p {
        font-size: 30px
    }

    .section-collaborations .content .collab .bg-img {
        width: 350px;
        height: 400px
    }

    .section-collaborations .content .collab .center h1 {
        font-size: 120px
    }

    .section-collaborations .content .collab .top .left {
        max-width: 250px
    }

    .section-collaborations .content .collab .top .left p {
        font-size: 16px
    }

    .section-collaborations .content .collab .top .left h4 {
        font-size: 24px
    }

    .section-collaborations .content .collab .top .right {
        transform: translate(-90px)
    }

    .section-collaborations .content .collab .top .right img {
        width: 140px
    }

    .section-collaborations .content .collab .bottom .left p {
        font-size: 16px
    }

    .section-collaborations .content .collab .bottom .right p {
        font-size: 16px
    }

    .section-collaborations .content .collab .bottom .right h2 {
        font-size: 65px
    }

    .section-collaborations .content .collab .bottom .right h2 span {
        font-size: 25px
    }

    .section-collaborations .content .collab .bottom .right h3 {
        font-size: 25px
    }
}

@media screen and (max-width: 1030px) {
    .section-5 .content .left .img h5 {
        font-size: 20px;
        line-height: 1.3;
        bottom: 20px;
        left: 20px
    }

    .footer .bottom {
        padding-left: 0
    }

    .footer .bottom .row {
        gap: 30px
    }

    .footer .bottom .social {
        padding-left: 30px
    }
}

@media screen and (max-width: 910px) {
    .header .headerNav .logo img {
        width: 40px
    }

    .header .headerNav .logo .logoText {
        transform: translateY(0)
    }

    .header .headerNav .logo .logoText p {
        font-size: 14px
    }

    .header .headerNav .navItems {
        display: none
    }

    .header .headerNav .openMenuBtn {
        display: block
    }

    .about {
        padding: 48px 20px
    }

    .about .content {
        grid-template-columns: 1fr 1fr
    }

    .about .content .col1 {
        width: 100%;
        justify-content: center
    }

    .about .content .col1 .col1Img {
        bottom: -40%;
        right: 20%
    }

    .about .content .col1 .top p {
        margin-left: -50px
    }

    .about .content .col1 .line {
        width: 50%
    }

    .about .content .col2 {
        z-index: 5;
        background-color: #fefdf0;
        padding-top: 10px
    }

    .about .content #col3 {
        flex-direction: row;
        grid-column: span 2
    }

    .about .content #col3 .bottom p {
        max-width: 800px
    }

    .section-2 {
        padding: 100px 30px
    }

    .section-2 .content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 80px
    }

    .section-2 .content .box p {
        max-width: 370px;
        transform: translateY(-30px)
    }

    .section-2 .content .box:nth-child(1) {
        transform: translate(-5px)
    }

    .section-2 .content .box:nth-child(3) p {
        transform: translateY(-15px)
    }

    .section-3 .content .swiper .swiper-wrapper .swiper-slide {
        padding: 20px
    }

    .section-3 .content .swiper .swiper-wrapper .swiper-slide img {
        width: 200px;
        height: 230px
    }

    .section-3 .content .swiper .swiper-wrapper .swiper-slide h3 {
        margin-top: 150px
    }

    .section-4 .content {
        flex-direction: column
    }

    .section-4 .content .left h2,
    .section-4 .content .left h4 {
        max-width: 460px
    }

    .section-4 .content .left .collaborate {
        font-size: 16px;
        padding: 12px 18px
    }

    .section-5 .content {
        flex-direction: column-reverse
    }

    .section-5 .content .left .img h5 {
        font-size: 16px
    }

    .section-5 .content .right {
        max-width: 350px
    }

    .section-6 {
        padding: 60px 30px
    }

    .section-6 .content .top h2 {
        flex: 1
    }

    .section-6 .content .bottom {
        flex-direction: column;
        align-items: flex-start
    }

    .footer {
        padding: 48px 60px
    }

    .footer .top .logo img {
        width: 50px
    }

    .footer .top .heading h3 {
        font-size: 25px;
        line-height: 32px
    }

    .footer .top .heading h4 {
        font-size: 14px
    }

    .footer .top .phoneNemail .phone a,
    .footer .top .phoneNemail .email a {
        font-size: 14px
    }

    .footer .bottom .row {
        grid-template-columns: 1fr 1fr
    }

    .footer .bottom .row .col4,
    .footer .bottom .row .col3 {
        transform: translate(0)
    }

    .footer .bottom .row .col2 {
        transform: translate(-30px)
    }

    .careers-section-1 .content {
        gap: 30px
    }

    .careers-section-1 .content .row {
        flex-direction: column
    }

    .careers-section-1 .content .row .left {
        max-width: 100%
    }

    .careers-section-1 .content .row .left img {
        height: 300px;
        object-fit: cover
    }

    .careers-section-2 .content {
        flex-direction: column;
        align-items: center
    }

    .careers-section-2 .content .form-section {
        max-width: 100%
    }

    .careers-section-2 .content .form-section h2 {
        font-size: 35px
    }

    .careers-section-2 .content .quote-section {
        display: flex;
        flex-direction: column
    }

    .careers-section-2 .content .quote-section blockquote {
        order: 5;
        padding-bottom: 30px;
        margin-top: 50px
    }

    .careers-section-2 .content .quote-section blockquote p {
        font-size: 27px;
        margin: 20px 0;
        padding: 20px 0
    }

    .contact-section-1 {
        padding: 48px 20px
    }

    .contact-section-1 .content .bottom {
        flex-direction: column;
        align-items: center
    }

    .contact-section-1 .content .bottom .col1 {
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .contact-section-1 .content .bottom .col2 {
        max-width: 500px;
        align-items: center;
        text-align: center
    }

    .contact-section-1 .content .bottom .col3 {
        justify-content: center;
        align-items: center;
        text-align: center;
        max-width: 550px
    }

    .section-collaborations {
        padding: 60px 30px
    }

    .section-collaborations .content {
        gap: 60px
    }

    .section-collaborations .content .our-prod-cap {
        gap: 20px
    }

    .section-collaborations .content .our-prod-cap p {
        font-size: 24px
    }

    .section-collaborations .content .collab {
        display: flex;
        flex-direction: column;
        gap: 50px
    }

    .section-collaborations .content .collab .bg-img {
        top: 18%;
        width: 300px;
        height: 330px
    }

    .section-collaborations .content .collab .center {
        order: 1;
        padding: 80px 0
    }

    .section-collaborations .content .collab .center h1 {
        font-size: 90px
    }

    .section-collaborations .content .collab .top {
        order: 2;
        align-self: start;
        align-items: flex-start;
        align-items: center;
        gap: 30px;
        margin-top: 50px
    }

    .section-collaborations .content .collab .top .left {
        max-width: 300px
    }

    .section-collaborations .content .collab .top .right {
        transform: translate(0)
    }

    .section-collaborations .content .collab .top .right img {
        width: 120px
    }

    .section-collaborations .content .collab .bottom {
        order: 4;
        flex-direction: column;
        align-self: start;
        align-items: flex-start;
        gap: 20px
    }

    .section-collaborations .content .collab .bottom .left {
        max-width: 500px
    }

    .section-collaborations .content .collab-3 .bg-img {
        top: 11%
    }
}

@media screen and (max-width: 770px) {
    .about .content .col1 .col1Img {
        right: 5%;
        bottom: -40%
    }

    .about .content .col1 .top p {
        margin-left: 0
    }

    .section-5 {
        padding: 48px 40px
    }

    .footer,
    .careers-section-1 {
        padding: 48px 20px
    }

    .careers-section-2,
    .gallery-section-1 {
        padding: 60px 20px
    }

    .section-collaborations .content .our-prod-cap {
        gap: 10px
    }

    .section-collaborations .content .collab {
        margin-top: 50px
    }

    .section-collaborations .content .collab .bg-img {
        top: 16%
    }

    .section-collaborations .content .collab .center h1 {
        font-size: 70px
    }

    .section-collaborations .content .collab-3 .bg-img {
        top: 9%
    }
}

@media screen and (max-width: 580px) {
    .header .headerNavWrapper {
        padding: 10px 15px
    }

    .header .headerNavWrapper .headerNav .logo {
        gap: 10px
    }

    .header .content h1 {
        font-size: 30px
    }

    .header .content h4 {
        font-size: 14px
    }

    .header .content .buttons {
        gap: 15px
    }

    .header .content .buttons button {
        font-size: 14px;
        padding: 15px
    }

    .about {
        padding: 48px 20px
    }

    .about .content {
        grid-template-columns: 1fr
    }

    .about .content .col2 {
        background: none
    }

    .about .content .col1 .col1Img {
        right: 10%;
        bottom: -48%
    }

    .about .content .col1 .top {
        max-width: 250px
    }

    .about .content .col1 .line {
        width: 100%;
        max-width: 160px
    }

    .about .content #col1 {
        order: 1
    }

    .about .content #col2 {
        order: 2;
        grid-column: span 2
    }

    .about .content #col3 {
        order: 3;
        flex-direction: column
    }

    .section-4 {
        padding: 50px 20px
    }

    .section-4 .content {
        width: 100%
    }

    .section-4 .content .left h2 {
        font-size: 30px
    }

    .section-4 .content .left h4 {
        font-size: 15px
    }

    .section-4 .content .left .collaborate {
        font-size: 14px;
        padding: 10px 12px
    }

    .section-4 .content .right {
        flex-direction: column
    }

    .section-4 .content .right .col .box h4 {
        font-size: 16px;
        max-width: 100%
    }

    .section-5 {
        padding: 50px 20px
    }

    .section-5 .content .left {
        flex-direction: column
    }

    .section-5 .content .left .img {
        width: 100%;
        height: 250px
    }

    .section-6 {
        padding: 50px 20px
    }

    .section-6 .content .top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }

    .footer {
        padding: 50px 20px
    }

    .footer .top {
        flex-direction: column
    }

    .footer .top .heading {
        text-align: center
    }

    .footer .top .heading h4 {
        margin-top: 10px
    }

    .footer .bottom {
        flex-direction: column
    }

    .footer .bottom .row {
        place-items: center
    }

    .footer .bottom .row .col1 {
        transform: translate(-35px)
    }

    .footer .bottom .social {
        align-items: center;
        border-left: none;
        border-top: 1px solid #79716b;
        margin-top: 50px;
        padding-top: 80px;
        padding-left: 0
    }

    .careers-section-1 .content h3 {
        font-size: 25px
    }

    .careers-section-1 .content .row {
        gap: 35px
    }

    .careers-section-1 .content .row .left img {
        height: 200px
    }

    .careers-section-1 .content .row .right p {
        font-size: 15px
    }

    .careers-section-2 .content .form-section h2 {
        font-size: 27px
    }

    .careers-section-2 .content .form-section label,
    .careers-section-2 .content .form-section select,
    .careers-section-2 .content .form-section input {
        font-size: 14px !important
    }

    .careers-section-2 .content .form-section label {
        margin-top: 15px
    }

    .careers-section-2 .content .form-section .line {
        margin: 20px 0
    }

    .careers-section-2 .content .form-section .phone-input input {
        height: 40px
    }

    .careers-section-2 .content .quote-section blockquote p {
        font-size: 20px
    }

    .careers-section-2 .content .quote-section .upload-box {
        margin-top: 10px
    }

    .careers-section-2 .content .quote-section .upload-box p {
        font-size: 14px !important
    }

    .careers-section-2 .content .quote-section label {
        font-size: 14px !important
    }

    .careers-section-2 .content .apply-btn {
        font-size: 14px !important
    }

    .gallery-section-1 {
        gap: 80px
    }

    .gallery-wrapper p {
        font-size: 16px
    }

    .gallery-wrapper span {
        font-size: 20px
    }

    .gallery-wrapper h1 {
        font-size: 100px
    }

    .gallery-wrapper .gallery {
        display: flex;
        flex-direction: column
    }

    .contact-section-1 {
        background-size: 100%
    }

    .contact-section-1 .content .top .our-prod-cap {
        gap: 18px
    }

    .contact-section-1 .content .top .our-prod-cap p {
        font-size: 25px
    }
}

@media screen and (max-width: 520px) {
    .section-collaborations {
        padding: 50px 20px
    }

    .section-collaborations .content .collab {
        margin-top: 30px
    }

    .section-collaborations .content .collab .bg-img {
        top: 14%;
        width: 250px;
        height: 300px
    }

    .section-collaborations .content .collab .center h1 {
        font-size: 50px
    }

    .section-collaborations .content .collab-3 .bg-img {
        top: 8%;
        width: 200px;
        height: 250px
    }

    .section-collaborations .content .collab-3 .top {
        margin-top: 0
    }
}

@media screen and (max-width: 480px) {
    .header {
        min-height: 80vh
    }

    .mobileMenu {
        width: 100%
    }

    .section-2 .content .box:nth-child(1) {
        transform: translate(-10px)
    }

    .section-3 .content .swiper {
        padding-left: 30px
    }

    .careers-header {
        min-height: 55vh
    }

    .careers-header .content {
        max-width: 300px
    }

    .careers-header .content h1 {
        font-size: 37px
    }

    .careers-header .content h4 {
        line-height: 1.4
    }

    .gallery-wrapper .gallery {
        grid-template-rows: repeat(6, 450px)
    }
}

@media screen and (max-width: 455px) {
    .section-2 .content .box:nth-child(2) p {
        transform: translateY(-22px)
    }

    .section-2 .content .box:nth-child(3) p {
        transform: translateY(-8px)
    }
}

@media screen and (max-width: 410px) {
    .about .content .col1 .col1Img {
        right: 0%;
        width: 120px
    }
}

@media screen and (max-width: 390px) {
    .section-2 .content .box:nth-child(1) p {
        transform: translateY(-19px)
    }

    .section-2 .content .box:nth-child(3) p {
        transform: translateY(-2px)
    }

    .gallery-wrapper .gallery {
        grid-template-rows: repeat(6, 350px)
    }

    .gallery-wrapper h1 {
        font-size: 80px
    }

    .section-collaborations .content .our-prod-cap p {
        font-size: 20px
    }

    .section-collaborations .content .collab {
        gap: 35px
    }

    .section-collaborations .content .collab .top {
        order: 2;
        gap: 20px
    }

    .section-collaborations .content .collab .top .left p {
        font-size: 14px
    }

    .section-collaborations .content .collab .top .left h4 {
        font-size: 20px
    }

    .section-collaborations .content .collab .top .right img {
        width: 100px
    }

    .section-collaborations .content .collab .bottom .left p {
        font-size: 15px
    }

    .section-collaborations .content .collab .bottom .right {
        display: flex;
        flex-direction: column;
        gap: 5px
    }

    .section-collaborations .content .collab-3 .bg-img {
        top: 11%
    }
}

@media screen and (max-width: 360px) {
    .header .content h1 {
        font-size: 25px
    }

    .header .content h4 {
        font-size: 13px
    }

    .header .content .buttons {
        flex-direction: column
    }

    .careers-header {
        min-height: 55vh
    }

    .careers-header .content {
        max-width: 260px
    }

    .careers-header .content h1 {
        font-size: 37px
    }

    .careers-header .content h4 {
        line-height: 1.4
    }

    .section-collaborations .content .collab .bg-img {
        top: 13%;
        width: 200px;
        height: 250px
    }

    .section-collaborations .content .collab .center h1 {
        font-size: 40px
    }

    .section-collaborations .content .collab-3 .bg-img {
        top: 7%
    }

    .section-collaborations .content .collab-3 .center h1 {
        font-size: 50px
    }
}