@font-face {

  font-family: "Metropolis";

  src: url("../font/Metropolis-Bold.woff2") format("woff2"),

    url("../font/Metropolis-Bold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: "Metropolis";

  src: url("../font/Metropolis-Regular.woff2") format("woff2"),

    url("../font/Metropolis-Regular.woff") format("woff");

  font-weight: normal;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: "Metropolis";

  src: url("../font/Metropolis-Medium.woff2") format("woff2"),

    url("../font/Metropolis-Medium.woff") format("woff");

  font-weight: 500;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: "Metropolis";

  src: url("../font/Metropolis-Thin.woff2") format("woff2"),

    url("../font/Metropolis-Thin.woff") format("woff");

  font-weight: 100;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: "Metropolis Extra";

  src: url("../font/Metropolis-ExtraBold.woff2") format("woff2"),

    url("../font/Metropolis-ExtraBold.woff") format("woff");

  font-weight: bold;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: "Metropolis Extra";

  src: url("../font/Metropolis-ExtraLight.woff2") format("woff2"),

    url("../font/Metropolis-ExtraLight.woff") format("woff");

  font-weight: 200;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: "Metropolis";

  src: url("../font/Metropolis-Black.woff2") format("woff2"),

    url("../font/Metropolis-Black.woff") format("woff");

  font-weight: 900;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: "Metropolis Semi";

  src: url("../font/Metropolis-SemiBold.woff2") format("woff2"),

    url("../font/Metropolis-SemiBold.woff") format("woff");

  font-weight: 600;

  font-style: normal;

  font-display: swap;

}



@font-face {

  font-family: "Metropolis";

  src: url("../font/Metropolis-Light.woff2") format("woff2"),

    url("../font/Metropolis-Light.woff") format("woff");

  font-weight: 300;

  font-style: normal;

  font-display: swap;

}



/*--------------------------------------------------------------

# General

--------------------------------------------------------------*/



body {

  font-family: "Metropolis";

  color: #fff;

  line-height: normal;

  overflow-x: hidden;

  font-size: 16px;

  position: relative;

  width: 100%;

}



main {

  width: 100%;

  position: relative;

  overflow: hidden;

}



.container {

  max-width: 1200px;

}



a {

  color: #ffffff;

  text-decoration: none;

  transition: all .3s;

}



a:hover {

  color: #0266A4;

  text-decoration: none;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: "Metropolis";

}



h1 {

  font-size: 65px;

  font-weight: 700;

}



h2 {

  font-size: 46px;

}



h3 {

  font-size: 40px;

}



h4 {

  font-size: 24px;

}



h5 {

  font-size: 20px;

}



h6 {

  font-size: 16px;

}



.sub-title {

  color: #fff;

  font-size: 24px;

  font-weight: 700;

  text-transform: uppercase;

}



.sec-title {

  font-size: 46px;

  font-weight: 700;

}







.navbar.sticky {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  width: 100%;

  z-index: 99;

  background: #fff;

  -webkit-box-shadow: 0px 0px 4px #cf2f41;

  box-shadow: 0px 0px 50px #60636242;

  -webkit-transition: all 1s ease 0s;

  transition: all 1s ease 0s;

  -webkit-animation: sticky 1s;

  animation: sticky 1s;

}



@-webkit-keyframes sticky {

  0% {

    top: -120px;

  }



  100% {

    top: 0;

  }

}



@keyframes sticky {

  0% {

    top: -120px;

  }



  100% {

    top: 0;

  }

}



.display_sm {

  display: none;

}



.transition {

  transition: all 0.8s ease-in-out 0s;

  -webkit-transition: all 0.8s ease-in-out 0s;

  -moz-transition: all 0.8s ease-in-out 0s;

  -o-transition: all 0.8s ease-in-out 0s;

  -ms-transition: all 0.8s ease-in-out 0s;

}



p {

  font-size: 16px;

}



.bg_black {

  background: #000;

}



.btn {

  font-weight: 400;

  font-size: 16px;

  letter-spacing: 0.5px;

  border-radius: 5px;

  background: #B77829;

  padding: 10px 25px;

  transition: 0.3s;

  line-height: normal;

  color: #fff;

  text-align: center;

  text-transform: uppercase;

}



.btn~.btn {

  margin-left: 15px;

}



.btn.btn-blue {

  background-color: #0266A4 !important;

  border-color: #0266A4 !important;

}



.btn.btn-blue:hover {

  background-color: transparent !important;

  color: #0266A4 !important;

  border-color: #0266A4 !important;

}



.btn1 {

  font-weight: 700;

  font-size: 20px;

  line-height: 1.6;

  border-radius: 5px;

  background: #278951;

  padding: 12px 30px;

  transition: 0.3s;

  color: #fff;

  text-transform: uppercase;

  margin-top: 20px;

}



.btn-check:focus+.btn-outline-success,

.btn-outline-success:focus {

  box-shadow: none;

}



btn-check:active+.btn-outline-success:focus,

.btn-check:checked+.btn-outline-success:focus,

.btn-outline-success.active:focus,

.btn-outline-success.dropdown-toggle.show:focus,

.btn-outline-success:active:focus {

  box-shadow: none;

}



.br_white {

  border-right: 1px solid #fff;

}



/* .btn:hover {

  border: 1px solid #66D830 !important;

  color: #66D830 !important;

  background: transparent;

} */



.btn1:hover {

  border: 1px solid #278951 !important;

  color: #278951 !important;

  background: transparent;

}



.btn_white {

  font-weight: 500;

  font-size: 16px;

  letter-spacing: 0.5px;

  border-radius: 5px;

  background: #fff;

  padding: 10px 15px;

  transition: 0.3s;

  line-height: normal;

  color: #000;

  text-align: center;

  text-transform: uppercase;

  border: 1px solid #fff;

}



.banner_content .btn_white {

  display: flex;

  align-items: center;

}



.banner_content .btn_white img {

  padding-right: 10px;

}



/*--------------------------------------------------------------

# Back to top button

--------------------------------------------------------------*/

.hidden {

  width: 0;

  height: 0;

  display: none;

}



.back-to-top {

  -webkit-transition: 0.3s ease-in-out;

  -moz-transition: 0.3s ease-in-out;

  -ms-transition: 0.3s ease-in-out;

  -o-transition: 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

  position: fixed;

  bottom: -50px;

  right: 20px;

  width: 50px;

  height: 50px;

  background: #a6662a;

  border-radius: 25px;

  text-align: center;

  border: 2px solid #fff;

  opacity: 0;

  overflow: hidden;

  color: #fff;

}



.back-to-top.active {

  bottom: 100px;

  opacity: 1;

  z-index: 9;

}



.back-to-top>div {

  -webkit-transition: 0.3s ease-in-out;

  -moz-transition: 0.3s ease-in-out;

  -ms-transition: 0.3s ease-in-out;

  -o-transition: 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}



.back-to-top>.arrow {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  opacity: 1;

  height: inherit;

  display: flex;

  align-items: center;

  justify-content: center;

}



.back-to-top>.arrow svg {

  fill: #fff;

  height: 20px;

  width: 100%;

}



.back-to-top>.text {

  font-size: 8px;

  line-height: 10px;

  text-transform: uppercase;

  font-weight: 800;

  font-family: "Open Sans", sans-serif;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translateY(50%) translateX(-50%);

  opacity: 0;

  margin-top: 1px;

}



.back-to-top:hover {

  transform: scale(1.1);

  bottom: 100px;

  cursor: pointer;

  background: #000;

}



.back-to-top:hover>.arrow {

  transform: translateY(-150%) translateX(-50%);

  opacity: 0;

}



.back-to-top:hover>.text {

  transform: translateY(-50%) translateX(-50%);

  opacity: 1;

}



/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/



.stocket_header {

  z-index: 9999;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

}



/* .stocket_header:after {

  position: absolute;

  content: "";

  background: rgba(122, 125, 243, 0.3);

  top: -230px;

  right: 200px;

  width: 600px;

  height: 400px;

  z-index: -1;

  filter: blur(300px);

  border-radius: 100%;

} */



.stocket_header nav .navbar-nav {

  margin-left: 80px;

}



.stocket_header nav .navbar-nav .nav-link {

  color: #000;

  padding-right: 20px;

}



.stocket_header nav .navbar-nav .nav-link:hover {

  color: #a6662a;

}



.whatsapp-img {

  background: linear-gradient(to bottom right, #49c559, #49c559);

  padding: 13px;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  transition: all 0.3s ease-in-out;

  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

}



.whatsapp-img:hover {

  box-shadow: 0 2px 7px rgba(73, 197, 89, 0.5);

}



.whatsapp-img img {

  max-width: 25px;

}



.sticky-whatsapp-icon {

  position: fixed;

  bottom: 30px;

  right: 18px;

  z-index: 50;

}



.sticky-whatsapp-icon .whatsapp-img {

  display: block;

  z-index: 50;

}



.sticky-whatsapp-icon img {

  max-width: 30px;

}



.banner_content h1 span {

  font-weight: 400;

}



.banner_content p {

  margin-bottom: 20px;

  font-size: 20px;

  font-weight: 500;

  line-height: 1.2;

  position: relative;

}



.banner_btn .btn-android {

  margin-top: 0;

}



.banner_btn .btn {

  padding: 18px 25px;

  min-width: 180px;

  margin-right: 15px;

  font-size: 18px;

  font-weight: 700;

}



.banner_btn a {

  display: inline-block;

  vertical-align: middle;

}



.banner_content h1,

.hero-desc p {

  color: #000;

}





.trade_list {

  display: flex;

  margin-top: 50px;

}



.trade_list li {

  background: #1f1f2d;

  color: #fff;

  padding: 10px 30px;

  margin-right: 30px;

  border-radius: 5px;

}



.up {

  color: #1dcc98;

}



.down {

  color: #ee4949;

}



.banner_img {

  text-align: center;

}



/*--------------------------------------------------------------

# About

--------------------------------------------------------------*/

.p_100 {

  padding: 100px 0;

}



.about_section {

  background: rgba(217, 217, 217, 0.1);

}



.title_heading {

  font-weight: 800;

}



.about_desc {

  margin-top: 70px;

}



.about_desc li {

  border: 1px solid rgba(232, 232, 232, 0.1);

  padding: 30px 40px;

  border-radius: 5px;

  transition: 0.3s;

  margin-bottom: 20px;

}



.about_desc li:hover {

  border: 1px solid #fff;

}



.about_desc li p {

  font-size: 22px;

  font-weight: bold;

  display: flex;

  align-items: center;

  margin-bottom: 0;

}



.about_desc li span {

  margin-left: 35px;

}



.step {

  margin-left: 100px;

}



.step h2 {

  font-size: 150px;

  font-weight: 900;

  color: rgba(232, 232, 232, 0.1);

}



.step h3 {

  color: #1dcc98;

  font-weight: 800;

}



.mb_4 {

  margin-bottom: 40px;

}



.how_to_section .title_heading {

  margin-bottom: 80px;

}



.how_to_section .banner_img {

  position: relative;

}



.how_to_section .banner_img:after {

  position: absolute;

  content: "";

  background: rgba(122, 125, 243, 0.3);

  top: 0;

  right: 0px;

  left: 100px;

  bottom: 0;

  width: 400px;

  height: 400px;

  z-index: -1;

  filter: blur(300px);

  border-radius: 100%;

}





.contest_section {

  background: rgba(217, 217, 217, 0.1);

}



.green_border {

  border: 1px solid #1dcc98;

}



.purple_border {

  border: 1px solid #7a7df3;

}



.red_border {

  border: 1px solid #e55454;

}



.orange_border {

  border: 1px solid #ffb900;

}



.contest_box {

  text-align: center;

  padding: 45px 0;

  margin-bottom: 30px;

  border-radius: 12px;

}



.contest_box h5 {

  font-weight: bold;

  margin-bottom: 0;

}



.contest_box img {

  margin-bottom: 25px;

}



.contest_section .title_heading {

  margin-bottom: 60px;

}



.contest_section .banner_img {

  margin-top: 100px;

}



.eye_section .eye_box {

  background: rgba(255, 255, 255, 0.1);

  padding: 30px;

  border-radius: 12px;

}



.eye_section .eye_box img {

  margin-bottom: 20px;

}



.eye_section .eye_box h4 {

  font-weight: 900;

}



.purple_color {

  color: #7a7df3;

}



.red_color {

  color: #e55454;

}



.green_color {

  color: #1dcc98;

}



.eye_section .title_heading {

  margin-bottom: 60px;

}



.friend_section {

  background: rgba(217, 217, 217, 0.1);

}



.newsletter {

  background: url(../img/newsletter.png);

  background-size: cover;

  background-repeat: no-repeat;

  padding: 88px 88px;

  border-radius: 12px;

}



.newsletter h3 {

  text-align: center;

  font-weight: 700;

  margin-bottom: 70px;

}



.newsletter .form-control {

  background: #1e1f2c;

  border: none;

  height: 60px;

  border-radius: 5px !important;

}



.newsletter .btn_white {

  margin-left: 20px !important;

  border-radius: 5px !important;

  padding: 10px 30px;

}



.red_bg {

  background: #e55454;

}



.green_bg {

  background: #1dcc98;

}



.download_section {

  padding: 20px;

  border-radius: 12px;

}



.download_section h4 {

  font-size: 30px;

  font-weight: 700;

}



.download_section .btn_white {

  padding: 15px 20px;

  display: inline-flex;

  align-items: center;

  margin-top: 30px;

}



.download_section .btn_white span {

  padding-left: 10px;

}



.mt_25 {

  margin-top: 25px;

}



.hide_sm {

  max-width: 200px;

}



.form-control {

  background: rgba(255, 255, 255, 0.1);

  border: none;

  height: 60px;

  border-radius: 5px !important;

}



.footer_section form {

  margin-top: 70px;

  margin-bottom: 90px;

}



.footer_section .btn {

  margin-top: 30px;

}



.footer_section .btn:hover {

  border: 1px solid #1dcc98 !important;

  color: #1dcc98 !important;

}



.social {

  margin-top: 70px;

}



.social li {

  padding: 0px 35px;

}



.footer_section {

  background: url(../img/footer.png);

  background-size: cover;

  background-repeat: no-repeat;

  background-position: bottom;

  padding: 100px 0 65px 0;

}



.footer_bottom {

  background: #101030;

  padding: 20px 0;

}



.footer_bottom p {

  color: #fff;

  margin-bottom: 0;

}



.quick {

  margin-top: 135px;

  margin-bottom: 65px;

  display: flex;

  justify-content: center;

}



.quick li {

  padding: 0px 35px;

}



.form-control:focus {

  outline: 0;

  box-shadow: none;

}



.about_desc img {

  max-width: 64px;

  width: 100%;

}



.friend_section .about_desc img {

  max-width: 48px;

  width: 100%;

}



.btn_white:hover {

  color: #000;

}



.desc {

  line-height: 1.4;

}



.desc span {

  font-weight: 600;

}



@media (max-width: 767px) {

  .banner-sec .row>div:last-child {

    margin-bottom: 60px;

  }



  .banner_img {

    margin-bottom: 30px;

  }



  .about_desc img {

    max-width: 34px;

    width: 100%;

  }



  .friend_section .about_desc img {

    width: 28px;

  }

}



/* Home */

.form-control {

  border-radius: 4.8px;

  background: #051a37;

  backdrop-filter: blur(12px);

  -webkit-backdrop-filter: blur(12px);

  color: rgba(255, 255, 255, 0.3);

  font-size: 16px;

  font-weight: 500;

  line-height: 1.8;

}



.form-control.textarea-control {

  resize: none;

  height: 100px;

}



.title-md {

  font-size: 24px;

}



.banner {

  padding: 0;

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  position: relative;

  padding-top: 240px;

  padding-bottom: 130px;

  min-height: 100vh;

  display: flex;

  justify-content: center;

  align-items: center;

}



.banner_content form {

  max-width: 440px;

}



.banner-sec {

  display: flex;

  align-items: center;

  width: 100%;

}



.awesome-features {

  padding: 120px 0;

  background: rgba(255, 254, 254, 0.03);

  backdrop-filter: blur(5.5px);

  -webkit-backdrop-filter: blur(5.5px);

}



.features-card {

  border-radius: 12px;

  border: 1px solid #FFEBA4;

  padding: 45px 15px;

  text-align: center;

  margin: 10px 5px;

  background: #A6662A;

}



.awesome-features .sec-title {

  margin-bottom: 20px;

  display: block;

}



.features-icon img {

  max-width: 60px;

  max-height: 60px;

  object-fit: contain;

  width: 100%;

  height: 100%;

}



.features-icon+h6 {

  margin-top: 15px;

}



.features-card h6 {

  font-size: 20px;

  font-weight: 700;

}



.how-process-sec {

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

}



.screenshot-sec {

  padding: 120px 0;

}



.screenshot-sec .img-box {

  padding-left: 65px;

}



.screenshot-sec .img-box img {

  border: 1px solid rgba(255, 255, 255, 0.2);

  background: rgba(255, 254, 254, 0.04);

  backdrop-filter: blur(10px);

  -webkit-backdrop-filter: blur(10px);

  padding: 15px;

}



.cms-con p {

  font-size: 16px;

  line-height: 1.5;

}



.screenshot-list {

  max-width: 570px;

  margin-top: 20px;

}



.screenshot-list li {

  display: flex;

  border-radius: 4px;

  border: 1px solid rgba(255, 255, 255, 0.2);

  background: rgba(255, 254, 254, 0.2);

  backdrop-filter: blur(10px);

  -webkit-backdrop-filter: blur(10px);

  padding: 16px 30px;

  align-items: center;

  margin: 30px 0;

}



.screenshot-list .icon-box {

  max-width: 48px;

  max-height: 48px;

  object-fit: contain;

  height: 100%;

  width: 100%;

  text-align: center;

}



.screenshot-list .icon-box+h3 {

  margin-left: 26px;

}



.screenshot-list h3 {

  font-size: 22px;

  line-height: 1.45;

  margin: 0;

}



.how-its-work {

  padding: 100px 0;

  background: url(../img/bg04.png) no-repeat center top;

  -webkit-backdrop-filter: blur(5.5px);

}



.how-work-card {

  border-radius: 7px;

  background: rgba(255, 255, 255, 0.05);

  padding: 31px 31px 46px 31px;

  height: 100%;

  background: #F7B33A;

}



.how-work-card .img-box img {

  max-height: 60px;

  max-width: 60px;

  object-fit: contain;

  height: 100%;

  width: 100%;

}



.how-work-card .img-box+.content-box {

  margin-top: 30px;

}



.how-work-card .cms-con p {

  font-size: 18px;

}



.download-sec {

  padding: 120px 0;

  background-color: #4D4D4D;

  position: relative;

}



.download-inner-sec {

  padding: 0 100px;

  border-radius: 12px;

  background: rgba(255, 254, 254, 0.03);

  backdrop-filter: blur(5.5px);

  -webkit-backdrop-filter: blur(5.5px);

  padding: 46px;

}



.download-sec .img-box img {

  position: absolute;

  top: -40px;

  right: -30px;

}



/* .download-sec .img-box::before {

  content: "";

  background-image: url(../img/shape-1.png);

  background-size: 177px 177px;

  height: 177px;

  width: 177px;

  display: block;

  position: absolute;

  right: -40px;

  bottom: -15px;

} */



/* .download-sec .img-box::after {

  content: "";

  background-image: url(../img/shape-2.png);

  background-size: 112px 112px;

  height: 112px;

  width: 112px;

  display: block;

  position: absolute;

  right: 20px;

  bottom: -22px;

  z-index: -1;

  filter: blur(5.5px);

} */



/* Aftter Harsh */

.banner_content .bordre-gradient {

  position: relative;

  box-sizing: border-box;



  background: #051a37;

  background-clip: padding-box;

  border: solid 1px transparent;

  border-radius: 5px;

  position: relative;

  margin-bottom: 20px;

}



.banner_content .bordre-gradient::before {

  content: "";

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: -1;

  margin: -1px;

  border-radius: inherit;

  background: linear-gradient(to right, #c1732c, #278951);

}



header .btn {

  line-height: 1.5;

  border-radius: 4px;

}



.btn1 {

  border-radius: 5px;

}



@media (min-width: 1921px) {

  .banner {

    background-size: cover;

  }

}



/* news-letter-sec */



.news-letter-sec {

  background: rgba(0, 0, 0, 0.1);

  backdrop-filter: blur(5.5px);

  -webkit-backdrop-filter: blur(5.5px);

  padding-top: 45px !important;

}



.news-letter-sec .newsletter {

  padding: 0;

}



.newsletter .input-group {

  max-width: 503px;

}



.newsletter .form-control {

  border: 1px solid rgba(255, 255, 255, 0.2);

  background: rgba(255, 254, 254, 0.04);

  backdrop-filter: blur(10px);

  -webkit-backdrop-filter: blur(5.5px);

  border-radius: 4px !important;

  -webkit-border-radius: 4px !important;

  -moz-border-radius: 4px !important;

  -ms-border-radius: 4px !important;

  -o-border-radius: 4px !important;

  font-size: 14px;

  height: 50px;

  margin-left: 4px;

  font-weight: 400;

}



.newsletter .form-control::placeholder {

  opacity: 1;

  color: #fff;

}



.input-group .btn {

  min-width: 150px;

}



/* / footer_section / */

.footer_section {

  padding: 50px 0;

  background: #A6662A;

  backdrop-filter: blur(5.5px);

  --webkit-backdrop-filter: blur(5.5px);

}



.news-letter-sec {

  background: #65D132;

}



.quick {

  margin: 0;

}



.social {

  margin-bottom: 0;

  margin-top: 0;

}



.social li {

  padding: 0 8px;

}



.social i {

  font-size: 20px;

  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

}



.footer_bottom {

  background-color: #955C26;

}



/* Raj */

.btn-android {

  display: block;

  max-width: 200px;

  margin-top: 30px;

}



.input-group>.form-control:focus {

  color: #fff !important;

}



.bordre-gradient-animate {

  position: relative;

  z-index: 2;

}



/* .bordre-gradient-animate::before {

  -webkit-animation: glower 20s linear infinite;

  animation: glower 20s linear infinite;

  background: linear-gradient(45deg,

      #c1732c,

      #278951,

      #c1732c,

      #278951,

      #c1732c,

      #278951);

  background-size: 400%;

  border-radius: inherit;

  bottom: -3px;

  content: "";

  left: -3px;

  position: absolute;

  right: -3px;

  top: -3px;

  z-index: -2;

  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  opacity: 0;

  visibility: hidden;

}



.bordre-gradient-animate:hover::before {

  opacity: 1;

  visibility: visible;

} */



@keyframes glower {

  0% {

    background-position: 0 0;

  }



  50% {

    background-position: 400% 0;

  }



  100% {

    background-position: 0 0;

  }

}



.bordre-gradient-animate::after {

  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  top: 0;

  right: 0;

  width: 100%;

  height: 100%;

  background: #A6662A;

  z-index: -1;

  border-radius: inherit;

  opacity: 0;

  visibility: hidden;

  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

}



.bordre-gradient-animate:hover::after {

  opacity: 1;

  visibility: visible;

}



.footer_bottom span {

  color: #fff;

}



.wpcf7-form-control-wrap {

  display: block;

}



label.error {

  position: absolute;

  right: 0;

  top: -20px;

  width: auto;

  height: auto;

  margin: 0;

  font-size: 11px !important;

  font-weight: 500;

  line-height: 11px !important;

  background: #dc3545;

  padding: 5px 5px 4px !important;

  color: #fff !important;

}



label.error:after {

  border-color: #dc3545 transparent transparent;

  -o-border-image: none;

  border-image: none;

  border-right: 6px solid transparent;

  border-style: solid;

  border-width: 6px;

  content: "";

  height: 0;

  left: 5px;

  position: absolute;

  top: 100%;

  width: 0;

}



.success {

  position: absolute;

  right: 0;

  top: -20px;

  width: auto;

  height: auto;

  margin: 0;

  font-size: 11px !important;

  font-weight: 500;

  line-height: 11px !important;

  background: #198754;

  padding: 5px 5px 4px !important;

  color: #fff !important;

}



.success:after {

  border-color: #198754 transparent transparent;

  -o-border-image: none;

  border-image: none;

  border-right: 6px solid transparent;

  border-style: solid;

  border-width: 6px;

  content: "";

  height: 0;

  left: 5px;

  position: absolute;

  top: 100%;

  width: 0;

}



.customCaptcha {

  padding-left: 150px;

}







.captcha-img {

  position: absolute;

  left: 7px;

  top: 5px;

  z-index: 1;

}



/* header-tagline */

.header-tagline {

  background: linear-gradient(90deg, #A46328 0%, #EDCC69 100%);

  background-size: 200% 200%;

  animation: gradient 15s ease infinite;

  color: #fff;

  padding: 10px;

}



.header-tagline {

  font-weight: 600;

  color: #fff;

}



@keyframes gradient {

  0% {

    background-position: 0% 50%;

  }



  50% {

    background-position: 100% 50%;

  }



  100% {

    background-position: 0% 50%;

  }

}



.screenshot-mobile-main {

  width: 360px;

}



.screenshot-mobile {

  position: relative;

  display: inline-block;

}







.screenshot-mobile::before {

  background-image: url(../img/mobileframetop.png);

  background-repeat: no-repeat;

  background-position: center 0;

  content: "";

  width: 100%;

  height: 29px;

  position: absolute;

  left: 0;

  top: 2.5%;

  z-index: 9;

  background-size: 100% auto;

  display: none;

}



.play-bt {

  position: absolute;

  left: 0;

  top: 8%;

  width: 100%;

  height: 100%;

  background: transparent;

  z-index: 9;

}



.play-bt .play-icon {

  border: 2px solid #000;

  border-radius: 50%;

  width: 60px;

  height: 60px;

  border-radius: 50%;

  z-index: 1;

  right: 0;

  top: 0;

  left: 0;

  bottom: 0;

  margin: auto;

  position: absolute;

  color: #fff;

  text-align: center;

  display: flex;

  cursor: pointer;

  font-size: 24px;

  justify-content: center;

  align-items: center;

}



.play-bt .play-icon img {

  width: 30px;

  height: 30px;

  position: absolute;

  left: 5px;

  right: 0;

  margin: auto;

}



.play-bt .play-icon::before {

  content: "";

  position: absolute;

  left: -5px;

  top: -5px;

  right: -5px;

  bottom: -5px;

  background-color: rgb(255 255 255 / 50%);

  opacity: 0.2;

  border-radius: 50%;

  animation: callBlink 3s infinite ease-in-out;

}



@keyframes callBlink {

  from {

    transform: scale(0.5);

    opacity: 0.9;

  }



  to {

    transform: scale(1.6);

    opacity: 0;

  }

}





.mobile-video video {

  max-width: 100%;

}



.video-language-buuton {

  display: flex;

  align-items: center;

  justify-content: center;

  margin-top: 30px;

}



.video-language-buuton a {

  color: #fff;

  font-size: 18px;

  font-weight: 600;

  text-decoration: underline;

  display: none;

  transition: all 0.4s ease-in-out;

}



.video-language-buuton a:hover {

  color: #cf2f41;

}



.video-language-buuton a.active {

  display: block;

}



.english-video {

  display: none;

}



.mobile_view {

  margin-right: 0;

}



.hero-desc {

  margin: 25px 0;

}



.common-sec {

  padding: 60px 0;

}



.swiper-pagination-bullet {

  background-color: #B77829;

}



.screenshot-sec .sub-title {

  color: #fff;

}



.banner_btn .btn {

  transition: all .3s !important;

  border: 0;

}



.banner_btn .btn:hover,

.navbar .btn:hover {

  background-color: #000 !important;

  color: #fff !important;

  border: 0 !important;

}



.navbar .btn {

  border: 0;

  font-weight: 600;

}



.navbar {

  padding: 15px 0;

}



.navbar .btn:focus {

  border: 0;

  box-shadow: none;

  outline: none;

}



.modal-header .btn {

  cursor: pointer;

}



.marquee-main {

  overflow: hidden;

}



.marquee-main .item {

  min-width: 600px;

  white-space: nowrap
}



.marquee-inner {

  display: flex;

}



.marquee-animate {

  display: flex;

  width: 100000px;

  margin-left: 0;

  animation: 55s linear 0s infinite normal none running myMarquee;

  animation-direction: reverse;

}



@keyframes myMarquee {

  100% {

    margin-left: 0px;

  }

}





.sticky-whatsapp-icon.header-btn {

  position: unset;

  transition: all .3s;

}



.sticky-whatsapp-icon.header-btn:hover {

  transform: translatey(5px);

}



.banner_content h1 span {

  color: #D69F2D;

  font-weight: 700;

}



.hero-desc p {

  color: #000;

}



.hero-qr.aos-init img {

  object-fit: cover;

  object-position: center;

  height: 250px;

}



.pay-now-popup .modal-body img {

  height: 250px;

  object-fit: cover;

  object-position: center;

  margin: 0 auto;

}



/* .modal.show .modal-dialog {

  transform: none;

  height: 100vh;

  display: flex;

  align-items: center;

  justify-content: center;

  max-width: 350px;

  margin: 0 auto;

} */



/* .modal-header {

  border-bottom: 0;

}



.modal-header {

  position: absolute;

  right: 0;

  top: 0;

  z-index: 2;

} */



.hero-qr .upi-id {

  font-size: 20px;

  color: #000;

  line-height: 1.2;

}



.copy-img img {

  width: 25px;

  height: 25px !important;

  object-fit: cover;

  object-position: center;

}



.qr-details.d-flex {

  padding: 20px 0 10px;

}



input.text.upi-id {

  border: 0 !important;

  max-width: 180px;

  background-color: transparent;

  outline: 0;

}



button.copy-img {

  border: 0;

  background-color: transparent;

}



.pay-now-popup .qr-details {

  justify-content: center;

}



.pay-now-popup .modal-body {

  padding: 30px;

}



.banner_btn {

  display: flex;

}



.banner_btn .btn {

  padding: 22px 14px;

  line-height: 1.2;

  height: fit-content;

}



/*privacy-policy*/

.cms-sec {

  padding: 40px 0;

}



.cms-com.con {

  display: inline-block;

  width: 100%;

  clear: both;

  color: #000
}



.cms-com.con p {

  display: block;

  margin-bottom: 20px;

  line-height: 1.4rem;

  font-weight: 500;

  font-size: 16px;

}



.cms-com.con p:last-child {

  margin-bottom: 0;

}



.cms-com.con p a {

  text-transform: initial
}



.cms-com.con ul {

  list-style: none;

  margin-top: 15px;

  margin-bottom: 30px;

  display: flex;

  flex-wrap: wrap
}



.cms-com.con ul li {

  display: block;

  width: 100%;

  font-size: 16px;

  font-weight: 500;

  line-height: 1.4;

  padding-left: 20px;

  margin-bottom: 6px;

  position: relative
}



.cms-com.con ul li:before {

  content: "";

  width: 10px;

  height: 10px;

  position: absolute;

  left: 0;

  border-radius: 50%;

  top: 5px;

  background: #000;

}



.cms-com.con ul li:last-child {

  margin-bottom: 0
}



.cms-com.con ul li ul {

  margin-bottom: 0
}



.cms-com.con ul li ul li {

  padding-left: 16px
}



.cms-com.con ul li ul li:before {

  width: .8rem;

  height: 2px;

  top: 10px
}



.cms-com.con ul.half li {

  width: 50%;

  display: inline-block
}



.cms-com.con h1 {

  font-size: 40px;

  line-height: 1;

  font-weight: 700;

  display: block;

  margin-top: 36px;

  margin-bottom: 25px;

  position: relative
}



.cms-com.con h2 {

  font-size: 37px;

  line-height: 1;

  font-weight: 700;

  display: block;

  margin-top: 36px;

  margin-bottom: 25px;

  position: relative
}



.cms-com.con h3 {

  font-size: 32px;

  line-height: 1;

  font-weight: 700;

  display: block;

  margin-top: 36px;

  margin-bottom: 25px;

  position: relative
}



.cms-com.con h4 {

  font-size: 30px;

  line-height: 1;

  font-weight: 700;

  display: block;

  margin-top: 36px;

  margin-bottom: 25px;

  position: relative
}



.cms-com.con h5 {

  font-size: 24px;

  line-height: 1;

  font-weight: 700;

  display: block;

  margin-top: 36px;

  margin-bottom: 25px;

  position: relative
}



.cms-com.con h6 {

  font-size: 20px;

  line-height: 1;

  font-weight: 700;

  display: block;

  margin-top: 36px;

  margin-bottom: 25px;

  position: relative
}



.cms-com.con iframe {

  width: 100%;

  height: 500px
}



.cms-com.con .alignleft {

  float: left;

  width: auto;

  max-width: 50%;

  margin: 0 30px 30px 0;

}



.cms-com.con .alignright {

  float: right;

  width: auto;

  max-width: 50%;

  margin: 0 0 30px 30px;

}



.cms-com.con .aligncenter {

  width: auto;

  max-width: 100%;

  margin: 50px auto 30px;

  text-align: center;

  display: block;

}



.cms-com.con .aligncenter.mb-100 {

  margin-bottom: 100px
}



.cms-com.con .aligncenter img {

  margin: auto
}



.cms-com.con hr {

  background: var(--tan-4);

  height: 4px;

  opacity: 1;

  margin: 30px 0;

  border: none
}



.cms-com.con ol {

  padding: 0;

  display: flex;

  flex-wrap: wrap;

  counter-reset: cmscon-counter;

  list-style-type: none;

  margin-bottom: 30px
}



.cms-com.con ol li {

  position: relative;

  font-size: 16px;

  font-weight: 500;

  line-height: 1.2;

  list-style: none;

  margin-bottom: 15px;

  padding-left: 0;

  width: 100%;

  display: block;

}



.cms-com.con ol li:last-child {

  margin-bottom: 0
}



.cms-com.con ol li:before {

  counter-increment: cmscon-counter;

  content: "" counter(cmscon-counter) ".";

  line-height: 1.4
}



.cms-com.con ol li ul {

  margin-top: 30px;

  margin-left: 15px
}



.cms-com.con ol li ul li {

  padding-left: 24px;

  position: relative
}



.cms-com.con ol li ul li:before {

  counter-increment: none;

  content: no-close-quote
}



.cms-com.con p b,

.cms-com.con p strong {

  margin-bottom: 0;

  font-size: 16px;

  font-weight: 700;

  display: inline-block;

  margin-bottom: 0;

}



.cms-com.con a {

  transition: color .4s ease-in-out;

  color: var(--tan-4);

}



.cms-com.con a:hover {

  color: var(--tan-4);

}



.cms-com.con p a {

  transition: color .4s ease-in-out;

  color: var(--tan-4);

  font-weight: 300
}



.cms-com.con p a:hover {

  color: var(--black);

}



.footer_section ul li a {

  color: #fff;

}



.footer_section ul li a:hover,

.footer_bottom a:hover {

  color: #000;

}



.footer_bottom p,

.footer_bottom span,

.footer_bottom a {

  color: #fff;

}

.footer-web .img-box img {
  filter: brightness(10);
}


/*banner-btn-for-only*/



.banner_btn .btn-tel {

  background-color: #000;

  padding: 10px 15px;

  font-size: 18px;

  font-weight: 600;

  margin: 0;

  margin-top: 10px;

}



.banner_btn .btn-tel img {

  max-width: 40px;

  object-fit: cover;

  margin-right: 10px;

}



.banner_btn {

  flex-wrap: wrap;

  min-height: auto;

}



.btn-check:focus+.btn,

.btn:focus {

  box-shadow: none;

}



.navbar .btn.n-btn img {

  width: 25px;

  height: 25px;

  object-fit: cover;

  margin-right: 10px;

}



.banner .btn.n-btn img {

  width: 35px;

  height: 35px;

  object-fit: cover;

  margin-right: 10px;

}



.delete-con {

  padding: 80px 0;

}



.delete-con h1 {

  font-size: 42px;

  line-height: 1.2;

  color: #000;

  font-weight: 600;

  margin-bottom: 20px;

  color: #000;

}



.delete-con h4 {

  font-size: 25px;

  line-height: 1.2;

  color: #000;

  font-weight: 500;

  margin-bottom: 20px;

  color: #000;

}



.delete-con p,

.delete-con p a {

  color: #000;

}



.delete-con p a {

  color: #000;

  transition: all .3s;

}



.delete-con p a:hover {

  color: #a6662a;

}



.delete-con ol {

  list-style-type: none;

  counter-reset: li;

  padding-left: 20px;

}



.delete-con li:before {

  counter-increment: li;

  content: counter(step-counter)'.';

  color: #000;

  margin-right: 0.25em;

}



.delete-banner img {

  max-width: 200px;

  object-fit: cover;

  margin-right: 10px;

  border: 1px solid #ebe0e0;

}



.delete-banner {

  margin-top: 30px;

}



.delete-con ol li {

  list-style: none;

  color: #000;

  margin-bottom: 10px;

  font-size: 16px;

  font-weight: 400;

  line-height: 1.2;

  counter-increment: step-counter;

}




.signup-popup .modal-dialog {
  max-width: 800px;
}

.signup-popup .modal-body {

  padding: 25px 20px;

}

.title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin-bottom: 20px;
}


.signup-popup .modal-dialog {

  max-width: 460px;

  height: auto;

  min-height: 100vh;

  display: flex;

  align-items: center;

  margin: 0 auto;

}



.signup-popup .row>* {

  margin-bottom: 15px;

  position: relative;

}

.signup-popup .row>*:last-child {
  margin-bottom: 0;
}



.signup-popup .form-select,

.signup-popup .form-control {

  border: 1px solid #e2e2e2;

  padding: 10px 18px;

  background-color: #fff;

  border-radius: 3px;

  width: 100%;

  color: #000;
  font-size: 16px;

  resize: none;

}

.signup-popup .btn {
  font-size: 17px;
  padding: 15px 35px;
}

.signup-popup .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.signup-popup .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.signup-popup .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.signup-popup .form-control:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}



.signup-popup .form-control:focus,

.signup-popup .form-select:focus {

  border-color: #e2e2e2;

  box-shadow: 0 6px 15px rgb(202 201 201 / 31%);

}



.form-select {

  padding-right: 38px;

}



.signup-popup textarea {

  width: 100%;

  display: block;

}

.signup-popup {
  overflow-y: hidden;
  z-index: 9999;
}

.signup-popup .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  width: 20px;
  height: 20px;
  z-index: 9;
}

.contact-form .btn:hover {
  background-color: #000;
  color: #fff;
}

.wpcf7-response-output {
  color: #000;
  border: 0;
  font-size: 14px;
  line-height: 1.2;
}

.thank-you-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}   

