* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    scroll-behavior: smooth;
  }
  
  .navbar {
    background: linear-gradient(to right, #000000, #000000);
    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: 1700px;
   margin: 0 auto;
   padding: 0 50px;
}

.navbar-container a {
  display: flex;
  justify-content: space-between;
  height: 80px;
  z-index: 1;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 50px;
}
  
  #navbar-logo  {
    background-size: 100%;
    display: flex;
    align-items: center;
    
  }
  
  .navbar-menu {
    display: flex;
    align-items: center;
    list-style: none;
  }
  
  .navbar-item {
    height: 80px;
    padding: 0 1rem 0 0.5rem;
  }
  
  .navbar-tabs {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    text-decoration: none;
    height: 100%;
    transition: all 0.3s ease;
  }
  
  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #833ab4;
    background: -webkit-linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
    background: linear-gradient(to right, #fcb045, #fd1d1d, #833ab4);
    color: #fff;
    transition: all 0.3s ease;
  }

  
  .navbar-tabs:hover {
    color: #18edfc;
    transition: all 0.3s ease;
  }
  
  @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: 1;
      transition: all 0.5s ease;
      z-index: -1;
    }
  
    .navbar-menu.active {
      background: linear-gradient(to right, #131313, #000000);
      top: 100%;
      opacity: 1;
      transition: all 0.5s ease;
      z-index: 99;
      height: 60vh;
      font-size: 1.6rem;
    }
  
    .navbar-toggle .bar {
      width: 25px;
      height: 3px;
      margin: 5px auto;
      transition: all 0.3s ease-in-out;
      background: #fff;
    }
  
    .navbar-item {
      width: 100%;
    }
  
    .navbar-tabs {
      text-align: center;
      padding: 2rem;
      width: 100%;
      display: table;
    }
  
    .button {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 80%;
      height: 80px;
      margin: 0;
    }
  
    #Smartphone-menu {
      position: absolute;
      top: 20%;
      right: 5%;
      transform: translate(5%, 20%);
    }
  
    .navbar-toggle .bar {
      display: block;
      cursor: pointer;
    }
  
    #Smartphone-menu.is-active .bar:nth-child(2) {
      opacity: 0;
    }
  
    #Smartphone-menu.is-active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg);
    }
  
    #Smartphone-menu.is-active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
    }
  }
  
  /********* Home Section ************/
  
  .Home {
    background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
  }
  
  .Home-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 92vh;
    /*background-color: #FABE00;*/
    background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
    z-index: 1;
    width: 100%;
    max-width: 1800px;
    
}
  
.Home-content {
  color: #000000;
  width: 100%;
  padding-left: 100px;
}
  
  .Home-content h1 {
    font-size: 4rem;
    margin-left: 20px;
    background-color: #000000;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
  }
  
  .Home-content p {
    margin-top: 1rem;
    margin-left: 30px;
    font-size: 2rem;
    font-weight: 700;
  }
  
  
  #Home-img {
    height: 80%;
    width: 80%;
  }

  .highlight {
    border-bottom: 4px solid rgb(132, 0, 255);
  }

/********* End Home Section ************/  
  
/*********** Register Button ***********/
  .register-btn {
  font-size: 2rem;
  background: #000000;
  padding: 1rem 2.4rem;
  border: none;
  border-radius: 5px;
  margin-top: 2rem;
  margin-left: 1.4rem;
  transition: transform .2s ease-in-out;
  }

  .register-btn a {
    position: relative;
    color: #fff;
    text-decoration: none;
    }
  
.register-btn:hover {
transform: scale(1.2);
}

/********* End Register Button ********/

/********* Footer CSS **********/

.footer {
  position: relative;
  background: #000000;
}

.footer .container-fluid {
  padding: 20px 0 0 0;
}

.footer .footer-info {
  position: relative;
  width: 100%;
  text-align: center;
}

.footer .footer-info h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}

