@import url('https://fonts.googleapis.com/css2?family=Aboreto&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
    font-family: Heading;
    src:  url(/assets/fonts/Gallient.ttf);
  }
@font-face {
    font-family: gm;
    src: url(/assets/fonts/Graphik-Medium-Web.ttf);
  }
@font-face {
    font-family: gr;
    src: url(/assets/fonts/Graphik-Regular-Web.ttf);
  }
@font-face {
    font-family: gsb;
    src: url(/assets/fonts/Graphik-Semibold-Web.ttf);
  }
    @font-face {
    font-family: neu;
    src: url(/assets/fonts/NeueHaasDisplayMediu.ttf);
}

@font-face {
    font-family: neu;
    font-weight: 100;
    src: url(/assets/fonts/NeueHaasDisplayLight.ttf);
}

@font-face {
    font-family: neu;
    font-weight: 200;
    src: url(/assets/fonts/NeueHaasDisplayRoman.ttf);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: gr;
}
html, body {
    height: 100%;
    width: 100%;
}
*::selection {
    background-color: #fff;
    color: #96b73d;
  }
  .c-scrollbar {
    background: transparent;
}
.c-scrollbar_thumb {
    background-color: transparent;
}
:root {
  /* black family */
  --black:#000;
  --offblack:#0C0C0C;
  /* white family */
  --white:#ffffff;
 --offwhite:#E7E5E6;
 /* purple family */
 --offpurple:#B084D3;
 /* yellow family */
 --offyellow:#D3FF4E;
 /* yellow family */
 --lightbg:#FAF8F3;
 --darkbg:#EDECE7;
 /* para gray family*/
 --ParaGray:#A1A2A3;
 --mtext:#575b5f;
  --mdgwt:#777c81;
  
}


  #main{
    position: relative;

    z-index: 9999999;
}

#footer{
  width: 100%;
  height: 100vh;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 4vw 0;
}
#footer ul li{
  list-style: none;
}
#footerpart1{
  width: 100%;
  height: 25vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--mtext);
  padding: 4vw 0;
}
#footerpart1 h1{
  font-size: 4vw;
  font-family: gsb;
  color: var(--white);
}

#footerpart1 a{
  text-decoration: none;
  font-size: 3vw;
  color: var(--white);
  transition: 1s ease-in-out;
  
}
#footerpart1 a::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--mdgwt);
  display: block;
  margin-top: 6px;
}
#footerpart1 a:hover::after{
  background: linear-gradient(to top right, #833ab4, #fff);
}


#footerpart2{
  width: 100%;
  height: 40vh;
  display: flex;
  gap: 5vw;
}
#footerpart2-first{
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#footerpart2-second{
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#footerpart2 h1{
  font-size: 1.2vw;
  color: var(--white);
  text-transform: capitalize;
}
#footerpart2 ul{
  display: flex;
  flex-direction: column;
  gap: 7px;
}

#footerpart2 a{
  font-size: 1.1vw;
  color: var(--mdgwt);
  font-weight: 400;
  text-decoration: none;
  transition: 1s ease-in-out;
}

#footerpart2 a:hover{
    color: transparent;
   background: linear-gradient(to top right, #833ab4, #fff);
  -webkit-text-fill-color: transparent;
  background-clip:text;
}


#footerlast{
  width: 100%;
  height: 20vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  position: relative;

}
#footerlast h1{
  font-size: 15vw;
  color: var(--mtext);
  font-weight: bold;
  position: absolute;
  bottom: 0;
  font-family: neu;
 
  line-height: 16vw;
}

#footerlast a{
  font-size: 1.2vw;
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  bottom: 3vw;
  right: 17%;
  z-index: 9999;
  transition: 1s ease-in-out;
}

#footerlast a i{
  font-size: 1vw;
    color: transparent;
   background: linear-gradient(to top right, #833ab4, #b084d3);
  -webkit-text-fill-color: transparent;
  background-clip:text;
  margin-left: 6px;
}
#footerlast a:hover{
   color: transparent;
   background: linear-gradient(to top right, #833ab4, #fff);
  -webkit-text-fill-color: transparent;
  background-clip:text;
}
#footerlast p{
  font-size: 1vw;
  color: var(--white);
  font-weight: 400;
  position: absolute;
  bottom: 3vw;
  right: 0;
}

