@font-face {
  font-family: Raleway;
  src: url(https://screenshotx.com/assets/fonts/Raleway-Regular.woff);
}
@font-face {
  font-family: Mukta;
  src: url(https://screenshotx.com/assets/fonts/Mukta-Regular.woff);
}
::-moz-selection {
  color: #fff;
  background: #8db9ff;
  background-image: none;
  text-fill-color: #fff;
  -webkit-text-fill-color: #fff;
}
::selection {
  color: #fff;
  background: #8db9ff;
  background-image: none;
  text-fill-color: #fff;
  -webkit-text-fill-color: #fff;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
body {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  background-color: #181f2a !important;
  scroll-behavior: smooth;
}
header,
footer {
  padding-left: 8px;
  padding-right: 8px;
}
section {
  padding: 100px 0px;
}
.screenshot {
   display: block;
   margin-left: auto;
   margin-right: auto;
   cursor: pointer;
}
div#navbarSupportedContent {
  float: right;
}
.flex-no-wrap {
  flex-wrap: nowrap !important;
}
.blackborder {
    border: 2px solid #151718;
}
button.btn.btn-outline-success {
  border: none !important ;
  font-family: "Raleway" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  display: flex;
  width: 100% !important;
  align-items: center;
  text-align: center;
  color: #ffffff;
  border-radius: 6px !important;
  background: linear-gradient(90deg, #018ecd 0%, #f37b69 100%);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1),
    0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  height: 48px;
}
span.navbar-toggler-icon {
  filter: invert(1) !important;
}
a.nav-link {
  font-family: "Raleway" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #ffffff;
}
a,
a:visited {
  color: #0089c7;
  text-decoration: underline;
  text-decoration-color: #a2dffb;
  text-underline-offset: 4px;
}
a:hover,
a:visited:hover {
  color: hotpink;
  text-decoration-color: hotpink;
  text-underline-offset: 4px;
}
ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
  float: right;
  width: 100% !important;
  justify-content: end;
}
li.nav-item {
  padding-left: 30px !important;
}
a.nav-link:hover {
  color: white !important;
}
.navbar-toggler {
  background-color: transparent !important;
  color: #fbfbfb !important;
  border: var(--bs-border-width) solid rgba(255, 255, 255, 0) !important;
}

p.iltalicgrayp {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  align-items: center;
  color: #8c8c8c;
  padding-top: 15px !important;
}

.cardimg {
  height: 100;
}

.card-title {
  font-family: "Mukta" !important;
  font-style: normal;
  align-items: center;
  letter-spacing: -1.5px;
  color: #ffffff;
}
h1.card-title {
  font-weight: 800;
  font-size: 70px;
  line-height: 70px;
  padding-bottom:20px;
}
h2.card-title {
  font-weight: 800;
  font-size: 60px;
  line-height: 70px;
  padding-bottom:20px;
}
h3.card-title, h4.card-title, h5.card-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 70px;
  padding-bottom:20px;
}
.card-body {
  background: transparent !important;
}
span.hspancoloorangeblue {
  background: linear-gradient(90deg, #f59d45 0%, #b35895 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  color: linear-gradient(90deg, #f59d45 0%, #b35895 100%) !important;
}
span.hspancolooprupleblue {
  background: linear-gradient(90deg, #c084fc 0%, #9333ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
p.card-text {
  padding: 15px 0px 0px 0px !important;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #d1d5db;
}
.fordecnetdiv {
  text-align: center;
}
p.littep {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  align-items: center;
  color: #ffffff;
  text-align: center;
  margin: auto;
  display: table;
  padding-top: 40px !important;
}

.orangepinkbtn {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  color: #ffffff !important;
  background: linear-gradient(90deg, #f79f42 0%, #ab4f9f 100%);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1),
    0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 12px 25px !important; 
  text-decoration: none !important;
  transition: all 1s ease-in-out;
}
.orangepinkbtn:hover {
  background: linear-gradient(90deg, #f9a954 0%, #c263b6 100%);
}
.redbtn {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  align-items: center;
  text-align: center;
  color: #ffffff !important;
  background: linear-gradient(90deg, #f74242 0%, #ab4f4f 100%);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1),
    0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 12px 25px !important; 
  text-decoration: none !important;
  transition: all 1s ease-in-out;
}
.redbtn:hover {
  background: linear-gradient(90deg, #f95454 0%, #c26363 100%);
}
img.imgnone {
  width: 100% !important;
  height: auto;
}
.forcenterdiv h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.forcenterdiv {
  margin: auto;
  justify-content: center;
  text-align: center;
  width: 35% !important;
}
.forcenterdiv h2 {
  font-size: 50px;
  text-align: center !important;
  width: 100% !important;
  padding-bottom: 20px !important;
}
.stars.maindiv {
  width: 50% !important;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 0px 0px !important;
  margin: auto;
}
i.fa-solid.fa-star {
  color: #ffbd02 !important;
  font-size: 23px !important;
}
.whiteproductcar {
  border: 4px solid #ff0000;
  background: white;
  display: inline-flex;
  width: 83% !important;
  margin-top: 10% !important;
  padding: 20px !important;
  justify-content: space-between;
}
.procutmainddiv h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  text-align: left;
  line-height: 11px;
  color: #ff6154;
}
.procutmainddiv h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  text-align: left;
  font-size: 24px;
  line-height: 25px;
  color: #ff6154;
}
.procutmainddiv {
  width: 79% !important;
  padding-left: 19px !important;
}
.procutmainddiv .forleftnone {
  padding: 0px !important;
}
.inner-star {
  align-self: center;
}
.inner-star {
  width: 10% !important;
  align-self: center;
}
.forcenterdivmain {
  padding: 0px !important;
  text-align: center;
}

.changelog{ 
    font-size:12;
    font-family:comic code,source code pro,courier new,sans-serif;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:10px;
    margin-left:20px;
}

.changelog p,.changelog b,.changelog ol li,.changelog ul li,.changelog li {font-size:12; font-family:comic code,source code pro,courier new,sans-serif}

span.hspancolblue {
  letter-spacing: -1.2px;
  background: linear-gradient(90deg, #c084fc 0%, #0891b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
p.whitetext {
  padding: 20px !important;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  align-items: center;
  color: #d1d5db;
  text-align: center;
}
p.whitetextleft {
  padding: 20px !important;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #d1d5db;
  text-align: left;
}
ol.whitetextleft,li.whitetextleft {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #d1d5db;
  text-align: left;
}

p.whitenocenter {
  padding: 20px !important;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #d1d5db;
}
p.whitetext-small {
  padding: 20px 0px !important;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  align-items: center;
  color: #f2f2f2;
  text-align: center;
}
p.whitetext-smallest {
  padding: 20px 0px !important;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  align-items: center;
  color: #6f6f6f;
  text-align: center;
}
span.automclaneblue {
  font-family: "Mukta";
  font-style: normal;
  padding: 0px 20px !important;
  line-height: 48px;
  align-items: center;
  text-align: center;
  letter-spacing: -1.2px;
  background: linear-gradient(90deg, #2dd4bf 0%, #22d3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
span.autopruple {
  font-family: "Mukta";
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 48px;
  align-items: center;
  text-align: center;
  letter-spacing: -1.2px;
  color: #c084fc;
}
span.automclaneblue.forad {
  padding: 0px !important;
}
h5.loremlorem {
  padding: 40px 0px !important;
  font-family: "Mukta";
  font-style: normal;
  font-weight: 800;
  font-size: 58px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(90deg, #29bdaf -5.79%, #23d3ea 96.32%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
p.lorem-text {
  padding-left: 13px !important;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  color: #ffffff;
  padding-top: 1;
}
p.lorem-texttwo {
  padding-left: 13px !important;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 50px;
  color: #ffffff;
}
.ulmain li {
  list-style: inside;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  align-items: center;
  color: #ffffff;
  padding-bottom: 10px !important;
}
span.comingsoon {
  color: #c084fc;
}
button.orangepinkbtn {
  border: 0px !important;
}
input.mailinput {
  width: 100% !important;
  background: #ffffff;
  border: 1px solid #d1d5db;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  height: 50px !important;
}
input.mailinput::placeholder {
  padding: 0px 20px !important;
}
input.share_url_box {
  width: 60% !important;
  min-width:320px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  height: 50px !important;
}
.wrap-collabsible {
  margin: 10px auto;
  text-align: left;
  max-width: 800px;
}
p.footertext {
  margin: 10px auto;
  text-align: left;
  max-width: 800px;
  font-family: "Raleway";
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  color: #d6d6d6;
}
.coprightdiv {
  padding: 150px 0px 0px 0px !important;
}

footer.footertag {
  background: #233348 !important;
  padding: 50px 16px !important;
}
.centerformdiv {
  width: 100% !important;
  margin: auto;
  justify-content: center;
  align-items: center;
  display:inline-flex;
}
footer input[type="checkbox"] {
  display: none;
}

.lbl-toggle {
  color: #0089c7;
  font-family: "Raleway";
  font-size: 13px;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-in-out;
}

.lbl-toggle:hover {
  color: hotpink;
  text-decoration: underline;
  text-decoration-color: hotpink;
  text-underline-offset: 2px;
}

.lbl-toggle::before {
  content: " ";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: 0.7rem;
  transform: translateY(-2px);
  transition: transform 0.5s ease-in-out;
}

.collapsible-content .content-inner {
  padding: 0.5rem 1rem;
  font-size: 0.9em;
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 100vh;
}
.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#subscribeForm, #subscribe_form{
  max-width: 560px;
}
@media only screen and (max-width: 768px) {
  .forcenterdiv {
    width: 50% !important;
  }
}

@media only screen and (max-width: 425px) and (min-width: 320px) {
  .forcenterdiv h2 {
    line-height: 50px !important;
  }
  .fformbniv {
    text-align: center;
    padding: 30px 0px 0px 0px !important;
  }
  .forcenterdiv {
    width: 100% !important;
  }
}

/* nav bar css start */
nav button.navbar-toggler svg {
  font-size: 36px;
}

@media (max-width: 991px) {
  .navbar-menu-box {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    max-width: 100%;
    height: 100vh !important;
    margin: 0px;
    padding-top: 48px;
    background-color: #181f2a;
    transition: all ease 0.3s !important;
    z-index: 101;
  }
  .navbar-menu-box.show {
    left: 0;
  }
  .nav-mask {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all ease 0.3s;
    z-index: 100;
  }

  .navbar-menu-box.show ~ .nav-mask {
    opacity: 1;
    width: 100%;
  }
  .header-text-box {
    left: 0;
  }
  .header-text-box h1 {
    font-size: 40px;
  }
  section {
    padding-top: 24px;
    padding-bottom: 0;
  }
}
/* nav bar css end */



/* CSS code by Mahmoud Aladham */
.copy-text {
    position: relative;
    width: 80%;
    margin: auto
}
.copy-text input.text {
	padding: 10px;
	font-size: 18px;
	color: #555;
	border: none;
	outline: none;
}
.copy-text button {
	height: 50px;
    width: 50px;
	background: #5784f5;
	color: #fff;
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 10px;
	cursor: pointer;
     position: relative;
}

.copy-text button:active {
	background: #809ce2;
}
.copy-text button:before {
	content: "Copied";
	position: absolute;
	top: -45px;
	right: -10px;
	background: #5c81dc;
	padding: 8px 10px;
	border-radius: 20px;
	font-size: 15px;
	display: none;
}
.copy-text button:after {
	content: "";
	position: absolute;
	top: -20px;
	right: 25px;
	width: 10px;
	height: 10px;
	background: #5c81dc;
	transform: rotate(45deg);
	display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
	display: block;
}
.links-d{
    width: 80%;
    margin: auto
}
.links-d a{
 display: block;
 margin-bottom: 10px; 
}
img.captcha-img{
width:60px;
heghit:60px;
}
.bVjEIE {
    text-align: center;
    -webkit-box-decoration-break: clone;
    font-size: 80px;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 500;
    margin: 20px 0 35px;
    color: #fff;
}
.cydkIg-subpage {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
}
#captcha-container p, #captcha-message{
font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    align-items: center;
    color: #ffffff;
    text-align: center;
    margin: auto;
    display: table;
    }