* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Kumbh Sans', sans-serif;
  }

  body, html {
	  background-color: #141414;
	  font-family: 'Kumbh Sans', sans-serif;
	  scroll-behavior: smooth;
  }
  
  .navbar {
	background: #005bd1;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	position: sticky;
	top: 0;
	z-index: 999;
  }
  
  .navbar__container {
	display: flex;
	justify-content: space-between;
	height: 80px;
	z-index: 1;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 50px;
  
  }
  
  #navbar__logo {
	/*background-color: #005bd1;
	background-image: linear-gradient(to top, #005bd1 0%, #fbff08 100%);
	background-size: 100%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	text-decoration: none;
	font-size: 2rem;
	font-style: italic;*/
	margin: 1rem;
	display: flex;
	cursor: pointer;
	width: 50px;
	height: 60px;
  
  
  }
  
  .fa-gem {
	margin-right: 0.5rem;
  
  }
  
  .navbar__menu {
	display :flex;
	align-items: center;
	list-style: none;
	text-align: center;
  }
  
  .navbar__item {
	height: 80px;
  }
  
  .navbar__links {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 0 1rem;
	height: 100%;
	font-size: 20px;
  }
  
  /*.navbar__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1rem;
	width: 100%;
  }*/
  
  .navbar__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
  }

  .btn {
	  text-decoration: none;
	  padding: 10px 50px;
	  font-size: 1.25rem;
	  position: relative;
	  margin: 32px;
  }

  .btn-3 {
	  overflow: hidden;
	  color: #005bd1;
	  border-radius: 30px;
	  box-shadow: 0 0 0 0 rgba(143, 64, 248, 0.5), 0 0 0 0 rgba(39, 200, 255, 0.5);
	  transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .btn-3::after {
	  content: "";
	  width: 100%;
	  height: 400px;
	  position: absolute;
	  top: -50px;
	  left: 0px;
	  background-color: #ff3cac;
	  background-image: linear-gradient(225deg, #ee985f 0%,
	   #26caf8 50%, 
	   #c625d0 100%);
	   z-index: -1;
	   transition: transform 0.5s ease;
  }

  .btn-3:hover {
	  transform: translate(0, -6px);
	  box-shadow: 10px -10px 25px 0 rgba(179, 221, 25, 0.596), -10px 10px 25px 0 rgba(179, 221, 25, 0.596);
  }


/* BUTTON */


  
 /* .button:hover {
	background: #fbff08b7;
	color: black;
	transition: all 0.3s ease;
  
  }*/
  
  .navbar__links:hover {
	color: #fbff08;
	transition: all 0.3s ease;
  }

  /* NAVBAR MOBILE VIEW */
  
  @media screen and (max-width: 960px) {
	.navbar__container {
	  display: flex;
	  /*justify-content: space-between;*/
	  height: 80px;
	  z-index: 1;
	  width: 100%;
	  max-width: 1300px;
	  padding: 0;
  
	}
  
	.navbar__menu {
	  display: grid;
	  grid-template-columns: auto;
	  margin: 0;
	  width: 100%;
	  position: absolute;
	  top: -1000px;
	  opacity: 0;
	  transition: all 0.5s ease;
	  height: 50vh;
	  z-index: -1;
	  background: #131313;
	  
	}
  
	.navbar__menu.active {
	  background: #131313;
	  top: 100%;
	  opacity: 1;
	  transition: all 0.5s ease;
	  z-index: 99;
	  height: 50vh;
	  font-size: 1.6rem;
	}
  
  #navbar__logo {
	padding-left: 25px;
	}
  
  .navbar__toggle .bar {
	width: 25px;
	height: 3px;
	margin: 5px auto;
	transition: all 0.3s ease-in-out;
	background: #fff;
  }
  
  .navbar__item {
	width: 100px;
  }
  
  .navbar__links {
	text-align: center;
	padding: 2rem;
	width: 100%;
	display: table;
  
  }
  
  #mobile-menu {
	position: absolute;
	top: 20%;
	right: 5%;
	transform: translate(5%, 20%);
  }
  
  .navbar__btn {
	padding-bottom: 2rem;
  
  }
  
  .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 60px;
	margin: 0;
	
  }

  .btn-3 {
	overflow: hidden;
	color: white;
	border-radius: 30px;
	box-shadow: 0 0 0 0 rgba(143, 64, 248, 0.5), 0 0 0 0 rgba(39, 200, 255, 0.5);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
  
  .navbar__toggle .bar {
	display: block;
	cursor: pointer;
  }
  
  #mobile-menu.is-active .bar:nth-child(2) {
	opacity: 0;
  }
  
  #mobile-menu.is-active .bar:nth-child(1) {
	transform: translateY(8px) rotate(45deg)
  }

  #mobile-menu.is-active .bar:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg)
  }
  
  }

  /* -----------------------------------SERVICES SECTION--------------------------------- */

  .partners {
      background: #141414;
      display: flex;
      flex-direction: column;
      align-items: center;
      height: auto;
  }

  .partners h1 {
      color: white;
      background-size: 100%;
      margin-top: 5rem;
      margin-bottom: 2rem;
      font-size: 2.5rem;
  }

  .partners__container {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }

  .partners__card {
      margin: 1rem;
      height: 525px;
      width: 400px;
      border-radius: 8px;
      background-image: url(/images/partner/phone.jpg);
      background-size: cover;
      position: relative;
      color: white;
  }

  .partners__card:nth-child(2) {
    background-image: url(/images/partner/shake.jpg);
}

