@font-face {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    src: url('./fonts/Raleway-Light.eot');
    src: url('./fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Raleway-Light.woff2') format('woff2'),
         url('./fonts/Raleway-Light.woff') format('woff'),
         url('./fonts/Raleway-Light.ttf')  format('truetype'),
         url('./fonts/Raleway-Light.svg#Raleway Light') format('svg');
}
@font-face {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    src: url('./fonts/Raleway-Regular.eot');
    src: url('./fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Raleway-Regular.woff2') format('woff2'),
         url('./fonts/Raleway-Regular.woff') format('woff'),
         url('./fonts/Raleway-Regular.ttf')  format('truetype'),
         url('./fonts/Raleway-Regular.svg#Raleway') format('svg');
}
@font-face {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    src: url('./fonts/Raleway-Medium.eot');
    src: url('./fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Raleway-Medium.woff2') format('woff2'),
         url('./fonts/Raleway-Medium.woff') format('woff'),
         url('./fonts/Raleway-Medium.ttf')  format('truetype'),
         url('./fonts/Raleway-Medium.svg#Raleway Medium') format('svg');
}
@font-face {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    src: url('./fonts/Raleway-SemiBold.eot');
    src: url('./fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Raleway-SemiBold.woff2') format('woff2'),
         url('./fonts/Raleway-SemiBold.woff') format('woff'),
         url('./fonts/Raleway-SemiBold.ttf')  format('truetype'),
         url('./fonts/Raleway-SemiBold.svg#Raleway SemiBold') format('svg');
}
@font-face {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    src: url('./fonts/Raleway-Bold.eot');
    src: url('./fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/Raleway-Bold.woff2') format('woff2'),
         url('./fonts/Raleway-Bold.woff') format('woff'),
         url('./fonts/Raleway-Bold.ttf')  format('truetype'),
         url('./fonts/Raleway-Bold.svg#Raleway') format('svg');
}
html { scroll-behavior: smooth; }
body{
    font-size: 20px;
    font-family: "Raleway", sans-serif;
    line-height: 30px;
    font-weight: 400;
    background-color: #000;
    color: #fff;
}
img { max-width: 100%; height: auto; }

