@font-face {
  font-family: roboto;
  src: url(./Roboto-Regular.ttf);
}
* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}
body {
  font-family: roboto;
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 14px;
  line-height: 60px;
  color: #cdcdcd;
  font-weight: 400;
  font-family: roboto;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #f3371e;
}
.hero {
  width: 100%;
  height: 655px;
  background-image: url("./img/Rectangle\ 4.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* clip-path: polygon(
    50% 0%,
    100% 0,
    100% 35%,
    100% 100%,
    54% 100%,
    51% 95%,
    48% 100%,
    0 100%,
    0 0,
    26% 10%
  ); */
}
.hero #herocont {
  height: 655px !important;
}
.hero .right {
  text-align: right;
}
.hero .left h1 {
  font-size: 60px;
  line-height: 72px;
  color: #302f2f;
  font-weight: 600;
  font-family: roboto;
  margin: 0;
}
.hero .left h1 span {
  color: #f1614d;
}
.hero .left p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 72px;
  color: #545454;
  font-weight: 400;
  font-family: Roboto;
  margin-bottom: 0;
}
.hero .left button {
  width: 158px;
  height: 55px;
  border-radius: 4px;
  background-color: #f1614d;
  font-size: 14px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400;
  margin-top: -10px;
}
.hero .left button a{
  text-decoration: none;
  color: white;
}
.topf h2 {
  font-size: 36px;
  line-height: 72px;
  color: #302f2f;
  font-weight: 600;
  text-align: center;
  margin-top: 40px;
}
.topf h2 span {
  color: #f3371e;
}
.topf a {
  align-self: flex-end;
  text-decoration: none;
}
.img1,
.img2,
.img3,
.img4,
.img5 {
  width: 100%;
  height: 90px;
  text-align: center;
  padding: 10px 30px;
  margin-top: 25px;
}

.img1 img,
.img2 img,
.img3 img,
.img4 img,
.img5 img {
  width: 150px;
  height: 100px;
  object-fit: contain;
}
#bestinmarket h2 {
  font-size: 36px;
  line-height: 72px;
  color: #302f2f;
  font-weight: 600;
  text-align: center;
}
#bestinmarket h2 span {
  color: #f3371e;
}
#bestinmarket hr {
  width: 40%;
  height: 2px;
  color: black;
  border-radius: 30px;
  opacity: 1;
  margin: auto;
}
#bestinmarket p {
  font-size: 16px;
  line-height: 24px;
  color: #5f5f5f;
  font-weight: 500;
  text-align: center;
  opacity: 1;
  margin: 30px 20px;
}
.warrenty {
  height: 199px;
  margin-top: 30px;
  box-shadow: 05px 0px 5px 6px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}
.warrantycont {
  height: 199px;
  align-items: center;
}

.warrenty .badgleft h3 {
  font-size: 30px;
  line-height: 36px;
  color: #302f2f;
  margin: 0;
  font-weight: 600;
}
.warrenty .badgleft p {
  font-size: 28px;
  line-height: 36px;
  color: #f3381e;
  font-weight: 500;
  margin: 05px 0;
}
.warrenty .badgleft a {
  font-size: 18px;
  line-height: 30px;
  color: #676767 !important;
  font-weight: 400;
  text-decoration: none;
}
.warrenty .badgright button {
  width: 208px;
  height: 56px;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  background-color: #f1614d;
}

.warrenty .badgright ul {
  margin: 20px 0 0 25px;
}
.warrenty .badgright ul li {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #292929;
  font-weight: 500;
}

