.row {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}

.card1 {
  cursor: pointer;
  height: 256px;
  border-radius: 15px !important;
  overflow: hidden;
  border: 2px solid #DADADA !important;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important;
}

.card1-parallelogram {
  left: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  transform: skew(-9.28deg);
  background: #0a0621;
  border-left: 5px solid white;
  border-right: 5px solid white;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.3);
  /* Left shadow */
}

.card1-parallelogram1 {
  left: 5px;
  margin-top: 10px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  width: 121px;
  height: 25px;
  transform: skew(-20deg);
  background: #0B192C;
  color: #fff;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.3);
  /* Left shadow */
}

.card1-logo-img {
  transform: skew(9.28deg);
  margin: auto;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  overflow: hidden;
}

.card1-logo {
  margin: auto;
  height: 100px;
  width: 100px;
}

.card1-aff-name {
  transform: skew(20deg);
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  line-height: 167%;
  letter-spacing: 0%;
  vertical-align: middle;

}

.card1-logo-section {
  background-color: #FF6500;
  width: 38%;
  height: 100%;
}

.card1-section2 {
  padding-left: 45px;
  width: 100%;
  height: 100%;
  /* Add padding to give space for content */
  background:
    /* Top-left corner gradient */
    radial-gradient(at bottom left,
      rgb(255, 196, 157) 10%,
      rgba(255, 255, 255, 1) 60%) no-repeat,
    /* Top-right corner gradient */
    radial-gradient(at bottom right,
      rgba(255, 255, 255, 1) 10%,
      rgba(255, 255, 255, 1) 60%) no-repeat,
    /* Bottom-left corner gradient */
    radial-gradient(at top left,
      rgb(255, 196, 157) 0%,
      rgba(255, 255, 255, 1) 100%) no-repeat,
    /* Bottom-right corner gradient */
    radial-gradient(at top right,
      rgb(255, 196, 157) 0%,
      rgba(255, 255, 255, 1) 100%) no-repeat,
    /* Solid color for rest of the background (white for the bottom area) */
    rgb(255, 255, 255);
  background-size: 100% 100%;
  /* Ensure gradients only cover top corners */
  background-position: top left, top right;
  /* Position the gradients at top-left and top-right */
  background-repeat: no-repeat;
  /* Prevent gradients from repeating */
}

