        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Roboto:wght@900&display=swap');
@font-face {
    font-family: head;
    src: url(./Heading-Now-Variable.ttf);
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'head';
}

html{
    scroll-behavior: smooth;
    cursor:default;
}
a{
    cursor: none;
}
/* body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
} */
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden; }
  
  html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  
  .has-scroll-smooth body {
    overflow: hidden; }
  
  .has-scroll-smooth [data-scroll-container] {
    min-height: 100vh; }
  
  [data-scroll-direction="horizontal"] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap; }
  
  [data-scroll-direction="horizontal"] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%; }
  
  .c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0; }
    .c-scrollbar:hover {
      transform: scaleX(1.45); }
    .c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
      opacity: 1; }
    [data-scroll-direction="horizontal"] .c-scrollbar {
      width: 100%;
      height: 10px;
      top: auto;
      bottom: 0;
      transform: scaleY(1); }
      [data-scroll-direction="horizontal"] .c-scrollbar:hover {
        transform: scaleY(1.3); }
  
  .c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab; }
    .has-scroll-dragging .c-scrollbar_thumb {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
    [data-scroll-direction="horizontal"] .c-scrollbar_thumb {
      right: auto;
      bottom: 0; }

html,body{
    width: 100%;
    min-height: 100vh;
    background-color: black;
}
main{
    width: 100%;
    min-height: 100vh; 
    position: relative;
    overflow-x: hidden;

}
header {
    position: fixed;
    width: 100%;
    height: 13vh;
    display: flex;
    align-items: last baseline;
    justify-content: space-between;
    padding: 0 50px;
    color: white;
    z-index: 9;
    background-color: transparent;
}

header .hl {
    height: fit-content;
    font-size: 21px;
    padding-left: 3px;
    display: flex;
    align-items: center;
}

header .hl img {
    height: 70px;
    margin-right: 10px;
}

header .hl span {
    margin: -3px;
    font-weight: 300;
    font-stretch: 750%;
    margin-right: 2.2px;
}

header .hr {
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 0;
    gap: 20px; /* spacing between navlinks */
}

header .hr h3 {
    font-size: 17px;
    font-stretch: 900%;
    font-weight: 600; /* bold font for all navlinks */
    transition: all ease 0.3s;
    margin: 0;
    padding: 8px 16px;
    border-radius: 4px;
}

header .hr h3:hover {
    font-weight: 700;
}

header .hr .consultation-btn {
    background-color: blue;
    color: white;
    font-family: sans-serif;
    text-decoration: none;
    padding: 16px 16px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    margin-right: 20px; /* spacing between navlinks */
}

header button {
    font-size: 13px;
    font-weight: 500;
    font-stretch: 900%;
    background-color: transparent;
    border: none;
    color: white;
    display: none;
    margin-bottom: 1vw;
}

.page1{
    width: 100%;
    height:100vh;
    /* background-color: red; */
}
.page1 .hz-scroll-div{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    /* background-color: yellowgreen; */
}
.hz-scroll-div::-webkit-scrollbar{
    display: none !important;
}
.page1 h1{
    position: fixed;
    left: 3%;
    white-space: nowrap;
    color: white;
    pointer-events: none;
    font-size:48rem;
    font-size:42vw;
    font-stretch: 250%;
    font-weight: 750;
}

.page2{
  width: 100%;
  height: 100vh;
  background-color: transparent;
}
/* Styles for All Video Containers 👍 */
.video-container{
    position: relative;
    width: 100%;
    height: 100%;
    /* background-color: green; */
    transform: scale(0.56);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 10;
}
/* Styles For Videos 👍 */
.video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Anilink Styles */
a:any-link{
    text-decoration: none;
    color: black;
    transition: all ease 0.3s;
}
a:any-link:hover{
    font-weight: 900;
}
.page3{
    position: relative;
    width: 100%;
    min-height: 50vh !important;
    padding: 0 8vw;
    padding-top: 20vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}
.page3-content-div{
    position: relative;
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 20vh; */
    /* background-color: aqua; */
}
.page3 .l-content{
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    /* background-color: yellow; */
}
.page3 h1{
    white-space: nowrap;
    font-size: 6vw;
    line-height: 5.5vw;
    font-stretch: 750%;
    font-weight: 400;
}
.page3 .l-content-p2{
    position: absolute;
    right: 0;
    bottom: 33%;
}
.page3 .l-content-p2 h5{
    white-space: nowrap;
    font-size: 0.9vw;
    font-stretch: 700%;
    font-weight: 200;
}
.page3 .r-content{
    position: relative;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    overflow: hidden;
    /* background-color: red; */
}
.page3 .r-content .r-content-in-1{
    width: 100%;
    height: 50%;
    /* background-color: royalblue; */
}
.page3 .r-content .r-content-in-2{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content:end;
    align-items:flex-end;
    width: 100%;
    height: 50%;
    /* background-color: gray; */
}
.page3 .strech-container{
    position: relative;
    width: 100%;
    min-height: 100vh;
    max-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20vh;

}
.page3 .strech-child{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 10vw;
    max-height: 31vw;
    overflow: hidden;
    margin-bottom: 0.5vw;
    /* background-color: red; */
}
.page3 .strech-divs{
 position: absolute;
 width: 100%;
 height: calc(100% - 40px);
 display: flex;
 align-items: center;
 justify-content: center;
 overflow: hidden;
 /* background-color: red; */
}
.page3 .strech-divs img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(-20px);
}
.page3 .text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    background-color: white;
}
.page3 .text h3{
    white-space: nowrap;
    opacity: 0;
    font-family: poppins;
}
.page3 .text h3:last-child{
    font-weight: 100;
}

