@charset "UTF-8";
.main-header {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  /* Large devices (desktops, 992px and up) */
  /* // `lg` applies to medium devices (tablets, less than 992px) */
}
.main-header .nav-link {
  font-weight: 600;
  color: #333;
  padding: 10px 20px;
  font-size: 1.05rem;
}
.main-header .nav-item.dropdown > .nav-link::after {
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
  border: solid;
  border-width: 0 0.075rem 0.075rem 0;
  content: "";
  display: inline-block;
  padding: 2px;
}
.main-header .dropdown > .dropdown-menu {
  background: #fafafa;
  border: none;
  border-radius: 0;
}
.main-header .dropdown-item:hover {
  background-color: #f1f1f1;
}
@media (min-width: 992px) {
  .main-header .dropdown > .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    display: block;
    transition: all 0.1s ease-out;
    width: 250px;
    max-width: 100%;
    min-width: 250px;
  }
  .main-header .dropdown:hover > .dropdown-menu {
    padding: 20px 0;
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) {
  .main-header .nav-item.dropdown > .nav-link::after {
    right: 25px;
    position: absolute;
  }
}

.main-footer {

  background-color: var(--bs-gray-200);
}
.main-footer .f-menu {
  -moz-column-count: 1;
       column-count: 1;
}
@media (min-width: 992px) {
  .main-footer .f-menu {
    -moz-column-count: 2;
         column-count: 2;
  }
  .main-footer {
    margin-top: 5rem !important;
  }
}
.main-footer .footer-social a {
  background-color: var(--bs-gray-500);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .main-footer .footer-banner {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
  }
}

.main-gradient-bg {
  background: linear-gradient(107.91deg, #d14eff 7.37%, #6100ff 95.19%);
}

.home-bg {
  background: radial-gradient(65.57% 56.57% at 68.28% 47.53%, #D14EFF 0%, #6100FF 46.35%, #380094 100%);
}

.main-gradient-text {
  background: linear-gradient(107.91deg, #d14eff 7.37%, #6100ff 95.19%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.orange-gd {
  background: linear-gradient(288.03deg, #FF8A00 18.42%, #FFA800 82.75%);
}

.orange-color {
  color: #FF8A00;
}

.perple-color {
  color: #6100FF;
}

.perple-bg {
  background: #6100FF;
}

.bg-gray {
  background-color: #E3EAEF;
}

.border-currnt {
  border-color: currentColor !important;
}

a {
  transition: 0.3s ease-in-out color;
  will-change: transform();
	 text-decoration: none!important
}

@font-face {
  font-family: 'montserrat';
  src: url('../../fonts/Montserrat-Medium.woff') format('woff-variations'),
   url('../../fonts/Montserrat-Medium.woff2') format('woff2'),
  url('../../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 100 900;
  font-display: fallback;
}


html {

    overflow-x: hidden;
}

body {
  text-align: start;
	  overflow: hidden;
	 font-family: "montserrat";

}

main {
  min-height: 100svh;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

.c-shadow {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
}

.html-lazy {
  content-visibility: auto;
}

::-moz-selection {
  background-color: rgb(97, 0, 255);
  color: #fff;
}

::selection {
  background-color: rgb(97, 0, 255);
  color: #fff;
}

article img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}
article video {
  max-width: 100%;
  height: auto;
}
article blockquote {
  font-size: 1.4em;
  width: 90%;
  margin: 50px auto;
  font-family: Open Sans;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid rgb(97, 0, 255);
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
}
article blockquote::before {
  font-family: Arial;
  content: "“";
  color: rgb(97, 0, 255);
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}
article blockquote::after {
  content: "";
}

.main-gradient-bg {
  background: linear-gradient(107.91deg, #d14eff 7.37%, #6100ff 95.19%);
}

.home-bg {
  background: radial-gradient(65.57% 56.57% at 68.28% 47.53%, #D14EFF 0%, #6100FF 46.35%, #380094 100%);
}

.main-gradient-text {
  background: linear-gradient(107.91deg, #d14eff 7.37%, #6100ff 95.19%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.orange-gd {
  background: linear-gradient(288.03deg, #FF8A00 18.42%, #FFA800 82.75%);
}

.orange-color {
  color: #FF8A00;
}

.perple-color {
  color: #6100FF;
}

.perple-bg {
  background: #6100FF;
}

.bg-gray {
  background-color: #E3EAEF;
}

.border-currnt {
  border-color: currentColor !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}/*# sourceMappingURL=site.css.map */




.help-box{
  justify-content: center;
}





.eror-section {
  width: 100%;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.eror-section figure {
  width: 100%;
  max-height: 500px;
  display: flex
;
  justify-content: center;
}
.eror-section figure img {
  max-height: 500px;
  max-width: 80%;
}

.search-button
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control{
  border-radius: .25rem 0 0 .25rem!important
}

.form-control:focus {

 box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0); 
}
.text-error
{
  color: #6100FF;
  font-size: 1.5rem;
}

.text2-error{
  color: #ff8a00;
  font-size: 1rem;
  font-weight: 600;
}

.Reg
{
  margin-right: 10px;
 padding: 5px 10px;
}
.login-box{
    padding: 5px 10px;	
	
}


.login-box svg{
	    position: relative;
    bottom: 2px;
}
.Reg svg
{
	    position: relative;
    bottom: 1px;
}
.login-box span
{
	    padding-left: 2px;
}
@media (min-width: 992px) {
	.Reg-login-desktop
   {
    position: absolute;
    right: 0;
   }
}

@media (max-width: 991px) {
    .Reg {
        margin-right: 3px;
        padding: 5px 6px;
    }

.Reg svg {
    display: none;
}
	
.login-box span {
      display: none;
}	

	
	.navbar-brand{
	    width: 152px;
	}
		.navbar-brand img
	{
		    width: 100%;
	}
	
.Reg-login-desktop{
	    margin-left: auto;
	 margin-right: 7px;	
	}
	
	
}
@media (max-width: 424px) {
    .navbar-brand{
	    width: 103px;
	}
	
.Reg-login-desktop span{
	    font-size: 14px;
	}
	
	
	
}
.keyword-rank{
	    overflow: hidden;
    position: relative;
	
}

.keyword-rank-svg{
	
	 
     position: absolute;

    bottom: 0;
    margin: auto;
	
}
.keyword-rank .container
{
	z-index: 2;
    position: relative;
}
@media (min-width: 992px) {

.descriptionfooter{
	
    padding-right: 77px;

}
}


@media (max-width: 767px) {
	.footer-links
{
	    margin-top: 0 !important;
}
}


::placeholder {
  color: #9E9E9E;
  opacity: 1; /* Firefox */
	 font-size: 12px;
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #9E9E9E;
	 font-size: 12px;
}
 .required,.required2{
 position: relative;	 
}
 .required:after {
  content: " *";
    color: #FF3D00;
    position: absolute;
    top: 0;
    left: 85px;
  }
 .required2:after {
  content: " *";
    color: #FF3D00;
    position: absolute;
    top: 0;
    left: 49px;
  }