.talk .left p,
#extrapara {
  font-size: 16px;
  line-height: 30px;
  color: #494949;
  font-weight: 400;
  padding-right: 20px;
  text-align: left;
}
#extrapara {
  margin-top: -20px;
}
.talk .left .heading,
.talk .right .heading {
  display: flex;
  width: 177px;
  height: 44px;
  border-radius: 22px;
  background-color: #41b80c;
  align-items: center;
  padding: 0 15px 0 5px;
}
.talk .right .heading {
  background-color: #e20505;
}
.talk .right .heading i {
  color: #e20505 !important;
}
.talk .left .heading i,
.talk .right .heading i {
  width: 35px;
  height: 35px;
  font-size: 18px;
  color: #41b80c;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.talk .left .heading h3,
.talk .right .heading h3 {
  margin: 0 0 0 30px;
  font-size: 20px;
  line-height: 0px;
  color: #ffffff;
  font-weight: 500;
}
.talk .left ul {
  padding-right: 20px;
}
.talk .left ul,
.talk .right ul,
.talk .features ul {
  list-style: none;
  margin-top: 20px;
  padding-left: 0;
}
.talk .left ul li,
.talk .right ul li,
.talk .features ul li {
  font-size: 16px;
  line-height: 36px;
  color: #454545;
  font-weight: 400;
}
.talk .left ul li i,
.talk .features ul li i {
  color: #41b80c;
  margin-right: 20px;
}
.talk .right ul li i {
  color: #e20505;
  margin-right: 20px;
}
.talk .features h2 {
  font-size: 18px;
  line-height: 24px;
  color: #161616;
  font-weight: 600;
}
.bestsuite {
  margin: 70px 0;
}

.bestsuite .leftcont {
  padding-right: 15px;
}
.bestsuite .rightcont p {
  font-size: 16px;
  line-height: 30px;
  color: #494949;
  font-weight: 400;
}
.bestsuite .rightcont h2,
.faq h2 {
  font-size: 36px;
  line-height: 48px;
  color: #302f2f;
  font-weight: 600;
  margin: 0;
  opacity: 1;
}
.bestsuite .rightcont h2 span,
.faq h2 span {
  color: #f3371e;
}
.bestsuite .rightcont hr {
  width: 40%;
  height: 2px;
  background-color: black;
  color: black;
  opacity: 1;
}
.faq hr {
  width: 30%;
  height: 1px;
  background-color: black;
  margin: 15px auto;
  opacity: 1;
}
.t1,
.t2,
.t3,
.t4,
.t5 {
  width: 19%;
  display: flex;
  flex-direction: column;
}
footer {
  background-color: black;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer h5 {
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
footer h6 {
  font-size: 12px;
  line-height: 12px;
  margin-top: 5px;
  color: #ffffff;
  font-weight: 500;
}
/*price table */
.price .phead {
  background-color: red;
  width: 100%;
  display: flex;
  height: 110px;
  align-items: center;
  justify-content: center;
}
#crypto {
  background-image: url("./img/Rectangle\ 4.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
}
#pricetable {
  margin-top: 10px;
}
.t1 .price .phead,
.t1 .price button {
  background-color: #0d6efd;
}
.t2 .price .phead,
.t2 .price button {
  background-color: #9e09b7;
}
.t2 .price .plist ul li i {
  color: #9e09b7;
}
#diff {
  padding-left: 30px;
}
sub {
  vertical-align: sub;
  font-size: small;
  left: -45px;
  margin-right: 0;
  padding: 0;
}
sup {
  vertical-align: super;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 900;
  left: -10px;
}
.t3 .price .phead,
.t3 .price button {
  background-color: #14b24b;
}
.t3 .price .plist ul li i {
  color: #14b24b;
}
.t4 .price .phead,
.t4 .price button {
  background-color: #f95b23;
}
.t4 .price .plist ul li i {
  color: #f95b23;
}
.t5 .price .phead,
.t5 .price button {
  background-color: #01b0a2;
}
.t5 .price .plist ul li i {
  color: #01b0a2;
}
.price {
  box-shadow: 0px 05px 15px rgba(0, 0, 0, 0.12);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
}
.price .phead p {
  margin: 0%;
  font-size: 55px;
  letter-spacing: 1px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 900;
  font-family: roboto;
}
.price .plist {
  width: 100%;
  height: 370px;
  margin-top: 15px;
}
.price .plist ul {
  list-style: none;
  padding-left: 0;
  margin-right: 10px;
}
#last {
  border-bottom: none;
}
.price .plist ul li {
  font-size: 15px;
  letter-spacing: 0px;
  color: #292929;
  font-weight: 500;
  padding: 18px 0 18px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.price .plist ul li i {
  color: #0d6efd;
  margin-right: 10px;
}
.price button {
  width: 114px;
  height: 39px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 500;
  background-color: red;
  margin: 20px 0 30px 0;
}
.price button:hover {
  background-color: black;
  color: white;
}
.accordion-button:not(.collapsed) {
  background-color: white;
  border: none;
  outline: none;
  color: black;
}
.accordion-item {
  margin: 20px 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}
.accordion-item button {
  font-style: bold;
  font-weight: 700;
}
@media (max-width: 769px) {
  .hero .left {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero .right {
    width: 100% !important;
    text-align: center;
  }
  .hero .right img {
    width: 70%;
    margin-top: 30px;
  }
  .hero .left h1 {
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
    margin-top: 30px;
  }
  .hero .left p {
    text-align: center;
  }
  .topf h1 {
    font-size: 28px;
    margin-top: 20px;
  }
  .img1,
  .img2,
  .img3,
  .img4,
  .img5 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .t1,
  .t2,
  .t3,
  .t4,
  .t5 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .topf a {
    align-self: center;
  }
  .price {
    width: 80%;
    margin: 30px auto;
  }
  #crypto .container {
    flex-direction: column;
  }
  .bestsuite .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .bestsuite .rightcont {
    width: 100% !important;
    padding: 20px 30px;
  }
  .bestsuite .leftcont,
  .talk .left,
  .talk .right,
  .features {
    width: 100% !important;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
  }
  .heading {
    margin: auto;
  }
  #extrapara {
    text-align: center;
    padding: 20px 30px;
  }
  .bestsuite .rightcont h1,
  .faq h1 {
    text-align: center;
  }

  .bestsuite .rightcont hr {
    margin: 20px auto;
  }
  .talk .left p {
    text-align: center !important;
  }
  #bestinmarket .container {
    padding-top: 0px !important;
  }

  #bestinmarket h1 {
    font-size: 30px;
    line-height: 1.5;
    padding: 0 20px;
  }
  .warrenty {
    height: 500px;
  }
  .warrenty .container {
    height: 500px !important;
    text-align: center;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .badgcenter {
    margin: 30px 0;
  }
  .warrenty .badgright ul {
    margin-left: 15%;
    text-align: justify;
  }
  .warrenty .badgleft h3 {
    font-size: 20px;
  }
}
