@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,400;1,500;1,600;1,700&display=swap');

body{
  font-family: 'Poppins', sans-serif;
 
  box-sizing: border-box;
 /* background-color: #0b1423;
  */
}
h1{
  font-weight: 600;
}
p{
  font-size: 16px;
  line-height: 1.5;
  color: rgb(219, 219, 219);
}
.nav-wrapper{
  background-color:#0b1423;
  min-height: 60px;
  overflow: hidden;
}
.logo-img img{
  width: 40px;
}
.menu ul {
  margin-top: 20px;
}
.menu ul li{
  margin-right: 20px;
  list-style-type: none;
}
.menu ul li:last-child{
  margin-right:0px 
}
.menu ul li a{
  text-decoration: none;
  color: #fff;
}
/* menu hover */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  height: 2px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.social li{
  list-style-type: none;
  margin-right: 10px;
}
.social li:last-child{
  margin-right: 0px;
}
.social li i{
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
}
.social li a{
  text-decoration: none;
  color: #000;
}
/* social icon hover hover */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #3b5998;
  color: #fff;
}
.hvr-fade-l:hover, .hvr-fade-l:focus, .hvr-fade-l:active {
  background-color: #007bb5;
  color: #fff;
}
.hvr-fade-i:hover, .hvr-fade-i:focus, .hvr-fade-i:active {
  background-color: #e95950;
  color: #fff;
}
.hvr-fade-g:hover, .hvr-fade-g:focus, .hvr-fade-g:active {
  background-color: #555555;
  color: #fff;
}
.hero{
  position: relative;
}
.hero .content{
  margin: 0 auto;
}
.hero .contentcenter{
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.hero .content h1{
  color:#ff214f;
  font-weight: 600;
}
.content h1{
  color: #ff214f;
}
/* button-hover */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff214f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* animation background hero section */
@keyframes cube {
  from {
      transform: scale(0) rotate(0deg) translate(-50%, -50%);
      opacity: 1;
 }
  to {
      transform: scale(20) rotate(960deg) translate(-50%, -50%);
      opacity: 0;
 }
}
.hero {
  position: relative;
  height: 100vh;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background:linear-gradient(to left, rgba(0, 0, 0, 0.281), rgb(0, 0, 0,0.90)), url("../../src/banner/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hero ul li {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 5px;
  height: 5px;
  border: solid 1px #fff;
  color: transparent;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  animation: cube 7s ease-in forwards infinite;
}
.hero ul li:nth-child(0) {
  animation-delay: 0s;
  left: 43vw;
  top: 21vh;
  border-color: #ff214f;
}
.hero ul li:nth-child(1) {
  animation-delay: 2s;
  left: 14vw;
  top: 30vh;
}
.hero li:nth-child(2) {
  animation-delay: 4s;
  left: 46vw;
  top: 64vh;
}
.hero ul li:nth-child(3) {
  animation-delay: 6s;
  left: 55vw;
  top: 70vh;
  border-color: #ff214f;
}
.hero ul li:nth-child(4) {
  animation-delay: 8s;
  left: 70vw;
  top: 87vh;
}
.hero ul li:nth-child(5) {
  animation-delay: 10s;
  left: 94vw;
  top: 43vh;
  border-color: #ff214f;
}
.hero ul li:nth-child(6) {
  animation-delay: 12s;
  left: 20vw;
  top: 82vh;
}
.hero ul li:nth-child(7) {
  animation-delay: 14s;
  left: 87vw;
  top: 24vh;
  border-color: #ff214f;
}
.hero ul li:nth-child(8) {
  animation-delay: 16s;
  left: 65vw;
  top: 52vh;
}
.hero ul li:nth-child(9) {
  animation-delay: 18s;
  left: 81vw;
  top: 10vh;
}
.hero ul li:nth-child(10) {
  animation-delay: 20s;
  left: 37vw;
  top: 60vh;
}
.hero ul li:nth-child(11) {
  animation-delay: 22s;
  left: 50vw;
  top: 74vh;
  border-color: #ff214f;
}
.hero ul li:nth-child(12) {
  animation-delay: 24s;
  left: 1vw;
  top: 91vh;
}
.hero ul li:nth-child(13) {
  animation-delay: 26s;
  left: 10vw;
  top: 1vh;
}
.hero ul li:nth-child(14) {
  animation-delay: 28s;
  left: 72vw;
  top: 46vh;
  border-color: #ff214f;
}
.hero ul li:nth-child(15) {
  animation-delay: 30s;
  left: 89vw;
  top: 34vh;
  border-color: #ff214f;
}
.hero ul li:nth-child(16) {
  animation-delay: 32s;
  left: 26vw;
  top: 12vh;
  border-color: #ff214f;
}
.hero ul li:nth-child(17) {
  animation-delay: 34s;
  left: 30vw;
  top: 95vh;
  border-color: #ff214f;
}
/* * ---------------------------------------- * @animation text-shadow-drop-center * ---------------------------------------- */
.tracking-in-expand {
  -webkit-animation: tracking-in-expand 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  animation: tracking-in-expand 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-expand {
  0% {
      letter-spacing: -0.5em;
      opacity: 0;
 }
  40% {
      opacity: 0.6;
 }
  100% {
      opacity: 1;
 }
}
@keyframes tracking-in-expand {
  0% {
      letter-spacing: -0.5em;
      opacity: 0;
 }
  40% {
      opacity: 0.6;
 }
  100% {
      opacity: 1;
 }
}
/* * ---------------------------------------- * my self section * ---------------------------------------- */
#myself{
  background-color:#0b1423 ;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}
.my-image{
  padding: 20px;
  background-color: #ff214f;
  z-index: 9 !important;
}
.my-image img{
  width: 300px;
}
/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
 /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
 /*For IE7-8-9*/
  z-index: 99;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-left:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}
/* * ---------------------------------------- * myskill section * ---------------------------------------- */
.myskill{
  padding-top:60px;
  padding-bottom:60px;
  background-color: #0B1423;
}
.skill-box h6{
  font-size: 13px;
}
.skill-box{
  margin-bottom: 15px;
}
/* * ---------------------------------------- * Service section * ---------------------------------------- */
#service{
  background-color: #0a121f;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}
.margin-last {
  margin-right: 0px;
}
#service h3{
  font-family: sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.service-card{
  padding: 40px;
  background-color: #0b1423;
  margin-bottom: 20px;
  margin-right: 20px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.service-card .icon{
  width: 60px;
  height: 60px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.service-card .icon i{
  font-size: 24px;
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff214f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* * ---------------------------------------- * qualification section * ---------------------------------------- */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  background-color: #ff214f;
  box-shadow: 0 0 8px #ff214f;
}
#qualification{
  background-color: #0b1423;
  padding-top: 60px;
  padding-bottom: 60px;
}
#qualification h3{
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.card-img-top{
  box-sizing: border-box;
  width: 60px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}
.tab-content .card{
  background-color: #0a121f;
  padding-top: 20px;
  color: #fff;
  text-align: center;
}
.card-title{
  font-size: 16px;
  font-weight: 500;
}
.card-text{
  text-align: justify;
 /* For Edge */
  -moz-text-align-last: center;
 /* For Firefox prior 58.0 */
  text-align-last: center;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
}
.qbtn:hover{
  color:#ff214f !important;
  text-decoration: none;
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0A121F;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  background-color: #ff214f;
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #ff214f;
}
.nav-link{
  color: #fff;
}
/* * ---------------------------------------- * portfolio section * ---------------------------------------- */
#portfolio{
  background-color: #0a121f;
  padding-top: 60px;
  padding-bottom: 60px;
}
.portfolio-info h3{
  color: #fff;
  font-weight: 600;
}
.card-image{
  height:150px;
}
.tab-content .card {
  background-color: #ff214f;
  padding-top:0px;
  color: #fff;
  text-align: center;
}
/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-rotate:hover{
  background-color: #0b1423;
  color: #fff;
}
.hvr-icon-rotate:hover .hvr-icon, .hvr-icon-rotate:focus .hvr-icon, .hvr-icon-rotate:active .hvr-icon {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
/* * ---------------------------------------- * Testimonial section * ---------------------------------------- */
.testimonials-clean {
  color:#313437;
  background-color:#0b1423;
  padding-top: 60px;
  padding-bottom: 60px;
}
.testimonials-clean p {
  color:#7d8285;
}
.testimonials-clean p.text-center{
  color: rgb(219, 219, 219);
}
.testimonials-clean h2 {
  font-weight:bold;
  margin-bottom:10px;
  color:#fff;
}
@media (max-width:767px) {
  .testimonials-clean h2 {
      margin-bottom:10px;
      padding-top:25px;
      font-size:24px;
 }
}
.testimonials-clean .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto;
}
.testimonials-clean .intro p {
  margin-bottom:0;
}
.testimonials-clean .people {
  padding:50px 0 20px;
}
.testimonials-clean .item {
  margin-bottom:32px;
}
@media (min-width:768px) {
  .testimonials-clean .item {
      height:220px;
 }
}
.testimonials-clean .item .box {
  padding:30px;
  background-color:#fff;
  position:relative;
}
.testimonials-clean .item .box:after {
  content:'';
  position:absolute;
  left:30px;
  bottom:-24px;
  width:0;
  height:0;
  border:15px solid transparent;
  border-width:12px 15px;
  border-top-color:#fff;
}
.testimonials-clean .item .author {
  margin-top:28px;
  padding-left:25px;
}
.testimonials-clean .item .name {
  font-weight:bold;
  margin-bottom:2px;
  color:#fff;
}
.testimonials-clean .item .title {
  font-size:13px;
  color:#9da9ae;
}
.testimonials-clean .item .description {
  font-size:15px;
  margin-bottom:0;
}
.testimonials-clean .item img {
  max-width:40px;
  float:left;
  margin-right:12px;
  margin-top:-5px;
}
/* * ---------------------------------------- * Footer section * ---------------------------------------- */
#footer{
  background-color: #0a121f;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
#footer .icon{
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: #ff214f;
  border-radius: 50%;
  margin: 0 auto;
}
#footer i{
  font-size: 24px;
}
#footer h5{
  margin-top: 10px;
}
.footer-title h3{
  font-weight: 600;
}
#footer{
  color: rgb(219, 219, 219);
}
#footer form sup{
  color: red;
}
#footer form .btn{
  margin: 0 auto;
  background: #ff214f;
  font-size: 14px;
}
.fiverr-button{
  background: #FF214F;
  color:#fff
}
.fiverr-button:hover{
  background: #fff;
  color:#FF214F;
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.form-control:focus {
  border-color: #ff214f;
}
.footer-bottom{
  background-color: #0b1423;
  padding: 20px;
}
.copyright-text a{
  color: #ff214f;
}
@media only screen and (max-width: 768px) {
  .q-card {
      margin-bottom: 10px;
 }
  .portfolio-info {
      text-align: center;
 }
  .portfolio-info .w-50{
      width: 100% !important;
 }
  .tb-margin{
      margin-bottom: 10px;
 }
  .service-card{
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
 }
  .service-card .icon{
      margin-bottom: 10px;
 }
  .my-image{
      border-radius: 50%;
      margin-bottom: 20px;
 }
  .my-image img{
      width: 200px;
      height: 200px;
      border-radius: 50%;
      ;
      justify-content: center;
 }
  .service-card{
      margin-right: 0px;
 }
  .mean-container .mean-bar {
      background: none;
 }
}
@media only screen and (max-width: 576px){
  .service-row{
    display: block;
  }
    .my-image{
    margin-left: 18%;
}
  .footer-area-wrap{
    text-align: center;
  }
  .footer-area-wrap .social{
    display: flex;
    justify-content: center;
  }
}

