:root {
  --blue: #3490dc;
  /* --font-family-sans-serif: "Nunito", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; */
}

body {
  /* background-color: var(--dark-bg);
  color: var(--dark-text); */
  /* font-family: "Montserrat", sans-serif !important; */
  font-family: 'Satoshi', !important;
}
.main_page_container{
  position: relative;
}
.bg-new-layout{
  background-color: #F9F5F0 !important;
}
.main-header-container{
  /* background: linear-gradient(123.95deg, #0F0125 13.46%, #1B1945 70.12%); */
  width: 100%;
  height: 483px;
  position: relative;
  background-image: url('/images/V22_images/Image.svg');
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-header-image{
  position:relative;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 483px;
  object-fit: cover;
  z-index: 0;

}
/* -------------------------- navbar design --------------------------------------  */
.topnavbar-container{
  position:fixed;
  z-index: 30;
  width: 100%;
  background-color: transparent;
  padding-top: 24px;
  display: flex;
  justify-content: center;
  right: 0;
  left: 0;
  top:0;
  margin: auto;
  transition: all 0.4s ease;
}

.topnavbar-container-main{
  background-color: #FFFFFF;
  max-width: 1180px;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 51px;
  padding: 3px 0;
  transition: all 0.4s ease;
  box-shadow: 0px 19px 42.1px -13px #453b8791;

}

.topnavbar-container1{
  position:fixed;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  right: 0;
  left: 0;
  top:0;
  margin: auto;
  transition: all 0.4s ease;
  background-color:#191641;
  /* box-shadow: 0px 4px 43.1px 19px #28244C91; */

}

.topnavbar-container-main1{
  /* background-color: #000000; */
  /* background-color: red; */
  max-width: 100%;
  width: 100%;
  padding: 3px 0;
  transition: all 0.4s ease;
  max-width: 1180px;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.topnavbar-container-body{
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: yellow; */
  height: 100%;
  /* width: 100%; */
  padding:0 20px;

}
.navbar-logo_and_dropdown_div{
  width: 50%;
  /* background-color: pink; */
  display: flex;
  padding: 10px 0px;
  align-items: center;
  justify-content: space-between;
}
.navbar-logo{
  object-fit: contain;
  width: 100px;
}
.navbar-dropdown-div{
  width: 380px;
  /* background-color: blue; */
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.navbar-dropdown-div h3{
  font-weight: 600 !important;
  font-size: 15px !important;
  color:#FFFFFF ;
}
.navbar-logout-div{
  width: 20%;
  display: flex;
  align-items: center;
  /* background-color: pink; */
  justify-content: end !important;
  column-gap: 20px;
}
.navbar-logout-div h3{
  font-size: 15px !important;
  font-weight: 600 !important;
  color:#FFFFFF ;

}

.navbar-logout-div button{
  color:#FFFFFF ;
  font-size: 15px;
  font-weight: 600;
  line-height: 20.64px;
  letter-spacing: -0.01em;
  padding: 12px 25px;
  border-radius: 51px;
  border: none;
}
.navbar-demo-button-scroll{
  background: black !important;
}
.navbar-demo-button-non-scroll{
  background: linear-gradient(164.29deg, #3D38AF -18.82%, #7873EC 153.71%);
}
.hamburger-menu{
  display: none;

}

.navbar-dropdown-div h3,
.navbar-logout-div h3,
.navbar-logout-div button {
  transition: color 0.4s ease, background-color 0.4s ease; /* Smooth color transitions */
}

/* --------------------------- navbar design end ------------------------------------ */

.new-sales-form-design{
  width: 100%;
  /* background: red; */
  margin: 0px auto;
  display: flex;
  justify-content: center;
}
/* heading */
.heading-main{

  width: 494px;
  /* background-color: red; */
  margin-top: 60px;
}
.heading-main-h1{
  font-size: 48px;
  font-weight: 600;
  line-height: 64.8px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 2px 0 ;
}
.heading-main h3{
  font-size: 18px;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.03em;
  text-align: center;
  color:#FFFFFF ;
  margin: 0 20px;

}
.scrolldown-button-div{
  display: flex;

}
.scrolldown-button{
  border-radius: 50%;
  background-color: transparent;
  border: none;
  margin: 0 auto;
}
.scrolldown-button img{
  width: 50px;
  object-fit: contain;
  margin-top: 40px;
}

/* bounce*/
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

/* Apply the animation to an element */
.bounce {
  animation: bounce 1s infinite;
}

/*  */
/*------------- content ----------- */
.content-div{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top:19px ;
  background-color: #F9F5F0;
  /* background-color: red; */
  margin-top: -44px;
  flex-direction: column;
  padding-right: 20px;
  padding-left: 20px;
  padding-top:35px ;
  border-top-right-radius:50px ;
  border-top-left-radius:50px ;
  position: relative;
  z-index: 20px;
}
.content-main{
  background-color: #FFFBFB;
  width: 100%;
  height: auto;
  padding-top: 50px;
  max-width: 1180px;
  width: 100%;
  /* margin-left: 20px;
  margin-right: 20px; */
  padding: 3px 0;
  border: 1px solid #1D1950 ;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  padding: 64px 0;
  margin-bottom: 60px;
}
.content-container{
  max-width: 846px;
  width: 100%;
  /* background-color: #3490dc; */
  /* height: 794px; */
  margin: 0px 16px;

}
.content-container-h1{
font-size: 28px;
font-weight: 700;
line-height: 51.2px;
letter-spacing: -0.03em;
text-align: left;
margin: 0;

}
.content-form{
  width: 100%;
  height: auto;
  display: flex;
  /* flex-wrap: wrap; */
  /* background-color: red; */
  column-gap:20px ;
  margin-top: 5px;
}
.content-form div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-inputfield-label{
  font-size: 16px;
  font-weight: 600;
  line-height: 28.8px;
  letter-spacing: -0.01em;
  margin-bottom: 2px;

}

.form-inputfield {
  background-color: #F6F6F6;
  border: 1px solid #E7E7E7;
  border-radius: 12px;
  padding: 15px 12px ;
  font-size: 16px;
}
.form-inputfield:focus,.form-textarea:focus  {
  border-color: blue;
  outline: none;
}
.form-textarea {
  background-color: #F6F6F6;
  border: 1px solid #E7E7E7;
  border-radius: 12px;
  padding: 16px 12px 10px 12px ;
  font-size: 16px;
  min-height:162px ;
}
.form-textarea::placeholder{
  font-size: 16px;
  font-weight: 500;
  color: #B9B9B9;


}
.form-space{
  margin:  20px 0 0 0 ;
}
.single-input-field{
  display: flex;
  flex-direction: column;
}
.form-confirm-button{
  width: 100%;
  border: none;
  border-radius: 51px;
  background: linear-gradient(164.29deg, #000000 -18.82%, #3B3B3D 153.71%);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  /* line-height: 20.64px;
  letter-spacing: -0.01em; */
  margin-top: 30px;
  padding: 14px 0px;

}
.text-required-star{
  color: red;
  overflow: visible !important;
}
.country-picker-style {
  font-size: 16px !important;
}
/*------------- content  end----------- */

/* --------------------trusted by----------------- */
.trusted-section{
  /* background-color: green; */
  margin-bottom:23px ;
  width: 100%;
  display: flex;
  justify-content: center;

}
.trusted-main{
  width: 90%;
  max-width: 1025px;
  margin: 0 20px ;
  height: 90px;
  /* background-color: green; */
}
.trusted-main h4 {
  font-size: 15px;
  font-weight: 700;
  /* line-height: 20.64px;
  letter-spacing: -0.03em; */
  color:#8A8A8A ;
  text-align: center;
  margin: 0;
}
            /* infinite scrolling effect */
                .scroll-container {
                  display: flex;
                  overflow: hidden;
                  white-space: nowrap;
                  width: 100%;
                  /* background-color: red; */
                  /* margin-top: 15px; */

                }
                .scroll-content {
                  display: flex;
                  animation: none;
                  align-items: center;
                  /* column-gap: 50px; */


                }
                .new-scroll-img-div{
                  height: 61px !important;
                  background-color:transparent;
                  margin-right: 10px;
                  display: flex !important;
                  align-items: center;

                }
                .scroll-content-img {
                  height: 41px !important;
                  /* width: 100%; */
                  object-fit: contain;
                  /* filter: grayscale(100%) brightness(0) !important; */
                  width: 100%;
                  /* background-color: yellow; */
                  margin-right: 20px;
                }
/* --------------------trusted by end----------------- */

/* -------------------------booster section---------------------- */
.booster-section{
  margin-bottom: 64px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.booster-main{
  max-width: 1180px;
  width: 100%;
  /* height: 474px; */
  /* background-color: red; */
  border-radius: 50px;
  background-image: url('/images/V22_images/Image.svg');
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 0;

}
.boster-container{
  width: 433px;
  height: 342px;
  /* background-color: red; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.boster-container-h1{
font-size: 48px;
font-weight: 600;
line-height: 64.8px;
letter-spacing: -0.03em;
text-align: center;
color:#FFFFFF ;
margin: 0;
}
.boster-container h3{
  font-size: 18px;
  font-weight: 500;
  /* line-height: 24.3px; */
  /* letter-spacing: -0.03em; */
  text-align: center;
  color:#FFFFFF ;
  margin: 12px 0 0 0 ;
  }
.boster-container button{
  border-radius: 51px;
  background: linear-gradient(164.29deg, #3D38AF -18.82%, #7873EC 153.71%);
  border: none;
  padding: 12px 20px;
  width: 178px;
  margin-top: 20px;
  color: white;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 20.64px;
  letter-spacing: -0.03em;

  }
  .margin-buttom-boost{
    margin-bottom: 107px;
  }
/* -------------------------booster section end---------------------- */

/* ----------------------About US-------------------------------- */
.main-header-aboutus{
  /* background: linear-gradient(123.95deg, #0F0125 13.46%, #1B1945 70.12%); */
  background-image: url('/images/V22_images/Image.svg');
  width: 100%;
  height: 683px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.heading-aboutus{
  width: 964px;
  height: 449px;
  border-radius: 16px;
  border: 1px solid #9146FF;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutus-div{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutus-div div{
  width: 600px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.aboutus-div div div{
  width: 137px;
  height: 35px;
  border-radius: 10px;
  border: 1px solid #534FC8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
.aboutus-div div div h4{
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.9px;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.aboutus-div div h1{
  margin: 0px;
  font-size: 72px;
  font-weight: 700;
  line-height: 79.2px;
  letter-spacing: -0.03em;
  text-align: center;
  margin-bottom: 13px;
  color: #ffffff;
}
.aboutus-div div h3{
  font-size: 18px;
  font-weight: 500;
  line-height: 33.84px;
  text-align: center;
  margin: 0px;
  color: #ffffff;
}
.aboutus-scroll{
  margin-top: 43px;
}
.career-div{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 150px;
}
.career-div div{
  width: 1148px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.career-div-div-h1{
  margin: 0px;
  font-size: 56px;
  font-weight: 700;
  line-height: 59.6px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #161616;
  margin-bottom: 13px;
}
.career-div div button{
  border-radius: 51px;
  background: linear-gradient(164.29deg, #0A0A0A -18.82%, #3F3F3F 153.71%);
  border: none;
  padding: 12px 20px;
  width: 178px;
  margin-top: 30px;
  color: white;
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 20.64px;
  letter-spacing: -0.03em;
  }
  .career-div div img{
    margin-top: 59px;
    width: 1148px;
  }
