@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Roboto", sans-serif;
}
.main_wrapper_cover {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.main_navbar {
  height: 13vh;

  background: transparent !important;
}
.main_navbar .navbar-collapse {
  justify-content: flex-end;
}
.main_navbar .navbar-nav > * + * {
  margin-left: 1rem;
}
.main_navbar .navbar-collapse a {
  font-weight: 500;
  font-size: 16px;
}
.navbar-brand img {
  width: 100px;
}

.main_navbar .navbar-nav .btn {
  background-color: #549488;
  color: #fff;
  border: none;
}

/* main area */
main {
  min-height: 87vh;
  display: flex;
  align-items: center;
}
main h1 {
  font-size: 60px;
  font-weight: 600;
}
main p,
.Watchlist p,
.halalreports_Wrapper p {
  font-size: 18px;
  line-height: 30px;
}
main .btn,
.Watchlist .btn {
  background-color: #549488;
  color: #fff;
  width: 180px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Watchlist_new .btn {
  background-color: #fff;
  color: #549488;
}
main .btn:hover,
.Watchlist .btn:hover {
  background-color: transparent;
  border-color: #549488 !important;
  color: #549488 !important;
}
.Watchlist_new .btn:hover {
  background-color: transparent;
  border: 1px solid #fff !important;
  color: #fff !important ;
}
/* features_section */

.halal_port_wrapper,
.halalreports_Wrapper {
  background-color: #549488;
}
.halal_port_wrapper {
  background-color: #fff;
}
.halalreports_Wrapper {
  padding: 6rem 0rem;
}
.halalreports_Wrapper a,
.stock_report a {
  width: 260px !important;
  padding: 0.6rem 0rem;
}
.halalreports_Wrapper h1,
.halalreports_Wrapper p {
  color: #fff;
}
.halalreports_Wrapper a {
  background-color: #fff;
  color: #549488;
}
.halalreports_Wrapper a:hover {
  color: #fff;
}
.features_section {
  padding: 8rem 0rem;
}
.features_section > h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4rem;
}
.features_section .card {
  border: none;
  text-align: center;
  background: transparent;
  padding: 4rem 0rem;
}
.features_section .card img {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.features_section .card h1 {
  font-size: 25px;
  font-weight: 500;
}
.features_section a {
  background-color: #549488;
  color: #fff;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.features_section a:hover {
  border-color: #549488 !important;
  color: #549488 !important;
}
.features_section > p {
  font-size: 18px;
}
.features_section p a {
  background-color: transparent;
  color: #549488 !important;
}

.pricing_section ul {
  list-style: none;
  padding-left: 0px;
}
.pricing_section .card {
  border: 1px solid #ddd;
  height: 100%;
  padding: 2rem 1rem;
}
.pricing_section .card > p {
  font-size: 30px;
  font-weight: 600;
}
.pricing_section .card > p span {
  font-size: 20px;
  font-weight: 400;
}
.pricing_section ul li {
  font-size: 18px;
  padding: 0.8rem 1rem;
  border-top: 1px solid #ddd;
  /* border-bottom: 1px solid #ddd; */
  text-align: left;
}
.pricing_section ul li:last-child {
  border-bottom: 1px solid #ddd;
}

.pricing_section .button_wrapper {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

/* Watchlist */
.Watchlist {
  padding: 8rem 0rem;
}

.Watchlist h1,
.halalreports_Wrapper h1 {
  font-size: 50px;
  font-weight: 600;
}
.report_btn_wrapper a {
  width: 150px !important;
}

footer ul {
  list-style: none;
}
footer a {
  text-decoration: none;
}
.animation_spe {
  animation: 3s jump infinite alternate;
}
@keyframes jump {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0px);
  }
}

@media screen and (max-width: 1200px) {
  .animation_spe {
    animation: none;
  }
  .main_navbar .navbar-nav > * + * {
    margin-left: 0px;
  }
  .main_navbar,
  .main_navbar .navbar-collapse {
    background: #fff !important;
  }
}
@media screen and (max-width: 1000px) {
  .main_wrapper_cover {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 800px) {
  main h1 {
    font-size: 40px;
    margin-top: 2rem;
    text-align: center;
  }
  .animation_spe {
    margin-top: 2rem;
  }
  .Watchlist h1,
  .features_section > h1,
  .halalreports_Wrapper h1 {
    font-size: 30px;
    text-align: center;
  }
  main p,
  .Watchlist p,
  .halalreports_Wrapper p {
    text-align: center;
  }
  main .btn,
  .Watchlist .btn,
  .halalreports_Wrapper .btn {
    justify-content: center;
    margin: auto;
  }
  .halalreports_Wrapper .presentation {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .features_section > .row > * + * {
    margin-top: 2rem;
  }
  .features_section .card {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 500px) {
  main p,
  .Watchlist p {
    font-size: 15px;
  }
  .Watchlist {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .pricing_section ul li {
    font-size: 15px;
  }
  .navbar-brand img {
    width: 80px;
  }

  .navbar-collapse {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    z-index: 9;
    background-color: #fff;
    width: 200px;
    padding: 2rem 1rem;
    transition: 0.4s ease all;
    left: -100%;
    box-shadow: 3px 0px 10px rgba(0, 0, 0, 0.2);
  }

  .navbar-collapse.show {
    left: 0%;
  }
}
@media screen and (max-width: 360px) {
  .report_btn_wrapper {
    display: flex;
    flex-direction: column !important;
  }
  .report_btn_wrapper a:last-child {
    margin-top: 10px;
  }
}
.halalreports_Wrapper_first {
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.halalreports_Wrapper_first p,
.halalreports_Wrapper_first h1 {
  color: #000;
}
.halalreports_Wrapper_first a {
  background-color: #549488;
  color: #fff;
}

.halalreports_Wrapper_first a:hover {
  border: 1px solid #549488;
  color: #549488;
}

.our_halal_wrapper {
  background-color: #549488;
}
