@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Font-Family Tag  */
/* @import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap"); */

:root {
  --primary-color: #8fc531;
  --secondary-color: #ffffff;
  --tertiary-color: #0b0b12de;
  --quaternary-color: #bfbdbd;
  --quinary-color: #394256;
  --senary-color: #2575bd;
  --tw-gradient-stops: #ddd6fe, #bbf7d0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  overflow-x: hidden;
  position: relative;
  color: var(--tertiary-color);
  background-color:#fff;
  /* font-family: "Chakra Petch", sans-serif !important; */
  font-family: "Electrolize", sans-serif!important;
  font-size: 16px !important;
  letter-spacing: 0.8px;
}

.navbar-toggler {
  border: 0 !important;
  padding: 0 !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a,
input,
textarea {
  outline: 0 !important;
  box-shadow: none;
  text-decoration: none !important;
}

.no-border {
  border: 0 !important;
}

.pd-left-zero {
  padding-left: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.padding-right-zero {
  padding-right: 0;
}

.btn-center {
  text-align: center;
  margin-bottom: 2em;
}

.no-margin-auto {
  margin: unset !important;
}

.border-right-zero {
  border-right: 0 !important;
}

.xs-padding {
  padding: 2em 0;
}

.sm-padding {
  padding: 4em 0;
}

.xs-padding-top {
  padding-top: 2em;
}

.mrg-btm-sec {
  margin-bottom: 2em;
}

.margin-btm-sm {
  margin-bottom: 1.5em;
}

.margin-btm-md {
  margin-bottom: 3em;
}

.margin-btm-xl {
  margin-top: 4em;
}

.margin-top-sm {
  margin-top: 2em;
}

.white-text {
  color: var(--secondary-color) !important;
}

.bg-white {
  background-color: var(--secondary-color);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/icons/mobile-toogle.svg") !important;
}

.navbar-light .navbar-toggler {
  border: 1px solid var(--secondary-color) !important;
  color: var(--secondary-color) !important;
}

.navbar-light .navbar-toggler:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.logo {
  /* margin-right: 1em; */
  max-width: 12em;
}

.height-auto {
  height: auto !important;
}

.section-title {
  margin-bottom: 4em;
}

.section-title h2 {
  font-size: 2em;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  /* background: linear-gradient(90deg, #8fc632 0%, #2475be 66.1%); */
  background: var(--primary-color);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
 font-family: "Kode Mono", monospace;
}

.section-title h2 span {
  color: var(--primary-color);
}

.section-title h3 {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-title h3 {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
}

.section-title h4 {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
}

.section-title p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quinary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0.5em;
  text-align: center;
}

.section-title p + p + p {
  margin-bottom: 0;
}

.section-title span {
  color: var(--primary-color);
}

.section-title h5 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--primary-color);
  position: relative;
  margin-bottom: 1em;
}

.header-nav-center {
  padding: 0.5em 0;
  background-color: transparent;
  /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
  position: relative;
}

.header-nav-center .navbar .nav-item .nav-link {
  font-size: 1em;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--quinary-color);
  letter-spacing: 0.5px;
  padding: 0.5em 1em;
  position: relative;
  transition: transform 0.5s;
  padding-bottom: 0.5em;
}

.header-nav-center .navbar .navbar-nav {
  gap: 0.5em;
  align-items: center;
}

.default-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  text-align: center;
  outline: 0;
  border: 0;
  cursor: pointer;
  background: var(--primary-color);
  will-change: box-shadow, transform;
  background: radial-gradient(
        93.31% 93.86% at 6.69% 76.4%,
        #79e1f1 0%,
        #2eb2e6 100%
      )
    linear-gradient(
      97.49deg,
      rgba(255, 255, 255, 0) 22.52%,
      rgba(122, 0, 217, 0.2) 90.12%
    );
  border: 0.59px solid #ffffff;
  border: none;
  border-radius: 8px;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 25px;
  padding: 0.8em 2em;
  font-weight: 700;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
/* 
.default-btn:hover {
  background: linear-gradient(to bottom, #ffd679 30%, #f7ac03 70%);
  filter: drop-shadow(0 0px 20px rgba(101, 40, 193, 0.5));
  box-shadow: 0px 0px 2px 1px rgba(247, 172, 4, 0.8);
  color: var(--secondary-color);
} */

.default-btn:active {
  box-shadow: inset 0px 3px 7px #3c4fe0;
  transform: translateY(2px);
}

