@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #000;
  font-family: "Poppins", sans-serif;
  counter-reset: my-awesome-counter;
}

a,
button,
input,
textarea {
  outline: 0 !important;
  transition: all 0.5s ease;
}
a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
ul li {
  margin: 0;
  padding: 0;
  color: #fff;
}

.h1,
.h2,
.h5,
.p,
.ul,
.ul li,
.heroBanner,
.iconListing,
.defaultSection,
.contentSection,
.divider,
.tableBoxRow,
.footer {
  width: 100%;
  float: left;
}

p {
  font-size: 19px;
  line-height: 26px;
}

.ul {
  font-size: 25px;
}
.paragraph {
  margin: 0 0 20px;
  font-size: 22px;
}

.h2 {
  font-size: 33px;
  font-weight: 700;
  margin: 0 0 35px;
  text-align: center;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

.contentSection {
  padding: 20px 0 0 0;
}
.defaultSection {
  padding: 20px 0;
}
.patternBg {
  background-size: cover;
  padding: 15px 0;
}

.divider {
  margin: 15px 0 30px;
  text-align: center;
}
.divider span {
  width: 100%;
  max-width: 1000px;
  height: 4px;
  display: inline-block;
  background: #009440;
  border-radius: 5px;
}

.container {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
}

.heroBanner {
  padding: 15px 0 5px;
}
.heroBanner .container {
  max-width: 1130px;
}

.h1 {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px;
}

.h3 {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0 0 15px;
}

.tableBoxRow {
  background: #fff;
  border-radius: 8px;
  display: flex;
  margin: 0 0 25px;
  color: #000;
  overflow: hidden;
}
.counter {
  width: 60px;
  background: #dafff4;
  color: #000;
  font-size: 40px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: my-awesome-counter;
}
.counter::before {
  content: counter(my-awesome-counter);
}
.tableBoxColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
}
.tableBoxColumn:nth-child(2) {
  max-width: 180px;
}
.tableBoxColumn:nth-child(3) {
  max-width: 170px;
  width: 100%;
}
.tableBoxColumn:nth-child(4) {
  max-width: 480px;
  width: 100%;
}

.tableBoxColumn img {
  max-width: 100%;
  border-radius: 5px;
}

.bname {
  font-size: 17px;
  font-weight: 900;
  line-height: 48px;
  color: #333;
}
.rating {
  border: solid 1px #ccc;
  padding: 10px 30px;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.tableBoxColumn:last-child {
  flex: 1;
}
.tableSubRow {
  width: 100%;
  display: flex;
  align-items: center;
}
.tableSubRow span {
  font-size: 18px;
  font-weight: normal;
}
.tableListing {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tableListing li {
  width: auto;
  font-size: 16px;
  margin: 10px 25px 0 0;
  display: inline-flex;
  align-items: center;
  color: #000b2e;
}
.tableListing li:before {
  content: "";
  min-width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #000c2f;
  border: solid 1px #000;
  margin: 0 10px 0 0;
}
.tableListing li:last-child {
  margin-right: 0;
}

.heading {
  font-size: 26px;
  font-weight: 600;
  color: #000b2e;
  padding: 10px 20px 20px 20px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  background: #dafff4;
  margin: 0 20px 0 0px;
  border-radius: 5px;
}
.playButton {
  min-width: 340px;
  height: 70px;
  padding: 8px 15px;
  border-radius: 12px;
  background: #e8001d;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  width: 100%;
}
.playButton:hover {
  background: #000;
  color: #fff;
}

.iconListing {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 40px 0;
}
.iconList {
  max-width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin: 0 35px;
}
.iconList img {
  max-width: 180px;
  margin: 0 0 20px;
}

/*** slider ***/

.blog .carousel-indicators {
  left: 0;
  top: auto;
  bottom: -40px;
}
.logosCarousel {
  width: 100%;
  float: left;
  text-align: center;
  margin: 30px 0 30px;
}
.logosCarousel .carousel {
  min-height: 220px;
  padding-bottom: 70px;
}
.logosCarousel .carousel-inner img {
  margin: 0 0 20px;
}
.logosCarousel .carousel-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logosCarousel .carousel-indicators li {
  width: 18px;
  height: 18px;
  background: #7db288;
  border-radius: 18px;
  cursor: pointer;
  margin: 0 7px;
  transition: all 0.5s ease;
}
.logosCarousel .carousel-indicators li.active {
  width: 26px;
  height: 26px;
}
.logosCarousel .carousel-indicators li:before,
.logosCarousel .carousel-indicators li:after {
  display: none;
}

/*** slider ends ***/

.listingCover {
  width: 100%;
  margin: 30px 0;
  text-align: left;
  list-style: none;
  clear: both;
}
.listingCover li {
  background: url(../img/check.png) no-repeat left 0px;
  background-size: 60px auto;
  min-height: 60px;
  font-size: 23px;
  line-height: 28px;
  padding: 0 0 0 75px;
  margin: 0 0 20px;
}
.listingCover li strong {
  font-weight: 600;
}

.flagSection {
  max-width: 1060px;
  float: none;
  margin: 0 auto;
  clear: both;
}

.h5 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 40px;
  color: #fff;
}

.lastSection {
  padding: 20px 0;
}
.lastSection .container {
  max-width: 1060px;
}

.lastSection .listingCover li {
  min-height: 42px;
  background-size: 47px auto;
  background-position: left center;
  padding-left: 60px;
}
.h2Last {
  margin: 50px 0 30px;
}

/*** accordion ***/
#main {
  margin: 50px 0;
}

