/* @import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); */
@font-face {
    font-family: 'Jaguar Cyrillic';
    src: url('../fonts/JaguarCyrillic-Regular.woff2') format('woff2'),
        url('../fonts/JaguarCyrillic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jaguar Cyrillic';
    src: url('../fonts/JaguarCyrillic-Bold.woff2') format('woff2'),
        url('../fonts/JaguarCyrillic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    font-family: "Jaguar Cyrillic";
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
    font-family: "Jaguar Cyrillic";
}

p,
.f-mnts {
    text-decoration: none !important;
    font-family: "Jaguar Cyrillic";
}

h1,
h2,
h3,
h4,
h5,
h6,
.f-lxd {
    font-family: "Jaguar Cyrillic";
}

/* .f-pn {
    font-family: "Pangolin", serif;
} */

.bg-main {
    background: #f4eee5;
}

/* .bg-second {
    background: linear-gradient(45deg, #00000021, #f76f351f, #00000021);
} */
 .bg-second {
    background: #f9f9f9;
}

.color0 {
    color: #000 !important;
}

.colorf {
    color: #fff !important;
}

.color3 {
    color: #fa8b37 !important;
}

.color4 {
    color: #111 !important;
}

.bg-fff {
    background: #fff !important;
}

.tbp {
    padding: 100px 0;
}

.tbp2 {
    padding: 60px 0;
}
.tbm2 {
    margin: 60px 0;
}

.tbm {
    margin: 100px 0;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}
.mt-80 {
    margin-top: 80px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

img {
    width: 100%;
}

.btn1 {
    border: none;
    background: #fff;
    color: #111;
    padding: 6px 6px 6px 20px;
    border-radius: 100px;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex;
    gap: 12px;
    text-align: center;
    font-size: 14px;
}

.btn1 span {
    width: 34px;
    height: 34px;
    background: #F76F35;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    transform: rotate(-45deg);
    font-size: 16px;
}


.btn1:hover span {
    transform: rotate(0deg);
    transition: 0.5s;
}
.btn2 {
    border: none;
    background: #7a7878;
    color: #fff;
    padding: 6px 6px 6px 20px;
    border-radius: 100px;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-flex;
    gap: 12px;
    text-align: center;
    font-size: 14px;
}

.btn2 span {
    width: 34px;
    height: 34px;
    background: #545151;
    color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    transform: rotate(-45deg);
    font-size: 16px;
}


.btn2:hover span {
    transform: rotate(0deg);
    transition: 0.5s;
}

ul.navbar-nav {
    margin: 0 0 0 auto !important;
}

section.main-header {
    background: #f5f5f575;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(2px);
}
section.i-header {
    background: #FFF;
    border-bottom: 1px solid #efefef;
}

.cus-cus-container {
    width: 100%;
    max-width: 80%;
    margin-inline: auto;
}

a.navbar-brand img {
    max-width: 180px;
}
nav.navbar {
    padding: 0 0;
}
section.hero-banner {
    margin-top: -92px;
    position: relative;
    z-index: 0;
    background: linear-gradient(45deg, black, #F76F35, #000);
    height: 100vh;
    overflow: hidden;
}
/* .hbs-box {
    position: relative;
    z-index: 0;
}   
.hbs-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000044;
    top: 0;
    left: 0;
} */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, a.nav-link:hover, .nav-link:focus, .nav-link:hover {
    color: #F76F35 !important;
    font-weight: 600;

}
a.nav-link {
    color: #111;
    padding: 10px 14px !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-size: 12px;
}
.hbs-box img {
    height: 100vh;
    object-fit: cover;
    object-position: 50% 50%;
}
 /* .swiper {
      width: 300px;
      height: 300px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -150px;
      margin-top: -150px;
    } */

    .swiper-slide {
      background-position: center;
      background-size: cover;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
    }
    
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,25px) !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,25px) !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px !important;
    color: #fff;
    /* border: 1px solid #fff; */
    width: 40px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next, .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
    color: #111;
    background-color: #ffffff9a !important;
    border: 1px solid #ffffff9a;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ft-ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ft-ic p {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    color: #111;
}
.ft-ic p a{
    color: #F76F35;
}

footer {
    background: #fff;
    padding: 14px 0;
    position: relative;
    backdrop-filter: blur(2px);
    width: 100%;
    border-top: 1px solid #efefef;
}
.ft-blc{
    background: #0000009c;
    border-top: none;
}
.ft-fixed{
      position: fixed;
    bottom: 0;
    
}
.ft-blc p {
    color: #fff;
}
.bgb{
    background: #000000;

}
section.i-banner {
    background: url(../../assets/img/i-banner.jpg);
    padding: 120px 0 20px;
    margin-top: -92px;
    position: relative;
    z-index: 0;
    background-position: 50% 20%;
    background-size: cover;
    text-align: center;
    color: #fff;
}
section.i-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000b8;
    top: 0;
    left: 0;
    z-index: -1;
}
.ibt-txt p a {
    color: #F76F35;
}
.ibt-txt p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.hbs-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #000000ba;
    padding: 40px 40px;
    color: #fff;
    max-width: 700px;
    width: 100%;
}
.hbs-con h5, .main-tt h5 {
    font-size: 18px;
    color: #F76F35;
    padding-left: 50px;
    display: inline-block;
    margin-bottom: 12px;
    position: relative;
    z-index: 0;
    text-transform: capitalize;
}
.hbs-con h5:before, .main-tt h5:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #F76F35;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hbs-con h3 {
    font-size: 42px;
    font-weight: 200;
    margin: 0 0 20px;
}
.hbs-con:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #f76f35c4;
    left: -0px;
    top: -0px;
    border-radius: 0 0 40px 0;
}
.hbs-con:after {
     content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ffffffc4;
    right: -0px;
    bottom: -0px;
    border-radius: 40px 0 0px 0px;
}
.main-tt h3 {
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 12px;
    color: #111;
    line-height: 48px;
}
.main-con p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #222;
}
section.abt-sec {
    position: relative;
    z-index: 0;
}
/* section.abt-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/bg1.png);
    top: 0;
    right: 0;
    max-width: 50%;
    background-size: contain;
    background-position: center center;
} */
.abte-ic {
    display: flex;
    gap: 24px;
    /* flex-wrap: wrap; */
    justify-content: center;
}
.abte-box {
    width: 100%;
    /* max-width: 23%; */
    text-align: center;
}
.abte-box img {
    /* max-height: 280px;
    min-height: 280px;
    object-fit: contain;
    object-position: 50% 50%; */
    margin-bottom: 16px;
    background: #fff;
}
.abte-box h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #666;
}

