@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%;
}


: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{
background-color: #000;
 z-index: 999999999;
}

.insightsherobanner{
    width: 100%;
    height: 100vh;
    background-color: var(--black);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    gap: 2vw;
    padding:4vw;
}
.insightsherobanner h1{
  display: none;
}
.insightsherobanner h2{
  font-size: 16vw;
  font-family: neu;
  color: var(--mtext);
  font-weight: 900;
}
.insightsherobanner h2 span{
  font-size: 16vw;
  font-family: neu;
  color: var(--mtext);
  font-weight: 900;
}

.insightsherobanner p{
  width: 55%;
  font-size: 1.5vw;
  font-family: gr;
  color: var(--mdgwt);
}
@media (max-width:768px) {
.insightsherobanner{
    gap: 4vh;
    padding:5vh 0vw;
    
}
.insightsherobanner h2{
  display: none;
}
.insightsherobanner h1{
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  gap: 84px;
  
}
.insightsherobanner h1 span{
  font-size: 20vh;
  font-family: neu;
  color: #575b5f;
  font-weight: 900;
  animation-name: scroll;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: scroll;
  display: inline-block;
  animation-timing-function: linear;
  
}
.insightsherobanner h1::-webkit-scrollbar {
  display: none;
}
@keyframes scroll {
  0% {
      transform: translateX(0);
  }

  100% {
      transform: translateX(calc(-100% - 83px));
  }
}
.insightsherobanner p{
  width: 100%;
  font-size: 2.5vh;
  padding: 0 4vw;
}
.insightsherobanner p span{
  width: 100%;
  font-size: 2.5vh;
}
}

#csin{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 4vw 4vw 10vw;
  flex-direction: column;
  gap: 1vw;
  
}
#csin h3{
    font-size: 1.3vw;
    position: relative;
    margin-left: 20px;
    color: #777c81;
    display: flex;
    align-items: center;
    font-family: gr;
    gap: 1vw;
}
#csin h3 span{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: linear-gradient(to top right, #833ab4, #b084d3);
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
#csin-wrapp{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
  border-top: 1px solid #777c81;
  padding-top: 1vw;
}
#csin-wrapp a{
  text-decoration: none;
}

#blogin{
  width: 100%;
  height: 100%;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
  padding: 2vw 0;
}

#blogin-image{
  width: 100%;
  height: 32vh;
  background-color: #B084D3;
    overflow: hidden;
  border-radius: 10px;
  object-fit: cover;

}


#blogin-content{
  width: 100%;
  height: 100%;
  padding: 1vw 0;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}

#blogin-content h1{
  font-size: 1.5vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  font-family: gr;
  color: var(--offwhite);
  font-weight: 600;
}
#blogin-content h6{
  font-size: 1vw;
  color: #777c81;
}
#blogin-content h2{
  font-size: 1vw;
  color: #777c81;
}
#blogin-content p{
  font-size: 1.2vw;
  font-family: gr;
  color: #777c81;
}
@media (max-width:768px) {
  
#csin{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 2vw 4vw 10vw;
  flex-direction: column;
  gap: 1vh;
  
}
#csin h3{
    font-size: 2.2vh;
}
#csin-wrapp{
  padding: 4vw 0 10vh;
}

#blogin{
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  gap: 4vh;
}
#blogin-image{
  width: 100%;
  height: 32vh;
}


#blogin-content{
  padding: 2vh 0;
  gap: 2vh;
}

#blogin-content h1{
  font-size: 2.4vh;
}
#blogin-content h6{
  font-size: 1.8vh;
}
#blogin-content p{
  font-size: 2vh;
  font-family: gr;
  font-weight: 500;
}
#blogin-content h2{
  font-size: 1.8vh;
  color: #777c81;
}
}




#newsroomhome {
  height: 80vh;
  width: 100%;
  cursor: pointer;
  padding-left: 2.5vw;

  border-bottom: 1px solid #777c81;
    

}
#newsroomhome h3{
    font-size: 1.2vw;
    position: relative;
    margin-left: 35px;
  color: #ffffff;
  font-family: gr;
  font-weight: 500;
}
#newsroomhome h3 span{
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: linear-gradient(to top right, #833ab4, #b084d3);
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
#newsroomhome .swiper {
  width: 100%;
  height: 100%;
 position: relative;
}
.swiper-wrapper{
  width: 100%;
  height: 100%;
}
#newsroomhome .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 4vw;


  
}
.swiper-slideimg{
  width: 100%;
  height: 40vh;
  overflow: hidden;
  -webkit-transition: .6s ease;
    -o-transition: .6s ease;
    transition: .6s ease;
}
#newsroomhome .swiper-slideimg:hover img{
  scale: 1.1;
}

