@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');


body {
    font-family: 'Gotu' !important;
    font-size: 18px !important;
    color: #000 !important;
    line-height: 1.6;
    height: auto;
    min-height: 100%;
}

html {
    height: auto !important;
    min-height: 100% !important;
}

img {
    max-width: 100%;
    height: auto;

}

a,
a:hover {
    text-decoration: none !important;
}



.overlay-component {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000080;
    transition-property: opacity;
    transition-timing-function:
        linear;


}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding: 8px 3vw;
    transition: 0.5s all;
    background-color: transparent;
}

header.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* box-shadow: 0px 4px 18px #00000026; */
    background-color: black;
    z-index: 9999;
}

a.h-logo img {
    height: 90px;
}

a.h-logo {
    display: block;
    /*max-width: 140px;*/
    transition: 0.5s all;
}



.banner {
    position: relative;
    width: 100%;
    height: 100vh;

}


.banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hamburger__bars {
    position: relative;
    display: block;
    width: 26px;
    height: 2px;
    background-color: white;
    -webkit-transition: 0.2s -webkit-transform ease;
    transition: 0.2s transform ease;

}

.hamburger__bars::before,
.hamburger__bars::after {
    content: '';
    display: block;
    width: 26px;
    height: 2px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.2s -webkit-transform ease;
    transition: 0.2s transform ease;
}

.hamburger__bars::after {
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}

.hamburger__bars::before {
    -webkit-transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);

}

.hamburgerbtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    padding: 28px 13px;
    background-color: transparent;
    color: inherit;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    z-index: 915;
    opacity: 1;
}

.sidebar-menu {
    position: fixed;
    width: 400px;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 100px;
    background-color: #fff;
    color: #000;
    font-size: 21px;
    line-height: 1.333333;
    letter-spacing: .5px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: 99999;
    right: 0;
    transform: translateX(401px);
    box-shadow: -10px 0 20px #0000006b;
}

.sidebar-menu.active {
    transform: translateX(0);
}

button#closeSidebar {
    position: absolute;
    right: 20px;
    top: 10px;
    border: 0;
    background: transparent;
}

button#closeSidebar svg {
    transform: scale(1.5);
}

.sidebar ul {
    list-style: none;
    padding: 0 40px;
    margin: 0;
    text-align: center;
    width: 100%;
}

.sidebar ul li {
    border-bottom: 1px solid #00000014;
    padding: 16px 0;
}

.sidebar ul li a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    font-family: "Cinzel", serif;

    color: #1a1a1a;
}

aside.sidebar {
    display: flex;
    height: 100%;
    overflow-y: auto;
}

header a.nav-item {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.5s all;
}

header a.nav-item:hover {
    transform: scale(0.9);
}

.h-font {
    font-family: "Cinzel", serif;
    text-transform: uppercase;


}

.line {
    width: 60px;
    height: 0.5px;
    opacity: 0.5;
    background-color: #000;
}

.about {
    padding: 120px 0;
    position: relative;
}

.about h1 {
    font-size: 29px;
    letter-spacing: 1px;
}

.about h2 {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.about p {
    max-width: 1200px;
    display: table;
    margin: auto;
    margin-top: 34px;
    font-size: 18px;
    line-height: 1.6;
}

.aboutlogog {
    position: absolute;
    top: 70px;
    filter: brightness(9) invert(1);
    opacity: 0.1;
}

.aboutlogog img {
    height: 430px;
}

.about:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 240px;
    background: white;
    background: linear-gradient(180deg, rgb(255 255 255 / 4%) 0%, rgb(255 255 255) 60%);
}

.about .container-fluid {
    position: relative;
    z-index: 1;
}

.counter {
    text-align: center;
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
    background-color: white;
}

.counter .h-font {
    font-size: 22px;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    letter-spacing: 5px;
}

.counter p {
    font-size: 19px;
    letter-spacing: 0px;
    margin-top: 8px;
}

.breaker {
    background-color: #fff;
    --gradient-color: #0000008c;
    background-image: linear-gradient(var(--gradient-color), var(--gradient-color)), url(../images/breaker.webp);
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 90px;
    background-attachment: fixed;
    background-size: cover;
}

.breaker a img {
    filter: brightness(9) invert(1);
}

.breaker h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: white;

}

.breaker a img {
    height: 34px;
}

.breaker a {
    margin-bottom: 40px;
}

.hamburgerbtn:hover {
    transform: scale(0.9);
}

.hamburgerbtn {
    transition: 0.5s all;
}

.get-in-touch {
    height: 100vh;
}

.get-in-touch {
    background-image: url(../images/getbg.webp);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
}

.get-in-touch:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000c9;
    z-index: 1;
}

.get-in-touch .container-fluid {
    position: relative;
    z-index: 2;
    justify-content: center;
}

.get-in-touch h2 {
    color: white;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 0;
    font-weight: 400;
}

.get-in-touch .line {
    background-color: white;
    opacity: 9;
    width: 100px;
    margin: 34px 0
}


.get-in-touch p {
    color: white;
    font-size: 20px;
    max-width: 780px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.get-in-touch a {
    border: 2px solid white;
    background: transparent;
    padding: 11px 40px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 34px;
    letter-spacing: 1px;
    transition: 0.5s all;
}

.get-in-touch a:hover {
    background: white;
    color: black;
}

.testimonial-slider .slick-slide {
    margin-right: 50px !important;
}

.testimonails {
    padding: 90px 3vw;
    overflow: hidden;
    background-color: #f5f5f5;
    position: relative
}

.testimonails h2 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 54px;
    font-size: 40px;
    font-weight: 400;
}

