@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@font-face {
    font-family: ProximaNovaT-Thin;
    src: url(../css/fonts/ProximaNova-Light.ttf);
}

@font-face {
    font-family: BrandonGrotesque-Light;
    src: url(../css/fonts/BrandonGrotesque-Light.ttf);
}

body {
    /*overflow-x: hidden;*/
    position: relative;
}

body.hidden-scrolling {
    overflow-y: hidden;
}

.hide-dek {
    display: none;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 60px;
    z-index: 9999;
}

.hide-mob-1 {
    display: none;
}

* {
    margin: 0;
    box-sizing: border-box;
}

.pos-33px {
    position: relative;
    top: 33px;
}

.cnt-txt-1 {
    display: flex;
    align-items: center;
}

.abt-left-11 {
    padding-right: 30px;
}

.abt-right-11 {
    padding-left: 30px;
}

.info-about-us-div {
    padding: 0 30px;
}

.footer-top {

    margin-top: 50px;
}

.cnt-info-1 {
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.2em;
    letter-spacing: .05em;
    text-transform: none;
    color: #222;
    font-family: ProximaNovaT-Thin;
    text-align: center;
}

.txt-cnt {
    text-align: center;
}

label {
    margin-bottom: 0;
    padding: 0;
    font-family: ProximaNovaT-Thin;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    color: #030303;
    line-height: 1.8em;
    letter-spacing: .05em;
    text-rendering: optimizeLegibility;
}

.border-top-1px {
    border-top: 1px solid #ccc;
    padding: 0;
    width: 80%;
    margin: 4em auto 0 auto;
}

.form-control {
    display: block;
    width: 100%;
    padding: 8px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-nw {
    color: #fff;
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 30px;
    padding: 4px;
    /* font-family: Proxima-Nova-Font; */
    font-weight: 400;
    display: block;
    background: #000;
    width: 200px;
    text-align: center;
    border: 1px solid #000;
    margin-top: 20px;
    transition: 0.5s all;
}

.btn-nw:hover {
    background: #fff;
    color: #222;
}

.list-li {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.list-li-link {
    margin-bottom: 0;
    padding: 0;
    font-family: ProximaNovaT-Thin;
    font-weight: 300;
    font-style: normal;
    font-size: 10px;
    color: #030303;
    line-height: 1.8em;
    letter-spacing: .05em;
    text-rendering: optimizeLegibility;
}

.banner {
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.mr-left-120px {
    margin-left: 120px;
}

.cnt-div {
    display: flex;
    align-items: flex-end;

}

.phan123 {
    margin-bottom: 100px;
}

.info03 {
    margin-bottom: 2em;
    padding: 0;
    font-family: ProximaNovaT-Thin;
    font-weight: 300;
    font-style: normal;
    font-size: 19px;
    color: #030303;
    line-height: 1.8em;
    letter-spacing: .05em;
    text-rendering: optimizeLegibility;
}

.left-proj-21 {
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 0px;
}

.left-proj-22 {
    padding-right: 40px;
    padding-top: 10px;
    padding-left: 0px;
}

.cinematic-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.cinematic-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%), rgba(0, 0, 0, 0.1);
    z-index: 2;
    pointer-events: none;
}

.cin-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: opacity 1.8s ease-in-out;
    will-change: transform, opacity;
    z-index: 1;
}

.cin-slide.active {
    opacity: 1;
    z-index: 2;
}

.cin-slide.incoming {
    z-index: 3;
}

/* Pan animations — scale(1.03) provides panning room */
@keyframes pan-left-right {
    0% {
        transform: scale(1.03) translateX(-1.2%);
    }

    100% {
        transform: scale(1.03) translateX(1.2%);
    }
}

@keyframes pan-right-left {
    0% {
        transform: scale(1.03) translateX(1.2%);
    }

    100% {
        transform: scale(1.03) translateX(-1.2%);
    }
}

@keyframes pan-top-bottom {
    0% {
        transform: scale(1.03) translateY(-1.2%);
    }

    100% {
        transform: scale(1.03) translateY(1.2%);
    }
}

@keyframes pan-bottom-top {
    0% {
        transform: scale(1.03) translateY(1.2%);
    }

    100% {
        transform: scale(1.03) translateY(-1.2%);
    }
}

@keyframes pan-diagonal {
    0% {
        transform: scale(1.03) translate(-0.8%, -0.8%);
    }

    100% {
        transform: scale(1.03) translate(0.8%, 0.8%);
    }
}