#newsroomhome .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;

 

}

#newsroomhome .swiper-slide {
  width: 30%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  -webkit-transition: left 0.4s ease;
    -o-transition: left 0.4s ease;
    transition: left 0.4s ease;
}
#newsroomhome .swiper-slide h1{
  font-family: gr;
  font-size: 1.2vw;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  font-weight: 500;
}
#newsroomhome .swiper-slide span{
  font-size: 1vw;
  color: #777c81;

}


#newsroomhome .swiper-button-next {
  color: #ffffff;
  background: linear-gradient(to top right, #833ab4, #b084d3);
  padding: 5px 20px;
  height: 20px;
  border-radius: 50px;
  position: absolute;
  top: 4%;
  right: 5%;
  z-index: 9999;
}
#newsroomhome .swiper-button-prev {
  color: #ffffff;
  background: linear-gradient(to top right, #833ab4, #b084d3);
  padding: 5px 20px;
  height: 20px;
  border-radius: 50px;
  position: absolute;
  top: 4%;
  left: 80%;
  margin-bottom: 3vw;
}

#newsroomhome .swiper-button-next::after {
  content: "";
}
#newsroomhome .swiper-button-prev::after {
  content: "";
}

#newsroomhome .swiper-pagination{
    /* background-color: red; */
    height: 5%;
    width: 5%;
    left: 85%;
    top: 1%;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
}

/* liquid hover effect */

._canvas_container {
  z-index: 999999999 !important;
  pointer-events: none;
}

.swiper-slideimg .image-div {
  height:100%;
  width: 100%;
  position: relative;
 
  -ms-flex-negative: 0;
      flex-shrink: 0;
  

}

.swiper-slideimg .image-div:nth-child(1) {
  height: 100%;
  width: 100%;
}

.swiper-slideimg .image-div img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}



#bgarrowbtn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1vw;
    height: 30px;
    width: 100%;
    position: absolute;
    top: 85%;
    left: 0%;
}

#bgarrowbtn h3 {
  font-size: 18px;
  font-family: gr;
  font-weight: 500;
    color:#ffffff;
}
#bgarrowbtn h3 i{
  font-size: 20px;
  font-family: gr;
  font-weight: 500;
    color:var(--offpurple);
}

#bgarrowbtn-effect {
    /* background-color: red; */
    padding: 0px 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    background: linear-gradient(to top right, #833ab4, #b084d3);
}

#bgarrowbtn img {
    position: relative;
    z-index: 99;
    height: 25px;

}

#bgarrowbtn-after {
    height: 100%;
    position: absolute;
    width: 100%;
    -webkit-transition: left 0.4s ease;
    -o-transition: left 0.4s ease;
    transition: left 0.4s ease;
    background: linear-gradient(to top right, #833ab4, #b084d3);
    left: -100%;
}

#bgarrowbtn-effect:hover #bgarrowbtn-after {
    left: 0;
}
@media (max-width:768px) {
#newsroomhome {
  height: 64vh;
}
#newsroomhome h3{
    font-size: 1.8vh;
}
#newsroomhome .swiper-slide {
  margin-top: 7vh;
}
.swiper-slideimg{
  height: 28vh;
}
#newsroomhome .swiper-slide {
  width: 90%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 1vh;
}
#newsroomhome .swiper-slide h1{
  font-size: 2vh;
  gap: 1vh;
  font-weight: 400;
}
#newsroomhome .swiper-slide span{
  font-size: 1.5vh;
}
#newsroomhome .swiper-button-next {
  color: #000000;
  background: transparent;
  padding: 0;
  border-radius:0;
  top: 10%;
}
#newsroomhome .swiper-button-prev {
  color: #000000;
  background: transparent;
  padding: 0;
  border-radius: 0;
  top: 10%;
  left: 60%;
 
}
#newsroomhome .swiper-pagination{
    height: 5%;
    width: 15%;
    left: 70%;
    top: 5.5%;
    font-size: 12px;
}

#bgarrowbtn {
    gap: 1.5vh;
    left: -6%;
}

#bgarrowbtn h3 {
  font-size: 1.7vh;
}

#bgarrowbtn img {
    height: 20px;
}

}