.testimonails figure {
    display: table;
    margin: auto;
    width: 50px;
    margin-bottom: 34px;
}


.testimonial-slider .card {
    display: flex;
    flex-direction: row;
    gap: 31px;
    align-items: flex-start;
    margin-right: 0;
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 4px 0px #EBE8E0;
    margin-left: 10px;
    margin-bottom: 10px;
}

.testimonail-slider-btn button {
    background: black;
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}



.testimonail-slider-btn .testimonial-prev {
    position: absolute;
    left: 0;
    top: 11vw;
}

.testimonail-slider-btn .testimonial-next {
    position: absolute;
    right: 33px;
    top: 11vw;
}

.description {
    padding: 40px 22px 0 0px;
    position: relative;
    height: 370px;
}

.brand_logo {
    position: absolute;
    bottom: 20px;
    max-width: 200px;
}


.name {
    font-size: 20px;
    font-weight: 800;
    color: #31373d;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.description .desc {
    color: #555e67;
}

.testimonial-slider .card .figure img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    flex: 0 0 100%;
}

.testimonial-slider .card .figure {
    flex: 0 0 240px;
}


.testimonails p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 10px;
}

.testimonails h3 {
    text-align: center;
    margin-top: 32px;
    font-size: 12px;
    letter-spacing: 5px;
    font-weight: 800;
}

footer {
    background: black;
    color: white;
    padding: 5vw 3vw 3vw 5vw;
    position: relative;
    z-index: 99;
}

footer h2 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px !important;
    margin-bottom: 64px;
}

.footerbox {
    display: flex;
    gap: 13px;
}

.footerbox h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 4px;
}

.footerbox figure {
    margin: 0;
}

.footerbox figure svg path {
    fill: white;
}

.footerbox+.footerbox {
    margin-top: 34px;
}

p.desc {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 40px;
    margin-bottom: 0;
}

.footer-bottom {
    background: #000000e3;
    color: white;
    padding: 10px 3vw;
    display: block;
    position: relative;
    z-index: 100;
}

.footer-bottom .social {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: end;
    gap: 11px;
}

.footer-bottom .social li a {
    color: white;
}

.footer-bottom p {
    margin: 0;
    font-size: 12px;
}

.footer-bottom .social li a i {
    font-size: 14px;
}

.footer-bottom .social li a {
    border: 1px solid white;
    border-radius: 50%;
    width: 22px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
}

.footer-bottom .social li a:hover {
    background: black;
    border-color: white;
}

.footer-bottom p a {
    color: white;
}

.footer-bottom p a:hover {
    color: white;
}

.footer-bottom .social li a:hover i {
    transform: scale(0.9);
}

.footer-bottom .social li a i {
    transition: 0.5s all;
}

.associations-block {
    background-image: url(../images/building.webp);
    background-size: cover;
    padding: 120px 0;
    background-position: center center;
    background-attachment: fixed;
}

.associations-block .slick-slide>div {
    border-left: 1.5px solid hsla(0, 7%, 78%, .35);
    text-align: center;
    height: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-size: 22px;
    flex-direction: column;

}

.associations-block h2 {
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 90px;
    font-weight: 400;
}

.associations-block::before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#00000091, #00000094);
}

.associations-block {
    position: relative;
}

.associations-block>* {
    position: relative;
    z-index: 1;
}

.associations-block .slick-slide>div figure {
    max-width: 200px;
    margin: 0;
}

.make-white {
    filter: brightness(0) invert(1)
}

.news h3 {
    font-size: 22px;
    color: white
}

.news {
    padding: 7vw 3vw;
    background: black;
    background-size: cover;
}

.news .line+p {
    max-width: 720px;
    display: table;
    margin: auto;
    font-size: 20px;
    line-height: 1.6;
    color: white
}

.news-slider .slick-slide {
    margin: 0 22px;
}