.footer .footer-info h3 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}

.footer .footer-menu {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer .footer-menu p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 15px;
  border-right: 1px solid #ffffff;
}

.footer .footer-menu p:last-child {
  border: none;
}

.footer .footer-social {
  position: relative;
  margin-top: 15px;
}

.footer .footer-social a {
  display: inline-block;
}

.footer .footer-social a i {
  position: relative;
  text-align: center;
  padding-left: 15px;
  font-size: 20px;
  color: #ffffff;
  transition: transform .2s ease-in-out;
}

.footer .footer-social a i:hover{
  transform: scale(1.5);
  }


.footer .copyright {
  position: relative;
  text-align: center;
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer .copyright::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  top: 0;
  left: 25%;
  background: rgba(256, 256, 256, .2);
}

.footer .copyright p {
  margin: 0;
  color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
  text-align: right;
}

.footer .copyright p a {
  color: #ffffff;
  font-weight: 600;
}

.footer .copyright p a:hover {
  color: #414141;
}

@media (max-width: 575.98px) {
  .footer .footer-info h2 {
      margin-bottom: 20px;
      font-size: 20px;
      font-weight: 600;
  }

  .footer .footer-info h3 {
      margin-bottom: 20px;
      font-size: 16px;
  }

  .footer .footer-menu p {
      font-size: 16px;
      line-height: 16px;
      padding: 0 5px;
  }
}

/********** End Footer CSS ***********/

/** Team Section **/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
}

.col {
  font-size: 4rem; 
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  margin: 8px;
  padding-top: 2rem;
}
.my-3{
  font-family: 'Sansita Swashed', cursive;
}

h3 {
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-weight: bold;
}

#team i {
  font-size: 26px;
  color: #555;
}
#team p {
  font-weight: 500;
}
#team .card {
  border-radius: 0;
  box-shadow: 5px 5px 15px #000000;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

#team .card:hover {
  background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
  color: rgb(0, 0, 0);
  border-radius: 5px;
  border: none;
  box-shadow: 5px 5px 10px #9e9e9e;
}

#team .card:hover h3,
#team .card:hover i {
  color: rgb(0, 0, 0);
}
/**End Team Section **/
/**about us**/
*{
	margin:0;
	padding:0;
}		
.background{
  background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
}	
.firstsection{
	height:100vh;
}
	
.box-main{
	display:flex;
	justify-content:center;
	align-items:center;
	color:rgb(0, 0, 0);
	max-width:50%;
	margin:auto;
	height:80%;
}
.text-big{
  font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 4rem;
	text-align:center;
}
.text-small{	
	font-family: 'Sansita Swashed', cursive;
	font-size: 18px;
	text-align:center;
}
.center{
	text-align: center;
}
/**end about us**/

/**Contact Css**/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Helvetica;
}

body {
  background-color: black;
  height:100vh;
  display: inline;
  justify-content: center;
  align-items:center;
}

form {
  padding-left:25px;
  padding-right:25px;
  padding-top:60px;
  margin: 70px auto;
  position:relative;
  z-index:1;
}

form > div{
  position:absolute;
  top:0;
  left:50%;
  padding:0 20px;
  transform:translate(-50%,-50%);
  background-color:black;
  border: 2px solid #ccc;
  border-radius: 20px;
  text-align:center;
}

form > div > img{
  filter:invert(1);
  width:100px;
}

form > input,
form > textarea {
  padding: 12px;
  margin: 12px auto;
  border: 1px solid #ccc;
  color: #ddd;
  background-color: #222;
  border-radius: 4px;
  display: block;
  width: 70vw;
}

form > textarea{
  height:100px;
  resize:none;
}

form > input[type="submit"] {
  max-width: 20vw;
  padding-left: 1%;
  padding-right: 1%;
  cursor: pointer;
  transition: 0.35s;
}

form > input[type="submit"]:hover {
  background-color: #555;
}


/**End contact**/
