@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Barlow", sans-serif;
}
body {
 /* background: linear-gradient(
      90deg,
      rgb(10, 37, 54) 2%,
      rgba(57, 72, 115, 0.95) 51%,
      rgb(31, 0, 51) 100%
    ),
    #3e404b;
  background-blend-mode: overlay;
  position: relative;
  z-index: +2;*/
  counter-reset: my-awesome-counter;	
}
p {
  color: white;
  text-align: justify;
}

.content-wrapper {
  max-width: 1350px;
  width: auto;
  margin: 1px auto;
  display: flex;
  position: relative;
  gap: 0px 14px;
}
.content-wrapper-sh {
  max-width: 1350px;
  width: auto;
}
nav {
  padding: 5px 0px;
  border-bottom: 3px solid #fcb900;
  box-shadow: 0 0 5px #f7c73661, 0 0 19px #f7c73678, 0 0 0px #f7c7368c;
}
nav img {
  width: 233px;
}
/* CSS */
nav button,
.button-section button,
.play-btn {
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 8px;
  font-weight: 700;
  background: linear-gradient(0deg, rgb(0, 255, 255) 0%, rgb(0, 97, 104) 100%);
  border-width: 0px;
  cursor: pointer;
  height: 64px;
  width: 345px;
  box-shadow: 0px -0.5px 1px 0.5px #b1fffd, 0 0 20px #36f7ca61,
    0 0 35px #36f7e378, 0 0 70px #36f7cd8c, 0 0 0 2px #36f7c57d inset,
    0 0 5px #36dcf759 inset, 0 0 35px #36f7ec4a inset;
  text-shadow: 1px 1px 2px #676565;
  font-family: "Open Sans", sans-serif;
  position: relative;
  overflow: hidden;
}
nav button:before,
.button-section button::before,
.play-btn::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  animation: shine 3s infinite linear;
}
@keyframes shine {
  0% {
    left: 0px;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
nav button:hover {
  background-position: right center !important;
  color: #fff;
  text-decoration: none;
}

nav button:active {
  transform: scale(0.95);
}
.main-heading {
  font-family: "Open Sans", sans-serif;
  color: black;
  font-size: 27px;
  line-height: 50px;
  font-weight: 800;
	
}
.sec1 {
  margin: 5px 0px;
}
.para {
  color: black;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  /*line-height: 32px;*/
  text-align: justify;
}
.hr-text-sec {
  max-width: 614px;
  width: auto;
}
.sm-card-section {
  display: flex;
  gap: 1px 12px;
}
.sm-card {
  width: 340px;
  box-shadow: 0 0 20px #f7c73661, 0 0 35px #f7c73678, 0 0 70px #f7c7368c,
    0 0 0 2px #f7c7367d !important;
  border-radius: 5px;
}
.sm-card-inner {
  background: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: 2px solid red;
  border-radius: 5px;
  padding: 8px 0px;
  gap: 1px 13px;
}
.sm-card-inner:hover {
  background: rgb(128, 2, 2);
}
.count {
  background: #1c2e4a;
  padding: 1px 5px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  top: 35%;
  left: 0;
  counter-increment: my-awesome-counter;	
}
.count::before{content: counter(my-awesome-counter);}

.sm-c-img img {
  width: 87px;
  border-radius: 100%;
  border: solid 2px #c62127;	
}
.rating p {
  color: rgb(197, 195, 195);
}
.stars {
  font-size: 14px;
}
.stars img{ width: 100px;}
.lg-card-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px 0px;
}
.lg-card {
  width: 100%;
  padding: 15px 40px;
  box-shadow: 0px -1px 4px #00ffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: relative;
  float: left;
}
.lg-card-info {
  width: 26%;
  max-width: 26%;
  margin-left: 50px;
  flex: 1;
}
.lg-card:hover {
  box-shadow: 0px -0.5px 1px 0.5px #b1fffd, 0 0 10px #36f7ca61,
    0 0 25px #36f7e378, 0 0 30px #36f7cd8c, 0 0 0 2px #36f7c57d inset,
    0 0 5px #36dcf759 inset, 0 0 35px #36f7ec4a inset;
  text-shadow: 1px 1px 2px #676565;
}
.lg-img-sec{
  width: 100%;
  max-width: 183px;
}
.lg-img-sec img {
  height: 116px;
  width: 183px;
  border: 2px solid #00ffff;
  background: #fff;
}

.cr-cards {
  background: #f1f1f1;
  border-radius: 4px;
  display: flex;
  justify-content: center;
}
.cr-cards2 {
  width: 170px;
}
.cr-cards img {
  border: none;
 /* width: 38px;*/
  height: auto;
}
.lg-card h6 {
  font-size: 18px;
}
ul {
  padding-left: 19px !important;
}
ul li {
  color: black;
  list-style: none;
  position: relative;
  font-size: 14px;
}
ul li::before {
  content: "*";
  position: absolute;
  top: 3px;
  left: -15px;
  width: 14px;
  height: 14px;
  color: #ffcc00;
}
.headings {
  width: 100%;
  max-width: 239px;
  float: left;
  margin-left: 50px;
}
.headings3 {
  max-width: 221px;
  width: 100%;
}
.headings2 {
  margin-left: 76px;
  margin-right: 80px;
}
.headings h3 {
  color: black;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.sp-lang {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px !important;
}
.button-section {
  display: flex;
  align-items: center;
  max-width: 300px;
  width: 100%;
  float: left;
  margin-left: 120px;
}
.button-section a {
  max-width: 300px;
  width: 100%;
}
.button-section button {
  max-width: 300px;
  width: 100%;
  box-shadow: 0px -0.5px 1px 0.5px #b1fffd, 0 0 0px #36f7ca61, 0 0 3px #36f7e378,
    0 0 20px #36f7cd8c, 0 0 0 2px #36f7c57d inset, 0 0 5px #36dcf759 inset,
    0 0 35px #36f7ec4a inset;
  text-shadow: 1px 1px 2px #676565;
  font-weight: bold;
  font-size: 27px;
  font-family: "Open Sans", sans-serif;
}
.content-heading {
  font-family: "Open Sans", sans-serif;
  color: white;
  font-weight: bold;
}
.img-section {
  display: flex;
  gap: 0px 32px;
  justify-content: center;
  align-items: center;
  margin: 14px 0px;
}
.img-section img {
  width: 551px;
  box-shadow: 0px -0.5px 1px 0.5px #b1fffd, 0 0 0px #36f7ca61, 0 0 3px #36f7e378,
    0 0 20px #36f7cd8c, 0 0 0 2px #36f7c57d inset, 0 0 5px #36dcf759 inset,
    0 0 35px #36f7ec4a inset;
  text-shadow: 1px 1px 2px #676565;
}
.vertical-card-sec {
  display: flex;
  gap: 0px 40px;
  flex-wrap: wrap;
}
.v-card {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    90deg,
    rgb(10, 37, 54) 2%,
    rgba(57, 72, 115, 0.75) 51%,
    rgb(0, 21, 51) 100%
  );
  gap: 10px 0px;
  padding: 15px;
  box-shadow: 0px -0.5px 1px 0.5px #b1fffd, 0 0 0px #36f7ca61, 0 0 3px #36f7e378,
    0 0 20px #36f7cd8c, 0 0 0 2px #36f7c57d inset, 0 0 5px #36dcf759 inset,
    0 0 35px #36f7ec4a inset;
  text-shadow: 1px 1px 2px #676565;
  border-radius: 10px;
}
.lg-card2 {
  box-shadow: 0px -0.5px 1px 0.5px #b1fffd, 0 0 0px #36f7ca61, 0 0 3px #36f7e378,
    0 0 20px #36f7cd8c, 0 0 0 2px #36f7c57d inset, 0 0 5px #36dcf759 inset,
    0 0 35px #36f7ec4a inset;
  text-shadow: 1px 1px 2px #676565;
  border-radius: 10px;
}
.lg-card2 img {
  box-shadow: 0px -0.5px 1px 0.5px #b1fffd, 0 0 0px #36f7ca61, 0 0 3px #36f7e378,
    0 0 20px #36f7cd8c, 0 0 0 2px #36f7c57d inset, 0 0 5px #36dcf759 inset,
    0 0 35px #36f7ec4a inset;
  text-shadow: 1px 1px 2px #676565;
}

.v-card img {
  width: 100%;
  height: 165px;
  border-radius: 6px;
  box-shadow: 0px -0.5px 1px 0.5px #b1fffd, 0 0 0px #36f7ca61, 0 0 3px #36f7e378,
    0 0 20px #36f7cd8c, 0 0 0 2px #36f7c57d inset, 0 0 5px #36dcf759 inset,
    0 0 35px #36f7ec4a inset;
  text-shadow: 1px 1px 2px #676565;
}
.v-card h6 {
  font-size: 23px;
}
.v-card h3 {
  font-weight: bold;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  text-align: center;
}
.v-card .cr-cards {
  background: #f1f1f1;
  border-radius: 4px;
  padding: 4px;
  display: flex;
  justify-content: center;
  height: 27px;
}
.cr-cards2 {
  width: 190px;
}
.cr-cards img {
  border: none;
  /*width: 38px;*/
  height: auto;
  box-shadow: none;
}
.play-btn {
  width: 100%;
  height: 50px;
}
.bg-para {
  background: #006262;
  font-size: 17px;
  padding: 2px 2px;
  text-align: center;
}
.logos-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px 50px;
  flex-wrap: wrap;
}
.logos-section img:nth-child(1) {
  width: 53px;
}
.logos-section img:nth-child(2) {
  width: 223px;
}
.logos-section img:nth-child(3) {
  width: 123px;
}
footer {
  justify-content: center;
  text-align: center;
  background-color: #006262;
  padding-top: 15px;
  padding-bottom: 15px;
}
.mb-stars,
.mb-button-section {
  display: none;
}
.hr-card-section {
  display: none;
}
.tag{ background: #000; color: #fff; font-weight: bold; padding: 5px 10px 10px 10px; position: absolute; left: 0; top: -8px;}
@media screen and (max-width: 1290px) {
  .content-wrapper {
    width: 90%;
  }
  .sm-card-section {
    flex-direction: column;
    gap: 18px 0px;
  }
  .headings2 {
    margin-left: 0px;
    margin-right: 0px;
  }
  ul li {
    font-size: 11px;
  }
  .lg-img-sec img {
    height: 103px;
    width: 138px;
  }
  .cr-cards img {
    border: none;
    width: 180px;
    height: auto;
    box-shadow: none;
  }
  .img-section img {
    width: 453px;
  }
}

@media screen and (max-width: 1100px) {
  .lg-card {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 992px) {
  nav button {
    display: none;
  }
  .sm-card-section {
    display: none;
  }
  .para {
    display: none;
  }
  .lg-card {
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .lg-img-sec,
  .headings {
    flex: 1;
  }
  .img-section {
    flex-direction: column;
  }
  .img-section img {
    width: 100%;
  }
  .content-wrapper {
    flex-direction: column;
  }
  .hr-text-sec {
    max-width: 90%;
  }
  ul,
  .lg-card-info {
    display: none;
  }
  .headings h3 {
    font-size: 18px;
  }
  .button-section {
    display: none;
  }
  .headings2 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg-img-sec img {
    /*height: 153px;*/
    max-width: 305px;
    width: 100%;
  }
  .cr-cards img {
    border: none;
    width: 180px;
    height: auto;
    box-shadow: none;
  }
  .mb-stars {
    display: block;
    font-size: 11px;
	text-align: center;
  }
  .mb-button-section {
    display: flex;
    width: 100%;
    max-width: 397px;
    margin-left: 0;
  }
  .mb-button-section a {
    max-width: 397px;
    width: 100%;
  }
  .button-section button {
    max-width: 397px;
    width: 100%;
    height: 44px;
    margin-top: 10px;
  }
  .button-section h6 {
    display: none;
  }
  nav {
    display: none;
  }
  .sec1 {
    margin: 13px 0px;
  }
  .main-heading {
    line-height: 36px;
    margin-bottom: 0px;
    font-size: 19px;
    text-align: center;
  }
  .headings3,
  .headings {
    width: 100%;
  }
  .headings{ max-width: 400px; margin-left: 10px;}	
}
@media screen and (max-width: 770px) {
  .content-wrapper {
    width: 95%;
  }
  .sm-card-section {
    flex-direction: column;
    gap: 18px 0px;
  }
  .sm-card-section {
    display: none;
  }
  .vr-card-section {
    display: none;
  }
  .hr-card-section {
    display: block;
  }
  .lg-card {
    gap: 11px 10px;
    padding: 16px 42px;
    padding-right: 15px;
  }
  .hr-card-section .lg-card {
    padding-left: 14px;
  }
  .lg-card-section {
    gap: 17px 0px;
  }
}
@media screen and (max-width: 600px) {
  .vertical-card-sec {
    flex-direction: column;
    gap: 50px 0px;
  }
  .v-card {
    width: 80%;
    margin: auto;
  }
  .headings h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 510px) {
  .lg-img-sec img {
    width: 160px;
  }
  .cr-cards img {
    border: none;
   /* width: 38px;*/
    height: auto;
    box-shadow: none;
  }
  .lg-card {
    padding-right: 20px;
    padding-left: 10px;
    flex-wrap: nowrap;
  }
  .button-section button {
    font-size: 23px;
  }
  footer a {
    font-size: 14px;
  }
  .count {
    padding: 1px 7px !important;
    border: 1px solid rgba(202, 202, 202, 0.2);
  }
}