h2{
    font-size: 99px;
    font-weight: 400;
    color: #FF4F0A;
    line-height: 121px;
}
h3{
    font-size: 52px;
    line-height: 52px;
    font-weight: 400;
    color: #fff;
}
h5{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
}
header {
    background: linear-gradient(89.86deg, #4B3659 0%, #793F39 26.44%, #FF4F0A 59.65%, #FF3109 83.56%, #BC2A0E 97.87%);
    padding: 24px 0px 31px 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
body {
    padding-top: 94px;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
button.toggle-menu {
    display: none;
}
.navigation {
    margin: 0 0 0 auto;
}
header ul.nav {
    gap: 60px;
}
header ul.nav li {
    line-height: normal;
}
.header a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.the-work img {
    border-radius: 24px;
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
    object-fit: cover;
}
footer {
    background: linear-gradient(89.85deg, #614573 3.86%, #793F39 44.97%, #FF4F0A 75.46%, #FF3109 94.44%, #E72703 99.94%);
    color: #fff;
    text-align: center;
    padding: 283px 0px 46px 0px;
    position: relative;
    overflow :hidden;
}
.footer-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    max-height: 100%;
}
.footer-shape img {
    max-width: 80%;
}
footer a {
    display: inline-block;
    margin-bottom: 8px;
}
footer copyright {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.the-work {
    padding: 80px 0 100px 0;
}
.heading-red {
    padding-bottom: 40px;
}
.heading-red h2 {
    margin: 0;
}
.container-1300 { max-width: 1300px; }

.videofull {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.videofull::before {
    content: "";
    background: linear-gradient(180deg, #000000 0%, rgba(102, 102, 102, 0) 88.55%),
linear-gradient(180deg, #000000 0%, rgba(102, 102, 102, 0) 88.55%);
    height: 225px;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
/* .videofull::after {
    bottom: 0;
    top: auto;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
 } */

.mac-board {
    padding: 80px 0;
}
 .mac-bg {
    min-height: 973px;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    padding: 70px 75px 0 90px;
    margin-top: 30px;
}
.logopowerd {
    border-radius: 16px !important;
    padding: 15px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.fivebox-process {
    display: flex;
    gap: 8px;
    width: 100%;
    align-items: flex-start;
}
.proces-box {
    width: 20%;
    border-radius: 20px;
    padding: 18px;
}
.proces-box h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    min-height: 110px;
    margin: 0;
}

.plus-toggle {
    display: inline-block;
    background-color: #000;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    text-align: center;
    line-height: 33px;
    font-size: 0;
    vertical-align: middle;
    position: relative;
    float: right;
}
.plus-toggle::before, .plus-toggle::after {
    content: "";
    width: 14px;
    height: 3px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    vertical-align: middle;
}
.plus-toggle::after {
    width: 3px;
    height: 14px;
}

.proces-box ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 20px;
}


.service-owl .owl-stage {
    display: flex;
}
.service-owl .item {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
}
h3 {
    font-size: 52px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.01em;
    margin: 0;
    text-transform: uppercase;
    border-left: 2px solid #FF4F0A;
    padding-left: 10px;
}
.hover-servicebox {
    border: 1px solid #FF4F0A;
    border-radius: 25px;
    padding: 30px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    width: 99%;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.hover-servicebox h3 {
    margin-bottom: 100px;
}

h3.serviceheading {
    position: absolute;
    bottom: 17%;
    left: 0;
    right: 0;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}
.plus-toggle[aria-expanded="true"]::after {
    display: none;
}
.service-box {
    height: 100%;
    width: 100%;
    position: relative;
}
.service-box:before {
    background: rgb(0 0 0 / 55%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.service-box img.service-pics {
    width: 100%;
    height: 100%;
    max-height: 70vh;
    object-fit: cover;
    min-height: 400px;
}
.service-box:hover .hover-servicebox { opacity: 1; visibility: visible; }
.service-owl {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 10px;
}
.earthlight-section, .earthlight-section img {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.hide-onhover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: center center !important;
}

.box-intab {
    position: relative;
    display: inline-block;
    width: 100%;
}
.box-hoverdata {
    border: 1px solid #FF4F0A;
    border-radius: 25px;
    padding: 30px 10px;
    background-color: #000;
    width: 100%;
    display: inline-block;
    transition: 0.8s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}
.tab-m-t {
    margin-top: 150px;
}
.box-intab:hover .box-hoverdata { opacity: 1; visibility: visible; }
.box-hoverdata ul {
    padding: 0px 0 0 10px;
    list-style: none;
    margin-bottom: 90px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.last-btn a {
    background: #D9D9D93D;
    color: #FF4F0A;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    line-height: normal;
    text-align: left;
    min-width: 80%;
    display: inline-block;
}




.loginpage { padding: 0px !important; }

.login {
    width: 100%;
    height: 100vh;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./image/OmniFAB-Password-Screen-background.webp);
    filter: blur(8px);
    -webkit-filter: blur(15px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}
.user {
    position: relative;
}
.user-loginpage {
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
span.profile {
    /* background: hsl(0, 0%, 90%);
    display: flex;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px; */
    display: block;
    text-align: center;
}
/* span.profile svg {
    width: 100%;
    height: 100%;
} */
.user h2 {
    font-size: 36px;
    display: block;
    text-align: center;
    margin: 20px 0px;
    line-height: normal;
    color: #fff;
}
.field {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    margin: 0 auto;
}
.field input {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    padding: 6px 20px;
    font-size: 16px;
    height: 50px;
}
.field a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF4F0A;
    height: 50px;
    min-width: 50px;
}
.omnifa-tab-home .nav-pills .nav-link {
    color: #666;
    font-weight: 400;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 26px;
    text-align: left;
}
.omnifa-tab-home .nav-pills .nav-link.active {
    color: #e4432e;
    font-size: 29px;
}
.omnifa-tab-home .nav-pills {
    flex-direction: column;
    padding: 0;
    margin: 0 !important;
    gap: 90px;
}

.leftanim-pic {
    position: relative;
    z-index: -1;
}


li.nav-item.omini-tab-1 ,
li.nav-item.omini-tab-5 {
    margin-left: -90px;
}
li.nav-item.omini-tab-2 ,
li.nav-item.omini-tab-4 {
    margin-left: -20px;
}
.tab-img-toggle {
    padding-top: 110px;
    align-items: center;
}

.omnifa-tab-home .nav-pills .nav-link.active::Before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #e4432e;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.hero-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 12vw;
}
.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.hero-image img { height: 100%; width: 100%; object-fit: cover; }

.container.hero-container {
    position: relative;
}
.hero-container h2 {
    color: #fff;
    font-size: 90px;
}

.hero-container h2 span {
    font-size: 33px;
    display: block;
    line-height: 30px;
    margin-bottom: -20px;
}
.hero-container hr {
    height: 200px;
    width: 2px;
    background-color: #FF4F0A;
    opacity: 1;
    margin: 0 0 40px 0;
}
.videofull video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.mobile-view {
    display: none;
}
div#services {
    padding-top: 90px;
}
#mobile-tabman.stick .box-hoverdata {
    top: -50px;
    bottom: auto;
}
div#mobile-tabman {
    position: relative;
    z-index: 99;
}





.tab-img-toggle {
    height: 600vh; 
}

.tab-img-toggle .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 10; 
}

.circle-container {
    position: relative;  
    padding-right: 15px;
}
 
 

.trigger-scroll-main {
    flex-direction: column;
    padding: 0;
    margin: 0 !important;
    gap: 90px;
    display: flex;
    position: relative;z-index: 9;
    padding-left: 15px;
}
.trigger-text {
    color: #666;
    font-weight: 400;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 26px;
    text-align: left;
}
.trigger-text.active::Before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #e4432e;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.trigger-text.text-1 , .trigger-text.text-5 {    margin-left: -90px;} 
.trigger-text.text-2, .trigger-text.text-4 {    margin-left: -20px;}

.trigger-text.active {  color: #e4432e;  font-size: 29px;}

.section {    height: 100vh; /* Each section takes full viewport height */}
.circle {
    position: relative;
}

.revel-white {
    position: absolute;
    top: 14%;
    right: 0;
    height: 25%;
    width: 30%;
    background-color: #000;
}
.div-3 {
    top: 39%;
    right: 0;
    height: 26%;
    width: 30%;
}
.div-4 {
    top: 64%;
    right: 0;
    height: 40%;
    width: 40%;
}
.div-5 {
    top: 51%;
    left: 18%;
    height: 60%;
    width: 43%;
}

div#progressCircle[style="width: 40%;"] .div-2 {    display: none;}

div#progressCircle[style="width: 60%;"] .div-2 ,
div#progressCircle[style="width: 60%;"] .div-3 {    display: none;}

div#progressCircle[style="width: 80%;"] .div-2 ,
div#progressCircle[style="width: 80%;"] .div-3 ,
div#progressCircle[style="width: 80%;"] .div-4 {    display: none;}


div#progressCircle[style="width: 100%;"] .div-2 ,
div#progressCircle[style="width: 100%;"] .div-3 ,
div#progressCircle[style="width: 100%;"] .div-4,
div#progressCircle[style="width: 100%;"] .div-5 { display: none; }

@media (max-width: 1199px) {
.trigger-text {
    font-size: 21px;
}
.trigger-scroll-main {
    gap: 70px;
}
.trigger-text.active {
    font-size: 21px;
}
}
@media (max-width: 767px) {
    .rows.tab-img-toggle ,
    .remove-mobile-tab {
    display: none;
}
.omifa-accordion.mobile-view {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column-reverse;
}

.mobile-circle-shape {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.revel-white-mobile {
    position: absolute;
    top: 14%;
    right: 0;
    height: 90%;
    width: 81%;
    background-color: #000;
    transform: rotate(13deg);
    clip-path: polygon(48% -5%, 90% 0%, 103% 22%, 89% 89%, 27% 101%, 5% 82%, -6% 36%);
}
.mobile-div-3 {
    clip-path: polygon(168% 2%, 120% 0%, 103% 22%, 89% 89%, 27% 101%, 5% 82%, -6% 36%);
}
.mobile-div-4 {
    clip-path: polygon(80% 2%, 100% 10%, 103% 2%, 109% 129%, 47% 108%, 14% 94%, 7% 56%);
    transform: rotate(80deg);
    top: 30%;
}
.mobile-div-5 {
    clip-path: polygon(48% -5%, 90% 0%, 103% 22%, 89% 89%, 27% 101%, 5% 82%, -6% 36%);
    height: 84%;
    width: 50%;
    top: auto;
    bottom: -12%;
    left: 18%;
    right: auto;
    transform: rotate(0deg);
}

.add-40 .mobile-div-2 {
    display: none;
}
.add-60 .mobile-div-3 {
    display: none;
}
.add-80 .mobile-div-4 {
    display: none;
}
.add-100 .mobile-div-5 {
    display: none;
}

}