.news-slider .slick-slide figure img {
    height: 360px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.news-slider .slick-slide h3 {
    text-transform: uppercase;
    font-family: "Cinzel", serif;
    font-size: 18px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-slider .slick-slide p {
    color: #ffffffc2;
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 22px;
}

.news-slider .slick-slide .d-flex {
    font-size: 12px;
    letter-spacing: 1px;
}

.news-slider {
    margin-top: 60px;

}

.news-slider-btn {
    position: absolute;
    right: 5vw;
    top: 7.8vw;
    color: white;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.news {
    position: relative;
}

.news-slider-btn button {
    border: 0;
    background: transparent;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    padding-bottom: 4px;
    transition: 0.5s all;
}

.news-slider-btn button:hover {
    color: white;
}

.news-slider-btn button:hover {
    transform: scale(0.9);
}

.news .line {
    background: white;
    opacity: 9;
    width: 130px;
}

.def-btn {
    border: 2px solid white;
    background: transparent;
    padding: 11px 40px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 34px;
    letter-spacing: 1px;
    transition: 0.5s all;
}

.def-btn:hover {
    background: white;
    color: black;
}

.news .def-btn {
    margin-top: 30px;
}

.upcoming {
    padding: 90px 0;
}

.upcoming h1 {
    font-size: 22px;
    letter-spacing: 4px;
}

.upcoming p {
    max-width: 640px;
    display: table;
    margin: auto;
    font-size: 20px;
}

.upcoming figure {
    position: relative;
    margin-top: 64px;
}

.upcoming figure .abstext {
    position: absolute;
    top: 20px;
    z-index: 1;
    text-transform: uppercase;
    color: black;
    left: 100px;
}

.upcoming figure .abstext::before {
    content: " ";
    position: absolute;
    width: 70px;
    right: calc(100% + 10px);
    height: 1px;
    background: black;
    top: 12px;
}

.upcoming .line {
    width: 150px;
    margin: 28px 0;
}

.collection {
    position: relative;
    padding: 7vw 0vw;
    background-image: url(../images/bg-image.jpg);
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

/* .collection::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/bg-image.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
} */

.collection h2 {
    color: white;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

collection .line {
    color: white;
}

.collection .line {
    background: white;
    width: 100px;
    opacity: 9;
    margin: 32px 0;
}

.collection p {
    max-width: 600px;
    display: table;
    margin: auto;
    font-size: 20px;
    color: white;
    text-align: center;
}

.procuct-collection {
    padding-top: 100px;
}

.product-card {
    margin: 0 30px;
    position: relative;
    background: white;
}

.product-card figure img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.product-card figure {
    position: relative;
}

.pr-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s all;
    z-index: 4;
}

.pr-btn .def-bt {
    margin: 0;
}

.product-card:hover .pr-btn,
.product-card:hover .layer {
    opacity: 9;
}

.layer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    z-index: 3;
}

.pr-btn .def-btn {
    border: 2px solid black;
    background: white;
    color: black;
}

.pr-btn .def-btn:hover {
    background: black;
    color: white;
}

.product-card h3 {
    text-align: center;
    font-size: 12px;
    font-family: "Cinzel", serif;
    line-height: 2.6;
    letter-spacing: 4px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 22px;
}

.product-card .address {
    font-size: 15px;
    text-align: center;
    padding: 0 50px;
}

.product-card {
    padding-bottom: 34px;
}

.principal_value {
    padding: 7vw 3vw;
    position: relative;
}

.principal_value h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 44px;
}

.principal_value figure:before {
    content: "";
    background-color: rgb(0 0 0 / 63%);
    opacity: .6;
    transition: background-color .3s;
    z-index: 1;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.layer-block {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    flex-direction: column;
}

.principal_value figure {
    position: relative;
}

.layer-block>* {
    position: relative;
    color: white;
}

.layer-block h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    margin: 0;
    transform: translateY(80px);
    transition: 0.8s all;
}

.layer-block p {
    transition: 0.8s all;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    color: white;
    transform: translateY(40px);
    padding: 0 16px;
    margin-top: 12px;
}

.layer-block p {
    opacity: 0;


}

.principal_value figure:hover p {
    opacity: 9;
    transform: translateY(0px);
}

.principal_value figure:hover h3 {
    transform: translateY(0);
}

.principal_value figure:hover:before {
    opacity: 9;
}

.principal_value figure {
    overflow: hidden;
}

.principal_value figure img {
    transition: 0.5s all;
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.principal_value figure:hover img {
    transform: scale(1.1);
}

.lagecy {
    position: relative;
    padding: 7vw 3vw 8vw 3vw;
    background-image: url(../images/bg-image.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

.lagecy h2 {
    font-size: 22px;
    color: white;
}

.lagecy .line {
    width: 100px;
    opacity: 9;
    background: white;
    margin: 34px 0;
}

.lagecy p {
    color: white;
    font-size: 20px;
    max-width: 880px;
    margin: auto;
}

.timeline ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    width: max-content;
    padding-right: 150px;

}

.timeline {
    margin-top: 270px;
    margin-bottom: 120px;
}

.timeline ul li button {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #CD9B5C;
    border: 0;
    box-shadow: 0 0 18px #000000a3;
    color: white;
    font-family: "Cinzel", serif;
    font-size: 10px;
    font-weight: 600;
}

.timeline ul:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: #EDD5B2;
    z-index: 1;
}

.timeline ul {
    position: relative;
}

.timeline ul li {
    position: relative;
    z-index: 2;
    width: 300px;
    flex: 0 0 300px;
    display: flex;
    justify-content: center;
}

.timeline ul li .timeline-content {
    position: absolute;
    font-size: 16px;
    text-align: center;
    font-style: italic;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
    font-family: 'Behind The Nineties';
}

.timeline ul li:nth-child(odd) .timeline-content {
    bottom: 100%;
    width: 200px;
    left: auto;
    right: auto;
    padding-bottom: 20px;

}

.timeline ul li:nth-child(odd) .timeline-content figure img {
    height: 110px;
}

.timeline ul li:nth-child(odd) .timeline-content figure {
    order: 2;
    margin-bottom: 0;

}

.timeline ul li:nth-child(odd) .timeline-content p {
    order: 1;
    padding-bottom: 20px;

}

.timeline ul li:nth-child(odd) .timeline-content {
    display: flex;
    flex-direction: column;
}

.timeline ul li:nth-child(even) .timeline-content {
    top: 100%;
    padding-top: 20px;
    width: 177px;
    left: auto;
    right: auto;
}

.timeline ul li:nth-child(even) .timeline-content figure img {
    height: 110px
}

/* 
.hoverblock {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    background: #f7f7f7;
    padding: 0 10px;
    border-radius: 6px;
    margin-top: 8px;
}

.hoverblock.show {
    max-height: 500px;
    
opacity: 1;
padding: 10px;
}

*/



.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}

.fade-scale .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) !important;
}