.abte-box p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #111;
}
.mpr-column {
    width: 100%;
    max-width: 400px;
    min-width: 400px;
}
.mpr-row2 {
    display: flex;
    gap: 12px;
}
.mpr-row1 {
    margin-bottom: 12px;
}
section.main-projects {
    height: calc(100vh - 92px);
    padding: 30px 0 70px;
    position: relative;
    z-index: 0;
}
.mpr-box a {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: block;
}
.mpr-box a span {
    background: #0000007a;
    display: block;
    position: absolute;
    bottom: -30%;
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 600;
    color: #fff;
    /* transform: 0; */
}
.mpr-box a:hover span {
    
    bottom: 0;
    /* transform: rotate(0deg); */
    transition: 0.5s;
}
.mpr-row1 .mpr-box img {
    max-height: 260px;
    min-height: 260px;
    object-fit: cover;
}
.mpr-row2 .mpr-box img {
    max-height: 172px;
    min-height: 172px;
    object-fit: cover;
}
.mpr-row3 .mpr-box img {
    max-height: 140px;
    min-height: 140px;
    object-fit: cover;
}
.mpr-row4 .mpr-box img {
    max-height: 362px;
    min-height: 362px;
    object-fit: cover;
}
.mpr-row4 .mpr-box:first-child {
    margin-bottom: 12px;
}
.mpr-row5 .mpr-box img {
    max-height: 216px;
    min-height: 216px;
    object-fit: cover;
}
.mpr-row5 .mpr-box {
    margin-bottom: 12px;
}
.mpr-ic {
    display: flex;
    gap: 12px;
    padding-right: 600px;
}
.mpr2{
    padding-right: 0;
}
.mprc2 .mpr-row1 {
    margin-top: 12px;
    margin-bottom: 0;
}
.mpr-row3 .mpr-box {
    margin-bottom: 12px;
}
.mpr-row3 .mpr-box:last-child {
    margin-bottom: 0px;
}
.mprc3 {
    max-width: 170px;
    min-width: 170px;
}


.scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  display: flex;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE */
}
.scroll-wrapper::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.scroll-controls {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 5;
    margin-top: -30px;
    height: 40px;
}
.scroll-controls .scroll-btn {
    background: transparent;
    color: #F76F35;
    border: none;
    padding: 0px 0px;
    font-size: 30px;
    cursor: pointer;
    border-radius: 4px;
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}
.mpr-box {
    width: 100%;
}