.default-outline-btn.banner-btn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
}

.default-outline-btn {
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  color: var(--primary-color) !important;
  font-size: 1em;
  line-height: 25px;
  padding: 0.8em 2em;
  font-weight: 500;
  /* text-shadow: 0 1px 0 rgb(0 0 0 / 40%); */
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.default-outline-btn:hover {
  /* box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0; */
  transform: translateY(-2px);
  background: linear-gradient(180deg, #724425 0%, #cca677 100%);
  color: var(--secondary-color) !important;
}

.default-outline-btn:active {
  box-shadow: inset 0px 3px 7px #cda677;
  transform: translateY(2px);
}

.open-header-outline-btn {
  display: inline-block;
  opacity: 1 !important;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  /* background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% ); */
  border: 1px solid var(--primary-color);
  /* box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%); */
  border-radius: 10px;
  color: var(--primary-color) !important;
  padding: 0.8em 2em !important;
  /* text-shadow: 0 1px 0 rgb(0 0 0 / 40%); */
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.open-header-outline-btn:hover {
  /* box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0; */
  transform: translateY(-2px);
  background: linear-gradient(180deg, #724425 0%, #cca677 100%);
  color: var(--secondary-color) !important;
}

.open-header-outline-btn:active {
  box-shadow: inset 0px 3px 7px #3c4fe0;
  transform: translateY(2px);
}

.white-btn {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  display: inline-block;
  padding: 0.8em 2em;
  border-radius: 8px !important;
  letter-spacing: 0.5px;
  border-width: 1px;
  color: var(--primary-color);
  text-decoration: none !important;
  font-size: 1.1em;
  line-height: 25px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.white-btn:active,
.white-btn:focus,
.white-btn:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  color: var(--primary-color);
  text-decoration: none !important;
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.open-header-btn {
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  background: linear-gradient(180deg, #724425 0%, #cca677 100%);
  border-radius: 10px;
  color: var(--secondary-color) !important;
  padding: 0.8em 2em !important;
  opacity: 1 !important;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.open-header-btn:hover {
  transform: translateY(-2px);
}

.open-header-btn:active {
  box-shadow: inset 0px 3px 7px var(--primary-color);
  transform: translateY(2px);
}

.header-dropdown .dropdown-menu {
  border: 0;
  padding: 0 !important;
}

.header-dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1em !important;
}

.header-dropdown .dropdown-menu:last-child .dropdown-item:hover {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.37rem;
}

.navbar-brand h4 {
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
}

.text-end{
  text-align: right;
}

.home-banner-sec {
  background-image: url("../img/home/4.jpg");
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  display: block;
}

#carouselExampleIndicators{
  height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#carouselExampleIndicators .carousel-indicators [data-bs-target]{
  background-color: var(--tertiary-color);
}

.banner-content h1{
 color: var(--primary-color);
 font-size: 2.5em;
 font-weight: 800;
 line-height: 1.3;
 margin-bottom: .3em;
}

.banner-content h4{
 color: var(--primary-color);
 font-size: 1.8em;
 font-weight: 600;
 line-height: 1.3;
 margin-bottom: .5em;
}

.banner-content p{
  font-size: .95em;
  font-weight: 400;
  color: var(--quinary-color);
  line-height: 1.8;
  opacity: 0.9;
  margin-bottom: 1.4em;
}

.home-banner-main .carousel-indicators [data-bs-target]{
  background-color: var(--tertiary-color);
}

.landing-img {
  height: 40em;
  object-fit: contain;
}

.banner-btn-sec a{
 width: 40%;
}

.customer-logo-sec {
  background-color: #5566f608;
}

.mobile-nav-header {
  display: none;
}

/* Footer CSS */

.footer-sec {
  background: var(--tertiary-color);
  padding: 4em 0 2em 0;
}

.copyrights-sec {
  border-bottom: 1px solid rgba(255, 200, 39, 0.1);
  background: var(--primary-color);
}

.copyright-card {
  text-align: center;
  padding: 1.5em 0;
}

.copyright-card p {
  color: var(--secondary-color);
  margin-bottom: 0;
}

.footer-link-card .footer-link-list-new{
 display: flex !important;
}

.footer-link-card h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
}

.footer-social-link-sec h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
}

.footer-social-link-sec .contact-us-address-list li {
  padding-bottom: 1em;
}

.footer-social-link-sec .contact-us-address-list li:last-child {
  padding-bottom: 0;
}

.footer-social-link-sec .contact-us-address-list li a {
  color: var(--quaternary-color) !important;
  display: grid;
  grid-template-columns: 30px auto;
  align-items: flex-start;
}

.footer-social-link-sec .contact-us-address-list li a svg path {
  fill: var(--quaternary-color) !important;
}

.footer-about-sec h4 {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0.5em;
}

.footer-about-sec p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  line-height: 1.8;
  margin-bottom: 1.5em;
}

.footer-about-link{
  display: flex !important;
  gap: 1em;
}

.footer-about-link li a{
  color: var(--quaternary-color) !important;
    font-size: 1em !important;
    font-weight: 400 !important;
}

.footer-link-list li a {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
}

.footer-link-list li {
  padding-bottom: 1em;
}

.footer-link-list li:last-child {
  padding-bottom: 0;
}

.footer-secured-payment-card .footer-social-link-list li a {
  background-color: #f6f0e7;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: .4s ease-in;
}

.footer-secured-payment-card .footer-social-link-list li a:hover{
 background-color: var(--primary-color);
}

.footer-social-link-list li a .socal-media-icon-dark {
  fill: var(--primary-color);
  display: block;
}

.footer-social-link-list li a .socal-media-icon-light {
  fill: var(--secondary-color);
  display: none;
}

.footer-social-link-list li a:hover .socal-media-icon-dark{
   display: none;
}

.footer-social-link-list li a:hover .socal-media-icon-light{
   display: block;
}

.footer-link-card-new{
  display: flex;
  gap: 1em;
  justify-content: center;
}

.footer-link-card-new h3{
  font-size: 1.2em;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 0;
}

.footer-line-sec{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2em;
}

.footer-line{
  width: 80%;
  height: 1px;
  background:#545353;
}

.footer-social-link-list {
  display: flex;
  align-items: center;
  gap: 1em;
}

.footer-secured-payment-icon {
  aspect-ratio: auto 60 / 32;
  height: 30px;
  object-fit: contain;
}

.footer-app-link-list {
  display: flex;
  gap: 1em;
  margin-bottom: 0;
}

.footer-secured-payment-list li {
  display: inline-block;
  margin-right: 9px;
}

.footer-secured-payment-card h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
}

.footer-sub-sec {
  padding: 3em 0;
}

.footer-secured-payment-card {
  margin-bottom: 1.5em;
  text-align: center;
}

.footer-secured-payment-card:last-child {
  margin-bottom: 0;
}

.footer-notice-box {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1em;
  margin-top: 3em;
}

.footer-notice-card h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
  text-align: center;
}