.fade-scale.show {
    transform: scale(1);
    opacity: 9;
}

button.btn-close {
    position: absolute;
    right: 12px;
    top: 17px;
    opacity: 9;
}

.timeline-modal .modal-body {
    padding: 66px 30px 20px 30px;
    text-align: center;
}

.timeline-modal .modal-body h3 {
    font-family: "Cinzel", serif;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.timeline-modal .modal-body p {
    font-size: 18px;
    line-height: 1.6;
}

.timeline-modal .modal-body .line {
    margin: 31px auto;
    width: 160px;
    opacity: 9;
}

.titlewraper {
    height: 600px;
    background-image: url(../images/aboutbg.jpg);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.wraper-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: rgb(0 0 0 / 35%);
}

.wraper-content h1 {
    font-size: 64px;
    margin: 0;
    letter-spacing: 8px;

}

.who-we-are {
    padding: 7vw 3vw;
    background-image: url(../images/bg-image.jpg);
    background-size: cover;
    background-position: center center;
}

.who-we-are figure img {
    max-width: 520px;
}

.who-we-are figure {
    display: table;
    margin: 0 auto;
}

.who-we-are h2 {
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 27px;
}

.who-we-are p {
    color: white;
    font-size: 18px;
    line-height: 1.8;
    max-width: 530px;
}

.vline {
    height: 100%;
    width: 1px;
    background: black;
}

.history {
    background: #eebe4d54;
    padding-top: 115px;
    padding-bottom: 150px;
}

.history .tag {
    color: #717171;
}

.history h2 {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.history h2 span {
    color: #4a2c31;
    /*background: -webkit-linear-gradient(#E2AE60 , #FFD997, #E2AE60);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.history h2+p {
    color: #717171;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    max-width: 470px;
    margin-bottom: 76px;
}

.history h3 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 120% */
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.history h3+p {
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    /* 178.571% */
    max-width: 420px;
}

.history figure {
    max-width: 420px;

}



.mt-100 {
    padding-top: 100px;
}

.pt-80 {
    padding-top: 80px;
}

.history .line {
    width: 120px;
    opacity: 9;
}

.our-founder {
    background: #5f001a;
    color: white;
    padding-top: 82px;
    padding-bottom: 230px;
    margin-bottom: 40px;
}

.our-founder h4 {
    color: black;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;

    /* 142.5% */
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 6px;
}

.our-founder h4 span {
    color: #000;
    /*background: -webkit-linear-gradient(#E2AE60, #FFD997, #E2AE60);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.our-founder h4+p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 178.571% */
    max-width: 470px;
}


.our-founder .carousel .col-md-6 {
    padding-left: 80px;
}

.our-founder .founderdetails {
    background: #fae9c7;
    color: black;
}

.our-founder .col-md-5 {
    background: #fae9c7;
    color: black;
    padding-left: 80px;
    padding-right: 160px;
    padding-top: 46px;
    padding-bottom: 50px;
}

.our-founder .carousel h2 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 57px;

    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: "Cinzel", serif;
}

.our-founder .founderdetails {
    /* transform: translateY(180px); */
    transition: 0.5s all;
}

.our-founder figure:hover .founderdetails {
    /* transform: translateY(0); */
}

.our-founder .carousel h3 {
    color: black;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.carbtn {
    display: flex;
    justify-content: end;
    margin: 0;
    z-index: 2;
    position: relative;
    margin-top: -354px;
}

.carbtn button {
    margin: 0;
    border: 0;
    background: black;
    padding: 8px 20px;
}

.carbtn button img {
    height: 14px;
}

.our-founder .carousel p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 138.889% */
    margin-bottom: 0;
}

.our-founder figure:hover .founderdetails {
    transform: translateY(50px);
    opacity: 9;
}

.founderdetails {
    position: absolute;
    top: 70%;
    left: 0;
    width: 80%;
    margin: auto;
    right: 0;
    padding: 32px 26px;
    opacity: 0;
}

.our-founder .carousel h6 {
    color: #B2936A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 138.889% */
}

.our-founder .carousel ul {
    padding-left: 20px;
    margin-top: 25px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}


.our-founder .carousel .carousel-control-prev {
    left: -120px;
    opacity: 9;
}

.our-founder .carousel .carousel-control-next {
    right: -130px;
    opacity: 9;
}

.our-founder .carousel-inner {
    height: 750px;
}

.proejct-banner video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.proejct-banner {
    overflow: hidden;
    height: 100vh;
}

.career-area {
    background: black;
    padding-top: 115px;
    padding-bottom: 90px;

}

.career-area h2 {
    font-size: 44px;

    color: white;
}

.career-area .line {
    width: 150px;
    opacity: 9;
    margin: 28px 0;
    background: white;
}

.career-area p {
    max-width: 630px;
    text-align: center;
    margin: auto;
    color: white;
    font-size: 18px;
    line-height: 1.6;
}

.otherenq {
    background: black;
    color: white;
    padding: 2vw 3vw;
    text-align: center;
}

.otherenq p {
    margin: 0;
    font-size: 17px;
}

.otherenq h3 {
    font-size: 12px;
    font-family: "Cinzel", serif;
    letter-spacing: 3px;
    line-height: 24px;
}

.contact-form {
    padding: 90px 0;
    background: black;
    color: white;
}

.contact-form h3 {
    font-size: 24px;
    font-family: "Cinzel", serif;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 12px;
    font-weight: 500;
}

.contact-form p {
    font-size: 16px;
}

.contact-form .col-md-6 .row {
    row-gap: 34px;
}

.form-card {
    background: transparent;
    padding: 30px 50px;
}

.form-card form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 44px;
}

.form-card form input.form-control {
    height: 40px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
    color: white;
    padding-left: 0;
}

.form-card form label {
    color: white;
    font-size: 14px;
    margin-bottom: 4px;
}

.form-card form .form-control:focus {
    outline: 0;
    box-shadow: unset;

}

.form-card>p {
    color: white;
    font-size: 20px;
}

.principalbtn button {
    color: black;
}

.principalbtn {
    top: auto;
    bottom: 5vw;
    right: 3vw;
    color: black;
}

.principalbtn button:hover {
    color: black;
}

.principal_value .slick-slide {
    margin-left: 20px;
}

.banner-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.banner-content h3 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 32px;
}

