:root {
  --font-primary: "Poppins", sans-serif;
  --data-black-color: #000000;
  --data-white-color: #ffffff;
  --data-baltic-sea-color: #282526;
  --data-charcoal-grey-color: #3E3E3F;
  --data-screamin-green-color: #72F550;
  --data-vampire-black: #080808;
}

/* reset css start  */
html,
body,
ul,
i,
li,
form,
header,
section,
div,
p,
h6,
h5,
h4,
h3,
h2,
h1,
span,
ol,
button,
img,
picture,
figure {
  margin: 0;
  padding: 0;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

input,
button,
textarea,
select {
  font: inherit;
}

ul,
ol,
li {
  list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* reset css end  */
/* common css start */
a {
  outline: none;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  transition: all 0.4s ease;
  color: var(--data-white-color);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}

h1,
.h1 {
  font-size: 50px;
  line-height: 65px;
  font-family: var(--font-primary);
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 70px;
    line-height: 85px;
  }
}
@media only screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 99px;
    line-height: 125px;
  }
}

h2,
.h2 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 64px;
    line-height: 80px;
  }
}

h3,
.h3 {
  font-size: 26px;
  line-height: 39px;
  font-family: var(--font-primary);
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 40px;
    line-height: 60px;
    font-family: var(--font-primary);
    font-weight: 600;
  }
}

h4,
.h4 {
  font-size: 24px;
  line-height: 35px;
  font-family: var(--font-primary);
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 32px;
    line-height: 48px;
  }
}

h5,
.h5 {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--font-primary);
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  h5,
  .h5 {
    font-size: 24px;
    line-height: 27px;
  }
}

h6,
.h6 {
  font-size: 18px;
  line-height: 27px;
  font-family: var(--font-primary);
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  h6,
  .h6 {
    font-size: 24px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  h6,
  .h6 {
    font-size: 26px;
    line-height: 39px;
  }
}

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  p {
    font-size: 21px;
    line-height: 31px;
  }
}

ul li {
  font-size: 20px;
  line-height: 28px;
  list-style: none;
  position: relative;
}

body {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  letter-spacing: normal;
  background-color: var(--data-black-color);
  color: var(--data-white-color);
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 21px;
    line-height: 31px;
  }
}

.container {
  margin: 0 auto;
  max-width: 1172px;
  padding: 0 20px;
  width: 100%;
}

