/* ----------------------------------------------- */
/* Created by : SHiV [ #shivskj ]                 */
/* ----------------------------------------------- */

html {
  scroll-behavior: smooth;
}

body {
  
  margin: 0;
  font: normal 75% Arial, Helvetica, sans-serif;
  
}
.center {
  text-align: center;
  color: #ffffff;
}
.wrapper {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -20;
  /*background-color: #000000;*/
  /*background: linear-gradient(#000000,#0000ff);*/
  background-image: url(../img/Bugatti.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;

}
.head {
  color: #ffffff;
  /*font-family: 'Karla', sans-serif;*/
  font-family: 'Lustria', serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-size: 5vw;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 40px;
}

.section {
  /*height: calc(100vh - 40px);*/

  height: 50vh;
  max-width: 222vw;
  z-index: 1;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform: translate3d(0, 0, 0);
}

.name {
  width: 70%;
}
.text {
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 0px;
  color: white;
  font-family: 'Raleway', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Montserrat', sans-serif;
}


.vector {
  position: relative;
  width: 70px;
  height: 77.288px;
  align-items: center;
  background: url(../img/favicon.svg)
    no-repeat center;
  background-size: cover;
}

.footer{
  width:100%;
  max-width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 425px;

}

/*By SHiV SKJ*/