.timeline ul li button:hover {
    background: black;
}

.join .box {
    background: transparent;
    color: white;
    padding: 50px 44px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    border: 1px solid #444444;
}

.join .box p {
    max-width: unset;
    text-align: left;
    margin: 0;
    color: #F2ECE4;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    /* 125% */
}

.join .box h6 {
    color: #B2936A;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 178.571% */
    margin-bottom: 8px;
    background: -webkit-linear-gradient(#E2AE60, #FFD997, #E2AE60);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.join .row+.row {
    margin-top: 66PX;
}

.join {
    margin-top: 64px !important;
}

.Vision {
    background: #fae9c7;
    padding: 90px 0;
}

.Vision h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 22px;
}

.Vision p {
    font-size: 20px;
    line-height: 1.6;
    max-width: 550px;
}

.mission {
    background-image: url(../images/bg-image.jpg);
    background-size: cover;
    background-position: center center;
    padding: 90px 0
}



.mission h1 {
    font-size: 22px;
    text-transform: uppercase;
    color: white;
    margin-bottom: 20px;
}

.mission p {
    color: white;
    font-size: 20px;
    line-height: 1.6;
    max-width: 520px;
}

.team {
    padding: 7vw 3vw;
    background: #fae9c7;
}

.team h1 {
    font-size: 22px;
    font-weight: 600;
}

.team h1 {
    margin-bottom: 74px;
}

.team .row {
    row-gap: 64px;
}

.t_name.text-center.h-font {
    font-size: 18px;
}

.team-member {
    margin: 0 20px;
}

.team-member figure {
    position: relative;
    overflow: hidden;
}

.team-member:hover .t_desc {
    opacity: 9;
    transform: translateY(0);
}

.team-member .t_desc {
    position: absolute;
    bottom: 0;
    padding: 20px 16px;
    color: white;
    font-weight: 600;
    background: #000000de;
    /* backdrop-filter: blur(10px); */
    transition: 0.5s all;
    transform: translateY(100%);

}

.team .news-slider-btn button {
    color: black;
}

.team .news-slider-btn {
    color: black;
}

.tooltip {
    padding: 0 !important;
}

.tooltip.show {
    opacity: 9 !important;
}

.tooltip-inner {
    background: #ce9b5c !important;
    padding: 20px !important;
    max-width: 260px !important;
    width: 400px !important;
    font-size: 16px;
    line-height: 1.6;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #ce9b5c !important;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #ce9b5c !important;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #ce9b5c !important;

}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-left-color: #ce9b5c !important;
}

.slick-arrow.slick-hidden+span {
    display: none;
}

.footerbox p {
    font-size: 16px;
}

.job-card {
    padding: 26px 20px;
    border: 0;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    background-color: white;
    margin-bottom: 32px;
    overflow: hidden;
}

.job-card figure img {
    height: 60px;
}

.job-card figure {
    margin: 0;
    width: 110px;
    height: 110px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #5f001a;
    flex: 0 0 110px;
    border-radius: 20px;
}

.job-details {
    width: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.job-details>div {
    display: flex;
    width: 100%;
}

.job-details>div div {
    width: 50%;
}

.job-details p {
    text-align: left;
    font-weight: 900;
    font-size: 20px;
}

.job-details h6 {
    color: #5f6e7a;
    font-size: 14px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #5f001a;
}

.job-card {
    border-top: 1px solid #5f001a;
    border-right: 5px solid #5f001a;
    border-bottom: 1px solid #5f001a;
    border-left: 1px solid #5f001a;
}

.applybtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff00;
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transition: 0.5s all;
    opacity: 0;
    z-index: 9;

}

.applybtn a:hover {
    color: white;
    cursor: pointer;
}

.applybtn a {
    background: #5f001a;
    color: white;
    padding: 11px 40px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
}

.job-card:hover .applybtn {
    transform: translateX(0);
    opacity: 9;
}

.job-opeing {
    margin-top: 80px !important;
}