.thank-you-title {
  font-size: clamp(2.875rem, 1.395rem + 6.316vw, 6.25rem);
  font-weight: 700;
  line-height: 1;
  color: #000;
  margin-bottom: clamp(0.938rem, 0.526rem + 1.754vw, 1.875rem);
}

.thank-you-message {
  font-size: clamp(1rem, 0.89rem + 0.468vw, 1.25rem);
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: clamp(1.25rem, 0.702rem + 2.339vw, 2.5rem);
  color: #000;
}

.thank-you-wrapper svg {
  height: clamp(6.25rem, 4.879rem + 5.848vw, 9.375rem);
  width: clamp(6.25rem, 4.879rem + 5.848vw, 9.375rem);
  margin-bottom: clamp(1.563rem, 0.877rem + 2.924vw, 3.125rem);
}

.thank-you-page {
  padding-top: 150px;
  padding-bottom: 80px;
}

.thank-you-page .btn:hover{
 background-color: #000;
 color: #fff;
}



.get-id-btn a {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #29a71a;
}

.get-id-btn a img {
  display: block;
  margin: 0 auto;
}

.h-w-btn {
  background: #2aa71c;
  width: 50px;
  display: flex;
  height: 50px;
  padding: 10px;
  justify-content: center;
  border-radius: 100%;
}