.page4{
    position: relative;
    width: 100%;
    height: 150vh;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 10vw;
    overflow: hidden;
}
.page4 .video-container{
    position: absolute;
    top: 90%;
    width: 100%;
    height: 100vh;
}
.page4 .pg4-child{
    /* background-color: red; */
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.page4 .more-cases{
    width:fit-content;
    height:fit-content;
    /* background:white; */
}
.page4 .more-cases h1{
    white-space: nowrap;
    font-weight: 450;
    font-size: 4vw;
    font-stretch: 650%;
}
.page4 .pg4-content-div{
    position: relative;
    margin-top: 5vw;
    /* background-color: yellowgreen; */
    width:100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.page4 .pg4-content-div h1{
   white-space: nowrap;
   font-size: 12vw;
   line-height: 10vw;
   font-stretch: 400%;
}
.page4 .pg4-content-div p{
    margin-top: 2vw;
    font-size: 1.2vw;
    width: 26vw;
   line-height: 1.5vw;
   font-stretch: 600%;
}
.page4 .pg4-content-div h3{
    margin-top: 2vw;
    font-size: 2.4vw;
    width: 26vw;
   font-stretch: 600%;
}
.page5{
    width: 100%;
    min-height: 200vh;
    max-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 15vw;
    background-color: white;
}
.page5 .pg5-child1{
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content:flex-start;
    padding-left: 10vw;
    /* background-color: red; */
}
.page5 .pg5-child1 h1{
    white-space: nowrap;
   font-size: 12vw;
   line-height: 10vw;
   font-stretch: 400%;
}
.page5 .pg5-child1 .pg5-child1-p2 h3{
    font-size: 1.1vw;
    font-weight: 350;
   line-height: 1.5vw;
   font-stretch: 600%;
}

.page5 .pg5-child3{
   width: 100%;
   padding-left: 10vw;
   height: auto;
   display: flex;
   align-items: flex-end;
   padding-top: 5vw;
   /* background-color: #fff; */
}
.page5 .pg5-child3 h1{
    white-space: nowrap;
    font-weight: 450;
    font-size: 4vw;
    font-stretch: 650%;
}
.page5 .pg5-child4{
    position: relative;
    padding-top: 2vw;
    /* background-color: yellowgreen; */
    width:100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.page5 .pg5-child4 h1{
   white-space: nowrap;
   font-size: 12vw;
   line-height: 10vw;
   font-stretch: 400%;
}
.page5 .pg5-child4 .pg5-child4-h3{
    margin-top: 3vw;
}
.page5 .pg5-child4 .pg5-child4-h3 h3{
    font-size: 1.2vw;
    font-stretch: 600%;
    font-weight: 300;
    margin-top: -0.15px;
}
.page5 .pg5-child4 h3{
    margin-top: 3vw;
    font-size: 1.2vw;
    width: 26vw;
   font-stretch: 600%;
}
.page6{
    width: 100%;
    height: 100vh;
    background-color: white;
}
.page6 .top{
    position: relative;
    width: 100%;
    height: 30%;
    /* background-color: red   ; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 3vw 0vw;
}
.page6 .top .t2 p{
    font-size: 4vw;
    line-height: 5vw;
    width: 25vw;
    /* background-color: yellow; */
}
.page6 .top .t3 p{
    width: 10vw;
    /* background-color: yellow; */
}
.page6 .top p{
    font-size: 1.1vw;
    width: 33vw;
   font-stretch: 600%;
}
.page6 .bottom{
  position: relative;
  width:100%;
  height:calc(100vh - 30%);
  display: flex;
}
.page6 .bottom .b1{
    position: relative;
   width: 50%;
   height: 100%;
   padding-left: 3vw;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: center;
   /* background-color: aqua; */
}
.page6 .bottom .b1 .h1{
    position: relative;
    width: fit-content;
    height: fit-content;
    /* background-color: red; */
}
.page6 .bottom .b1 h1{
    line-height: 3vw;
}
.page6 .bottom .b1 span{
    font-size: 5vw;
    font-stretch: 650%;
    font-weight: 300;
    margin-left: -0.5vw;
}
.page6 .bottom .b1 .wideSpan{
    font-stretch: 800%;
}
.page6 .bottom .b2{
   width: 50%;
   height: 100%;
   display: flex;
   flex-direction: column;
   /* background-color: yellow; */
}
.page6 .bottom .b2p1{
    position: relative;
    width: 81%;
    height: 35%;
    display: flex;
    align-items: center;
    /* background-color: aliceblue; */
    justify-content: space-around;
}
.page6 .bottom .b2p2{
    width: 50%;
    /* background-color: antiquewhite; */
    display: flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    
}
.page6 .bottom .b2p3{
    width: 100%;
    height: 35%;
    /* background-color: gray; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left: -2vw;

}
.page6 .bottom h3{
    font-size: 1.1vw;
   line-height: 1.5vw;
   font-stretch: 600%;
   font-weight: 300;
   transition: all ease 0.3s;
}
.page6 .bottom h3:hover{
    font-weight: 500;
    cursor: pointer;
}
.page6 .bottom .b2p2{
    font-size: 1.2vw;
   line-height: 1.5vw;
   font-stretch: 900%;
   font-weight: 300;
   margin-left: 4.5vw;
   /* width: 100%; */
   padding-bottom: 5px;
   border-bottom: 2px solid black;
} 
.page6 .bottom .b2p3b{
   text-align: center;
} 
.page6 .bottom .b2p3b h3{
    font-size: 1.2vw;
    line-height: 1.5vw;
    font-stretch: 700%;
    font-weight: 400;
}


/* Media Queries --------------------------- */
@media (max-width:800px){
    header h3{
        display: none;
    }  
    header button{
        display: block;
    }
    header .hl .logo span{
        font-size: 4vw;
    }
    .ff-page3-help-brand-cont{
        height: 50vh !important;
        /* border: 1px solid #000; */
        /* background-color:red; */
    }
    .post-cursor{
        display: none !important;
    }
}
@media (width <= 600px) {
    header .hl{
      /* width: 25%; */
      /* background-color: red;   */
      font-size: 3vw;
      margin-bottom: 1vw;
    } 
    header .hl span{
        margin-right: 0.5vh
    }
    .page1 .hz-scroll-div{
        padding-top: 15vw;
    } 
    .page1 h1{
        font-size:34rem;
        font-stretch: 220%;
    }
    .page3 .l-content{
        padding-top: 15vw;
        width: 100%;
        flex-direction: column;
    }
    .page3 .l-content .l-content-p2{
        height: auto;
        left: 6vw;
        bottom: 5vw;
    }
    .page3 .l-content .l-content-p2 h5{
        font-size: 2.5vw;
    }
    .page3 .r-content{
        width: 100%;
    }
    .page3 .page3-content-div{
        flex-direction: column;
    }
    .page3 h1{
        font-size: 11vw;
        line-height: 11vw;
    }

    .page3 .strech-child{
        width: 100%;
        min-height: 20vh;
        margin-bottom: -5vw;

    }
    .page3 .strech-child .text {
        bottom:8vw;
    }
    .page3 .text h3{
        opacity: 1;
        font-size: 3vw;
    }
    .page4{
        min-height:50vh;
    }
    .page4 .more-cases h1{
       font-size: 8vw;
    }
    .page4 .pg4-content-div{
        margin-top: -20vw;
    }
    .page4 .pg4-content-div h1{
       font-size: 16vw;
       line-height: 14vw;
    }
    .page4 .pg4-content-div p{
        margin-top: 3vw;
        width: 40%;
       font-size: 3vw;
       line-height: 3.5vw;
    }
    .page4 .pg4-content-div h3{
        margin-top: 4vw;
       font-size: 5vw;
       font-weight: 500;
    }
    .page5{
        padding-top: 20vw;
    }
    .page5 .pg5-child1{
    padding-left: 5vw;
    flex-direction: column;
    align-items: flex-start;
    }
    .page5 .pg5-child1-p1 h1{
      font-size: 15vw;
      line-height: 13vw;
    }
    .page5 .pg5-child1-p2{
        margin-top: 2vw;
        padding-left: 1vw;
    }
    .page5 .pg5-child1 .pg5-child1-p2 h3{
        font-size: 2.5vw;
        font-weight: 200;
       line-height: 3.5vw;
       font-stretch: 700%;
    }
    .page5 .pg5-child2{
        flex-direction: column;
        align-items: center;
        padding-top: 20vw;
        padding-left: 12vw;
    }
    .page5 .pg5-child2 .pg5-child2-in1 .img{
        width: 90vw;
        height:120vw ;
    }
    .page5 .pg5-child2 .pg5-child2-in1 p{
        padding: 3vw;
        font-size: 2.5vw;
        font-stretch: 750%;
    }
    .page5 .pg5-child2 .pg5-child2-in2{
        margin-top: 10vw;
    }
    .page5 .pg5-child2 .pg5-child2-in2 .img{
        width: 90vw;
        height:120vw ;
    }
    .page5 .pg5-child2 .pg5-child2-in2 p{
        padding: 3vw;
        font-size: 2.5vw;
        font-stretch: 750%;
    }
    .page5 .pg5-child3 {
        padding-left: 5vw;
    }
    .page5 .pg5-child3 h1{
        font-size: 7vw;
    }
    .page5 .pg5-child4 h1{
        font-size: 16vw;
        line-height: 15vw;
     }
     .page5 .pg5-child4 .pg5-child4-h3{
        padding-top: 7vw;
     }
     .page5 .pg5-child4 .pg5-child4-h3 h3{
        width: 100%;
        font-size: 2.5vw;
        font-stretch: 700%;
        font-weight: 250;
        line-height: 5vw;
     }
     .page5 .pg5-child4 h3{
        margin-top: 5vw;
       font-size: 3.75vw;
       width: 70vw;
       font-weight: 500;
     }
     .page6{
        min-height: 160vw;
     }
     .page6 .top{
        justify-content: center;
        padding-top:10vw ;
        display: flex;
        flex-direction: column-reverse;
        /* background-color: aqua; */
     }
     .page6 .top .t1{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background-color: red; */
     }
     .page6 .top .t1 p{
        width: 60%;
        text-align: center;
        font-size: 2vw;
        line-height: 4vw;
     }
     .page6 .top .t2 p{
        font-size: 8vw !important;
        line-height: 8vw !important;
        width: auto;
        text-align: center;
    }
     .page6 .top .t3{
        display: none;
     }
     .page6 .bottom{
        flex-direction: column;
     }
     .page6 .bottom .b1{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 10vw ;
        /* background-color: red; */
     }
     .page6 .bottom .b1 .h1{
        margin-top: 10vw;

     }
     .page6 .bottom .b1 h1{
        margin-bottom:11vw ;
     }
     .page6 .bottom .b1 h1 .tr,
     .page6 .bottom .b1 h1 .br{
        font-size: 41vw;
     }
     .page6 .bottom .b1 h1 span{
        font-size: 40vw;
     }
     .page6 .bottom .b2p1{
        display: none;
     }
     .page6 .bottom .b2p2{
        margin-top: 20px;
        font-size: 3.5vw;
        padding: 3vw 0;
        width: 70vw;
    }
     
     .page6 .bottom .b2p3{
        width: 100%;
        /* background-color: aquamarine; */
        margin-left: 48vw;
        height: auto;
        display: flex;
        align-items: flex-end;
        justify-content: end;
     }
     .page6 .bottom .b2p3a{
        display: none;
     }
     .page6 .bottom .b2p3b h3{
        font-size: 3vw;
        line-height: 4vw;
     }
}

@media (max-width:400px){
    .page6{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 100vh;
    }
    header .hl .logo span{
        font-size: 7vw;
    }
    .page6 .top .t1 p{
        font-size: 3vw;
    }
}

header{
    mix-blend-mode: difference;
    z-index: 15;
}

/* ------------------------------------------------------------------ */
.loadingScreen{
    position: fixed;
    height: 100vh;
    color: black;
    width: 100%;
    background-color: #fff;
    /* font-size: 3vw; */
    overflow: hidden;
    display: grid;
    place-items: center;
    text-align: center;
    font-family: poppins;
    z-index: 8;
}
.loading-text{
    font-family: poppins;

}
@media (max-width:768px){
    header{
        padding: 0;
    }
    .loadingScreen {
        /* font-size: 3vw; */
    }
    .logo h1 span{
        font-size: 2.6vw !important;
    }
    .post-cursor{
        display: none !;
    }
}
@media (max-width:420px){
    .loadingScreen {
        /* font-size: 5vw; */
    }
    .logo h1 span{
        font-size: 2.7vh !important;
    }
}
main, header{
    /* display: none; */
    opacity: 0;
}

/* ----------------------------------------------------------------------- */
.ff-page3-help-brand-cont{
    height: 80vh;
}
.ff-page3-help-brand{
    height: 80vh;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: poppins;
    /* border: 1px solid #000; */
}

.ff-page3-help-brand h4{
    font-family: poppins;
    font-size: 4vw;
}
.ff-page3-help-brand h2{
    font-family: poppins;
    font-size: 8vw;
}

.claim-btn{
    height: 15vh;
    width: 15vh;

    position: fixed;
    bottom: 0;
    right: 0;
    display: grid;
    place-items: center;

    background: #fff;
    mix-blend-mode: difference;

    z-index: 5;

    font-size: 2vh;
    border-radius: 50%;
}

.claim-btn h3{
    font-stretch:wider;
    font-family: poppins;

}

/* ------------------------------------------------------- */
.hr a h3{
    color: #fff;
    mix-blend-mode: difference;
}
/* .pg5-child2 > div {
    transition: scale 0.2s ease-out;
} */
/* .pg5-child2 > div:hover{
    scale: 1.1;
} */
/* portfolio */
.post-cursor{
    position: absolute;
    height: 10vh;
    width: 10vh;
    background-color: rgb(242, 255, 0);
    mix-blend-mode: difference;
    border-radius: 50%;
    z-index: 15;
    top:0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    display: grid;
    place-items: center;
}
.post-cursor > h3{
    font-size: 3vh;
    font-weight: 600;
    color: white;
    mix-blend-mode: difference;
    font-family: poppins;
}
.strech-divs{
    position: relative;
}
.img-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: poppins;
    transition: all 0.5s ease;
}
.img-overlay h2{
    font-size: 5vw;
    font-weight: 600;
    font-family: poppins;
    font-stretch: normal;
    text-align: center;
}

footer{
    background-color: #fff;
    min-height: 80vh;
    position: relative;
}

footer *{
    font-family: poppins;
}

.footer-top{
    padding-top: 5vh;
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 15vh;
    font-size: 5.8vw;
    line-height: 20vh;
}
footer video{
    width: 19vw;
    height: 15vh;
    object-fit: cover;
    border-radius: 15px;
}
.qlt{
    align-self: flex-end;
}
footer{
    position: relative;
}
.footer-btm{
    position: absolute;
    width: 100%;
    bottom: 3vh;
    display: flex;
    justify-content: space-between;
    text-align: right;
    padding: 5px;
    
    font-size: 1.5vw;
    overflow-y: hidden;
}

.btm-right h3{
    font-weight: 200;
    font-size: 3vh;

}
.btm-left{
    font-size: 2vh;
    font-weight: 600;
    text-align: left;
}
@media (max-width:800px) {
    footer{
        min-height: 40vh;
        padding-bottom: 10vh;
    }
    footer video{
        height: 10vw;
    }
    
    .footer-top{
        line-height: 13vw;
    }
}
@media (max-width:500px){
    footer{
        min-height: 70vh;
        padding-bottom: 20vh;
    }
    .footer-top h2{
        display: flex;
        flex-direction: column;
        font-size: 15vw;
        line-height: 13vh;
    }
    .qlt{
        align-self: flex-start;
    }
    footer video{
        width: 50vw;
        height: 15vh;
    }
    .footer-top h2{
        line-height: 16vw;
    }
}
@media (max-width:400px){
    .footer-btm{
        flex-direction: column;

    }
    footer video{
        width: 80vw;
    }
}

.floating-btn{
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    transition: transform 0.5s ease;
    z-index: 10;
}
.floating-btn i{
    font-size: 40px;
}

//testemonials

         .pg5-child2 {
            /* background-color: #1a1a1a; */
            padding: 40px 0;
            overflow: hidden;
            position: relative;
        }
        .pg5-child2 *{
            font-family: 'Roboto', Arial, sans-serif !important;
        }

        .testimonials-container {
            display: flex;
            gap: 30px;
            flex-wrap: nowrap;
            padding: 0 20px;
            position: relative;
            width: fit-content;
        }

        #testimonials-track {
            display: flex;
            gap: 30px;
            will-change: transform;
            animation: scroll 30s linear infinite;
            margin-top: 100px;
        }

        #testimonials-track:hover {
            animation-play-state: paused;
        }

        @keyframes scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        .testimonial-card{
            flex: 0 0 auto;
            width: 360px !important;
            height: 470px !important;
            background: linear-gradient(145deg, rgba(60, 60, 60, 0.3), rgba(40, 40, 40, 0.3));
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            padding: 30px 24px;
            color: #ffffff;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            text-align: center;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            animation: fadeInUp 0.6s ease forwards;
        }

        .testimonial-card:hover {
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
            border-color: rgba(255, 255, 255, 0.2);
        }

        .testimonial-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
            transition: left 0.5s;
        }

        .card-logo {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin-bottom: 20px;
            box-shadow: 0 4px 15px rgba(79, 172, 254, 0.3);
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.2);
            background-color: transparent;
        }

        .card-logo img{
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .card-description {
            flex: 1;
            display: block; /* Changed from flex to block */
            /* margin: 20px 0; Optional spacing */
            margin-top:30px !important;
        }

        .testimonial-text {
            font-size: 14px;
            opacity: 1;
            line-height: 1.6;
            font-weight: 400;
            color: #ffffff;
            text-shadow: none;
        }

        .card-bottom {
            margin-top: 20px;
        }

        .testimonial-title {
            font-size: 25px;
            font-weight: 800;
            margin-bottom: 8px;
            color: #90e0ef;
            text-shadow: none;
            letter-spacing: 1px;
            text-align : center;
        }

        .testimonial-author {
            font-size: 12px;
            opacity: 0.85;
            font-weight: 400;
            color: #ffffff;
        }

        .author-name {
            color: #4facfe;
            font-weight: 600;
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .testimonial-card {
                width: 300px;
                height: 380px;
            }

            .testimonials-container,
            #testimonials-track {
                gap: 25px;
            }
        }

        @media (max-width: 768px) {
            .testimonial-card {
                width: 280px;
                height: 360px;
            }

            .testimonials-container,
            #testimonials-track {
                gap: 20px;
            }

            .card-logo {
                width: 70px;
                height: 70px;
            }
        }

        @media (max-width: 480px) {
            .testimonial-card {
                width: 250px;
                height: 340px;
            }

            .testimonials-container,
            #testimonials-track {
                gap: 15px;
            }

            .card-logo {
                width: 60px;
                height: 60px;
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        //replace
#pageX * {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#pageX {
    position: relative;
    width: 100vw;
    height: 200vh;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transition: all 0.6s ease;
    z-index: 1;
    background-color: #000; /* Black fallback */
}

