* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}
html,
body {
  height: 100%;
  width: 100%;
  background-color: #0c0d11;
  overflow-x: hidden;
}
a{
    text-decoration: none;
}
p {
  font-family: "Space Grotesk", serif;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
  color: #fff;
}
.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ffffff2d;
}
.nav-link {
  color: #fff;
}
.navbar-brand {
  font-weight: 700;
  font-size: 1.7rem;
  font-family: "Rubik", sans-serif;
  color: #fff;
}
.hero-wrapper {
  width: 100%;
  min-height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-wrapper h1 {
  font-size: 3vw;
  color: #fff;
  font-weight: 800;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  line-height: 3rem;
}
.text-gradient {
  background: #00cd82;
  background: linear-gradient(to left, #00cd82 3%, #2c8a48 58%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logos-slider {
  display: flex;
  justify-content: space-between;
  /* overflow-x: hidden; */
  align-items: center;
  gap: 4rem;
  position: relative;
}
.logos-slider img {
  width: 140px !important;
  height: auto;
  filter: brightness(0) saturate(100%) invert(87%) sepia(1%) saturate(298%)
    hue-rotate(350deg) brightness(89%) contrast(79%);
}
.logos-slider:hover img {
  filter: brightness(0) saturate(100%) invert(78%) sepia(54%) saturate(4394%)
    hue-rotate(101deg) brightness(105%) contrast(104%);
}
.column-9-slider {
  overflow-x: hidden;
}
.skills-wrapper {
  min-height: 100vh;
  width: 100%;
  background-color: #1e1e1e;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 050px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 050px;
  border-top-left-radius: 50px;
  border-top-right-radius: 050px;
}
.skill-txt {
  font-size: 8vw;
  font-weight: 800;
  color: #3535351f;
  -webkit-background-clip: text;
  background-image: url("https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExamQ3Ym9jNG9mdHJneDd5MWZicTVmOXloOTVhaTBwcGJqMG12c2dueiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/aCCleAr6W1njtygxHC/giphy.gif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.st-2 {
  font-family: "Space Grotesk", serif;
  padding-bottom: 1.5rem;
}
.btn {
  border: 0;
  outline: 0;
  border-radius: 50px;
  font-size: 1.5rem;
  padding: 0.7rem 2rem;
  color: #111;
}
.btn-success {
  background-color: #2cdf6e;
}
.box-skill {
  border: 1px solid #fff;
  min-height: 30vh;
  padding: 1.75rem;
  transition: all ease 0.5s;
}
.icons-dets {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
#bs1 {
  border: 1px solid #ff6b00;
}
#bs1:hover {
  background-color: #ff6b00;

  -webkit-box-shadow: 0px 0px 116px 25px rgba(255, 106, 0, 0.43);
  -moz-box-shadow: 0px 0px 116px 25px rgba(255, 106, 0, 0.43);
  box-shadow: 0px 0px 116px 25px rgba(255, 106, 0, 0.43);
}
#bs2 {
  border: 1px solid #ee1d36;
}
#bs2:hover {
  background-color: #ee1d36;
  -webkit-box-shadow: 0px 0px 116px 25px rgba(238, 29, 53, 0.43);
  -moz-box-shadow: 0px 0px 116px 25px rgba(238, 29, 53, 0.43);
  box-shadow: 0px 0px 116px 25px rgba(238, 29, 53, 0.43);
}

#bs3 {
  border: 1px solid #146ef5;
}
#bs3:hover {
  background-color: #146ef5;

  -webkit-box-shadow: 0px 0px 116px 25px rgba(1, 68, 239, 0.43);
  -moz-box-shadow: 0px 0px 116px 25px rgba(1, 68, 239, 0.43);
  box-shadow: 0px 0px 116px 25px rgba(1, 68, 239, 0.43);
}

#bs4 {
  border: 1px solid #00d722;
}
#bs4:hover {
  background-color: #00d722;

  -webkit-box-shadow: 0px 0px 116px 25px rgba(0, 215, 32, 0.43);
  -moz-box-shadow: 0px 0px 116px 25px rgba(0, 215, 32, 0.43);
  box-shadow: 0px 0px 116px 25px rgba(0, 215, 32, 0.43);
}