@media only screen and (max-width: 568px) {
  .title {
    font-size: 26px;
  }

  .signup-popup .modal-dialog {
    max-width: 90%;
  }
}





@media screen and (max-width: 992px) {

  .delete-con {

    padding: 70px 0;

  }



  .delete-banner img {

    max-width: 145px;

  }

}



@media screen and (max-width: 767px) {

  .delete-con h1 {

    font-size: 32px;

  }



  .delete-con {

    padding: 60px 0;

  }



  .delete-banner {

    flex-wrap: wrap;

  }



  .delete-banner img {

    margin-bottom: 20px;

  }

  .thank-you-page {
    padding-top: 120px;
    padding-bottom: 50px;
}

}



@media screen and (max-width: 568px) {

  .delete-con {

    padding: 45px 0;

  }



  .delete-con h1 {

    font-size: 30px;

  }



  .delete-con p {

    font-size: 14px;

  }



  .delete-con h4 {

    font-size: 20px;

  }



  .delete-banner img {

    max-width: 145px;

  }

}









/* new-page */

.lp-wrapper {

  background: #00042D;

}

.lp-wrapper .navbar.navbar-expand-md.main-navigation.sticky {

  background: #2c2e39;

}

.lp-wrapper .stocket_header {

  position: unset;

}

