*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #000;
}
h1{
    color: #fff;
}
h2{
    color: #fff;
}
h3{
    color: #fff;
}
h4{
    color: #fff;
}
p{
    color: #fff;
}
li{
    color: #fff;
}
span{
color: #FF0000;
}
.navbar{
    background-color: #000;
    width: 100%;
}
.logo{
    height: 60px;
}
.navbar-nav{
        margin-left: 100px;
}
.nav-link{
    color: #fff;
}
.nav-link:hover{
    color: #fff;
    text-decoration: underline;
}
.custom-navbar {
  background-color: #000 !important;
}

/* White links */
.custom-navbar .nav-link {
  color: #fff !important;
}
.custom-navbar .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

.hello{
    margin-top: 150px;
}
    .lb{
        font-weight: bold; 
        font-size: 16px; 
        color: #FFFFFF;
         background: #E71322;
          padding: 9px 22px;
          border: none;
}

.stay{
     text-transform: uppercase; 
     font-weight: bold; 
     font-size: 20px;
      color: #fff;
      margin-top: 20px;
}
.chang{
    text-transform: uppercase;
     font-weight: bold; 
     font-size: 50px;
     text-shadow: 0 0 18px #E71322; 
     color: #fff;
}
.get{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 14px 30px;
	border: 1px solid #E71322;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(255,255,255,0.5);
	background: transparent;
}
.get:hover{
    background: #E71322;
}

.what{
 color: #fff;
  text-align: start;
   font-size: 40px; 
   font-weight: bold;
}
.use {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.use .for {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 10px 20px;
	margin:0 0 0 20px;
	border: 1px solid #E71322;
	border-radius: 10px;
	background: #E71322;
    text-decoration: none;
}
.for:hover{
    background: #000;
}

.tan{
    margin-top: 40px;
    margin-bottom: 40px;
}
.steps {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 40px;
    }

    .step {
      text-align: center;
      color: #fff;
    }
    .step p{
        text-align: center;
        margin-top: 15px;
    }
    .quick{
         display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
    }
    .circle {
      width: 160px;
      height: 160px;
      border: 2px solid #fff;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-shadow: 0 0 15px red, 0 0 30px red;
      transition: transform 0.3s;
    }

    .circle:hover {
      transform: scale(1.1);
    }

    .circle p {
      margin: 0;
      font-size: 18px;
    }

    .circle span img {
      width: 60px;
    }

   .arrow {
      font-size: 30px;
      color: red;
      text-shadow: 0 0 5px red, 0 0 10px red;
    }

    .can img {
	max-width: 100%;
	align-self: center;
	max-height: 84px;
}
    .can h3{
        margin-top: 30px;
        margin-bottom: 30px;
       
    } 
.can{
	background: #000;
	border-radius: 10px;
	overflow: hidden;
	padding: 30px 25px;
	display: flex;box-shadow: 0 30px 20px -10px rgba(0, 0, 0, 0.6);
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
    text-align: center;
}
.ftr_links a {
	margin: 0 25px 10px 0;
	display: inline-block;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}
.ftr_links a:hover {
	color: #FF0000;
}
@media only screen and (max-width: 476px){
      .steps {
        flex-direction: column;
        gap: 20px;
      }
      .circle{
        width: 100px;
        height: 100px;
              margin: auto;
      }
      .circle span img {
        width: 50px;
      }
      .circle p{
        font-size: 14px;
      }
      
      .arrow {
        transform: rotate(90deg);
      }
      .use{
        justify-content: flex-start;
      }
      .use .for{
        margin-bottom: 10px;
      }
      p{
        text-align: justify;
      }
      li{
        text-align: justify;
      }
}

   /*whatsaap*/
 .float {
    position: fixed;
    width: 50px;
    height: 50px;
    /* bottom: 20px; */
    right: 35px;
    background: linear-gradient(
      90deg,
      rgb(55, 223, 97) 0%,
      rgb(9, 187, 3) 100%
    );    
    color: #fff !important;
    bottom: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
  }
  .bb{
    color: #fff;
  }
  .my-float {
    margin-bottom: 8px;
    margin-top: 1px;
    margin-left: 1px;
    font-size: 30px;
  }
  /*whatsaap end*/ 