*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  background: #0d0d0d;
  min-width: 360px;
  font-family: 'Open Sans', sans-serif;
}
html {
  scroll-behavior: smooth;
}
button{
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

section{
  overflow: hidden;
}
.nav-item{
  margin: 0 5px;
}
.nav-link {
   color: rgba(255, 255, 255, 0.5);
   transition: color 0.5s;
}
.nav-link:hover{
  color: white;
}
.navbar-brand img {
    width: 150px;
    height: auto;
}

.nav-item.contact{
  background-color: #343a40;
  border-radius: 150px;
  padding: 0 10px;
  transition: background-color 0.5s;
  text-align: center;
}
.nav-item.contact:hover{
  background-color: #26292e
}

.navbar-toggler i{
  color: white !important;
}

.banner-sec{

  text-align: center;
}
.banner-sec img{
  width: 90%;
  max-width: 375px;
}
.leads-p{

  font-size: 21px;
font-weight: 300;
  color: white;
}
footer .leads-p{
  font-size: 14px;
  line-height: 1.5;
  font-weight: 100;
}
footer img{
  max-width: 200px;
}
.leads-p-i{
  font-style: italic;
  font-size: 16px;
  line-height: 1.2;
font-weight: 100;
  color: white;
}
.leads-h{
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 50px;
  color: white;
}
.leads-n{
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
      color: #adb5bd !important;
  /* letter-spacing: 1px; */
  color: white;
}
.price-title{
      font-weight: 700;
  margin-bottom: 10px;
  font-size:20px;
  color: #f9a806;
  text-transform:uppercase;
  letter-spacing:0.7px;
}
.price-table{
    background:#20252a ;
    padding:25px 15px;
}
.orange-table{
    background:#f9a806 !important;
}
.orange-table .price-title{
    color:#20252a !important ;
}
.orange-table  ul li{
border-bottom:1px solid #efc16e !important;
}
 .orange-table ul li:last-child{
    border:none !important;
}
.price{
    color:white;
    font-size:55px;
}
.price span{
    font-size:18px;
    margin-left:-15px;
}
.price-table ul{
    list-style:none;
}
.price-table ul li{
  color: white;
    margin: 10px 0;
    border-bottom: 1px solid #464141;
    padding:10px 0;
}
.price-table ul li:last-child{
    border:none;
}
.three-mob{
  position: relative;
  /* min-height: 100vh; */
  text-align: center;
}
.three-mob img{
  width: 300px;
}
.three-mob img.iphone-left{
  position: absolute;
  bottom: 0;
  left: 40%;
}
.three-mob img.iphone-mid{
  width: 350px;
position: relative;
z-index: 2;
}
.three-mob img.iphone-right{
  position: absolute;
  bottom: 0;
  right: 40%;

}
.our-services img{
  height: 64px;
    width: auto;

}
.y-btn{
    border-radius: 150px;
    color: #212529;
background: #f9a806;
border: 2px solid #f9a806 !important;
display: block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
    line-height: 1.5;
    font-size: 16px;
    padding: 10px 20px;
    transition: all 0.4s;
}
.y-btn:hover{
  background: #212529;
  color: #f9a806;
}
.y-btn i{
  font-size: 12px;
}
.two-h-mob img{
  width: 330px;
}
.two-h-mob .iphone-left{

position: absolute;
right: 15%;
top: 0;
}

.two-h-mob .iphone-mid{

}




.contact-sec{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)),url('../images/background-contact.webp');
  background-position: center;
  background-size: cover;
}
/* .contact-sec .leads-h,
.contact-sec .leads-n{
  color: black;
} */

.styled-form-field{
  position: relative;
  margin-bottom: 20px;
}

.styled-form-field textarea{
  resize: none;
}

.styled-form-field textarea,
.styled-form-field input {
  width: 100%;
  padding: 30px 20px 10px 20px;
  border:1px solid #C7C7C7;
  line-height: 20px;
  background: rgba(255,255,255,0.7);
  outline: none;
}

.styled-form-field select {
    width: 100%;
    padding: 30px 20px 10px 20px;
    border:1px solid #C7C7C7;
    line-height: 20px;
    background: rgba(255,255,255,0.7);
    outline: none;
  }
.styled-form-field input[type="file"] + label{
  top: 8px;
  font-weight: normal !important;
}
.styled-form-field textarea:focus + label,
.styled-form-field textarea:valid + label,
.styled-form-field input:focus + label,
.styled-form-field input:valid + label {
  font-weight: bold;
  top: 8px;
}
.styled-form-field.file{

}
.styled-form-field label:after{
  content: ":";
  opacity: 0;
  transition: opacity 0.4s;
}

.styled-form-field textarea:focus + label:after,
.styled-form-field textarea:valid + label:after,
.styled-form-field input:focus + label:after,
.styled-form-field input:valid + label:after{
   opacity: 1;
}

.styled-form-field label {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #0d0d0d;
  background: transparent;
  transition-duration: 0.4s;
}



.two-mob-h{
  position: relative;
  margin-bottom: 200px;
}
.two-mob-h img{
  width: 100%;
  /* z-index: 2; */
  /* position: relative; */
}
.iphone-down{
  position: absolute !important;
  top: 10%;
  /* left: 0; */
  z-index: -1 !important;
}

a{
  color: #f9a806;
}
a:hover{
  color: #00e6bf;
}
footer a{
  margin: 0 10px 0 0;
}
footer a.a{
  display: flex;
  vertical-align: top;
/* justify-content: center; */
align-items: middle;
margin-bottom: 10px;
}
footer a.a i{
  /* font-size: 12px; */
  line-height: 20px;
  padding-right: 10px;
}
footer a.a span{
  /* line-height: 20px; */
}


/* about us page */

.teams-list{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.team-member{
  width: 200px;
  flex: 200px;
  text-align: center;
  /* background: grey; */
  padding: 30px 10px;
  display: inline-block;
  transition-duration: 0.4s;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
.team-member:hover{
  transform: translateY(-5px);
  transition-duration: 0.4s;
}
.team-member .imgg{
  width: 130px;
  height: 130px;
  position: relative;
  margin: auto;
}
.team-member .imgg .rot-img{
  position: absolute;
  top: 50%;
  left: 50%;

  width: 130px;
  height: 125px;
  animation: rotateInfinite 15s infinite linear;
  filter: grayscale(100%);
}
@keyframes rotateInfinite {
  0% {
    transform: translate(-50%,-50%) rotate(0deg) scale(1.1);
  }
  50% {
    transform: translate(-50%,-50%) rotate(180deg) scale(0.95);
  }
  100% {
    transform: translate(-50%,-50%) rotate(360deg) scale(1.1);
  }
}
.team-member .imgg .img{
  width: 110px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* background: red; */
  border-radius: 50%;
  overflow: hidden;

}
.team-member .imgg .img img{
width: 110px;
height: auto;
height: auto;
}
.team-member .names{
  padding-top: 20px;
}
/* .team-member .names h1{
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);

}
.team-member .names h2{
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
} */



.job-sec{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url('../images/background-job.webp');
  background-position: center;
  background-size: cover;
}
.internship-sec{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4)),url('../images/background-internship.webp');
  background-position: center;
  background-size: cover;
}