.lp-d-app {

  margin-left: auto;

}



.hero-details-sec {

  padding-top: 100px;

  padding-bottom: 50px;

}



.details-btn-g {

  padding-top: 50px;

}



.btn-s {

  max-width: 160px;

  object-fit: cover;

}



.btn-p-d {

  max-width: 195px;

  margin: 0 auto;

  display: block;

}



.details-btn-p {

  padding-top: 50px;

}



.title-d {

  font-size: 22px;

  font-weight: 700;

  line-height: 1.3;

  text-align: center;

  display: block;

}



.title-d span {

  font-weight: 400;

  display: block;

}



.hero-details-con {

  padding-top: 50px;

}



.lp-logo {

  max-width: 150px;

  margin: 0 auto;

}



.lp-footer-sec {

  padding-top: 50px;

}



.f-lp-con {

  font-size: 18px;

  font-weight: 500;

  line-height: 1.2;

  text-align: center;

  display: block;

  margin-top: 20px;

}



.h-title-lp {

  margin-top: 5px;

  font-size: 25px;

  font-weight: 800;

  line-height: 1.2;

  text-align: center;

  background: linear-gradient(118.9deg, #F2BA2D 20.52%, #9C5B27 32.17%, #B0742A 39.45%, #DDA62C 54%, #FFF6AF 58.37%, #E3AB2C 68.56%, #B6802E 79.48%, #A26B2E 86.76%);



  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  display: block;

}



.lp-footer-sec {

  padding-bottom: 20px;

}



.address-con {
  padding-top: 50px;

}

.address-con,
.address-con p,
.address-con p a {
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
}

.address-con p a:hover {
  color: #000;
}

.header-lp nav .navbar-nav .nav-link {
  color: #fff;
}

.lp-header .navbar-collapse.show {
  background-color: #000;
  padding: 20px;
}

.page-id-16 .cms-com.con ul li:before {
  background: #fff;
}

.btn-close:focus {
  box-shadow: none;
}

.error-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: #000;
}

