/*=============== Common Css start from here ==================*/
:root{
  --color-white:#ffffff;
  --black:#000000;
  --light-black:#161c22;
  --gray:#858080;
  --color-yellow:#FED600;
}



body {
  font-family: 'Space Mono', monospace;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background: #FED600;
}

.form-control:focus {
  border-color: var(--color-white);
  outline: 0;
  box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
  text-decoration: none;
}

ul li {
  list-style-type: none;
}
.common-btn {
  font-size: 20px;
  color: var(--black);
  letter-spacing: 1.5px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 4px;
  border: transparent;
  display: inline-block;
  border-radius: 8px;
  background-color: #FED600;
  width: 170px;
  
}
/*=============== Common css End here =========================*/





/* ==========Get Licence section Start here=============== */
.get-licence-content .logo {
  width: 140px;
}
.get-licence-content h1 {
  font-size: 40px;
  margin: 0 0 30px 0;
}
.get-licence-content h1 span{
  color: var(--color-yellow);
}
.get-licence-form label {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.get-licence-form input {
  padding: 10px 12px;
}
.call-to-action .icon span{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: var(--light-black);
    display: block;
    text-align: center;
    line-height: 45px;
}
.call-to-action .text {
  margin-left: 12px;
}
.call-to-action .text a {
  color: white;
  font-size: 18px;
  word-break: break-all;
}
.call-to-action .text p {
  color: white;
  font-size: 18px;
  margin: 8px 0 0 7px;
  
}
.get-licence-content .social-media-link{
  display: flex;
  gap: 18px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.get-licence-content .social-media-link span{
  border: 1px solid var(--color-yellow);
  border-radius: 50%;
  background-color: var(--color-yellow);
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.get-licence-img img{
  object-fit: cover;
}
/* ==========Get Licence section end here================= */