.cin-slide.active[data-pan="left-right"] {
    animation: pan-left-right 10s linear forwards;
}

.cin-slide.active[data-pan="right-left"] {
    animation: pan-right-left 10s linear forwards;
}

.cin-slide.active[data-pan="top-bottom"] {
    animation: pan-top-bottom 10s linear forwards;
}

.cin-slide.active[data-pan="bottom-top"] {
    animation: pan-bottom-top 10s linear forwards;
}

.cin-slide.active[data-pan="diagonal"] {
    animation: pan-diagonal 10s linear forwards;
}

/* Portrait slide styles to prevent cropping and add premium blurred background */
.cin-slide.portrait-slide {
    background-size: 0 0 !important;
    background-color: #080808;
}

.cin-slide.portrait-slide::before {
    content: "";
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    background-image: inherit;
    background-size: cover;
    background-position: center center;
    filter: blur(12px);
    opacity: 0.45;
    z-index: 1;
    will-change: opacity;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.cin-slide.portrait-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.cin-slide.portrait-slide.active::after {
    animation: zoom-portrait-fg 10s ease-in-out forwards;
}

@keyframes zoom-portrait-fg {
    0% {
        transform: scale(0.96) translate3d(0, 0, 0);
    }

    100% {
        transform: scale(1.02) translate3d(0, 0, 0);
    }
}

/* Mobile overrides for slides (phones only) */
@media (max-width: 767px) {
    .cin-slide.first-slide {
        background-image: url('../images/newproj1/MCM_bengaluru_01.jpg') !important;
    }

    /* .cin-slide.last-slide {
        background-position: 87% center !important;
    } */
}

/* Center girls — 320px viewport */
@media (max-width: 319px) {
    .cin-slide.last-slide {
        background-position: 80% center !important;
    }
}

/* Center girls — 321px to 375px viewport */
@media (min-width: 320px) and (max-width: 376px) {
    .cin-slide.last-slide {
        background-position: 80% center !important;
    }
}

/* Center girls — 376px to 480px viewport */
@media (min-width: 377px) and (max-width: 480px) {
    .cin-slide.last-slide {
        background-position: 87% center !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .cin-slide.last-slide {
        background-position: 78% center !important;
    }
}


.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.container {
    max-width: 100%;
    /* margin: auto; */
    /* margin-bottom: 3vw; */
    padding-right: 3vw;
    padding-left: 3vw;
}

.main-tagline {
    color: #869040;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 0;
    padding: 0;
    /* font-family:Proxima-Nova-Font;*/
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.list-info {
    margin-bottom: 0;
    padding: 0;
    /* font-family:Proxima-Nova-Font;*/
    font-family: ProximaNovaT-Thin;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    color: #030303;
    line-height: 1.8em;
    letter-spacing: .05em;
    text-rendering: optimizeLegibility;
    list-style-type: disc;
    list-style-position: inside;
}

.list-info li {
    margin-bottom: 6px;
}

.logogbanner {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 11;
    transform: translate(-50%, -50%);
}

.mb-ph-14px {
    margin-bottom: 20px;
}

.logogbanner img {
    padding: 0px;
    width: 210px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

/*header*/
.header {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 3vw 0;
}

.header-main {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-radius: 4px;
}

.header .logo {
    padding: 0;
}

.header .logo a {
    font-size: 30px;
    text-transform: capitalize;
    color: #ababab;
    font-weight: 600;
}

.header .nav-menu {
    padding: 0 15px;
}

.header .menu>.menu-item {
    display: inline-block;
    margin-left: 30px;
    position: relative;
}

.header .menu>.menu-item>a {
    display: block;
    padding: 12px 0;
    font-size: 15px;
    color: #222222;
    font-family: arno-pro;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: .1em;
    transition: all 0.3s ease;
    /* font-family:Proxima-Nova-Font;*/
}

.header .menu>.menu-item>a .plus {
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    margin-left: 5px;
    pointer-events: none;
}

.header .menu>.menu-item>a .plus:before,
.header .menu>.menu-item>a .plus:after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    background-color: #000000;
    height: 2px;
    width: 100%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.header .menu>.menu-item:hover>a .plus:before,
.header .menu>.menu-item:hover>a .plus:after {
    background-color: #ababab;
}

.header .menu>.menu-item>a .plus:after {
    transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu>.menu-item>.sub-menu>.menu-item>a:hover,
.header .menu>.menu-item:hover>a {
    color: #ababab;
}

.header .menu>.menu-item>a.active {
    color: #ababab;
}

.header .menu>.menu-item>.sub-menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 220px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 10px 0;
    border-top: 3px solid #ababab;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) {
    .header .menu>.menu-item-has-children:hover>.sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .header .menu>.menu-item-has-children:hover>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

.header .menu>.menu-item>.sub-menu>.menu-item {
    display: block;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.header .open-nav-menu {
    height: 34px;
    width: 40px;
    margin-right: 15px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .open-nav-menu span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000000;
    position: relative;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}

.header .open-nav-menu span:before {
    top: -7px;
}

.header .open-nav-menu span:after {
    top: 7px;
}

.header .close-nav-menu {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    margin: 0 0 15px 15px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}

.header .close-nav-menu img {
    width: 16px;
}

.header .menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

/*home section*/
.home-section {
    width: 100%;
    display: block;
    min-height: 100vh;
    background-image: url('../img/home.jpg');
    background-position: center top;
    background-size: cover;
}


/* responsive */

@media(max-width: 991px) {
    .header .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .header .nav-menu {
        position: fixed;
        right: -280px;
        visibility: hidden;
        width: 280px;
        height: 100%;
        top: 0;
        overflow-y: auto;
        background-color: #fff;
        z-index: 1000;
        padding: 15px 0;
        transition: all 0.5s ease;
    }

    .header .nav-menu.open {
        visibility: visible;
        right: 0px;
    }

    .header .menu>.menu-item {
        display: block;
        margin: 0;
    }

    .header .menu>.menu-item-has-children>a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .menu>.menu-item>a {
        /*color: #ffffff;*/
        padding: 12px 15px;
        /*border-bottom: 1px solid #ccc;*/
    }

    .header .menu>.menu-item:first-child>a {
        border-top: 1px solid #fff;
    }

    .header .menu>.menu-item>a .plus:before,
    .header .menu>.menu-item>a .plus:after {
        background-color: #ffffff;
    }

    .header .menu>.menu-item-has-children.active>a .plus:after {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu>.menu-item>.sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0px;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
    }

    .header .menu>.menu-item>.sub-menu>.menu-item>a {
        padding: 12px 45px;
        color: #ffffff;
        border-bottom: 1px solid #333333;
    }

    .header .close-nav-menu,
    .header .open-nav-menu {
        display: flex;
    }
}

.logo img {
    width: 170px;
}

.main-wrapper {
    margin: 3vw 0;
}

.title {
    text-transform: uppercase;
    color: #222;
    font-size: 22px;
    letter-spacing: 0.25em;
    font-family: BrandonGrotesque-Light;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 33px;
    /*   font-family: brandon-grotesque;*/
    font-weight: 400;
    font-style: normal;

}

.txt-right {
    text-align: right;
}

.proj-diright {
    padding: 0 2em;
}

.cnt-txt {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.project-box {
    transition: 0.5s all;
    margin-bottom: 40px;
}

.abt-left {
    padding-right: 6px;
}

.inst-1 {
    margin-bottom: 2em;
    margin-top: 2em;
}

.name-tem {
    /*font-size: 22px;*/
    /* font-family:Proxima-Nova-Font;*/
    margin: 0 0 34px 0;
    padding: 0;
    font-family: BrandonGrotesque-Light;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: .6em;
    text-transform: uppercase;
    color: #222;
}

.name-tem-di {
    color: #030303;
    /* font-family:Proxima-Nova-Font;*/
    font-style: italic;
    font-size: 13px;
    margin-top: 6px;
}

.big-font {
    font-size: 30px;
}

.proj-diright {
    visibility: visible;
    opacity: 1;
    transition: none;
}

/* .project-box:hover .proj-diright
{
visibility: visible;
	opacity:1;
} */
.project-box img {
    opacity: 1;
    -webkit-transition: opacity 1000ms cubic-bezier(.33, 0, .2, 1);
    -moz-transition: opacity 1000ms cubic-bezier(.33, 0, .2, 1);
    -ms-transition: opacity 1000ms cubic-bezier(.33, 0, .2, 1);
    -o-transition: opacity 1000ms cubic-bezier(.33, 0, .2, 1);
    transition: opacity 1000ms cubic-bezier(.33, 0, .2, 1)
}

.project-box:hover img {
    opacity: 1
}

.txt-just {
    text-align: justify;
}

.mt--40px {
    margin-top: 40px;
}

.phan1 {
    margin-bottom: 18px;
}



.abt-right,
.abt-left-info {
    padding-left: 10px;
}

.img-team,
.abt-right-inf0 {
    padding-right: 10px;
}

.img-lef1 {
    padding-left: 10px;
}

.mt-ph-14px {
    margin-top: 14px;
}

#gallery {
    display: flex;
    transition: 0.5s all;
    /* justify-content: center; */
    flex-wrap: wrap;
}

.pos-rel {
    position: relative;
}

.pro-nm-2 {
    position: absolute;
    bottom: 0;
    left: 30px;
}

.pr-0 {
    padding-right: 0;
}

.proj-div {
    height: 480px;
    width: 100%;
    background: #fdfdfd;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.proj-div img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.banner-inside-2 {
    padding-right: 14px;
}

.left-proj {
    padding-left: 14px;
    padding-top: 23px;
}

.left-proj-1 {
    padding-right: 14px;
    padding-top: 23px;
}

.inside-info-1 {
    padding-left: 14px;
}

.pro-div {
    margin-top: 60px;
}

#gallery a {
    height: 350px;
    width: 350px;
    margin: 20px 20px 0px 0;
    overflow: hidden;
    transition: 0.5s all;
    border: 1px solid #ccc;
}

.inside-info-2 {
    margin-top: 10em;
    padding: 0 20px;
}

.inside-info {
    margin-top: 18px;
}

.banner-inside {
    margin: 2em 0;
}

#gallery img {
    height: 100%;
    width: 100%;
    transition: 0.5s all;
    object-fit: cover;
}

#gallery a img:hover {
    transform: scale(1.4);
}

.info {
    margin-bottom: 0;
    padding: 0;
    font-family: ProximaNovaT-Thin;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    color: #030303;
    line-height: 1.8em;
    letter-spacing: .05em;
    text-rendering: optimizeLegibility;
}


/*Media Query*/

@media only screen and (max-width: 820px) {
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;

    }

    .logogbanner img {
        padding: 0px;
        width: 160px;
    }

    .logo img {
        width: 120px;
    }

    .left-proj-21 {
        padding-left: 0;
        padding-top: 0px;
        padding-right: 0px;
    }

    .inside-info-1 {
        padding-left: 0;
        margin-top: 0px;
    }

    .rev-dir {
        flex-direction: column-reverse;

    }

    .inside-info-1 img {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .banner-inside-2 {
        padding-right: 0px;
    }

    .list-li li {
        width: 50%;
        float: left;
    }

    .banner-inside-2 img {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mob-top {
        margin-bottom: 30px;
    }

    .list-li {
        display: inline-block;
        justify-content: center;
        margin-bottom: 20px;
    }

    .hide-dek {
        display: block;
    }

    .hide-mob-nm {
        display: none;
    }

    .abt-right-11 {
        padding-left: 0;
    }

    .main-wrapper {
        margin: 8vw 0;
    }

    #gallery a {
        height: 100%;
        width: 44%;
        float: left;
        margin: 15px 14px 0px 0;
        overflow: hidden;
        transition: 0.5s all;
        border: 1px solid #ccc;
    }

    .header .menu>.menu-item>a {
        text-align: center;
    }

    .menu {
        padding-top: 66px;
    }

    .hide-mob-1 {
        font-size: 15px;
        color: #222222;
        font-family: arno-pro;
        text-transform: capitalize;
        font-weight: 400;
        letter-spacing: .1em;
        display: block;
        justify-content: center;
        margin-top: 10px;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;

    }

    .hide-mob-1 {
        font-size: 15px;
        color: #222222;
        font-family: arno-pro;
        text-transform: capitalize;
        font-weight: 400;
        letter-spacing: .1em;
        display: block;
        justify-content: center;
        margin-top: 10px;

    }

    .menu {
        padding-top: 66px;
    }

    #gallery a {
        flex: 0 0 auto;
        width: 45%;
        float: left;
        margin: 15px 10px 0px 0;
        overflow: hidden;
        transition: 0.5s all;
        border: 1px solid #ccc;
    }

    .name-tem {
        /* font-size: 22px; */
        /* font-family: Proxima-Nova-Font; */
        margin: 0 0 20px 0;
        padding: 0;
        font-family: BrandonGrotesque-Light;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 33px;
        letter-spacing: .6em;
        text-transform: uppercase;
        color: #000;
    }

    .main-wrapper {
        margin: 8vw 0;
    }

    .info03 {
        margin-bottom: 0;
        padding: 0;
        font-family: ProximaNovaT-Thin;
        font-weight: 300;
        font-style: normal;
        font-size: 19px;
        color: #030303;
        line-height: 1.8em;
        letter-spacing: .05em;
        text-rendering: optimizeLegibility;
    }

    .abt-right-11 {
        padding-left: 0;
    }

    .hide-mob-nm {
        display: none;
    }

    .list-li {
        margin-top: 14px;
    }

    .list-li li {
        width: 100%;
        margin-bottom: 14px;
    }

    .list-li li a {
        text-align: center;
        display: block;
    }

    .list-li-link {
        margin-bottom: 0;
        padding: 0;
        font-family: ProximaNovaT-Thin;
        font-weight: 300;
        font-style: normal;
        font-size: 15px;
        color: #030303;
        line-height: 1.8em;
        letter-spacing: .05em;
        text-rendering: optimizeLegibility;
    }

    .list-li {
        display: inline-block;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }

    .hid-monb {
        display: none;
    }

    .title {
        text-transform: uppercase;
        color: #222;
        font-size: 12px;
        letter-spacing: 8px;
        font-family: BrandonGrotesque-Light;
        margin: 0 0 20px 0;
        padding: 0;
        line-height: 33px;
        /* font-family: brandon-grotesque; */
        font-weight: 400;
        font-style: normal;
    }

    .pro-div {
        margin-top: 00px;
    }

    .logo img {
        width: 100px;
    }

    .mob-10px {
        padding: 0 10px;
    }

    .mob-30px {
        padding: 0 20px;
    }

    .proj-diright {
        padding: 0;
    }

    .info-about-us-div {
        padding: 0;
    }

    .hide-dek {
        display: block;
    }

    .header .menu>.menu-item>a {
        text-align: center;
    }

    .logogbanner img {
        padding: 0px;
        width: 140px;
    }

    .info {
        margin-bottom: 0;
        padding: 0;
        font-family: ProximaNovaT-Thin;
        font-weight: 300;
        font-style: normal;
        font-size: 15px;
        color: #030303;
        line-height: 1.8em;
        letter-spacing: normal;
        text-rendering: auto;
        text-justify: inter-word;
    }

}

/* Tablet (768px – 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .proj-div {
        height: 450px !important;
    }

    .proj-div img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .header {
        padding: 2vw 0 !important;
    }

    .main-wrapper {
        margin: 2vw 0 !important;
    }

    .title {
        font-size: 20px !important;
        letter-spacing: 0.2em !important;
    }

    .proj-diright {
        padding: 0 20px !important;
    }

    .cnt-txt {
        align-items: center !important;
    }
}

/* Small Laptops (992px – 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header {
        padding: 1.5vw 0 !important;
    }

    .main-wrapper {
        margin: 1vw 0 !important;
    }

    .project-box {
        margin-bottom: 10px !important;
    }

    .proj-div {
        height: 380px !important;
    }

    .proj-div img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}

/* Mobile (max-width: 767px) */
@media only screen and (max-width: 767px) {
    .project-box .row {
        flex-direction: column !important;
    }

    .proj-div {
        height: 220px !important;
        overflow: hidden !important;
        margin-bottom: 10px !important;
    }

    .proj-div img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .title {
        font-size: 14px !important;
        letter-spacing: 0.2em !important;
        text-align: center !important;
        text-transform: uppercase !important;
        color: #222 !important;
    }

    .proj-diright {
        padding: 10px 0 0 0 !important;
    }

    .cnt-txt {
        justify-content: center !important;
        align-items: center !important;
        flex-direction: column !important;
        padding: 0 !important;
    }

    .project-box {
        margin-bottom: 50px !important;
    }
}


/* ══════════════════════════════════════════════
   Swipe-Up Exit Animation (Image-driven)
   ══════════════════════════════════════════════ */

/* The banner (background images) zooms in and flies upward */
@keyframes banner-zoom-exit {
    0% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }

    60% {
        transform: scale(1.08) translateY(-5%);
        opacity: 1;
    }

    100% {
        transform: scale(1.15) translateY(-40%);
        opacity: 0;
    }
}

/* The logo + chevron floats up and fades out */
@keyframes logo-float-exit {
    0% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -65%);
        opacity: 0;
    }
}

/* Applied to .banner when swipe triggers */
.banner.swipe-exit {
    animation: banner-zoom-exit 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    pointer-events: none;
}

/* Applied to .logogbanner when swipe triggers */
.logogbanner.swipe-exit {
    animation: logo-float-exit 0.4s ease-in forwards;
    pointer-events: none;
}