
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");


body {
  margin: 0%;
  padding: 0%;
  font-family: "Inter", sans-serif;
  background-color: #000;
}

h2{
  color: #fcc81d;
}
h4{
  color: #fcc81d;
}

.gray-text {
  color: #fff;
  line-height: 1.87;
  letter-spacing: 0.04rem;
}

.logo {
  /* height: 33px; */
  width: 200px;
}

.heading {
  font-size: 60px;
   color: #fcc81d;
}

.top-para {
  letter-spacing: 0.04rem;
  font-size: 1rem;
  line-height: 1.87;
}

.btn-explore {
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.btn-explore:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.cards-para {
  font-size: 15px;
}

.notify-heading {
  font-size: 60px;
  color: #fcc81d;
}

.btn-get {
  color: #fff;
  background-color: #000 !important;
  border: solid 1px #d4d3f5;
  border-radius: 8px;
  transition: all 0.3s;
  letter-spacing: 0.4px;
}
.btn-get:hover{
  background-color: #fcc81d !important;
  border: solid 1px #fcc81d;
}

.services-animation img{
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.services-animation img:hover{
  transform: translateY(-15px);
  cursor: pointer;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}


form label{
  color: #fff;
}

input {
  border-radius: 10px;
}

input::placeholder {
  color: #7a7f88;
}

input:focus {
  outline: none;
}

.mobile-text {
  letter-spacing: 0px !important;
}

/*=========================== Footer-section =======================*/

footer {
  padding: 5em 0 1em 0;
 
}

.footer-title {
  font-size: 2.125rem;
  color: #fff;
}

.footer-text {
  font-size: 1rem;
  color: #cbd5e1;
}

.footer-links-heading {
  color: #fff;
  padding-top: 10px;
  margin-bottom: 1rem;
}

.footer-lnks ul {
  padding: 0;
}

.footer-lnks ul li {
  list-style: none;
  padding: 8px 0px;
}

.footer-lnks ul li a {
  text-decoration: none;
  color: #cbd5e1;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.footer-lnks ul li a:hover {
  opacity: 0.7;
}

.social-icons > ul {
  padding: 0;
}

.social-icons > ul li {
  list-style: none;
  margin: 0 2px 0 0;
  display: inline-block;
}

.social-icons > ul li a {
  height: 30px;
  width: 30px;
  display: block;
  color: #000;
  background: #fed952;
  border-radius: 50%;
  position: relative;
}

.social-icons > ul li a span {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer-copyright a {
  font-size: 12px;
}



@media (max-width: 767px) {
  .mobile-text {
    font-size: 15px;
  }
  .footer-logo  {
 margin: 0 auto;
  }
  .heading {
    font-size: 50px;
  }
  .top-para {
    font-size: 13px;
  }
  .gray-text {
    font-size: 14px;
  }
  .notify-heading {
    font-size: 40px;
  }
}