.pageX-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pageX {
    position: relative;
    width: 100%;
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s ease;
    isolation: isolate;
}

/* Heading Background - Fixed for mobile/tablet */
.pageX-heading-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    display: none;
    background-color: #000; /* Black background behind image */
}

.pageX-heading-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.2); /* Reduced brightness */
}

.pageX h2 {
    font-size: clamp(1.8rem, 3vw, 4rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5rem;
    z-index: 15;
    position: relative;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease;
    color: white;
    padding: 0 1rem;
    letter-spacing: 0.05em;
  font-family: "Unbounded", sans-serif;

}

.pageX h2:hover{
    font-style : italic;
    color:yellow;
}

/* Desktop styles */
@media (min-width: 1025px) {
    .pageX::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        background-size: cover;
        background-position: center;
        filter: brightness(0.3) blur(40px); /* Darker and more blurred */
        z-index: -1;
    }
    
    .pageX h2 {
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
    }

    .pageX-heading-bg img{
                filter: brightness(0.3) blur(40px); /* Darker and more blurred */

    }
}

/* Mobile and tablet styles */
@media (max-width: 1024px) {
    .pageX {
        height: 20vh;
    }
    
    .pageX-heading-bg {
        display: block;
    }
    
    .pageX-heading-bg img {
        opacity: 1; /* Full opacity */
        filter: brightness(0.6); /* Reduced brightness */
    }
    
    .pageX h2 {
        font-size: clamp(1.5rem, 6vw, 2.5rem);
        padding: 0 0.5rem;
    }
}