@media (max-width:1372px) {
  #footerpart2 h1{
    font-size: 1.5vw;
  }
  #footerpart2 ul{
    gap: 10px;
  }
  #footerlast a{
    font-size: 2vh;
    color: var(--white);
    font-weight: 400;
    text-decoration: none;
    position: absolute;
    bottom: 3vw;
    right: 20%;
  }
  #footerlast a i{
    font-size: 1.2vw;
  }
  #footerlast p{
    font-size: 1.2vw;
  }
  #footerlast a .text-div{
    height: 3vh;
    position: relative;
    z-index: 999;
    overflow: hidden;
    padding-top: 15px;
  }
  #footerlast .elem h1{
    font-size: 1.2vw;
    transition: all ease-out 0.5s;
    color: var(--white);
    font-weight: 400;
    position: relative;
  }

}
@media (max-width:768px) {
  #footer{
    height: 90vh;
  }
#footerpart1{
  height: 20vh;
  flex-direction: column;
  align-items: flex-start;
  gap: 2vh;
  padding: 4vh   0;
}
#footerpart1 h1{
  font-size: 5vh;
  font-family: gsb;
  color: var(--offwhite);
}

#footerpart1 a{
  font-size: 2.2vh;
  color: var(--mdgwt);

}
#footerpart2{
  gap: 6vh;
}
#footerpart2-first{
  gap: 30px;
}
#footerpart2-second{
  gap: 30px;
}
#footerpart2 h1{
  font-size: 2.5vh;
}

#footerpart2 a{
  font-size: 2.2vh;

}

#footerlast h1{
  font-size: 10vh;
  bottom: 10vh;
  left: 0vw;
  line-height: 12vh;
  border-bottom: 1px solid var(--mdgwt);
}

#footerlast a{
  font-size: 2vh;
  bottom: 5vh;
  left: 0;
}
#footerlast a i{
  font-size: 2vh;
}
#footerlast p{
  font-size: 1.5vh;
  bottom: 5vh;
  right: 0;
  letter-spacing: 0px;

}

}


  
#hoverstopinfiniteslider {
  padding: 25px 0;
  width: 100%;
  background-color: var(--black);
  border-top: 1px solid var(--mdgwt);
  border-bottom: 1px solid var(--mdgwt);
  cursor: pointer;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 99999999;
}

#hoverstopinfiniteslider::-webkit-scrollbar {
  display: none;
}

#hoverstopinfiniteslider h1 {
  font-size: 50px;
  font-family: gr;
  display: inline-block;
  /* background-color: red; */
  animation-timing-function: linear;
  margin-right: 30px;
  animation-name: scroll;
  animation-duration: 8s;
  animation-iteration-count: infinite;
   color: transparent;
   background: linear-gradient(to top right, #000, #ffffff,#000000 );
  -webkit-text-fill-color: transparent;
  background-clip:text;
}

#hoverstopinfiniteslider h1 a {
  font-family: gr;
   color: #fff;
   background: linear-gradient(to top right, #833ab4, #b084d3);   ;
  -webkit-text-fill-color: #fff;
    text-decoration: none;
  padding:  .8vw 2vw;

 
}


@keyframes scroll {
  0% {
      transform: translateX(0);
  }

  100% {
      transform: translateX(calc(-100% - 34px));
  }
}

#hoverstopinfiniteslider:hover h1{
  animation-play-state: paused;
}

@media (max-width:768px) {
#hoverstopinfiniteslider {
  padding: 3vh 0;
  border-top: 2px solid var(--mdgwt);
  border-bottom: 2px solid var(--mdgwt);
}
#hoverstopinfiniteslider h1 {
  font-size: 4vh;
  animation-duration: 10s;
}
#hoverstopinfiniteslider h1 a {
  padding:  1vh 2vw;
}


}
#homemoving-text {
  position: relative;
    overflow-x: auto;
    white-space: nowrap;
    z-index: 99;
    border-top: 1px solid var(--mdgwt);
    border-bottom: 1px solid var(--mdgwt);
    padding: 2vw 0;
}

#homemoving-text::-webkit-scrollbar {
    display: none;
}

.movingcon {
    white-space: nowrap;
    display: inline-block;
    animation-name: move;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#homemoving-text h1 {
    font-size: 3vw;
    /* background-color: lightblue; */
    display: inline-block;
    color: transparent;
   background: linear-gradient(to top right, #000, #ffffff,#000000 );
  -webkit-text-fill-color: transparent;
  background-clip:text;
   position: relative;
}

.movingcon #gola {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    background-color: #FE320A;
    background: linear-gradient(to top right, #833ab4, #B084D3);   
    margin: .4vw 2vw;
}

@keyframes move {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@media (max-width:768px) {
  #homemoving-text {
    padding: 2vh 0;
}
.movingcon {
    animation-duration: 15s;
}

#homemoving-text h1 {
  font-size: 4vh;
}

.movingcon #gola {
    margin: .4vh 2vh;
}
}