.hctl-con {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}
.hctl-box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 47%;
}
.tlb-l span {
    background: #a8a8a8;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
}
.tlb-r h4 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #111;
    font-weight: 400;
}
.tlb-r p {
    font-size: 15px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    margin: 0;
}
.tlb-r p a {
    color: #000;
}
.hctl-social h5 {
    font-size: 18px;
    padding-left: 16px;
    position: relative;
    z-index: 0;
    margin-bottom: 18px;
    line-height: 26px;
}
.hctl-social h5:before {
    content: "" ;
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #a8a8a8;
    left: 0;
    border-radius: 10px;
}
.hctl-social p {
    margin-bottom: 0;
    display: flex;
    gap: 14px;
}
.hctl-social p a {
    color: #a8a8a8;
    border: 1px dashed #4d4d4d91;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
}
.form-group {
    width: 100%;
    margin-bottom: 20px;
}
.form-row {
    display: flex;
    gap: 20px;
}
.form-control {
    border-radius: 30px !important;
    padding: 14px 20px !important;
    border: none !important;
    background-color: #ebebeb !important;
}
.hctr-ic p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #222;
}
.i-header a.nav-link {
    color: #111;
}

nav.navbar .cus-container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.cus-container {
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.fancy-box {
    position: relative;
}

a.fancybox-buttons {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000d4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    opacity: 0;
}

.fancy-box:hover a.fancybox-buttons {
    opacity: 1;
    transition: 0.8s ease-in-out;
    z-index: 1;
}

a.fancybox-buttons:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #35fd1a1c;
    max-width: calc(100% - 75%);
    max-height: calc(100% - 75%);
}
.fancy-box:hover a.fancybox-buttons:before {
    border: 3px solid #fff;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    transition: 2s;
}
/* .mpr-column-content {
    width: 100%;
    max-width: 600px;
    min-width: 600px;
} */
.mprc-zx {
    padding-left: 30px;
    padding-right: 30px;
}
/* .mpr-column-content{

        position: fixed;
    right: 0;
    top: 120px;
    z-index: 1;
    background: #fff;
    height: 100%;
} */
.mpr-tt .main-tt h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}
.mpr-project-data {
    display: flex;
    flex-wrap: wrap;
    /* gap: 26px; */
    margin-top: 30px;
}
/* .prpd-box {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 10px 10px;
    border-radius: 12px;
    background: #f7f7f7;
} */
 .prpd-box {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid #efefef;
    padding: 10px 10px;
    border-radius: 0;
    background: transparent;
}
.prpd-box:last-child {
    border-bottom: none;
    
}
.prpd-l span {
    background: #fff;
    display: inline-flex;
    width: 62px;
    height: 62px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
}
.prpd-l span img {
    /* filter: brightness(0) invert(1); */
    max-width: 46px;
}
.prpd-r h4 {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 500;
    color: #111;
}
.prpd-r p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #666;
}

.prpd-box:hover {
    background: #F76F35;
    transition: 0.6s;
}
.prpd-box:hover .prpd-r h4, .prpd-box:hover .prpd-r p {
    transition: 0.6s;
    color: #fff;
}
.mobile-logo {
    display: none;
}
.rg-30{
    row-gap: 30px;
}
.slick-prev {
    left: 25px !important;
    z-index: 1;
}
.slick-next {
    right: 25px !important;
    z-index: 1;
}
.slick-next, .slick-prev {
    width: 60px !important;
    height: 60px !important;
 
    background: #0000007a !important;
}
.slick-next:before, .slick-prev:before {
    font-family: fontawesome !important;
}
.mpxz .mpr-box img {
    filter: grayscale(1);
}
.mpxz .mpr-box:hover img {
    filter: grayscale(0);
    transition: 0.5s;
}
/* project2 css */
.main-projects {
    padding: 20px;
}

/* .cus-container {
    max-width: 1200px;
    margin: auto;
} */

.project-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.project-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: auto; /* It will automatically fit image size */
}

.project-item img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.project-item span {
    margin-top: 8px;
    font-size: 14px;
    color: #111;
}

/* project2 css */

.pdsl-ic {
    column-count: 3;
}
.pdsl-ic .mpr-box {
    margin-bottom: 20px;
}
.prpd-l {
    display: none;
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 99999 !important;
}
.sketch-sec .mpr-box {
    border: 1px solid #ebebeb;
}
.abt-tt h4 {
    font-size: 40px;
    color: #F76F35;
    font-weight: 700;
    line-height: 54px;
}
.abtl-ic hr {
    margin: 50px 0;
    color: #c3c3c3;
}
.abte-box:nth-child(odd) {
    margin-top: 70px;
}
.abt-imh img {
    max-height: 180px;
    object-fit: contain;
    object-position: left center;
}