/*=== abstracts css start === */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/*===// end of abstracts css === */
/*=== base css start === */
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

::after, ::before {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, ol, ul, p, address, strong, i {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul, li {
  list-style: none;
}

a, a:hover {
  text-decoration: none;
}

body {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
}

@media (min-width: 768px) {
  .w-md-50 {
    width: 50%;
  }
}
/*===// end of base css === */
/*=== layouts css start === */
.header .navbar-toggler:focus {
  box-shadow: none;
}
.header .static-menu-top {
  background: #4ba572;
}
.header .static-menu-top a {
  display: inline-block;
}
.header .static-menu-top .post-btn {
  color: #fff;
  font-size: 18px;
  background: #ff914d;
  border-radius: 15px;
  padding-block: 10px;
}
.header .wel-text {
  color: #ffde59;
  font-size: 22px;
}
.header .colapsed-part .c-nav ul li .nav-itm {
  border-top: 2px solid #fff;
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 20px;
}
.header .colapsed-part .c-nav ul li .nav-itm img {
  width: 40px;
  padding: 5px;
  margin-right: 5px;
}
.header .colapsed-part .c-nav ul li .nav-itm:hover {
  background: rgba(255, 255, 255, 0.2392156863);
}

.footer {
  background: url(../images/footer/foot-bg.png) top left;
  padding-top: 100px;
}
.footer .container {
  max-width: 1280px;
}
.footer .top a {
  color: #fff;
  display: inline-block;
}
@media (min-width: 1200px) {
  .footer .top a {
    margin-right: 15px;
  }
}
.footer .top a:hover {
  color: rgba(255, 255, 255, 0.7411764706);
}
@media (min-width: 1200px) {
  .footer .top ul {
    display: flex;
  }
}
.footer .middle {
  height: 50px;
  margin: 10px 0;
  background: url(../images/footer/fff.png) center center;
}

/*===// end of layouts css === */
/*=== components css start === */
.n-btn {
  background: #d9d9d9;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 3px;
  border: 0;
  font-weight: bold;
}
.n-btn.active {
  background: #ff914d;
  color: #fff;
}

.post-f-btn {
  border: 0;
  background: #1d9bf0;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
@media (max-width: 450px) {
  .post-f-btn {
    font-size: 12px;
  }
}

.copy-btn {
  background: #ff914d;
  color: #000000;
  border-radius: 15px;
  border: 0;
  padding: 5px 10px;
}

/*===// end of components css === */
.taqual {
  text-align: justify;
}

.c-border {
  height: 2px;
  background: #d9d9d9;
}

.home .section-1 {
  background: #ffde59;
  padding: 30px 0;
}
@media (max-width: 425px) {
  .home .section-1 .top-head {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .home .section-1 .top-head {
    font-size: 18px;
  }
}
.home .section-1 .tex-t {
  padding-top: 10px;
}
@media (max-width: 425px) {
  .home .section-1 .tex-t {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .home .section-1 .tex-t {
    font-size: 14px;
    padding-top: 0;
  }
}
.home .section-1 .container {
  max-width: 1280px;
}
.home .section-1 .join {
  background: #ff411a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}
.home .section-1 .join h6 {
  font-size: 18px;
  color: #fff;
}
.home .section-1 .join .button-join {
  display: inline-block;
  white-space: nowrap;
  background: #fff;
  padding: 10px 5px;
  color: #000;
}
@media (max-width: 400px) {
  .home .section-1 .join h6 {
    font-size: 15px;
  }
}
.home .section-1 .bump {
  background: #656565;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}
.home .section-1 .bump h6 {
  padding-left: 5px;
  font-size: 16px;
  color: #fff;
}
.home .section-1 .bump .button-bump {
  display: inline-block;
  background: #fff;
  padding: 10px 5px;
  color: #000;
  white-space: nowrap;
}
.home .section-1 .inputs-all .input-group .input-group-text {
  width: 90px;
  background: #4ba572;
  color: #fff;
  padding-block: 10px;
}
.home .section-1 .inputs-all .input-group .options {
  padding-block: 10px;
}
.home .section-1 .inputs-all .input-group .options:focus {
  box-shadow: none;
}
.home .section-1 .ibtn {
  width: 100%;
  display: inline-block;
  padding: 15px 10px;
  text-align: center;
  border-radius: 18px;
  color: #fff;
}
.home .section-1 .ibtn.blue {
  background: #1d9bf0;
}
.home .section-1 .ibtn.green {
  background: #4ba572;
}
.home .section2 .container {
  max-width: 1280px;
}
.home .section2 .ads .add-card {
  border-top: 2px solid #d9d9d9;
  padding: 15px 10px;
}
@media (min-width: 370px) {
  .home .section2 .ads .add-card {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 10px;
  }
}
@media (max-width: 400px) {
  .home .section2 .ads .add-card h5 {
    font-size: 18px;
  }
}
.home .section2 .ads .add-card .btn-share {
  background: #1d9bf0;
  color: #fff;
  padding: 4px 6px;
  border-radius: 15px;
  font-size: 12px;
  display: inline-block;
}
.home .section2 .ads .add-card .btn-share.icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .section2 .ads .add-card.featured1 {
  display: block;
  background: #ffde59;
  padding: 20px 10px;
  border: none;
  box-shadow: 0px 3px 5px 0px #919191;
}
.home .section2 .ads .add-card.featured1 .fe-text {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  background: #fff;
  color: #ff3131;
}
.home .section2 .item-wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 992px) {
  .home .section2 .item-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .home .section2 .item-wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}

.help-videos .top .close-btn,
.contact .top .close-btn,
.faq .top .close-btn {
  display: inline-block;
  position: absolute;
  background: #ff3131;
  padding: 5px 10px;
  font-weight: bold;
  color: #fff;
  top: 10px;
  border: 0;
  left: 0;
}
.help-videos .linkers .link-item,
.contact .linkers .link-item,
.faq .linkers .link-item {
  display: block;
  background: #4ba572;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.help-videos .linkers .link-item:hover,
.contact .linkers .link-item:hover,
.faq .linkers .link-item:hover {
  background: #2fd678;
}
.help-videos .contact-btn,
.contact .contact-btn,
.faq .contact-btn {
  background: #008037;
  display: inline-block;
  border-radius: 15px;
  padding: 5px 25px;
  font-size: 20px;
  color: #fff;
  border: 0;
}
.help-videos input,
.help-videos textarea,
.contact input,
.contact textarea,
.faq input,
.faq textarea {
  width: 100%;
  margin-bottom: 7px;
  padding: 7px;
  border: none;
}

.faq .accordion .accordion-item {
  border-radius: 0;
  border: none;
  margin-bottom: 10px;
}
.faq .accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 0;
  font-size: 18px;
  transition: all 0.3s;
  font-weight: bold;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  transition: all 0.3s;
  background: rgba(27, 164, 255, 0.5411764706);
  color: #000;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transition: all 0.3s;
  transition: none;
  width: auto;
  height: auto;
  content: "-";
  background-image: none;
  font-size: 18px;
  font-weight: bold;
  background: red;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
  transition: none;
  width: auto;
  height: auto;
  content: "+";
  background-image: none;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  right: 0;
  background: #008000;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}/*# sourceMappingURL=style.css.map */