/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* import files */
@import url("../css/header_footer.css");
@import url("../css/auth.css");

@font-face {
  font-family:'Knicknack';
  src: url('../font/Knicknack-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family:'Knicknack';
  src: url('../font/Knicknack-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family:'Knicknack Medium';
  src: url('../font/Knicknack-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family:'Knicknack Heavy';
  src: url('../font/Knicknack-Heavy.woff') format('woff');
  font-weight: 950;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family:'Knicknack Black';
  src: url('../font/Knicknack-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
html {
  scroll-behavior: smooth;
}
body{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #19204C;
  overflow-x: hidden;
}
a:hover{
  color: #009eff;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
main{
  padding: 90px 0 0;
}
.wd-mt-40{
  margin-top: 40px;
}
.wd-mb-70{
  margin-bottom: 70px;
}
.wd-banner-area{
  background: url(../images/home-banner.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 730px;
  display: flex;
  align-items: flex-end;
}
.wd-bnr-right h1{
  font-family:'Knicknack';
  font-size: 62px;
  font-weight: normal;
  letter-spacing: 0.04em;
  color:#FFF;
  -webkit-text-stroke: 4px #000;
  transition: all 0.3s;
}
.wd-bnr-right p{
  font-size: 22px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.04em;
  color: #FFF;
}
.wd-app-store{
  display: flex;
  align-items: center;
  gap: 14px;
}
.wd-app-store img{
  height: 51px;
  object-fit: contain;
}
.wd-feature-blog{
  padding: 80px 0;
  position: relative;
}
.wd-feature-blog .wd-title-area{
  margin-bottom: 78px;
}
.wd-main-title{
  font-family:'Knicknack';
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #19204C;
  margin-bottom: 6px;
}
.wd-title-area p{
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #19204C;
  margin-bottom: 0;
}
.wd-feature-box{
  border: 1px solid #D8D8D870;
  box-shadow: 0px 4px 14px 0px #00000026;
  padding: 0 16px 25px;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  height: 100%;
}
.wd-feature-box:hover{
  border-color: #01578d;
}
.wd-feature-icon{
  max-width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #01A5BF 0%, #014481 100%);
  border-radius: 50%;
  margin: -48px auto 35px;
}
.wd-feature-txt{
  text-align: center;
}
.wd-feature-txt h3{
  font-family:'Knicknack';
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  color: #19204C;
}
.wd-feature-txt p{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  color: #19204C;
}
.wd-work-blog{
  background: linear-gradient(180deg, rgba(1, 166, 191, 0.10) 0%, rgba(1, 67, 129, 0.10) 100%);
  padding: 90px 0;
  position: relative;
}
.wd-work-grid{
  max-width: 100%;
  margin: 40px auto 0;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.wd-work-area{
  text-align: center;
}
.wd-work-area img{
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}
.wd-work-txt h4{
  font-family:'Knicknack';
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #01A1BD;
  margin-bottom: 5px;
}
.wd-work-txt h3{
  background: linear-gradient(180deg, #343350 0%, #2F284F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family:'Knicknack';
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.04em; 
  margin-bottom: 2px;
}
.wd-work-txt p{
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.04em; 
  background: linear-gradient(180deg, #343350 0%, #2F284F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
.wd-app-blog{
  padding: 80px 0;
  position: relative;
}
.wd-ready-app-txt h3{
  font-family:'Knicknack';
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #19204C;
  margin-bottom: 18px; 
}
.wd-qr-app{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 15px;
}
.wd-app-scan img{
  width: 170px;
  height: 170px;
  object-fit: contain;
}
.wd-app-get{
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  gap: 18px;
}
.wd-app-get a:first-child img{
  height: 71px;
  object-fit: contain;
}
.wd-app-get a:last-child img{
  height: 80px;
  object-fit: contain;
}
.wd-ready-app-txt p{
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #19204C;
  margin-bottom: 0;
}
/* -------------- new css 11-06-2025 ----------------- */
/* ------ privacy policy ----------- */
.page-title-blog{
  background: linear-gradient(180deg, #01A5BF 0%, #014481 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 95px 0;
  position: relative;
}
.page-title-blog h1{
  font-family:'Knicknack';
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  color: #FFF;
}
.policy-blog{
  padding: 60px 0;
  position: relative;
}
.policy-area{
  margin-bottom: 20px;
  position: relative;
}
.policy-area p{
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
  color: rgba(25, 32, 76, 0.7);
}
.policy-area p:last-child{
  margin-bottom: 0;
}
.policy-title{
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #19204C;
  margin-bottom: 10px;
}
.policy-area ul {
  margin: 0;
  padding: 0 0 0 25px;
}
.policy-area ul li{
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  color: rgba(25, 32, 76, 0.7);
  list-style: disc;
  margin-bottom: 10px;
}
.policy-area ul li span{
  color: #19204C;
}
.policy-area ul li::marker{
  color: #19204C;
}
.policy-area p a{
  color: rgba(25, 32, 76, 0.7);
}
.policy-area p a:hover{
  text-decoration: underline;
}
/* ------------ contact us ------------ */
.contact-blog{
  padding: 60px 0 80px;
  position: relative;
}
.contact-bg{
  background: url(../images/contact-us.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 100px 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-dtls h2{
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #19204C;
  margin-bottom: 10px;
}
.contact-dtls p{
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: rgba(25, 32, 76, 0.6);
  margin-bottom: 24px;
}
.contact-bg a{
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.pub-grub-form{
  width: 100%;
}
.pub-grub-form .form-group{
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.pub-grub-form .form-control{
  background: #FFFFFF;
  border: 1px solid #19204C1A;
  border-radius: 14px;
  padding: 15px 20px;
  color: #19204C;
  height: auto;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.pub-grub-form textarea.form-control{
  height: 150px;
}
.pub-grub-form .form-control::placeholder{
  color: rgba(25, 32, 76, 0.5);
}
.pub-grub-form .form-control:focus{
  outline: none;
  box-shadow: none;
  border-color: #01A5BF;
}

/* Devloper add css */