#main .card {
  margin-bottom: 16px;
  border: 0;
  background: #eeeded;
  border-radius: 20px;
}

#main .card .card-header {
  padding: 0;
  border: none;
  background: none;
}

#main .card .card-header .btn {
  width: 100%;
  float: left;
  height: 85px;
  padding: 10px;
  color: #333;
  display: flex;
  align-items: center;
  font-size: 33px;
  font-weight: 600;
  outline: 0 !important;
  border: none !important;
  box-shadow: none !important;
  position: relative;
}
#main .card .card-header .btn:after {
  content: "";
  right: 27px;
  top: 50px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(3, 123, 55, 0);
  border-top-color: #037b37;
  border-width: 20px;
  margin-top: -20px;
  transition: all 0.3s ease;
}
#main .card .card-header .btn.collapsed:after {
  transform: rotate(-90deg);
  right: 5px;
  top: 43px;
}

#main .card .card-header .btn span {
  width: 100px;
}
#main .card:first-child .card-header .btn span img {
  width: 72px;
}
#main .card:nth-child(2) .card-header .btn span img {
  width: 61px;
}
#main .card:nth-child(3) .card-header .btn span img {
  width: 57px;
}
#main .card:nth-child(4) .card-header .btn span img {
  width: 49px;
}
#main .card:nth-child(5) .card-header .btn span img {
  width: 72px;
}
#main .card:nth-child(6) .card-header .btn span img {
  width: 55px;
}

#main .card .collapsing {
  transition: all 0.3s ease;
}

#main .card .collapse {
  border: 0;
  transition: all 0.1s ease;
  color: #333;
}
.accordionContent {
  width: 100%;
  float: left;
  padding: 30px;
}
.accordionContent strong {
  color: #000 !important;
}
#main .card p,
#main .card ul li,
#main .card .h5 {
  color: #333;
}
#main .card .h5 {
  margin: 30px 0;
  font-size: 24px;
}
.accordionSection .container {
  max-width: 1090px;
}
#main .card ul {
  padding: 0 0 0 140px;
}
#main .card ul li {
  min-height: 25px;
  font-size: 24px;
  background-size: auto 25px;
  background-position: left center;
  padding-left: 45px;
  margin: 0 0 2px;
}

.footer {
  width: 100%;
  float: left;
  padding: 0 0 25px;
  /*margin-top:50px;*/
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.showMobile {
  display: none;
}

@media (max-width: 910px) {
  .showDesktop {
    display: none;
  }
  .showMobile {
    display: block;
  }

  .h3 {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .h3 span {
    display: block;
    font-size: 60px;
  }

  .patternBg {
    padding: 15px 0;
  }
  .tableBoxColumn {
    padding: 5px 15px;
  }
  .counter {
    width: auto;
    padding: 8px;
    font-size: 15px;
    height: 20px;
    position: absolute;
    z-index: 999999999;
    border-radius: 2px;
  }
  .tableBoxRow {
    flex-wrap: wrap;
    padding: 10px 5px 5px 5px;
    margin-bottom: 15px;
  }
  .tableBoxColumn:nth-child(2) {
    max-width: auto;
    width: 60%;
  }
  .tableBoxColumn:nth-child(2) img {
    width: 180px;
  }
  .tableBoxColumn:nth-child(3) {
    width: 50%;
    padding: 0;
  }
  .tableBoxColumn:nth-child(4) {
    max-width: 100%;
  }
  .tableSubRow {
    flex-direction: column;
  }
  .playButton {
    width: 100%;
  }
  .tableBoxColumn:last-child {
    justify-content: center;
    align-items: center;
  }
  .tableListing {
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .h1 {
    font-size: 34px;
  }
  p,
  .p,
  .paragraph {
    font-size: 16px;
  }
  .iconList {
    font-size: 18px;
  }
  .iconList img {
    width: 130px;
    margin: 0 7px 10px 7px;
  }
  .iconList2 img {
    width: 100px;
  }
  .listingCover li {
    font-size: 19px;
  }
  .h2 {
    font-size: 30px;
  }
  #main .card .card-header .btn {
    font-size: 27px;
  }
  #main .card ul {
    padding: 0 0 0 30px;
  }
  #main .card ul li {
    font-size: 18px;
  }
  .heading {
    margin: 0;
  }
  .logosCarousel .carousel-inner img {
    width: 55px;
  }
  .logosCarousel .carousel-indicators {
    display: none;
  }
  .logosCarousel .carousel {
    min-height: 120px;
    padding-bottom: 0px;
  }

  .heading {
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    max-width: 100%;
  }
  .playButton {
    height: auto;
    font-size: 24px;
    padding: 6px 15px;
  }
}

@media (max-width: 600px) {
  .h3 {
    font-size: 16px;
  }
  .h3 span {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .iconListing {
    /*flex-direction:column;*/
    justify-content: center;
    /*align-items:center;*/
  }
  .iconList {
    margin: 0 0 30px;
  }
  #main .card .h5 {
    font-size: 20px;
  }
  #main .card .card-header .btn {
    font-size: 20px;
  }
  #main .card .card-header .btn span {
    width: 60px;
  }
  #main .card .card-header .btn span img {
    width: 40px !important;
  }
  #main .card ul {
    padding: 0;
  }
}
