@import url("fonts/google/font-custome-poppins.css");

:root {
  --bs-font-sans-serif: "Poppins", sans-serif;
  --bs-lrgradient: linear-gradient(
    180deg,
    rgba(248, 126, 38, 1),
    rgba(248, 85, 38, 1)
  );
}

.bx-shadow {
  box-shadow: 0 0 1.25rem rgb(30 34 40 / 6%);
  background: rgba(255, 255, 255, 0.97);
  border-radius: 0 0 2rem 2rem;
}
.login-bg {
  background-image: linear-gradient(to right, #f87e26, rgb(248, 85, 38));
  padding: 40px 110px;
  position: absolute;
  right: 0;
  border-radius: 1.9rem 0;
}
.rt-ar::after {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: 0rem 0.2rem;
  vertical-align: -3px;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 100 !important;
  border: 0;
  content: "\f061";
}
.sm-pd {
  padding: 0rem 0.4rem !important;
}

.nav-item .icon img {
  width: 15px;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.nav-item-desc {
  margin: 0rem 0.6rem 0rem 2rem;
  font-size: 13px;
  word-break: break-all !important;
}
.dropdown-menu .nav-item:hover {
  cursor: pointer;
  background-color: #f5763314;
  border: 1px #ff6441d1 solid;
}
.dropdown-menu .nav-item:hover .dropdown-item {
  color: #ff6441d1 !important;
}

.dropdowb-item-desc {
  padding: 0.2rem 1.5rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.bg-primary {
  background-image: linear-gradient(to right, #f57c33, #f55431) !important;
  color: #fafafa !important;
  font-weight: 600 !important;
  border-radius: 10px !important;
}
.bg-blackgrey {
  background-image: linear-gradient(to right,#2c454e,#0a0808)!important;
  color: #fafafa!important;
  font-weight: 600!important;
  border-radius: 10px!important;
}

.nav-st {
  margin: 0rem 0.5rem;
  border-radius: 10px;
  border: 1px solid #fff;
}

.txt-pri {
  color: #f55331 !important;
}

/* card  */
.promotion-card {
  font-family: "Montserrat", sans-serif;
  background: black;
  width: 100%;
  height: 225px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 35px;
  transition: 0.8s ease;
}

.promotion-card .promotion-content {
  color: white;
  padding: 1em;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.promotion-card.light .promotion-content {
  color: black;
}

.promotion-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-left: 16px;
  color: #f85526;
  text-align: start;
  display: inline-block;
}

.ml-1r {
  margin-left: 1rem !important;
}

.promotion-content .cd-icon img {
  width: 40px;
  margin: 5px;
  position: absolute;
  right: 15px;
  bottom: 0px;
}

.promotion-card .promotion-blob {
  position: absolute;
  right: -62px;
  bottom: -20px;
  width: 200px;
  height: 100px;
  background-image: linear-gradient(3deg, #f87e26, #f85526, #f85526, #f85526);
  border-radius: 100px / 50px;
  opacity: 1;
  -ms-transform: skewY(20deg);
  transform: skewY(334deg);
  transition: 0.2s ease;
}

.promotion-content p {
  font-family: "Poppins", sans-serif;
  color: #555658;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.facebook-text {
  /* Fallback: Set a background color. */
  background-color: red;

  /* Create the gradient. */
  background-image: linear-gradient(45deg, #19a1ff, #0062df);

  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.messenger-text {
  /* Fallback: Set a background color. */
  background-color: red;

  /* Create the gradient. */
  background-image: linear-gradient(45deg, #19a1ff, #a536ff, #ff6074);

  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.light:hover .promotion-content p,
.light:hover .promotion-content .title {
  color: #fff !important;
}

.light:hover .promotion-content .cd-icon img {
  content: url("../img/elements/facebook.png");
  width: 30px;
  margin: 5px;
}

.light:hover .promotion-content .cd-icon .sms_image {
  content: url("../img/elements/spark_sms.png");
  width: 30px;
  margin: 5px;
}

.light:hover .promotion-content .cd-icon .letter_image {
  content: url("../img/elements/spark_letter_and_post.png");
  width: 30px;
  margin: 5px;
}

.light:hover .promotion-content a {
  background-image: linear-gradient(to right, #ffffff, #ffffff) !important;
  color: #f55331 !important;
  border: none;
}

.promotion-card:hover {
  transform: translateY(-5%);
}

.promotion-card:hover .promotion-blob {
  width: 540px;
  height: 540px;
}

.promotion-card:hover .promotion-blob::after {
  width: 240px;
  height: 240px;
}

.promotion-card:hover .promotion-blob::before {
  width: 360px;
  height: 360px;
}
.ft-sm {
  font-size: 0.5rem !important;
}
.brad {
  color: #f55531;
}

/* fb & messenmger intergation */
.brands img {
  width: 50px;
}

.price {
  padding: 18px;
  color: rgba(248, 85, 38, 1);
}
.price-duration {
  color: #f55432!important;
}

.half-circle {
  width: 230px;
  height: 230px;
  position: absolute;
  background-image: linear-gradient(290deg, #f57d33, #f55431);
  border-radius: 100%;
  left: -108px;
  bottom: -130px;
}

.half-grey-circle {
  width: 230px;
  height: 230px;
  background-color: #f0f8ff;
  position: absolute;
  top: -105px;
  right: -115px;
  border-radius: 100%;
}


/* for mobile devices */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .icon-list {
    margin-top: 4rem;
  }
  .half-grey-circle {
    width: 400px;
    height: 400px;
  }
  .price {
    margin-left: 4.2rem;
  }
  .half-circle {
    width: 210px;
    height: 210px;
  }
/*   .cover-video {
    background-color: #253449;
    padding: 5px 5px 0px 5px;
    border-radius: 10px;
  } */

  .cover-video video {
    border-radius: 10px !important;
  }
  
}

/* letter and post  */
.lp-title h2::before {
  content: attr(data-number);
  display: inline-block;
  /* customize below */
  font-size: 1.5rem;
  margin-right: 0.6em;
  width: 1.6em;
  line-height: 1.6em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #f77621;
}
.lp-title-after h2::after {
  content: attr(data-number);
  display: inline-block;
  /* customize below */
  font-size: 1.5rem;
  margin-left: 1.6em;
  width: 1.6em;
  line-height: 1.6em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #f77621;
}

.ft-r {
  float: right !important;
}
.mx-width-70 {
  max-width: 70% !important;
}

.btn-group-pr {
  background-color: #ffffff !important;
  color: #394354 !important;
  border: 1px solid #353f51 !important;
}
.btn-group-pr:hover {
  color: #ffffff !important;
  border: 1px #f57c33 solid !important;
  background-color: #f57c33 !important;
}
/* pre tag  */

#field,
label {
  float: none !important;
}

/* Pretty printing styles. Used with prettify.js. */
/* Vim sunburst theme by David Leibovic */

pre .str,
code .str {
  color: #65b042;
} /* string  - green */
pre .kwd,
code .kwd {
  color: #e28964;
} /* keyword - dark pink */
pre .com,
code .com {
  color: #aeaeae;
  font-style: italic;
} /* comment - gray */
pre .typ,
code .typ {
  color: #89bdff;
} /* type - light blue */
pre .lit,
code .lit {
  color: #3387cc;
} /* literal - blue */
pre .pun,
code .pun {
  color: #fff;
} /* punctuation - white */
pre .pln,
code .pln {
  color: #fff;
} /* plaintext - white */
pre .tag,
code .tag {
  color: #89bdff;
} /* html/xml tag    - light blue */
pre .atn,
code .atn {
  color: #bdb76b;
} /* html/xml attribute name  - khaki */
pre .atv,
code .atv {
  color: #65b042;
} /* html/xml attribute value - green */
pre .dec,
code .dec {
  color: #3387cc;
} /* decimal - blue */

pre .colfunc {
  color: #66d8ef;
}
pre .greenfunc {
  color: #a6e22e;
}
pre .orgfunc {
  color: #e6db74;
}
pre .pinkfunc {
  color: #ff005d;
}
pre .purpfunc {
  color: #ae81ff;
}
pre .ashfunc {
  color: #999;
}

pre.prettyprint,
code.prettyprint {
  background-color: #000;
  border-radius: 8px;
  color: white;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  padding: 0 5px 0 5px;
  color: #ffffff;
}

pre.prettyprint {
  width: 100%;
  /*margin: 1em auto;*/
  padding: 1em;
  white-space: pre-wrap;
  color: #ffffff;
  /*color: #18f00d;*/
  font-weight: bold;
  margin: 0;
}
pre {
  font-size: 13px;
  padding: 0 5px 0 5px;
  color: #ffffff;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  color: #aeaeae;
} /* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}

@media print {
  pre .str,
  code .str {
    color: #060;
  }
  pre .kwd,
  code .kwd {
    color: #006;
    font-weight: bold;
  }
  pre .com,
  code .com {
    color: #600;
    font-style: italic;
  }
  pre .typ,
  code .typ {
    color: #404;
    font-weight: bold;
  }
  pre .lit,
  code .lit {
    color: #044;
  }
  pre .pun,
  code .pun {
    color: #440;
  }
  pre .pln,
  code .pln {
    color: #000;
  }
  pre .tag,
  code .tag {
    color: #006;
    font-weight: bold;
  }
  pre .atn,
  code .atn {
    color: #404;
  }
  pre .atv,
  code .atv {
    color: #060;
  }
}

pre::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

pre::-webkit-scrollbar {
  width: 12px;
  border-radius: 10px;
  background-color: #f5f5f5;
}

pre::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
.cover-video {
  background-color: #253449;
  padding: 30px;
  border-radius: 50px;
}
.bg-image-letter {
  background: url(../img/photos/letter_bg_img.png) no-repeat center center fixed;
  background-repeat: no-repeat;
  height: 90vh;
  margin: 0;
  padding: 0;
  background-color: #7c7c7c;
}
.signup-center {
  position: absolute;
  top: 35%;
  left: 35%;
}
.social-login-button {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  padding: 8px 20px;
  border-radius: 30px;
  width: 250px;
}
.bg-footer {
  --bs-bg-opacity: 1;
  background-color: #fffaf7;
}
.swiper-button-next,
.swiper-button-prev {
  top: 57% !important;
}

/* mobile responsive */
@media only screen and (min-width: 992px) {
  .d-mobile {
    display: none;
  }
  .offcanvas {
    background-image: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .d-desktop {
    display: none;
  }
  .swiper-slide img {
    width: 100% !important;
  }
  .offcanvas {
    background-image: radial-gradient(#f87e26, rgb(248, 85, 38)) !important;
  }
  .card-body {
    padding: 0.5rem !important;
  }
  .nav-tabs.nav-round-pills li:nth-child(n) a {
    border-right: 0.005rem solid #b3b3b3 !important;
  }
  .navbar-bor-bt {
    border-bottom: 1px solid #db3b00;
  }
}


/*custome button*/
.btn-blaskgery{
  background: linear-gradient(45deg, #2c454e, #0b0f10) !important;
  background-color: #2c454e !important;
  color: #ffffff !important;
}
