@font-face {
  font-family: "Roboto-Regular";
  src: url("../font/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../font/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-thin";
  src: url("../font/Roboto-Thin.ttf");
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../font/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../font/Roboto-Light.ttf");
}
p{
    margin: 0;
    padding: 0;
}
body {
font-family: "Roboto-Regular";
  color: #0f172a;
}
h1, h2,h3,h4,h5,h6{
      font-family: "Roboto-Bold" !important;
}
/* HEADER */
.container {
    max-width: 1630px !important;
}

/* HERO */
.hero-section {
  padding: 90px 0;
}

.hero-title {
  font-size: 75px;
  font-weight: 700;
  line-height: 1.1;
  color: #0F172A;
}

.hero-title span {
  font-weight: 100 !important;
  font-style: italic;
 font-family: "Roboto-thin";

}

.hero-text {
    font-size: 18px;
  color: #475569;
  margin: 20px 0 30px;
  /* max-width: 545px; */
}

/* SIGNUP */


.signup-box input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 6px 0 0 6px;
  outline: none;
}

.signup-btn {
     font-family: "Roboto-Medium";
     background: #056DDC;
     color: #fff;
     border: none;
     padding: 13px 19px;
     border-radius: 0 6px 6px 0;
     font-weight: 500;
     width: fit-content;
     border-radius: 8px;
     letter-spacing: 0.5px;
}

/* PHONE MOCKUP */
.phone {
  max-width: 230px;
}

.phone-back {
  position: absolute;
  right: 40px;
  top: 20px;
  opacity: 0.9;
}

.phone-main {
  position: relative;
  z-index: 2;
}

.checkin-highlight {
  position: absolute;
  top: 110px;
  right: 120px;
  background: #22c55e;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  box-shadow: 0 0 0 6px rgba(34,197,94,0.15);
}

/* FOR SECTION */
.for-section {
  padding: 90px 0;
  position: relative;
}
.for-bg-img{
 position: absolute;
    bottom: 15%;
    left: -2%;
}
.for-img {
 position: relative;
 z-index: 1;
}

.section-title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}

.for-list {
  padding-left: 30px;
  color: #334155;
  max-width: 600px;
}

.for-list li {
  margin-bottom: 12px;
  font-size: 18px;
}
.hero-section{
    position: relative;
}
.side-img-star{
        position: absolute;
    right: 0;
    bottom: 10%;
        z-index: 0;
}

input[type="text"] {
  width: 100%;
  border: 1px solid #CBD5E1;
  border-radius: 4px;
  outline: none;
  padding: 14px;
  box-sizing: border-box;
  transition: 0.3s;
  border-radius: 12px;
}

input[type="text"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

.inputWithIcon input[type="text"] {
  padding-left: 50px !important;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon img {
  position: absolute;
  top: 38%;
  left: 17px;
  color: #aaa;
  transition: 0.3s;
  
}

.inputWithIcon input[type="text"]:focus + img {
  color: dodgerBlue;
}


 input[type="text"]::placeholder {
  color: #475569;   /* light gray / bluish */
  opacity: 1;
}

/* For better browser support */
 input[type="text"]::-webkit-input-placeholder {
  color: #475569;
}

 input[type="text"]:-ms-input-placeholder {
  color: #475569;
}

.for-text-area{
    padding-left: 90px;
}

.work-sec{
padding: 100px 0;
}
.work-title{
    font-size: 56px;
}
.work-box-area{
       position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.work-box-area::before{
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #056DDC ;
}
.work-box-area .box-area-title{
   font-family: "Roboto-Medium" !important; 
   font-weight: 500;
   color: #0F172A;
   margin-bottom: 12px;
}
.work-box-area .box-area-des{
 font-family: "Roboto-Regular";
 font-weight: 400 !important;
     max-width: 592px;
}

.work-box-area .box-area-des span{
    font-family: "Roboto-Light" !important;
    font-style: italic;
    display: inline-block;
    font-weight: 300 !important;
}

.work-box-area ul{
    padding-left: 20px !important;
}
.download{
color: #fff !important;
}
.download-box{
    background-image: url("../img/download-bg.png");
    background-size: cover;
    background-position: center;
    padding: 80px 40px;
    border-radius: 20px;
}
.qr-codeimg{
    display: inline-block;
    border-radius: 12px;
    background-color: #fff;
    padding: 8px;
}
.download-title{
    font-size: 56px;
    color: #fff;
    margin-bottom: 30px;
}
.d-des{
    color: #fff;
    text-decoration: underline;
    font-size: 18px;
}
.qr-area {
    margin-bottom: -41px;
}
.qr-area p{
    color: #fff;
    padding-top: 10px;
}

.footer-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
      padding: 90px 0 30px 0;
}
.footer-nav ul{
    display: flex;
    align-items: center;
    list-style: none;
    
}
.footer-nav ul li a{
    margin-right: 30px;
    text-decoration: none;
    color:#475569;
}
.right-para{
    text-align: center;
    padding: 10px;
}

.content-sec{
  padding: 60px 0;
   min-height: 69vh;
}
.content-sec h2{
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}
.content-sec p{
  font-size: 16px;
  /* color: rgba(255, 255, 255, 0.8); */
  margin-bottom: 30px;
}

input {
    width: 100%;
    border: 1px solid #CBD5E1 !important;
    border-radius: 4px !important;
    outline: none;
    padding: 14px !important;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 12px;
}

.contact-section{
    padding: 70px 0;
}

.submit-btn {
  background: #256fda;
  color: #fff;
  padding:14px 70px;
  font-size: 16px;
  border-radius: 6px;
  border: none;
}