.partners h2 {
    position: absolute;
    top: 350px;
    left: 30px;
}

.partners__card p {
    position: absolute;
    top: 400px;
    left: 30px;
}

.partners__card button{
    color: white;
    padding: 10px 20px;
    border: none;
    outline: none;
    border-radius: 1000px;
    background: blue;
    position: absolute;
    top: 440px;
    left: 30px;
    font-size: 1rem;
    cursor: pointer;
}

  .partners__card:hover {
      transform: scale(1.025);
      transition: 0.2s ease-in-out;

  }

  @media screen and (max-width: 960px) {
      .services {
          height: auto;
      }

      .services h1 {
          font-size: 2rem;
          margin-top: 12rem;
      }
  }

  @media screen and (max-width: 480px) {
    .services {
        height: auto;
    }

    .services h1 {
        font-size: 1.2rem;
    }

    .services__card {
        width: 300px;
    }

  }

  .divider2 {
	height: 20vh;
}

  /*------------------------------BRANDS SECTION-------------------------------- */

  .service__container {
	background: #141414;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;
	z-index: 2;
	/*height: 90vh;*/
	/*overflow-y: hidden;
	position: relative;*/
}

.service__container h1 {
	align-items: center;
	color: #ccc;
	font-size: 2.5rem;
}

.service__container span {
	font-style: italic;
	font-size: 30px;
}

.service__container {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

.service__row {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
}

.service__column {
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	flex: 0 0 100%;
	max-width: 100%;
}

.section-title {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 45px 0 30px 0;
}

.section-title::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	background: #eeeeee;
}

.effect {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	box-shadow:5px 5px 15px #000;
}

.effect .effect-img {
	font-size: 0;
	overflow: hidden;
	opacity: 0.5;
}

.effect .effect-img img {
	width: 100%;
	height: auto;
	transition: all .3s;
}

.effect:hover .effect-img img{
	transform: scale(1.2);
} 

.effect .effect-text {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(0, 0, 0, 0.76);
	overflow: hidden;
	transition: all .3s easi-in;
	opacity: 0.5;  
	
	cursor: pointer;
}

.effect .effect-text .inner {
	position: absolute;
	padding: 0 15%;
	z-index: 1;
}

.effect .effect-text:before, 
.effect .effect-text:after {
	position: absolute;
	display: block;
	width: 100%;
	height: 0;
	content: '';
}

.effect .effect-text:before {
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	left: -100%;
	top: 0;
}

.effect .effect-text:after {
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	left: 100%;
	bottom: 0;
}

.effect:hover .effect-text {
	opacity: 1;
}

.effect:hover .effect-text:after,
.effect:hover .effect-text:before {
	animation-delay: .1s;
	animation-duration: .5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}

.effect:hover .effect-text:after {
	animation-name: left-up;
}

.effect:hover .effect-text:before {
	animation-name: right-dn;
}

@-webkit-keyframes left-up {
	0% {
		left: 100%;
		height: 0;
	}
	50% {
		left: 0;
		height: 0;
	}
	100% {
		left: 0;
		height: 100%;
	}

}

@-webkit-keyframes right-dn {
	0% {
		left: -100%;
		height: 0;
	}
	50% {
		left: 0;
		height: 0;
	}
	100% {
		height: 0;
		left: 100%;
	}

}

.effect .effect-text h2 {
	height: 60px;
	color: #ffffff;
	font-size: 20px;
	margin: 0;
}

ul {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: left;
}

.service__container p {
	text-align: center;
	color: #ccc;
	padding-top: 19px;
}

@media (min-width:576px) {

	.service__container {
		max-width: 600px;
	}

	.service__column {
		flex: 0 0 100%;
		max-width: 100%;
	}
}


@media (min-width:992px) {
	.service__container {
		max-width: 1200px;
	}

	.service__column {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}




  /*------------------------------FOOTER SECTION-------------------------------- */

.footer {
	background: #0c0c0c;
	color: aliceblue;
	height: 200px;
	position: relative;
	padding-top: 40px;
	width: 100vw;
}

.footer .footer-bottom {
	background: #000000;
	color: aliceblue;
	font-size: 0.8rem;
	height: 50px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-top: 20px;

}

.footer-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}