#bs5 {
  border: 1px solid #ed52cb;
}
#bs5:hover {
  background-color: #ed52cb;

  -webkit-box-shadow: 0px 0px 116px 25px rgba(237, 82, 203, 0.43);
  -moz-box-shadow: 0px 0px 116px 25px rgba(237, 82, 203, 0.43);
  box-shadow: 0px 0px 116px 25px rgba(237, 82, 203, 0.43);
}

#bs6 {
  border: 1px solid #3d3d40;
}
#bs6:hover {
  background-color: #3d3d40;

  -webkit-box-shadow: 0px 0px 116px 25px rgba(61, 61, 64, 0.43);
  -moz-box-shadow: 0px 0px 116px 25px rgba(61, 61, 64, 0.43);
  box-shadow: 0px 0px 116px 25px rgba(61, 61, 64, 0.43);
}

.will-wrapper h1 {
 font-size: 8vw;
 font-weight: 800;
 color: #35353500;
 -webkit-background-clip: text;
 background-image: url('https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExd3FrZDM0YmcyYjZsOXZxaGEwN2dsc3Jkb3dncG41Y2VqNGE4ZnE5bSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/KfScX0OAl34WGNqbnV/giphy.gif');
 background-position: center center;
 background-size: cover;
 background-repeat: no-repeat;

}
.features-sec
{
    text-align: center;
}
.about-wrapper
{
    background-color: #1E1E1E;
}
.about-wrapper h1
{
    font-size: 5vw;
    font-weight: 800;
    text-transform: uppercase;
    color: #353535;
}

.about-div
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #0c0d11;
    padding: 1rem 3rem;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.about-div h2,h4
{
    color: #111;
    line-height: 1.2rem;

}

#abd-1
{
background-color: #00cd82;
}
#abd-2
{
    background-color: #00cd4f;
}
#abd-3
{
background-color: #b8eb1d;
}

.review-wrapper h1
{
    font-size: 8vw;
    font-weight: 800;
    color: #3D3D40;
}
.review-wrapper h2
{
    font-family: "Space Grotesk", serif;
    font-weight: 400;
}
.box-review
{
    width: 300px;
    min-height: 300px;
    background-color: #1E1E1E;
    padding: 1.5rem;
    border-radius: 35px;
}
.customer
{
    display: flex;
    margin-top: 2rem;
    justify-content: space-between;
    gap: 1rem;
}
.img-rev-customer
{
    width: 50px;
    height: 50px;

}
.img-rev-customer img
{
    object-fit: cover;
    border-radius: 50px;
}
.join-wrapper
{
    width: 100%;
    min-height: 100vh;
    background-color: #1E1E1E;
}
.join-h1
{
    font-size: 8vw;
    color: #35353500;
    font-weight: 800;
    -webkit-background-clip: text;
    background-image: url('https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExcXg5dmtlbTBsZ25tdmc3cmUzYXBxM2Y1Ym52MDU5bDczdXJ3a25zcCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/D9NnzMkyeWTdK/giphy.gif');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.join-wrapper h2
{
    font-family: "Space Grotesk", serif;
    font-weight: 400;

}
.join-box
{
    border-left: 3px solid #00cd4f;
}
.text-j-green
{
    color: #00ff6e;
}
.text-j-blue
{
    color: #00e1ff;
}
.text-j-yellow
{
    color: #ffe600;
}
.talk-wrapper
{
  width: 100%;
}

.talk-wrapper h1
{
  font-size: 8vw;
  font-weight: 800;
  color: #353535;
}
.talk-wrapper h2
{
    font-family: "Space Grotesk", serif;
    font-weight: 400;

}

footer
{
  font-family: "Space Grotesk", serif !important;
}
.text-heading-footer
{
  color: #9C9C9D;
  margin-bottom: 2rem;
}
.links-copyright
{
  gap: 1rem;
  text-align: end;
}

.btn-header
{
  background-color: #00ff73;
  color: #1E1E1E;
  border: none;
  padding: 0.25rem 1rem;
  border-radius: 50px;
  font-size: 1rem;
  cursor: pointer;
}