.footer-notice-card p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0.5em;
}

.footer-notice-card {
  border: 1px solid #51065d;
  border-radius: 10px;
  padding: 1.5em;
}

.footer-logo {
  max-width: 15em;
  margin-bottom: 1em;
}

.banner-img-sec {
  text-align: right;
}

.banner-img {
  max-width: 30em;
}

.banner-img {
  width: 100%;
  margin-left: auto;
}

/* Faq CSS */

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  color: var(--tertiary-color);
}

.faq-accordion .accordion-item {
  border: none;
  background-color: transparent;
}

.faq-accordion .accordion-item .accordion-button {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 !important;
  font-size: 0.5em;
  background-color: #ccc;
  font-weight: 600;
  color: var(--tertiary-color);
  padding: 1.3em;
}

.faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-item .accordion-body {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--quinary-color);
  border-radius: 10px;
  line-height: 1.8;
  margin: 0;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../img/faq/minus.svg);
  transform: unset;
}

.faq-accordion .accordion-button::after {
  background-image: url(../img/faq/plus.svg);
}

.faq-img {
  max-width: 25em;
}

/* Static Page CSS */

.static-page-box {
  margin-bottom: 2em;
}

.static-page-box p strong {
  color: var(--quinary-color) !important;
  font-size: 1.4em !important;
  font-weight: 700 !important;
}

.static-page-box p {
  color: var(--quinary-color);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
}

.static-page-box ul li {
  color: var(--quinary-color);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 1em;
}

.static-page-box ul li:last-child {
  padding-bottom: 0;
}

.address-info {
  color: var(--quaternary-color) !important;
  display: grid;
  grid-template-columns: 30px auto;
  align-items: flex-start;
}