.horizontal-r-t-l>div,
.horizontal-l-t-r>div {
    flex-shrink: 0;
    width: 650px;
    overflow: hidden;
}

.user {
    display: flex;
    margin: auto;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border: 1px solid #eeeeee;
    border-radius: 100%;
    box-shadow: 0 0 14px 0px #00000030;
    margin-top: 40px;
}

.user i {
    font-size: 46px;
}


.history-bg {
    position: fixed;
    inset: 0;
    z-index: -1;
}

.history-bg img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1);
    transition: opacity 1s ease, transform 1.2s ease;
}

.history-bg img.active {
    opacity: 1;
    transform: scale(1);
}

.history-swiper {
    height: 100vh;
}

.history-swiper .swiper-wrapper {
    align-items: flex-start;
    top: 100px;

}

.history-swiper .swiper-slide {
    height: auto !important;
}

.history-wrapper {
    display: flex;
    height: 100vh;
    color: #fff;
    width: 84vw;
}


.history-swiper {

    margin-left: auto !important;
    margin-right: 0 !important;
    width: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    /* margin: 34px 0; */
}

.history-card {
    background: hsl(15deg 9% 45% / 47%);
    border-radius: 24px;
    transition: 0.6s ease;
    width: 420px;
    margin-left: auto;
    backdrop-filter: blur(10px);
    padding: 32px 24px;
    text-align: center;
    border-radius: 12px;
}



.history-card span {
    font-size: 16px;
    letter-spacing: 1px;

}

.history-card h2 {
    font-size: 20px;
    font-family: "Cinzel", serif;
    margin: 12px 0;
}

.history-card p {
    line-height: 1.6;
    font-size: 16px;
}


.year-nav {
    width: 35%;
    padding: 80px 60px;
    list-style: none;
}