.error-title {
  font-size: clamp(4.375rem, 2.182rem + 9.357vw, 9.375rem);
  font-weight: 700;
  line-height: 1;
  color: #000;
  margin-bottom: clamp(0.938rem, 0.526rem + 1.754vw, 1.875rem);
}

.error-message {
  font-size: clamp(1rem, 0.89rem + 0.468vw, 1.25rem);
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: clamp(1.25rem, 0.702rem + 2.339vw, 2.5rem);
}

.error-sec {
  position: relative;
  padding-top: 200px;
  padding-bottom: 130px;
}

.error-sec .btn{
  padding: 15px 20px;
  font-weight: 500;
}
.error-sec .btn:hover{
  color: #fff;
  background-color: #000;
}


@media screen and (max-width: 1600px) {}



@media screen and (max-width: 1460px) {}



@media screen and (max-width: 1348px) {}



@media screen and (max-width: 1299px) {

  .hero-details-sec {

    padding-top: 50px;

  }

}



@media screen and (max-width: 1199px) {

  .header-lp .navbar-nav {
    display: flex !important;
  }
}



@media screen and (max-width: 1023px) {}



@media screen and (max-width: 992px) {
  .navbar-toggler {
    background: none !important;
  }

  .navbar-toggler i {
    font-size: 25px !important;
  }
}



@media screen and (max-width: 767px) {

  .lp-btn-nav {

    max-width: 200px;

  }



  .details-box {

    margin-bottom: 20px;

  }



  .hero-details-sec {

    padding-top: 60px;

  }



  .title-d {

    font-size: 19px;

  }



  .details-img {

    margin-bottom: 20px;

  }

  .header-lp .navbar {

    background: transparent;

  }

  .header-lp nav.navbar.navbar-expand-md.main-navigation.sticky {

    background-color: #141420;

  }

  .lp-wrapper {

    background-image: url(../img/banner-img-lp.png);

  }

  /* .lp-wrapper .navbar-brand{

      max-width:150px;

  } */

  .address-con {
    padding-top: 35px;
  }

  .error-sec {
    padding-top: 160px;
    padding-bottom: 70px;
}

}



@media screen and (max-width: 568px) {

  .lp-btn-nav {

    max-width: 150px;

    margin-top: 0 !important;

    padding: 0 !important;

  }

  .address-con {
    padding-top: 20px;
  }

  .address-con,
  .address-con p,
  .address-con p a {
    font-size: 14px;
  }

  .features-card .features-card-title {
    font-size: 14px !important;
  }
}



@media screen and (max-width: 390px) {}