.address-info svg {
  fill: var(--quaternary-color) !important;
}

/* Feature List CSS */

.feature-list-box-sec{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  grid-row-gap: 4em;
}
 
.feature-list-box:nth-child(3){
  border-right: none;
}

.feature-list-card .feature-list-icon-sec {
   margin-bottom: .4em;
   background: var(--secondary-color);
   height: 5em;
   width: 5em;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   margin-top: -4em;
   margin-bottom: 1.2em;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.feature-list-icon {
  width: 3em;
  margin: auto;
}

.feature-list-info h4 {
  font-size: 1.2em;
  color: var(--tertiary-color);
  font-weight: 600;
  margin-bottom: 0.6em;
}

.feature-list-info p{
  font-size: 1em;
  font-weight: 400;
  color: var(--quinary-color);
  margin-bottom: 0em;
  line-height: 1.8;
  opacity: 0.8;
}

.feature-list-card {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-direction: column;
  padding: 1.5em;
  border-radius: 8px;
  height: 100%;
  background: #e4f5c5;
}

/* How To Play CSS */

.how-to-play-banner-sec {
  background-image: unset;
  min-height: unset;
}

.how-to-play-banner-box {
  padding-top: 2em;
}

.how-to-play-main-card .how-to-play-main-info {
  border-bottom: 1px solid #ffffff3d;
  display: inline-block;
  width: 100%;
  overflow-y: hidden;
  position: relative;
}
.how-to-play-main-card .how-to-play-main-info > .how-to-play-main-count-sec {
  width: 75px;
  height: 75px;
  background: linear-gradient(to right, #8fc632, #2475be);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(60deg);
  position: relative;
  left: 22px;
  top: 12px;
  transition: all 300ms ease-in-out 0s;
}

.how-to-play-main-card {
  background-color: #17141f;
  padding: 1.5em;
  border-radius: 10px;
}

.how-to-play-main-count-sec span {
  font-size: 1.5em;
  font-weight: 600;
  color: var(--secondary-color);
  transform: rotate(-60deg);
}

.how-to-play-content {
  padding-top: 2em;
}

.how-to-play-content h5 {
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5em;
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  color: var(--secondary-color);
  opacity: 0.8;
 font-family: "Kode Mono", monospace;
}

.how-to-play-content p {
  color: var(--quaternary-color);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  margin-top: 1em;
}

.how-to-play-main-img-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-to-play-main-box {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 2em;
  margin-top: 3em;
}

.how-to-play-main-list-sec ul li {
  color: var(--quinary-color);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 1em;
  text-align: center;
}

.how-to-play-main-list-sec ul li:last-child {
  padding-bottom: 0;
}

.how-to-play-main-list-sec {
  margin-top: 2em;
}

.how-to-play-content .how-to-play-main-list li {
  color: var(--quaternary-color);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  padding-bottom: 1em;
}

.how-to-play-content .how-to-play-main-list li:last-child {
  padding-bottom: 0;
}

.how-to-play-content .how-to-play-main-list {
  margin-top: 1em;
}

.how-to-play-main-img {
  height: 5em;
  object-fit: contain;
}

.payment-status-box {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.payment-status-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2em;
}

.payment-status-card h4 {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 0;
}

.payment-status-card .success {
  color: #02c986;
}

.payment-status-card .failed {
  color: #f06d58;
}

.payment-status-card .canceled {
  color: #ff7c81;
}

.status-icon {
  max-width: 10em;
}

/* service new cards */

.service-card {
  position: relative;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.service-card-img-sec{
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 1;
}

.service-card-img{
  height: 17em;
  width: 100%;
}

.service-card-icon{
  height: 2.5em;
  object-fit: contain;
}


.service-card-icon-sec{
  display: flex;
  justify-content: end;
  padding-right: 1em;
  margin-top: -3em;
} 

.service-card-icon-sec span{
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background-color: #2575BD;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: .3s ease-in-out;
} 

.service-card:hover .service-card-icon-sec span{
  background-color: var(--primary-color);
}


.service-card-info{
  padding: 1.1em;
}

.service-card-info h4{
  font-size: 1.2em;
  color: var(--tertiary-color);
  font-weight: 600;
  margin-bottom: 0.5em;
}

.service-card-info p{
  font-size: 1em;
  font-weight: 400;
  color: var(--quinary-color);
  margin-bottom: 0em;
  line-height: 1.8;
  opacity: 0.8;
}