.year-nav li {
    font-size: 18px;
    opacity: 0.4;
    margin-bottom: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.year-nav li.active {
    opacity: 1;
    border: 1px solid #fff;
    padding: 8px 22px;
    border-radius: 30px;
    display: inline-block;
}

.year-swiper {
    height: 80vh;
    bottom: 30px;
    position: absolute !important;
    right: 120px;
}

.custom-dots {
    position: absolute;
    display: flex;
    flex-direction: column;
    right: 110px;
    bottom: 50px;
    gap: 14px;
}

span.dot {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    z-index: 1;
    cursor: pointer;
}

.history-bg::before {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: linear-gradient(to left, #00000099, #ffffff00);
    z-index: 1;
}

.circle {
    position: absolute;
    left: -19px;
    width: 80px;
    height: 30px;
    border: 1.5px solid white;
    background-color: #ffffff29;
    border-radius: 20px;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    backdrop-filter: blur(10px);
    z-index: 0;
    margin-top: -2px;

}

.history-swiper .swiper-slide-active .history-card {
    border: 1px solid #ffffff61;
}


textarea.form-control {
    background: transparent !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    color: white !important;
    padding-left: 0;
}

.form-control:focus {
    background: transparent !important;
}

/* Modal specific styles */
.apply-modal-content {
    background-color: #000 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 0;
}

.custom-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.apply-modal-content form .form-control,
.apply-modal-content form select.form-select,
.apply-modal-content form .custom-select-inp,
.apply-modal-content form .custom-file-inp {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 4px !important;
    padding: 12px 16px !important;
    color: white !important;
    height: 48px !important;
    line-height: normal !important;
}

.apply-modal-content form .custom-select-inp option {
    color: #000;
}

.apply-modal-content form .custom-file-inp {
    font-size: 14px;
    padding: 10px 16px !important;
}

/* Blog Page Styles */
.blog-section {
    padding: 80px 0;
    background-color: #000;
}

.blog-card {
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.blog-content {
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-meta {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

.blog-title {
    font-size: 24px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    background: #000;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    margin-top: auto;
    align-self: flex-start;
    transition: background 0.3s ease;
}

.blog-read-more:hover {
    background: black;
}

@media only screen and (max-width: 600px) {
    .apply-modal-content {
        padding: 16px !important;
    }

    .apply-modal-content .modal-header h5 {
        font-size: 18px !important;
    }

    .apply-modal-content form .form-control,
    .apply-modal-content form select.form-select,
    .apply-modal-content form .custom-select-inp,
    .apply-modal-content form .custom-file-inp {
        height: 48px !important;
        font-size: 14px;
    }

    .job-card {
        flex-direction: column;
    }

    .job-card figure {
        display: none;
    }

    .applybtn.position-absolute {
        position: relative !important;
        opacity: 9 !important;
        order: 2;
    }

    .applybtn.position-absolute a {
        padding: 8px 18px;
    }

    .timeline {
        width: 100%;
        overflow: visible;
    }


    .timeline {
        width: 2400px;
        padding-right: 40px;
    }

    .lagecy {
        width: 100%;
        overflow: hidden;
    }

    .lagecy .formbilescolll {
        width: auto;
        overflow: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;

    }

    .lagecy .formbilescolll::-webkit-scrollbar {
        display: none;
    }

    header a.nav-item {
        display: none;
    }

    a.h-logo {
        /*width: 100px;*/
    }

    a.h-logo img {
        height: unset;
    }


    .banner-content h3 {
        font-size: 20px;

    }

    .about {
        padding: 40px 0;
    }

    .about h2 {
        font-size: 18px;
    }

    .aboutlogog {
        top: auto;
        bottom: -150px;
    }

    .counter .row {
        row-gap: 44px;
    }

    .breaker {
        padding: 40px 0;
        background-attachment: scroll;
        background-position: center center;
    }

    .breaker h3 {
        font-size: 16px;
    }

    .lagecy {
        padding: 60px 0;
    }

    .lagecy h2 {
        font-size: 18px;
        padding: 0 4px;
    }

    .lagecy p {
        font-size: 18px;
    }

    .principal_value {
        padding: 60px 0;
    }

    .principal_value h2 {
        font-size: 18px;
        line-height: 2.5;
    }

    .principal_value .slick-slide {
        margin-left: 0;
    }

    .collection {
        padding: 60px 0;
    }

    .collection h2 {
        font-size: 18px;
    }

    .collection .news-slider-btn {
        position: relative;
        top: unset;
        right: unset;
        margin-top: 44px;
        justify-content: center;
    }

    .procuct-collection {
        margin-top: 20px;
    }

    .product-card {
        margin: 0px 8px;
    }

    .product-card h3 {
        margin-left: 18px;
        margin-right: 18px;
        font-size: 10px;
        font-weight: 600;
    }

    .product-card .address {
        font-size: 16px;
        padding: 0 20px;
    }

    .upcoming {
        padding: 60px 0;
    }

    .upcoming h1 {
        font-size: 18px;
    }

    .news {
        padding: 60px 0;

    }

    .news .news-slider-btn {
        position: relative;
        right: auto;
        top: unset;
        justify-content: center;
        margin-top: 40px;
    }

    .news-slider {
        margin-top: 23px;
    }

    .news-slider .slick-slide {
        margin: 0;
    }

    .news-slider .slick-slide figure img {
        height: 230px;
    }

    .news-slider .slick-slide h3 {
        font-size: 18px;
    }

    .news .def-btn {
        margin-top: 0;
    }

    .associations-block {
        padding: 60px 0;
        background-attachment: scroll;

    }

    .associations-block h2 {
        font-size: 32px;
    }

    .testimonails {
        padding: 60px 0;
    }

    .testimonails h2 {
        font-size: 32px;
    }

    .get-in-touch {
        padding: 60px 0;
        height: unset;
        background-attachment: scroll;
        background-position: center;
    }


    .get-in-touch h2 {
        font-size: 32px;
    }

    footer h2 {
        font-size: 32px;
    }

    .get-in-touch p {
        font-size: 18px;
    }

    footer h2 {
        text-align: center;
        margin-bottom: 44px;
    }

    footer {
        padding: 60px 0 40px 0;
    }

    footer a {
        color: white;
    }

    .footerbox {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }

    .footerbox figure {
        margin-bottom: 4px;
    }

    .footerbox p {
        margin: 0;
    }

    footer .container-fluid .row:nth-child(2) {
        row-gap: 34px;
    }

    .footer-bottom .social {
        justify-content: center;
    }

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

    .footer-bottom .row {
        row-gap: 7px;
    }

    .footer-bottom {
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
        /* Safety for mobile browsers address bar and notch */
    }

    /* Force GPU acceleration for smoother rendering on mobile */
    footer,
    .footer-bottom {
        transform: translateZ(0);
    }


    p.desc {
        margin-top: 30px;
    }

    .sidebar-menu {
        padding-bottom: 40px;
    }
.sidebar-menu.active{
    width:100%;
}
    .sidebar ul {
        padding: 0 20px;
    }



    .titlewraper {
        height: 400px;
        text-align: center;
    }

    .wraper-content h1 {
        font-size: 32px;
        letter-spacing: 0;
    }

    .who-we-are figure img {
        max-width: 80%;
        margin: auto;
        display: table;
    }

    .who-we-are h2 {
        margin-top: 0;
        font-size: 18px;
        text-align: center;
    }

    .who-we-are .row {
        display: flex;
        flex-direction: column;
    }

    .who-we-are .row .col-md-6:nth-child(2) {
        order: 1;
    }

    .who-we-are .row .col-md-6:nth-child(1) {
        order: 2;
    }

    .who-we-are p {
        text-align: center;
    }

    .who-we-are {
        padding: 60px 0;
    }

    .history {
        padding: 60px 0;
    }

    .history h2 {
        text-align: center;
        font-size: 18px;
        line-height: 2.5;
    }

    .mt-100 {
        padding-top: 80px;
    }

    .history h3+p {
        max-width: 100%;
    }

    .col-md-5.flex-fill.mt-100 {
        padding-top: 0;
    }

    .our-founder {
        padding: 60px 0;
    }

    .our-founder .col-md-5 {
        background: transparent;
        padding-left: 16px;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 16px;
    }

    .our-founder h4 {
        width: 100%;
        color: white;
        text-align: center;
        margin-bottom: 22px;
        font-size: 18px;
    }

    .our-founder h4 span {
        color: white;
    }

    .founderdetails {
        transform: unset;
        position: relative;
        width: 100%;
        opacity: 9;
        margin-top: 0;

    }

    .our-founder .carousel-inner {
        height: unset;
    }

    .carbtn {
        position: absolute;
        right: 0;
        top: 45vw;
        margin: 0;
    }

    .our-founder .carousel h2 {
        font-size: 16px;
        line-height: 2.5;
    }

    .contact-form {
        padding: 60px 0;
    }

    .contact-form .row .col-md-6 .row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-form .row .col-md-6 .row .col-md-6:nth-child(1) {
        order: 1;
    }

    .contact-form .row .col-md-6 .row .col-md-6:nth-child(2) {
        order: 3;
    }

    .contact-form .row .col-md-6 .row .col-md-6:nth-child(3) {
        order: 2;
    }

    .contact-form .row .col-md-6 .row .col-md-6:nth-child(4) {
        order: 4;
    }

    .contact-form .row .col-md-6 .row .col-md-6:nth-child(5) {
        order: 5;
    }

    .form-card {
        padding: 40px 16px;
    }

    .form-card>p {
        font-size: 18px;
    }

    .form-card .def-btn {
        width: 100%;
        background: white;
        color: black;

    }

    .otherenq {
        padding: 40px 0;
    }

    .otherenq .row {
        row-gap: 32px;
    }

    .team {
        padding: 60px 0;
    }

    .team .news-slider-btn {
        position: relative;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
    }

    .team h1 {
        margin: 0;
        font-size: 18px;
    }

    .team .row {
        row-gap: 24px;
    }

    .team-member {
        margin: 0;
    }

    .team-slider {
        margin-top: 24px;
    }

    .t_name.text-center.h-font {
        font-size: 16px;
        text-align: center;
    }

    .mission h1 {
        text-align: center;
        font-size: 18px;
    }

    .mission p {
        text-align: center;
        font-size: 18px;
    }

    .mission {
        padding: 60px 0;
    }

    .Vision {
        padding: 60px 0;
    }

    .Vision .row {
        display: flex;
        flex-direction: column;
    }

    .Vision .row .col-md-6:nth-child(2) {
        order: 1;
    }

    .Vision .row .col-md-6:nth-child(1) {
        order: 2;
    }

    .Vision h1 {
        text-align: center;
        font-size: 18px;
    }

    .Vision p {
        text-align: center;
        font-size: 18px;
    }


    .collection {
        overflow: hidden;
    }

    .timeline ul li:nth-child(odd) .timeline-content figure img {
        height: 90px;
    }

    .timeline ul li:nth-child(even) .timeline-content figure img {
        height: 90px;
    }

    .testimonail-slider-btn {
        display: flex;
        margin-top: 30px;
        color: black;
        gap: 8px;
    }

    .career-area {
        padding: 60px 0px;
    }

    .career-area h2 {
        font-size: 32px;
    }

    .row.join {
        row-gap: 32px;
    }

    .news-title .wraper-content h1 {
        padding: 0 8px;
    }

    .news-page .row {
        display: flex;
        flex-direction: column;
    }

    .news-page .row .col-md-12:nth-child(1) {
        order: 2;
    }

    .news-page .row .col-md-12:nth-child(2) {
        order: 1;
    }

    .principal_value figure img {
        height: unset;
    }

    .job-details p {
        font-size: 19px;
    }

    .product-card figure img {
        height: 300px
    }

    .horizontal-r-t-l>div,
    .horizontal-l-t-r>div {
        width: 400px;

    }

    .vscroller {
        height: 100vh;
    }

    .collection {

        background-image: unset;
        background-color: #5f001a;
    }

    .timeline ul li:nth-child(odd) .timeline-content {
        left: 0;
    }

    .history-card {
        width: 95vw;
        margin-right: auto;
    }



    .custom-dots {
        display: none;
    }

    .history-wrapper {
        width: 100%;
        padding-top: 100px;
        overflow: hidden;
    }

    .lagicy-main {
        height: 100vh;
        overflow: hidden;
    }

    .history-swiper .swiper-wrapper {
        top: 0;
    }

    .history-swiper .swiper-slide-active .history-card {
        border: 1px solid white;
        background: hsl(15deg 9% 45% / 47%);
    }

    .history-swiper {
        overflow: hidden;
    }

    .the-management .test-nev .team-prev.slick-arrow {
        left: 20px;
    }

    .contact-form p a,
    .contact-form a,
    .contact-form p {
        color: white !important;
    }

    .dpblock .principal-info h2 {
        font-size: 34px !important;
    }

    .join .box a.def-btn {
        padding: 7px 26px;
        font-size: 14px;
    }

    p.desc {
        font-size: 14px;
        text-align: center;
    }



    .description {
        height: 350px;
    }

    .testimonails p {
        font-size: 14px;
        line-height: 1.6;
    }

    .about-mission p,
    .about-vision p {
        text-align: center;
    }

    .history-swiper .swiper-wrapper {
        align-items: flex-end;
        height: 100dvh;
        padding-bottom: 20px;
    }

    .history-swiper {
        padding-top: 0;
        height: 100dvh;
    }

    .history-wrapper {
        padding-top: 0;
    }

    .lagicy-main {
        height: 100dvh;
    }

    .history-card {
        margin-bottom: 16px;
    }

    img.bg-img.bg-1969 {
        object-position: center;
    }

    img.bg-img.bg-1980 {
        object-position: 30% center;
    }

    img.bg-img.bg-1983 {
        object-position: 30% center;
    }

    img.bg-img {
        object-position: 30% center;
    }

    .bg-img.bg-2026 {
        object-position: left;
    }
}