.card1-heading {
  margin-top: 10px;
  width: 85%;
  height: 70px;
  font-family: Roboto;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  line-height: 124%;
  letter-spacing: 0%;
  vertical-align: middle;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.card1-list {
  font-family: Roboto;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0%;
}

.card1-list ul {
  list-style: none;
  font-family: Roboto;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 152%;
  letter-spacing: 0%;
}

.card1-list ul li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card1-list ul li::before {
  width: 8px;
  height: 8px;
  content: '';
  content: "";
  /* width: 50px; */
  /* height: 50px; */
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: 2px;
  top: 2px;
  transform: translateY(-50%);
  margin-right: 4px;
}

.card1-hr {
  width: 148%;
  border: 1px solid #bdbdbd;
  position: relative;
  z-index: 1;
}

.border-content {
  margin: 10px 0px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #383838;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;

}

.card1-slanted-edge {
  padding-top: 10px;
  --p: 75px;
  width: 50%;
  height: 100%;
  aspect-ratio: 1;
  clip-path: polygon(var(--p) 0, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(136.13deg, #0B192C 49.24%, rgba(11, 25, 44, 0.9) 66.85%, rgba(255, 101, 0, 0.9) 141.73%);
  /* filter: blur(2px); */
}

.deposttype {
  background: #FF6500;
  /* float: right; */
  font-size: 13px !important;
  color: white;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 3px 11px;
  font-style: italic;
}

.offervalid-height {
  height: 15px;
}

.offervalid {
  font-family: Roboto;
  font-weight: 400;
  /* float: right; */
  color: #FFFFFF;
  font-size: 10px;
  line-height: 133%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.promocode-height {
  height: 30px;
}

.promocode {
  padding: 5px 4px;
  border: 1px solid #FF6500;
  border-style: dashed;
  display: flex;
  border-radius: 5px;
}

.promocode .heading {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  /*line-height: 133%;*/
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FE6F02;

}

.promocode .code {
  font-family: Roboto;
  font-weight: 500;
  font-style: italic;
  font-size: 12px;
  /*line-height: 133%;*/
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
}

.h-80 {
  height: 75px;
}

.visit-now-btn {
  left: 100%;
  top: -100%;
  width: 235px;
  z-index: 1;
  position: relative;
  height: 37px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 152%;
  letter-spacing: 0%;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  background: linear-gradient(91.65deg, #FF6500 -5.74%, #FF990B 25.23%, #FF6500 95.33%);
}

.visit-now-btn-2-list{
  top: -20% !important;
  position: relative !important;
}

.view-offer {
  position: relative;
  bottom: -75px;
  right: 9%;
  border-left: 1px solid #fff;
}

.view-offer a {
  color: #FFFFFF;
  font-family: Roboto;
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0%;
  vertical-align: middle;

}

.card2 {
  cursor: pointer;
  height: 256px;
  border-radius: 15px !important;
  overflow: hidden;
  border: 2px solid #DADADA !important;
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2) !important; */
}

.card2-logo-section {
  z-index: 1;
  width: 40%;
  height: 100%;
}

.card2-logo-img {
  top: 75px;
  left: 10px;
  position: relative;
  transform: skew(0deg);
  margin: auto;
  height: 100px !important;
  width: 100px !important;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
  padding: 4px;
}

.card2-logo {
  margin: auto;
  height: 50% !important;
  width: 100% !important;
}

.card2-section2 {

  /* Add padding to give space for content */
  background:
    /* Top-left corner gradient */
    radial-gradient(at bottom left,
      rgb(255, 196, 157) 10%,
      rgba(255, 255, 255, 1) 100%) no-repeat,
    /* Top-right corner gradient */
    radial-gradient(at bottom right,
      rgba(255, 255, 255, 1) 10%,
      rgba(255, 255, 255, 1) 100%) no-repeat,
    /* Bottom-left corner gradient */
    radial-gradient(at top left,
      rgb(255, 196, 157) 0%,
      rgba(255, 255, 255, 1) 100%) no-repeat,
    /* Bottom-right corner gradient */
    radial-gradient(at top right,
      rgb(255, 196, 157) 0%,
      rgba(255, 255, 255, 1) 100%) no-repeat,
    /* Solid color for rest of the background (white for the bottom area) */
    rgb(255, 255, 255);
  background-size: 100% 100%;
  /* Ensure gradients only cover top corners */
  background-position: top left, top right;
  /* Position the gradients at top-left and top-right */
  background-repeat: no-repeat;
  /* Prevent gradients from repeating */
}

/* .card2-slanted-edge {
  z-index: 1;
  --p: 50px;
  height: 100%;
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--p)) 100%, 0 100%);
  background: #0a0621;
  width: 100%;
} */

.card2-slanted-edge::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background: #0a0621;
  transform: skewX(-9deg);
  transform-origin: top left;
  border-right: 5px solid #fff;
  /* Adjust the border width and color as needed */
}

.card2-parallelogram {
  left: -25px;
  position: relative;
  width: 100%;
  height: 100%;
  transform: skew(-9.28deg);
  background: #0a0621;
  border-left: 6px solid white;
  border-right: 6px solid white;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.3);
  /* Left shadow */
}

.card2-curved-edge {
  position: relative;
  bottom: -115px;
  margin-left: -55px;
  --c: 50px;
  width: 100%;
  height: 161px;
  aspect-ratio: 1;
  mask: radial-gradient(55% var(--c) at top, #0000 calc(100% - 1px), #000);
  background: linear-gradient(150.13deg, #0B192C 56.24%, rgba(11, 25, 44, 0.9) 73.85%, rgba(255, 101, 0, 0.9) 115.73%);
}

.card3 {
  cursor: pointer;
  height: 200px;
  border-radius: 15px !important;
  overflow: hidden;
  border: 2px solid #DADADA !important;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2) !important;
}

.card3-section2 {

  /* Add padding to give space for content */
  background:
    /* Top-left corner gradient */
    radial-gradient(at bottom right,
      rgb(255, 196, 157) 0%,
      rgba(255, 255, 255, 1) 100%) no-repeat,
    /* Top-right corner gradient */
    radial-gradient(at bottom right,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%) no-repeat,
    /* Bottom-left corner gradient */
    radial-gradient(at top left,
      rgb(255, 196, 157) 10%,
      rgba(255, 255, 255, 1) 60%) no-repeat,
    /* Bottom-right corner gradient */
    radial-gradient(at top right,
      rgb(255, 196, 157) 10%,
      rgba(255, 255, 255, 1) 60%) no-repeat,
    /* Solid color for rest of the background (white for the bottom area) */
    rgb(255, 255, 255);
  background-size: 100% 100%;
  /* Ensure gradients only cover top corners */
  background-position: top left, top right;
  /* Position the gradients at top-left and top-right */
  background-repeat: no-repeat;
  /* Prevent gradients from repeating */
}

.card3-curved-edge {
  position: relative;
  bottom: -81px;
  /* margin-left: -55px; */
  --c: 45px;
  width: 100vw;
  height: 41%;
  aspect-ratio: 1;
  mask: radial-gradient(55% var(--c) at top, #0000 calc(100% - 1px), #000);
  background: linear-gradient(150.13deg, #0B192C 56.24%, rgba(11, 25, 44, 0.9) 77.85%, rgba(255, 101, 0, 0.9) 150.73%);
}

/* Specific Device Example */
@media only screen and (min-width: 320px) {

  .desktop-view {
    opacity: 0;
    /* Fully transparent */
    pointer-events: none;
    /* Disable interactions */
    height: 0;
    /* Collapse space */
    overflow: hidden;
    /* Hide overflow */
  }

  .mobile-view {
    opacity: 1;
    /* Fully visible */
    pointer-events: auto;
    /* Allow interactions */
    height: auto;
    /* Allow height to be auto */
  }

  .card2 {
    height: 200px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Shadow effect */
  }

  .card2-logo-section {
    z-index: 1;
    width: 40%;
    height: 100%;
  }

  .card2-logo-img {
    top: 58px;
    left: 5px;
    position: relative;
    transform: skew(0deg);
    margin: auto;
    height: 70px !important;
    width: 70px !important;
    border-radius: 50%;
  }

  .card2-logo {
    margin: auto;
    height: 50% !important;
    width: 100% !important;
  }

  .card2-curved-edge {
    bottom: 35px;
    position: relative;
    margin-left: -35px;
    --c: 20px;
    width: 255px !important;
    height: 80px !important;
    aspect-ratio: 1;
    mask: radial-gradient(55% var(--c) at top, #0000 calc(100% - 1px), #000);
    background: linear-gradient(150.13deg, #0B192C 56.24%, rgba(11, 25, 44, 0.9) 73.85%, rgba(255, 101, 0, 0.9) 115.73%);
  }

  .card2-deposttype {
    position: relative;
    top: 3%;
    right: -37%;
    /* width: 64%; */
    background: #FF6500;
    float: right;
    font-size: 13px !important;
    color: white;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 3px 11px;
    font-style: italic;
  }

  .card2-aff-text {
    position: relative;
    left: 33px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    line-height: 167%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0B192C;
  }

  .card2-heading {
    width: 85%;
    height: 32px;
    font-family: Roboto;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
    position: relative;
    left: 33px;
  }

  .card2-promocode-height {
    min-height: 20px;
  }

  .card2-promocode {
    padding: 1px 5px;
    position: relative;
    left: 33px;
    border: 1px solid #FF6500;
    border-style: dashed;
    display: flex;
    border-radius: 5px;
    width: fit-content;
  }

  .card2-promocode .heading {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #3C3C3C;
  }

  .card2-promocode .code {
    font-family: Roboto;
    font-weight: 500;
    font-style: italic;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
  }

  .card2-visit-now-btn {
    width: 165px;
    z-index: 1;
    position: relative;
    left: 33px;
    height: 30px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 152%;
    letter-spacing: 0%;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    background: linear-gradient(91.65deg, #FF6500 -5.74%, #FF990B 25.23%, #FF6500 95.33%);
  }

  .card2-footer {
    border-top: 1px solid #fff;
    position: relative;
    left: 70px;
    top: 41px;
    width: 65%;
  }

  .card2-footer-content {
    width: 100%;
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
    font-size: 10px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .card2-footer-content span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .card2-view-offer {
    width: 100%;
    position: relative;
    bottom: 0%;
    right: 0%;
    border-left: 1px solid #fff;
  }

  .card2-view-offer a {
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;

  }

  .card3 {
    width: 98%;
  }

  .card3-logo-section {
    padding: 5px !important;
    width: 65px !important;
    height: 65px;
    background-color: #0a0621;
    border-radius: 50%;
    overflow: hidden;
  }

  .card3-logo {
    height: 100% !important;
    width: 100% !important;
  }

  .card3-curved-edge {
    position: relative;
    bottom: -115px;
    --c: 30px;
    margin-left: -76.3%;

  }

  .card3-aff-text {
    min-width: 55px;
    position: relative;
    left: 15px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    line-height: 167%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0B192C;
  }

  .card3-heading {
    font-family: Roboto;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    line-height: 124%;
    letter-spacing: 0%;
    vertical-align: middle;
    min-width: 160px;
    color: #000000;
    position: relative;
    left: 15px;
  }

  .card3-promocode {
    padding: 3px 10px;
    width: 125% !important;
    margin: auto;
    position: relative;
    top: 0px;
    left: 17px;
    border: 1px solid #FF6500;
    border-style: dashed;
    display: flex;
    border-radius: 5px;
  }

  .card3-promocode .heading {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #3C3C3C;
  }

  .card3-promocode .code {
    font-family: Roboto;
    font-weight: 500;
    font-style: italic;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
  }

  .card3-visit-now-btn {
    width: 125%;
    z-index: 1;
    position: relative;
    left: 17px;
    top: 5px;
    height: 35px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 152%;
    letter-spacing: 0%;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    background: linear-gradient(91.65deg, #FF6500 -5.74%, #FF990B 25.23%, #FF6500 95.33%);
  }

  .card3-footer {
    border-top: 1px solid #fff;
    position: relative;
    left: 30px;
    top: 48px;
    width: 90%;
  }

  .card3-footer-content {
    width: 96%;
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
    font-size: 10px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;

  }

  .card3-footer-content span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .card3-view-offer {
    margin-top: 2px;
    margin-left: 10px;
    width: 38%;
    position: relative;
    bottom: 0%;
    right: 0%;
    border-left: 1px solid #fff;
  }

  .card3-view-offer a {
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px !important;
    padding: 0 !important;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}

@media only screen and (min-width: 375px) {
  .card2-curved-edge {
    margin-left: -18px;
    width: 285px !important;
  }

  .card2-logo-img {
    top: 58px;
    left: 5px;
    position: relative;
    transform: skew(0deg);
    margin: auto;
    height: 80px !important;
    width: 80px !important;
    border-radius: 50%;
  }

  .card2-visit-now-btn {
    width: 80%;
  }

  .card2-footer {
    border-top: 1px solid #fff;
    position: relative;
    left: 52px;
    top: 41px;
    width: 75%;
  }

  .card3-curved-edge {
    margin-left: -73.3%;
  }
}

@media only screen and (min-width: 425px) {
  .card2-curved-edge {
    bottom: 35px;
    position: relative;
    margin-left: -10px;
    /* width: 285px !important; */
    width: 70vw !important;

  }

  .card2-footer {
    border-top: 1px solid #fff;
    position: relative;
    left: 32px;
    top: 41px;
    width: 82%;
  }

  .card3-curved-edge {
    margin-left: -63.3%;
}

}

/* Extra Small Devices */
@media only screen and (max-width: 600px) {
  /* Styles for phones */
}

/* Small Devices */
@media only screen and (min-width: 600px) {
  /* Styles for small devices */
}

/* Medium Devices */
@media only screen and (min-width: 768px) {

  /* Styles for medium devices */
  .card2 {
    height: 256px;
    width: 100%;
  }

  .card2-logo-section {
    z-index: 1;
    width: 40%;
    height: 100%;
  }

  .card2-logo-img {
    top: 70px;
    left: 12px;
    position: relative;
    transform: skew(0deg);
    margin: auto;
    height: 100px !important;
    width: 100px !important;
    border-radius: 50%;
  }

  .card2-logo {
    margin: auto;
    height: 50% !important;
    width: 100% !important;
  }

  .card2-curved-edge {
    bottom: 15px;
    position: relative;
    margin-left: -90px;
    --c: 30px;
    width: 450px !important;
    height: 115px !important;
    aspect-ratio: 1;
    mask: radial-gradient(55% var(--c) at top, #0000 calc(100% - 1px), #000);
    background: linear-gradient(150.13deg, #0B192C 56.24%, rgba(11, 25, 44, 0.9) 73.85%, rgba(255, 101, 0, 0.9) 115.73%);
  }

  .card2-deposttype {
    position: relative;
    top: 3%;
    right: -37%;
    /* width: 64%; */
    background: #FF6500;
    float: right;
    font-size: 13px !important;
    color: white;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 3px 11px;
    font-style: italic;
  }

  .card2-aff-text {
    position: relative;
    left: 25px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    line-height: 167%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0B192C;
  }

  .card2-heading {
    height: 45px;
    font-family: Roboto;
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
    position: relative;
    left: 25px;
  }

  .card2-promocode-height {
    min-height: 20px;
  }

  .card2-promocode {
    padding: 1px 5px;
    position: relative;
    left: 25px;
    border: 1px solid #FF6500;
    border-style: dashed;
    display: flex;
    border-radius: 5px;
    width: fit-content;
  }

  .card2-promocode .heading {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #3C3C3C;
  }

  .card2-promocode .code {
    font-family: Roboto;
    font-weight: 500;
    font-style: italic;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
  }

  .card2-visit-now-btn {
    width: 86%;
    top: 30px;
    z-index: 1;
    position: relative;
    left: 25px;
    height: 30px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 152%;
    letter-spacing: 0%;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    background: linear-gradient(91.65deg, #FF6500 -5.74%, #FF990B 25.23%, #FF6500 95.33%);
  }

  .card2-footer {
    border-top: 1px solid #fff;
    position: relative;
    left: 110px;
    top: 41px;
    width: 72%;

  }

  .card2-footer-content {
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
    font-size: 10px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;

  }

  .card2-footer-content span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .card2-view-offer {
    width: 100%;
    position: relative;
    bottom: 0%;
    right: 0%;
    border-left: 1px solid #fff;
  }

  .card2-view-offer a {
    padding: 0px !important;
    padding-left: 5px !important;
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;

  }
  
  .card3-footer {
        left: 14%;
        width: 80%;
    }
    
    .card3-promocode {
        width: 174% !important;
    }
    
    .card3-visit-now-btn {
        width: 174%;
    }
}

/* Large Devices */
@media only screen and (min-width: 992px) {


  .desktop-view {
    opacity: 1;
    /* Fully visible */
    pointer-events: auto;
    /* Allow interactions */
    height: auto;
    /* Allow height to be auto */
  }

  .mobile-view {
    opacity: 0;
    /* Fully transparent */
    pointer-events: none;
    /* Disable interactions */
    height: 0px !important;
    /* Collapse space */
    overflow: hidden;
    /* Hide overflow */
  }

  /* Styles for large devices */
  .card2 {
    width: 65%;
    height: 256px;
  }

  .card2-slanted-edge::before {
    width: 30%;
  }

  .card2-logo-section {
    z-index: 1;
    width: 30%;
    height: 100%;
  }

  .card2-logo {
    margin: auto;
    height: 50% !important;
    width: 100% !important;
  }

  .card2-curved-edge {
    bottom: 20px;
    position: relative;
    margin-left: 8px;
    --c: 30px;
    /* width: 415px !important; */
    width: 38.5vw !important;
    height: 115px !important;
    aspect-ratio: 1;
    mask: radial-gradient(55% var(--c) at top, #0000 calc(100% - 1px), #000);
    background: linear-gradient(150.13deg, #0B192C 56.24%, rgba(11, 25, 44, 0.9) 73.85%, rgba(255, 101, 0, 0.9) 115.73%);
  }

  .card2-deposttype {
    position: relative;
    top: 3%;
    right: -50%;
    /* width: fit-content; */
    min-width: fit-content;
    background: #FF6500;
    float: right;
    font-size: 13px !important;
    color: white;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 3px 11px;
    font-style: italic;
  }

  .card2-aff-text {
    position: relative;
    left: 55px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    line-height: 167%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0B192C;
  }

  .card2-heading {
    width: 85%;
    height: 40px;
    font-family: Roboto;
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
    position: relative;
    left: 55px;
  }

  .card2-promocode {
    padding: 5px 10px;
    margin: 10px 0px;
    position: relative;
    left: 55px;
    border: 1px solid #FF6500;
    border-style: dashed;
    display: flex;
    border-radius: 5px;
    width: fit-content;
  }

  .card2-promocode .heading {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #3C3C3C;
  }

  .card2-promocode .code {
    font-family: Roboto;
    font-weight: 500;
    font-style: italic;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
  }

  .card2-visit-now-btn {
    width: 78%;
    z-index: 1;
    position: relative;
    left: 55px;
    top: 25px;
    height: 35px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 152%;
    letter-spacing: 0%;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    background: linear-gradient(91.65deg, #FF6500 -5.74%, #FF990B 25.23%, #FF6500 95.33%);
  }

  .card2-footer {
    border-top: 1px solid #fff;
    position: relative;
    left: 70px;
    top: 55px;
    width: 75%;
  }

  .card2-footer-content {
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
    font-size: 10px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;

  }

  .card2-footer-content span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .card2-view-offer {
    margin-top: 6px;
    margin-left: 10px;
    width: 38%;
    position: relative;
    bottom: 0%;
    right: 0%;
    border-left: 1px solid #fff;
  }

  .card2-view-offer span {
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .card3 {
    width: 45.3%
  }

  .card3-logo-section {
    padding: 5px !important;
    width: 65px !important;
    height: 65px;
    background-color: #0a0621;
    border-radius: 50%;
    overflow: hidden;
  }

  .card3-logo {
    height: 100% !important;
    width: 100% !important;
  }

  .card3-curved-edge {
    position: relative;
    bottom: -115px;
    --c: 30px;
    margin-left: -77.3%;
  }

  .card3-aff-text {
    min-width: 55px;
    position: relative;
    left: 15px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    line-height: 167%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #0B192C;
  }

  .card3-heading {
    font-family: Roboto;
    font-weight: 600;
    font-style: italic;
    font-size: 14px;
    line-height: 124%;
    letter-spacing: 0%;
    vertical-align: middle;
    min-width: 160px;
    color: #000000;
    position: relative;
    left: 15px;
  }

  .card3-promocode {
    padding: 3px 10px;
    width: 117% !important;
    margin: auto;
    position: relative;
    top: 0px;
    left: 17px;
    border: 1px solid #FF6500;
    border-style: dashed;
    display: flex;
    border-radius: 5px;
  }

  .card3-promocode .heading {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #3C3C3C;
  }

  .card3-promocode .code {
    font-family: Roboto;
    font-weight: 500;
    font-style: italic;
    font-size: 12px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
  }

  .card3-visit-now-btn {
    width: 117%;
    z-index: 1;
    position: relative;
    left: 17px;
    top: 5px;
    height: 35px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 152%;
    letter-spacing: 0%;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    background: linear-gradient(91.65deg, #FF6500 -5.74%, #FF990B 25.23%, #FF6500 95.33%);
  }

  .card3-footer {
    border-top: 1px solid #fff;
    position: relative;
    left: 17px;
    top: 48px;
    width: 90%;
  }

  .card3-footer-content {
    width: 91%;
    color: #fff;
    font-family: Roboto;
    font-weight: 300;
    font-size: 10px;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;

  }

  .card3-footer-content span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .card3-view-offer {
    margin-top: 2px;
    margin-left: 10px;
    width: 38%;
    position: relative;
    bottom: 0%;
    right: 0%;
    border-left: 1px solid #fff;
  }

  .card3-view-offer a {
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px !important;
    padding: 5px !important;
    line-height: 133%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}

/* Extra Large Devices */
@media only screen and (min-width: 1200px) {
  /* Styles for extra large devices */

  .card2 {
    width: 47%;
    height: 256px;
  }

  .card3 {
    width: 30.3%
  }
  
    .card2-curved-edge {
    bottom: 20px;
    position: relative;
    margin-left: -15px;
    --c: 30px;
    /* width: 415px !important; */
    width: 31.5vw !important;
    height: 115px !important;
    aspect-ratio: 1;
    mask: radial-gradient(55% var(--c) at top, #0000 calc(100% - 1px), #000);
    background: linear-gradient(150.13deg, #0B192C 56.24%, rgba(11, 25, 44, 0.9) 73.85%, rgba(255, 101, 0, 0.9) 115.73%);
  }

    .card3-promocode {
        width: 117% !important;
    }
    .card3-visit-now-btn{
        width: 117% !important;
    }
}

/* Extra Large Devices */
@media only screen and (min-width: 1440px) {
  .card3-curved-edge {
    margin-left: -87.3%;
  }
  
  .card2-logo-img {
    top: 55px;
    left: 5px;
    height: 130px !important;
    width: 130px !important;
    }
    
      
    .card3-footer {
        border-top: 1px solid #fff;
        position: relative;
        left: 76px;
        top: 48px;
        width: 78%;
    }
    
    .card3-promocode {
        width: 130% !important;
    }
    .card3-visit-now-btn{
        width: 130% !important;
    }
}

@media only screen and (min-width: 1900px) {
    
    .card2-logo-img {
        top: 45px;
        left: 5px;
        height: 160px !important;
        width: 160px !important;
    }
    
    .card3-curved-edge {
        margin-left: -58.3%;
    }
    
        .card3-footer {
        border-top: 1px solid #fff;
        position: relative;
        left: 76px;
        top: 48px;
        width: 78%;
    }
    
    .card3-promocode {
        width: 185% !important;
    }
    .card3-visit-now-btn{
        width: 185% !important;
    }
}

/* Specific Device Example */
@media only screen and (max-width: 375px) {
  /* Styles for iPhone */
}