@font-face {
  font-family: "icomoon";
  src: url("../../fonts/icomoon.eot") format("embedded-opentype"), url("../../fonts/icomoon.ttf") format("truetype"), url("../../fonts/icomoon.woff") format("woff"), url("../../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
  content: "\e906";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-Linkedin:before {
  content: "\e903";
}

.icon-youtube:before {
  content: "\e904";
}

.icon-tik-tok:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e900";
}

.cd-wrap {
  flex-wrap: wrap;
}

.cd-flex-row {
  flex-direction: row;
}

.cd-flex-column {
  flex-direction: column;
}

.cd-align-center {
  align-items: center;
}

.cd-just-around {
  justify-content: space-around;
}

.cd-just-evenly {
  justify-content: space-evenly;
}

.cd-just-between {
  justify-content: space-between;
}

.cd-just-center {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cd-flex {
  display: -ms-flex;
  display: flex;
}

.text-center {
  text-align: center;
}

.text-white-color {
  color: var(--data-white-color);
}

.error-visible {
  display: inherit;
}

.heading-bg-gradient-color {
  background: linear-gradient(90deg, #72f550 0%, #06bfd3 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.details-heading {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .details-heading {
    font-size: 24px;
    line-height: 35px;
  }
}

.hide {
  display: none !important;
}

.play-button-hide {
  opacity: 1 !important;
  background-color: transparent !important;
}
.play-button-hide .thumbnail-image {
  display: none;
}
.play-button-hide picture {
  display: none !important;
}

.grecaptcha-badge {
  z-index: 10;
}

.header {
  padding: 10px 0 14px 0;
  background-color: var(--data-black-color);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 990;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1024px) {
  .header {
    padding: 24px 0;
  }
}
.header .container .header-wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.header .container .header-wrapper .header-logo {
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding-right: 8px;
}
@media only screen and (min-width: 375px) {
  .header .container .header-wrapper .header-logo {
    padding-right: 12px;
  }
}
.header .container .header-wrapper .header-logo .website-logo {
  display: inline-block;
}
.header .container .header-wrapper .header-logo .website-logo picture img {
  width: 90px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .header .container .header-wrapper .header-logo .website-logo picture img {
    width: 190px;
    height: 50px;
  }
}
.header .container .header-wrapper .header-right {
  display: -ms-flex;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media only screen and (min-width: 375px) {
  .header .container .header-wrapper .header-right {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .header .container .header-wrapper .header-right {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media only screen and (min-width: 991px) {
  .header .container .header-wrapper .header-right {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }
}
.header .container .header-wrapper .header-right .navbar {
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.header .container .header-wrapper .header-right .navbar .nav-list {
  display: -ms-flex;
  display: flex;
}
.header .container .header-wrapper .header-right .navbar .nav-list li:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (min-width: 375px) {
  .header .container .header-wrapper .header-right .navbar .nav-list li:not(:last-child) {
    margin-right: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .header .container .header-wrapper .header-right .navbar .nav-list li:not(:last-child) {
    margin-right: 18px;
  }
}
.header .container .header-wrapper .header-right .navbar .nav-list li a {
  font-size: 12px;
  line-height: 18px;
}
.header .container .header-wrapper .header-right .navbar .nav-list li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 375px) {
  .header .container .header-wrapper .header-right .navbar .nav-list li a {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .header .container .header-wrapper .header-right .navbar .nav-list li a {
    font-size: 16px;
    line-height: 22px;
  }
}
.header .container .header-wrapper .header-right .app-store-links {
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.header .container .header-wrapper .header-right .app-store-links li {
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.header .container .header-wrapper .header-right .app-store-links li:not(:last-child) {
  margin-right: 14px;
}
@media only screen and (min-width: 768px) {
  .header .container .header-wrapper .header-right .app-store-links li:not(:last-child) {
    margin-right: 28px;
  }
}
.header .container .header-wrapper .header-right .app-store-links li a {
  display: inline-block;
}
.header .container .header-wrapper .header-right .app-store-links li a .google-play-image {
  width: 22px;
  height: 26px;
}
@media only screen and (min-width: 768px) {
  .header .container .header-wrapper .header-right .app-store-links li a .google-play-image {
    width: 164px;
    height: 48px;
  }
}
.header .container .header-wrapper .header-right .app-store-links li a .apple-store-image {
  width: 22px;
  height: 26px;
}
@media only screen and (min-width: 768px) {
  .header .container .header-wrapper .header-right .app-store-links li a .apple-store-image {
    width: 148px;
    height: 48px;
  }
}

.footer {
  padding: 30px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 40px 0 0 0;
  }
}
.footer .container .footer-wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #3E3E3F;
  padding: 30px 0 26px 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 991px) {
  .footer .container .footer-wrapper {
    padding: 26px 0;
  }
}
.footer .container .footer-wrapper .footer-logo {
  display: -ms-flex;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 26px;
}
@media only screen and (min-width: 991px) {
  .footer .container .footer-wrapper .footer-logo {
    width: auto;
    justify-content: initial;
    margin-bottom: 0;
  }
}
.footer .container .footer-wrapper .footer-logo .website-logo {
  display: inline-block;
}
.footer .container .footer-wrapper .footer-logo .website-logo picture img {
  width: 190px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 991px) {
  .footer .container .footer-wrapper .footer-logo .website-logo picture img {
    width: 218px;
    height: 60px;
  }
}
.footer .container .footer-wrapper .footer-right-content {
  display: -ms-flex;
  display: flex;
  -moz-column-gap: 44px;
       column-gap: 44px;
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 991px) {
  .footer .container .footer-wrapper .footer-right-content {
    width: 71%;
    flex-direction: row;
  }
}
.footer .container .footer-wrapper .footer-right-content .policy-details {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 991px) {
  .footer .container .footer-wrapper .footer-right-content .policy-details {
    width: 63%;
    margin-bottom: 0;
  }
}
.footer .container .footer-wrapper .footer-right-content .policy-details .social-icon-list {
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.footer .container .footer-wrapper .footer-right-content .policy-details .social-icon-list li {
  font-size: initial;
  line-height: normal;
  display: flex;
}
.footer .container .footer-wrapper .footer-right-content .policy-details .social-icon-list li:not(:last-child) {
  margin-right: 16px;
}
.footer .container .footer-wrapper .footer-right-content .policy-details .social-icon-list li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 30px;
}
.footer .container .footer-wrapper .footer-right-content .policy-details .footer-menu-list {
  margin-bottom: 6px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer .container .footer-wrapper .footer-right-content .policy-details .footer-menu-list {
    margin-bottom: 10px;
  }
}
.footer .container .footer-wrapper .footer-right-content .policy-details .footer-menu-list > li {
  display: inline-block;
  font-size: initial;
  line-height: normal;
}
.footer .container .footer-wrapper .footer-right-content .policy-details .footer-menu-list > li:not(:last-child) {
  margin-right: 4px;
  padding-right: 8px;
}
.footer .container .footer-wrapper .footer-right-content .policy-details .footer-menu-list > li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  right: 0;
  top: 7px;
  background-color: var(--data-white-color);
}
.footer .container .footer-wrapper .footer-right-content .policy-details .footer-menu-list > li > a {
  font-size: 16px;
  line-height: 24px;
  color: var(--data-white-color);
  font-weight: 400;
  display: block;
}
.footer .container .footer-wrapper .footer-right-content .policy-details .footer-menu-list > li > a:hover {
  text-decoration: underline;
}
.footer .container .footer-wrapper .footer-right-content .policy-details .details {
  margin-bottom: 18px;
}
.footer .container .footer-wrapper .footer-right-content .policy-details .details p {
  text-align: center;
  font-size: 11px;
  line-height: 14px;
  font-style: italic;
}
.footer .container .footer-wrapper .footer-right-content .policy-details .details p:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .footer .container .footer-wrapper .footer-right-content .policy-details .details p:not(:last-child) {
    margin-bottom: 10px;
  }
}
.footer .container .footer-wrapper .footer-right-content .footer-app-store-links {
  display: -ms-flex;
  display: flex;
  width: 100%;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
}
@media only screen and (min-width: 991px) {
  .footer .container .footer-wrapper .footer-right-content .footer-app-store-links {
    width: 37%;
    justify-content: end;
  }
}
.footer .container .footer-wrapper .footer-right-content .footer-app-store-links li {
  display: inline-block;
}
.footer .container .footer-wrapper .footer-right-content .footer-app-store-links li a {
  display: inline-block;
}
.footer .container .footer-wrapper .footer-right-content .footer-app-store-links li a picture .google-play-image {
  width: 134px;
  height: 40px;
}
.footer .container .footer-wrapper .footer-right-content .footer-app-store-links li a picture .apple-store-image {
  width: 120px;
  height: 40px;
}

.form-control {
  padding: 8px 14px;
  color: var(--data-white-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--data-charcoal-grey-color);
  background-color: var(--data-baltic-sea-color);
  border-radius: 10px;
  outline: none;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form-control {
    font-size: 18px;
    line-height: 27px;
    padding: 10px 20px;
    min-height: 50px;
  }
}

textarea {
  resize: none;
}

.btn-primary {
  background: var(--data-white-color);
  color: var(--data-black-color);
  transition: background 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .btn-primary {
    background: var(--data-white-color);
    color: var(--data-black-color);
  }
  .btn-primary:hover {
    background: transparent linear-gradient(90deg, #72f550 0%, #06bfd3 100%) 0% 0% no-repeat padding-box;
    color: var(--data-white-color);
    border-color: transparent;
  }
}
.btn-primary:disabled, .btn-primary[disabled] {
  cursor: not-allowed;
  opacity: 0.75;
  background: var(--data-white-color);
  color: var(--data-stoplight-go-green-color);
  border-color: var(--data-stoplight-go-green-color);
}

.btn-secondary {
  background-color: var(--data-white-color);
  color: var(--data-dark-turquoise-color);
  padding: 10px 10px;
  border-color: var(--data-dark-turquoise-color);
  border-radius: 26px;
}
@media only screen and (min-width: 768px) {
  .btn-secondary {
    background-color: transparent;
    color: var(--data-white-color);
    padding: 10px 10px;
    border-color: var(--data-white-color);
    border-radius: 26px;
  }
  .btn-secondary:hover {
    background-color: var(--data-white-color);
    color: var(--data-dark-turquoise-color);
    border-color: var(--data-dark-turquoise-color);
  }
}
.btn-secondary:disabled, .btn-secondary[disabled] {
  cursor: not-allowed;
  opacity: 0.75;
  background: var(--data-white-color);
  color: var(--data-stoplight-go-green-color);
  border-color: transparent;
}

.btn-lg {
  max-width: 330px;
  width: 100%;
}

.btn-medium {
  max-width: 216px;
  width: 100%;
}

.btn-small {
  max-width: 160px;
  width: 100%;
}

.btn {
  display: block;
  font-family: var(--font-primary);
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease-in-out;
  outline: none;
  cursor: pointer;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  text-decoration: none !important;
  position: relative;
  border-radius: 10px;
  border: none;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 25px;
}
@media only screen and (min-width: 1024px) {
  .btn {
    padding: 12px 30px;
    font-size: 18px;
    line-height: 27px;
  }
}
.btn:disabled, .btn[disabled] {
  cursor: not-allowed;
  opacity: 0.75;
}

.banner-section {
  padding: 80px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .banner-section {
    padding: 166px 0 40px 0;
  }
}
.banner-section .container .banner-section-wrapper {
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 991px) {
  .banner-section .container .banner-section-wrapper {
    flex-direction: row;
  }
}
.banner-section .container .banner-section-wrapper .banner-details {
  width: 100%;
  margin-bottom: 42px;
}
@media only screen and (min-width: 991px) {
  .banner-section .container .banner-section-wrapper .banner-details {
    width: 60%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .banner-section .container .banner-section-wrapper .banner-details {
    width: 50%;
  }
}
.banner-section .container .banner-section-wrapper .banner-details .banner-logo {
  margin-bottom: 12px;
  display: inline-block;
}
.banner-section .container .banner-section-wrapper .banner-details .banner-logo picture img {
  width: 190px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .banner-section .container .banner-section-wrapper .banner-details .banner-logo picture img {
    width: 320px;
    height: 80px;
  }
}
.banner-section .container .banner-section-wrapper .banner-details .app-store-links {
  display: -ms-flex;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media only screen and (min-width: 768px) {
  .banner-section .container .banner-section-wrapper .banner-details .app-store-links {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.banner-section .container .banner-section-wrapper .banner-details .app-store-links li a {
  display: inline-block;
}
.banner-section .container .banner-section-wrapper .banner-details .app-store-links li a picture .google-play-image {
  width: 150px;
  height: 42px;
}
@media only screen and (min-width: 768px) {
  .banner-section .container .banner-section-wrapper .banner-details .app-store-links li a picture .google-play-image {
    width: 226px;
    height: 68px;
  }
}
.banner-section .container .banner-section-wrapper .banner-details .app-store-links li a picture .app-store-image {
  width: 138px;
  height: 44px;
}
@media only screen and (min-width: 768px) {
  .banner-section .container .banner-section-wrapper .banner-details .app-store-links li a picture .app-store-image {
    width: 204px;
    height: 68px;
  }
}
.banner-section .container .banner-section-wrapper .banner-image {
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
@media only screen and (min-width: 991px) {
  .banner-section .container .banner-section-wrapper .banner-image {
    justify-content: end;
    padding: 0;
  }
}
@media only screen and (min-width: 991px) {
  .banner-section .container .banner-section-wrapper .banner-image {
    width: 40%;
  }
}
@media only screen and (min-width: 1280px) {
  .banner-section .container .banner-section-wrapper .banner-image {
    width: 50%;
  }
}
.banner-section .container .banner-section-wrapper .banner-image picture {
  max-width: 422px;
}
.banner-section .container .banner-section-wrapper .banner-image picture img {
  height: auto;
}

.intro-details-section {
  overflow-x: clip;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .intro-details-section {
    padding: 40px 0;
  }
}
.intro-details-section .container .intro-details-wrapper {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 60px;
       column-gap: 60px;
  flex-direction: column;
}
@media only screen and (min-width: 991px) {
  .intro-details-section .container .intro-details-wrapper {
    flex-direction: row;
  }
}
.intro-details-section .container .intro-details-wrapper .intro-image {
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 991px) {
  .intro-details-section .container .intro-details-wrapper .intro-image {
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .intro-details-section .container .intro-details-wrapper .intro-image {
    margin-left: -156px;
    max-width: 596px;
    width: auto;
  }
}
.intro-details-section .container .intro-details-wrapper .intro-image img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 576px) {
  .intro-details-section .container .intro-details-wrapper .intro-image img {
    width: auto;
  }
}
.intro-details-section .container .intro-details-wrapper .intro-details {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .intro-details-section .container .intro-details-wrapper .intro-details {
    width: 50%;
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .intro-details-section .container .intro-details-wrapper .intro-details {
    width: 56%;
  }
}
.intro-details-section .container .intro-details-wrapper .intro-details .intro-logo {
  margin-bottom: 2px;
  display: inline-block;
}
@media only screen and (min-width: 991px) {
  .intro-details-section .container .intro-details-wrapper .intro-details .intro-logo {
    margin-bottom: 4px;
  }
}
.intro-details-section .container .intro-details-wrapper .intro-details .intro-logo picture img {
  width: 120px;
  height: 60px;
}
@media only screen and (min-width: 991px) {
  .intro-details-section .container .intro-details-wrapper .intro-details .intro-logo picture img {
    width: 160px;
    height: 80px;
  }
}
.intro-details-section .container .intro-details-wrapper .intro-details h2 {
  margin-bottom: 12px;
  font-weight: 700;
  color: var(--data-screamin-green-color);
}
@media only screen and (min-width: 991px) {
  .intro-details-section .container .intro-details-wrapper .intro-details h2 {
    margin-bottom: 16px;
  }
}
.intro-details-section .container .intro-details-wrapper .intro-details .about-section-details {
  margin-bottom: 26px;
}
@media only screen and (min-width: 991px) {
  .intro-details-section .container .intro-details-wrapper .intro-details .about-section-details {
    margin-bottom: 34px;
  }
}
.intro-details-section .container .intro-details-wrapper .intro-details .about-section-details p:not(:last-child) {
  margin-bottom: 18px;
}
@media only screen and (min-width: 991px) {
  .intro-details-section .container .intro-details-wrapper .intro-details .about-section-details p:not(:last-child) {
    margin-bottom: 26px;
  }
}
.intro-details-section .container .intro-details-wrapper .intro-details .our-activity-list li {
  display: -ms-flex;
  display: flex;
}
.intro-details-section .container .intro-details-wrapper .intro-details .our-activity-list li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 991px) {
  .intro-details-section .container .intro-details-wrapper .intro-details .our-activity-list li:not(:last-child) {
    margin-bottom: 18px;
  }
}
.intro-details-section .container .intro-details-wrapper .intro-details .our-activity-list li:last-child p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .intro-details-section .container .intro-details-wrapper .intro-details .our-activity-list li:last-child p {
    font-size: 32px;
    line-height: 40px;
  }
}
.intro-details-section .container .intro-details-wrapper .intro-details .our-activity-list li picture {
  margin-right: 12px;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.intro-details-section .container .intro-details-wrapper .intro-details .our-activity-list li picture img {
  width: 22px;
  height: 20px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .intro-details-section .container .intro-details-wrapper .intro-details .our-activity-list li picture img {
    width: 24px;
    height: 22px;
  }
}
.intro-details-section .container .intro-details-wrapper .intro-details .our-activity-list li p {
  font-size: 22px;
  line-height: 33px;
  width: calc(100% - 34px);
}
@media only screen and (min-width: 768px) {
  .intro-details-section .container .intro-details-wrapper .intro-details .our-activity-list li p {
    font-size: 27px;
    line-height: 40px;
    width: calc(100% - 36px);
  }
}

.video-section {
  display: -ms-flex;
  display: flex;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .video-section {
    padding: 0;
  }
}
.video-section .video-frame {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}
@media only screen and (min-width: 1280px) {
  .video-section .video-frame {
    padding-bottom: 100vh;
  }
}
.video-section .video-frame video {
  margin: 0 auto;
  border: none;
  aspect-ratio: 16/9;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1280px) {
  .video-section .video-frame video {
    top: 50%;
    width: 100%;
    height: 180%;
    left: 0;
    right: 0;
    transform: translateY(-50.05%);
  }
}
.video-section .video-frame .play-button {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--data-black-color);
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
.video-section .video-frame .play-button .player-thumbnail-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  height: 100%;
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-section .video-frame .play-button .player-thumbnail-image img {
  width: auto;
  height: auto;
}
.video-section .video-frame .play-button .play-icon-btn img {
  width: 60px;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  .video-section .video-frame .play-button .play-icon-btn img {
    width: 120px;
    height: 120px;
  }
}

.our-work-section {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .our-work-section {
    padding: 40px 0;
  }
}
.our-work-section .container .our-work-wrapper {
  text-align: center;
}
.our-work-section .container .our-work-wrapper h2 {
  margin-bottom: 46px;
}
@media only screen and (min-width: 768px) {
  .our-work-section .container .our-work-wrapper h2 {
    margin-bottom: 66px;
  }
}
.our-work-section .container .our-work-wrapper h3 {
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .our-work-section .container .our-work-wrapper h3 {
    margin-bottom: 12px;
  }
}
.our-work-section .container .our-work-wrapper .our-work-details {
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.our-work-section .container .our-work-wrapper .our-work-details picture {
  max-width: 327px;
}
.our-work-section .container .our-work-wrapper .our-work-details picture img {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .our-work-section .container .our-work-wrapper .our-work-details picture {
    max-width: 100%;
  }
}

.terms-section {
  padding: 30px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .terms-section {
    padding: 40px 0;
  }
}
.terms-section .container h3 {
  margin-bottom: 18px;
  padding: 0 28px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .terms-section .container h3 {
    margin-bottom: 22px;
    padding: 0;
  }
}
.terms-section .container .terms-details {
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.terms-section .container .terms-details > picture {
  max-width: 350px;
}
@media only screen and (min-width: 768px) {
  .terms-section .container .terms-details > picture {
    max-width: 910px;
  }
}
.terms-section .container .terms-details > picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.entertainment-section {
  overflow-x: clip;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .entertainment-section {
    padding: 40px 0;
  }
}
.entertainment-section .container h3 {
  margin-bottom: 12px;
}
@media only screen and (min-width: 991px) {
  .entertainment-section .container h3 {
    margin-bottom: 22px;
  }
}
.entertainment-section .container .entertainment-section-wrapper {
  display: -ms-flex;
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex-direction: column;
}
@media only screen and (min-width: 991px) {
  .entertainment-section .container .entertainment-section-wrapper {
    flex-direction: row;
  }
}
.entertainment-section .container .entertainment-section-wrapper .entertainment-details-left {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 991px) {
  .entertainment-section .container .entertainment-section-wrapper .entertainment-details-left {
    width: 46%;
    text-align: right;
    margin-bottom: 0;
  }
}
.entertainment-section .container .entertainment-section-wrapper .entertainment-details-left p:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (min-width: 991px) {
  .entertainment-section .container .entertainment-section-wrapper .entertainment-details-left p:not(:last-child) {
    margin-bottom: 26px;
  }
}
.entertainment-section .container .entertainment-section-wrapper .entertainment-image {
  width: 100%;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.entertainment-section .container .entertainment-section-wrapper .entertainment-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  height: 386px;
}
@media only screen and (min-width: 576px) {
  .entertainment-section .container .entertainment-section-wrapper .entertainment-image img {
    height: auto;
  }
}
@media only screen and (min-width: 991px) {
  .entertainment-section .container .entertainment-section-wrapper .entertainment-image {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .entertainment-section .container .entertainment-section-wrapper .entertainment-image {
    max-width: 734px;
    margin-right: -154px;
    width: auto;
  }
}

.cards-grid-section {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .cards-grid-section {
    padding: 40px 0;
  }
}
.cards-grid-section .container h3 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .cards-grid-section .container h3 {
    margin-bottom: 16px;
  }
}
.cards-grid-section .container > p {
  max-width: 924px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .cards-grid-section .container > p {
    margin-bottom: 30px;
  }
}
.cards-grid-section .container .image-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  .cards-grid-section .container .image-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .cards-grid-section .container .image-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cards-grid-section .container .image-grid-wrapper .image-grid {
  transition: all 0.4s ease;
  border-radius: 30px;
  display: -ms-flex;
  display: flex;
  position: relative;
  overflow: hidden;
  align-items: end;
}
.cards-grid-section .container .image-grid-wrapper .image-grid::after {
  content: "";
  position: absolute;
  background-color: var(--data-black-color);
  opacity: 0.2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cards-grid-section .container .image-grid-wrapper .image-grid picture {
  width: 100%;
}
.cards-grid-section .container .image-grid-wrapper .image-grid picture img {
  border-radius: 30px;
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-grid-section .container .image-grid-wrapper .image-grid .card-details {
  color: var(--data-white-color);
  position: absolute;
  padding: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 991px) {
  .cards-grid-section .container .image-grid-wrapper .image-grid .card-details {
    padding: 30px 30px 40px 30px;
    transform: translateY(calc(100% - 90px));
    -webkit-transform: translateY(calc(100% - 90px));
    -moz-transform: translateY(calc(100% - 90px));
    -ms-transform: translateY(calc(100% - 90px));
    -o-transform: translateY(calc(100% - 90px));
    transition: all 0.5s ease;
  }
}
.cards-grid-section .container .image-grid-wrapper .image-grid .card-details h5 {
  transition: all 0.3s ease;
  padding-bottom: 8px;
}
@media only screen and (min-width: 991px) {
  .cards-grid-section .container .image-grid-wrapper .image-grid .card-details h5 {
    padding-bottom: 0;
  }
}
.cards-grid-section .container .image-grid-wrapper .image-grid .card-details p {
  transition: all 0.4s ease;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
@media only screen and (min-width: 991px) {
  .cards-grid-section .container .image-grid-wrapper .image-grid .card-details p {
    visibility: hidden;
    opacity: 0;
  }
}
@media only screen and (min-width: 991px) {
  .cards-grid-section .container .image-grid-wrapper .image-grid:hover > picture img {
    transform: scale(1.3);
  }
}
@media only screen and (min-width: 991px) {
  .cards-grid-section .container .image-grid-wrapper .image-grid:hover .card-details {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    height: auto;
  }
}
@media only screen and (min-width: 991px) {
  .cards-grid-section .container .image-grid-wrapper .image-grid:hover .card-details > p {
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 991px) {
  .cards-grid-section .container .image-grid-wrapper .image-grid:hover .card-details h5 {
    margin-bottom: 10px;
  }
}

.contact-us-section {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .contact-us-section {
    padding: 40px 0;
  }
}
.contact-us-section .container h3 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .contact-us-section .container h3 {
    margin-bottom: 28px;
  }
}
.contact-us-section .container .contact-us-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}
@media only screen and (min-width: 768px) {
  .contact-us-section .container .contact-us-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 991px) {
  .contact-us-section .container .contact-us-wrapper {
    gap: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-us-section .container .contact-us-wrapper {
    gap: 132px;
  }
}
.contact-us-section .container .contact-us-wrapper h4 {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .contact-us-section .container .contact-us-wrapper h4 {
    margin-bottom: 16px;
  }
}
.contact-us-section .container .contact-us-wrapper .support-section p {
  margin-bottom: 10px;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) {
  .contact-us-section .container .contact-us-wrapper .support-section p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact-us-section .container .contact-us-wrapper .support-section p {
    padding-right: 110px;
  }
}
.contact-us-section .container .contact-us-wrapper .support-section .support-email {
  display: inline-block;
  width: 100%;
}
.contact-us-section .container .contact-us-wrapper .support-section .support-email .icon-email {
  vertical-align: middle;
  margin-right: 2px;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .contact-us-section .container .contact-us-wrapper .support-section .support-email .icon-email {
    font-size: 24px;
  }
}
.contact-us-section .container .contact-us-wrapper .form-section .form-wrapper form .wpcf7-response-output {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.contact-us-section .container .contact-us-wrapper .form-section .form-wrapper form .form-fileds {
  display: grid;
  row-gap: 14px;
  margin-bottom: 20px;
}
.contact-us-section .container .contact-us-wrapper .form-section .form-wrapper form .form-fileds .wpcf7-not-valid-tip {
  color: red;
  padding: 6px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .contact-us-section .container .contact-us-wrapper .form-section .form-wrapper form .form-fileds {
    margin-bottom: 30px;
    row-gap: 20px;
  }
}
.contact-us-section .container .contact-us-wrapper .form-section .form-wrapper form .form-fileds textarea {
  min-height: 130px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .contact-us-section .container .contact-us-wrapper .form-section .form-wrapper form .form-fileds textarea {
    min-height: 150px;
  }
}
.contact-us-section .container .contact-us-wrapper .form-section .form-wrapper form .submit-btn .btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .contact-us-section .container .contact-us-wrapper .form-section .form-wrapper form .submit-btn .btn {
    width: auto;
  }
}/*# sourceMappingURL=home.css.map */