@charset "UTF-8";
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"); */

/* CSS Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

body {
  background-color: #121212;
  max-width: 1440px;
  margin: 0 auto;
}
/* #EDD370 */
.colorSec {
  color: #d37d0d;
}

.colorPri {
  color: #ffb703;
}

.colorReg {
  color: #c8c2c2;
}

.color4th {
  color: #219ebc;
}

.colorTer {
  color: #d5a06d;
}

/* #023047 */

.special-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 1440px;
  max-width: 100%;
}

/* entire background */
.bg {
  height: auto;
  min-height: unset;
  background-size: cover;
  background-position: center center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url(../img/backgroungImage.webp);
  background-attachment: fixed;
  background-repeat: repeat;
  max-width: 1440px;
  margin: 0 auto;
  background-color: white;
}

@media screen and (max-width: 1080px) {
  .bg {
    background-image: url(../img/backgroungImageTablet.webp);
  }
}

/* @media (max-width: 767px) { 

  .bg {
    background-image: url(../img/backgroungImageMobile.jpg);
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; 
  }
  
 } */

@media (max-width: 767px) {
  .bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url(../img/backgroungImageMobile.webp);
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents repeating the image */
  }
}

.bg2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding: 0px;
  margin: 0px;

  height: auto;
  min-height: unset;
  background-color: #f5fafd;
  background-position: center center;
  background-size: auto;
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}

.bgnews {
  height: auto;
  min-height: unset;
  background-position: center center;
  background-size: auto;
  background-image: url(../img/backgroungImage.jpg);
  background-attachment: fixed;
  background-repeat: repeat;

  background-color: rgba(6, 4, 62);
}

.bgGlassMorphism {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.05) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  border-radius: 15px;
}
.glassmorphism-dark {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, rgba(0, 0, 50, 0.5), rgba(0, 0, 70, 0.5));
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6), inset 0 0 50px rgba(0, 0, 50, 0.3);
  position: relative;
  overflow: hidden;
}

.glassmorphism-dark::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 50, 0.3),
    rgba(0, 50, 100, 0.5)
  );
  animation: moveColors 5s linear infinite;
  z-index: -1;
}

/* navigation links */

ul.colibri-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(6, 4, 62);
  border: 2px solid #ffb703;
  border-radius: 40px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);

  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;

  list-style: none;
  width: 100%;
  margin: 0px;
  text-align: center;
  min-height: 40px;
  padding: 5px 40px;
}

li a {
  text-decoration: none;
  font-family: "Poppins";
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin: 0px;
  padding: 10px 10px;
}

.navigation {
  animation-duration: 0.5s;
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  /* background-color: rgba(18, 18, 18, 0.9); */
  background-color: rgba(11, 13, 30, 0.9);
  background-image: none;
  transition-duration: 0.5s;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  z-index: 1001;
}

.logo {
  max-width: 300px; /* 180px */
  min-height: auto;
  display: inline-block;
  width: auto;
}

.logoContent {
  max-width: 300px;
  min-height: auto;
  display: inline-block;
  width: auto;
}

.btnNav {
  max-width: 130px;
  min-height: auto;
  display: inline-block;
  width: auto;
}

.alignment {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin: 0px 20px;
}

.alignment2 {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin: 0px 20px;
  padding-left: 10%;
}

.m10 {
  margin: 10px;
}
.mtb20 {
  margin: 20px 0px !important;
}
.mtb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mt100 {
  margin-top: 100px !important;
}

.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}

.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mlr20 {
  padding-left: 10% !important;
  padding-right: 10% !important;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.plr20perc {
  padding-left: 20% !important;
  padding-right: 20% !important;
}

.mTopBlog {
  margin-top: 100px;
}
@media screen and (max-width: 1350px) {
  .mTopBlog {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1080px) {
  .mTopBlog {
    margin-top: 150px;
  }
  .plr20perc {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
}
/* burger icon */

#nav-icon {
  z-index: 1002;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 0px;
  width: 25px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  height: 3px;
  width: 80%;
  border-radius: 9px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: #fff;
}
#nav-icon span:nth-child(1) {
  top: 23px;
}
#nav-icon span:nth-child(2) {
  top: 30px;
}
#nav-icon span:nth-child(3) {
  top: 37px;
}
#nav-icon.active span:nth-child(1) {
  top: 25px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon.active span:nth-child(2) {
  opacity: 0;
}
#nav-icon.active span:nth-child(3) {
  top: 25px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#nav-icon span {
  display: block;
}

#nav-icon {
  display: none;
}

#nav-icon span,
.topnav li > a:after {
  position: absolute;
}

.topnav a.active {
  font-weight: bold;
  color: #ffb703;
}

@media screen and (max-width: 1080px) {
  .navigation {
    display: block;
  }

  #nav-icon {
    position: absolute;
    display: block;
  }
  .navigationlinks {
    position: absolute;
    right: 100%;
    top: 140px;
    width: 85%;
    height: 100vh;
    transition: left 0.3s ease-in-out;
    animation-duration: 0.5s;
    padding: 20px 0px;
    background-color: rgba(18, 18, 18, 0.9);
    background-image: none;
    transition-duration: 0.5s;
    display: block;
    justify-content: center;

    z-index: 1003;
  }
  .alignment {
    margin: 0px;
  }

  /* hamburger menu active */
  .navigationlinks.active {
    right: 0;
  }
  .scroll_fix {
    overflow: hidden;
  }

  ul.colibri-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    list-style: none;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0px;
    background-color: transparent;
  }

  ul.colibri-menu li {
    width: 100%;
    margin: 5px 0;
  }

  ul.colibri-menu li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
    padding-left: 50px;
  }
}

/* sections */
/* dual compartment */

.dualCompartmentContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0px;
  margin: 0px;
}

.dualCompartment {
  display: flex;
  flex-wrap: nowrap;
  padding: 0px 0px;
  margin: 0px;
}

.dualCompartmentContainerContents {
  flex: 1;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.dualCompartmentContainerContentsPostioningRight {
  justify-content: flex-end; /* Align content to the right */
  text-align: right; /* Align text to the right */
  margin-right: 20px !important;
}

.dualCompartmentContainerContentsPostioningLeft {
  justify-content: flex-start; /* Align content to the left */
  text-align: left; /* Align text to the left */
  margin-left: 20px !important;
}

.dualCompartmentContainerContentsPostioningCenter {
  justify-content: center; /* Center content horizontally */
  text-align: center; /* Center text */
}

.dualCompartmentContentsWidth {
  max-width: 400px !important;
}
.imageReviewSize {
  display: flex;
  max-width: 80px;
  width: 100%;
}
.img_fit {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.img_fit60 {
  display: block;
  width: 60%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
}
.img_fit30 {
  display: block;
  width: 30%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
}
.img_fit2 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 7px;
}
.img_fit3 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50px;
}
.inlineBlocked {
  position: relative;
  text-align: center; /* Centers the text horizontally */
  display: inline-block; /* Keeps the image and text together */
}
.cardGridborderTopRad {
  border: solid;
  border: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.compartmentStackedLayout {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
}

.textAlignLeft {
  text-align: left;
}

/* single compartment */

.singleCompartmentContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding: 40px 0px;
  margin: 0px;
  flex-direction: column;
  position: relative;
}

.singleCompartment {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.singleCompartmentContainerContents {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 840px;
  max-width: 100%;
  text-align: center;
}


.singleCompartmentContentsWidth {
  display: flex;
  max-width: 550px !important;
}

@media (max-width: 767px) {
  .alignment2 {
    padding-left: 0px;
  }
  /* dual compartment */

  .dualCompartmentContainer {
    flex-direction: column;
  }

  .dualCompartment {
    flex-direction: column;
  }

  .firstContent {
    order: 1;
  }

  .secondContent {
    order: 2;
  }

  .dualCompartmentContainerContentsPostioningRight {
    justify-content: center;
    text-align: center;
  }

  .dualCompartmentContainerContentsPostioningLeft {
    justify-content: center;
    text-align: center;
  }

  .dualCompartmentContainerContents {
    padding: 0px 20px;
  }

  .singleCompartmentContainerContents {
    padding: 0px 20px;
  }
  .singleCompartmentContentsWidth {
    display: flex;
    max-width: 450px !important;
  }
}

/* dual compartment stacked layout*/
.dualCompartmentContainerStackedLayout {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  justify-content: center; /* Center items vertically */
  align-items: center; /* Center items horizontally */
  padding: 40px 0px;
  margin: 0px;
  text-align: center;
  box-sizing: border-box;
}

.dualCompartmentContainerStackedLayoutContents {
  padding: 20px !important;
  width: 1200px;
  max-width: 100%;
  text-align: center;
}

.dualCompartmentStackedLayout {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  justify-content: center; /* Center items vertically */
  align-items: center; /* Center items horizontally */
  padding: 0px 0px;
  margin: 0px;
  text-align: center;
  box-sizing: border-box;
}

.dualCompartmentStackedLayout2 {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  justify-content: center; /* Center items vertically */
  align-items: left; /* Center items horizontally */
  padding: 0px 0px;
  margin: 0px;
  text-align: left;
  box-sizing: border-box;
}

/* Card Grid Container */
/* Grid Container */
.dualCompartmentContainerCardGrid {
  display: flex; /* Default is row, so flex-direction: row; is implied */
  justify-content: center; /* Center items horizontally within the child container */
  align-items: start; /* Center items vertically within the child container */
  gap: 10px; /* Add spacing between items */
  flex-wrap: nowrap; /* Prevent items from wrapping to the next line */
  box-sizing: border-box;
}

/* Card Styles */
.dualCompartmentContainerCardGridStyles {
  width: 100%; /* Full width of the parent container */
  max-width: 535px; /* Max width for each card */
  text-align: center; /* Center text inside cards */
  padding: 5px;
  height: auto;
  min-height: unset;
  background-color: rgba(32, 32, 32, 0.7);
}

.dualCompartmentContainerCardGridStyles2 {
  width: 100%; /* Full width of the parent container */
  max-width: 535px; /* Max width for each card */
  text-align: center; /* Center text inside cards */
  border: solid;
  border: 0px;
  border-radius: 10px;
  padding: 0px 0px 20px 0px;
  height: auto;
  min-height: unset;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 1px 3px 2px rgba(189, 189, 189, 0.4);
}

.dualCompartmentContainerCardGridStyles2 > a {
  text-decoration: none !important;
}

.CTACardGrid {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  justify-content: center; /* Center content horizontally within the container */
  align-items: center; /* Center content vertically within the container */
  text-align: center;
  width: 100%;
  max-width: 600px;
  padding: 20px 20px;
  height: auto;
  min-height: unset;
}

.CTACardGrid3 {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  justify-content: center; /* Center content horizontally within the container */
  text-align: left;
  width: 100%;
  max-width: 1000px;
  padding: 20px 20px;
  height: auto;
  min-height: unset;
}

.CTACard {
  display: flex;
  flex-direction: row;
  justify-content: center; /* Center content horizontally within the container */
  flex-wrap: nowrap;
  align-items: center; /* Center content vertically within the container */
  text-align: center;
  width: 100%;
  max-width: 1100px;
  padding: 45px 20px;
  height: auto;
  min-height: unset;
  gap: 20px;
}

.CTACard > div {
  width: 60%;
}

.CTACardGridContentsWidth {
  max-width: 150px !important;
}

.CTACardContentsWidth {
  display: flex;
  width: 450px;
  max-width: 100% !important;
}

.footerpromotions {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center content horizontally within the container */
  flex-wrap: nowrap;
  align-items: center; /* Center content vertically within the container */
  text-align: center;
  width: 100%;
  max-width: 1100px;
  padding: 40px;
  height: auto;
  min-height: unset;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.4);
}
.positioningCardDescriptionHeading {
  text-align: center;
}

.positioningCardDescriptionHeadingLeft {
  text-align: left;
  padding: 0px 20px !important;
}

@media (max-width: 767px) {
  .CTACardGrid {
    padding: 20px 10px;
  }
  .CTACardGrid3 {
    padding: 10px 10px;
  }
  .CTACard {
    flex-direction: column;
  }
  .CTACardContentsWidth {
    width: 350px;
    max-width: 100% !important;
  }
  /* dual compartment stacked layout*/

  .dualCompartmentContainerStackedLayoutContents {
    padding: 0px;
  }
  .dualCompartmentContainerCardGrid {
    flex-direction: column; /* Stack items vertically */
  }

  /* Description position */
  .positioningCardDescriptionHeadingLeft {
    padding: 0px 10px !important;
  }

  .dualCompartmentStackedLayout2 {
    align-items: center; /* Center items horizontally */
    text-align: center;
  }
}

.blurredBackground {
  background-color: rgba(0, 0, 0, 0.43);
}

/* dual compartment 60/40 */
/* .dualCompartmentContainer6040 {
  display: flex; 
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 80px 0px;
} */

.dualCompartmentContainer6040 {
  display: flex;
  flex-direction: row;
  justify-content: center; /* Centers the items horizontally */
  align-items: center; /* Centers the items vertically */
  width: 1200px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 40px 0px;
  margin: 0 auto; /* Centers the entire container horizontally */
}

.dualCompartmentContainerContents60 {
  width: 60%; /* 60% width */
  text-align: right;
  padding-left: 10%;
}

.dualCompartmentContainerContents40 {
  width: 40%; /* 40% width */
  display: flex;
  justify-content: center; /* Center image horizontally */
  align-items: center;
}

@media (max-width: 767px) {
  /* dual compartment 60/40 */
  .dualCompartmentContainer6040 {
    flex-direction: column; /* Stack items on top of each other */
  }

  .dualCompartmentContainerContents60,
  .dualCompartmentContainerContents40 {
    width: 100%; /* Full width on mobile */
    text-align: center; /* Center text and image on mobile */
    padding-left: 0px;
  }

  .dualCompartmentContainerContents60 {
    text-align: center; /* Center text on mobile */
    margin-bottom: 20px; /* Optional: Add some space between the two sections */
    padding-left: 0px;
  }
}

.specificwidth {
  width: 100%;
  max-width: 1100px;
}

.blogCompartment {
  display: flex;
  justify-content: center;
  align-items: start;
}

.blogCompartmentList {
  width: 20vw; /* 20% of the viewport width */
}

.blogCompartmentContent {
  width: 60vw; /* 60% of the viewport width */
}

.blogCompartmentRecent {
  width: 20vw; /* 20% of the viewport width */
}

@media screen and (max-width: 1080px) {
  .blogCompartment {
    display: flex;
    flex-direction: column;
  }
  .blogCompartmentList {
    width: 60%; /* 20% of the viewport width */
    margin: 0 auto;
  }

  .blogCompartmentContent {
    width: 80%; /* 60% of the viewport width */
    margin: 0 auto;
  }

  .blogCompartmentRecent {
    width: 100%; /* 20% of the viewport width */
  }
}

@media screen and (max-width: 767px) {
  .blogCompartmentList {
    width: 100%; /* 20% of the viewport width */
    margin: 0 auto;
  }
  .blogCompartmentContent {
    width: 100%; /* 60% of the viewport width */
  }
}

.promotionBanner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.promotionBanner2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.promotionBanner img {
  max-width: 300px;
  width: 100%;
  margin: 10px;
}

.promotionBanner2 img {
  max-width: 220px;
  width: 100%;
  margin: 10px;
}

@media (max-width: 768px) {
  .promotionBanner {
    flex-direction: column;
  }

  .promotionBanner img {
    margin: 10px 0;
  }
}

.playNowBanner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.playNowBanner img {
  max-width: 510px;
  width: 100%;
  margin: 10px;
}

.fishingGamesBanner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.fishingGamesBanner img {
  max-width: 340px;
  width: 100%;
  margin: 10px;
}

/* Call To Action Pattern */
.callToAction1 {
  padding: 0px;
  flex-direction: column;
  align-items: flex-start;
}

/* logo carousel */

.logo-carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px; /* Space between images */
}

.logo-carousel2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 10px; /* Space between images */
  padding-right: 40px;
}

.logo-carousel3 img {
  max-width: 150px;
  height: auto;
  flex: 1 1 100px; /* Flex-grow, flex-shrink, flex-basis */
}

.logo-carousel2 img {
  max-width: 40px;
  height: auto;
  flex: 1 1 100px; /* Flex-grow, flex-shrink, flex-basis */
}

.logo-carousel img {
  max-width: 120px;
  height: auto;
  flex: 1 1 100px; /* Flex-grow, flex-shrink, flex-basis */
}

@media (max-width: 768px) {
  .logo-carousel2 {
    justify-content: center;
    padding: 0px;
  }
  .logo-carousel img {
    max-width: 100px;
    flex: 1 1 60px;
  }
  .logo-carousel2 img {
    max-width: 35px;
    height: auto;
    flex: 1 1 100px; /* Flex-grow, flex-shrink, flex-basis */
  }
  .logo-carousel3 img {
    max-width: 100px;
    height: auto;
    flex: 1 1 100px; /* Flex-grow, flex-shrink, flex-basis */
  }
}

/* headings */

.heading1 {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 64px;
}
.heading2 {
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 600;
  line-height: 64px;
}

.heading3 {
  font-family: "Poppins";
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.heading4 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.heading5 {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

/* contents description */
.descriptions {
  font-family: "Poppins";
  color: #c8c2c2;
  text-shadow: 0px 0px 8px #201f1f;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.descriptions2 {
  font-family: "Poppins";
  color: #c8c2c2;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.footerdescriptions2 {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.metadescriptions {
  font-family: "Poppins";
  color: rgb(146, 137, 137);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.footermetadescriptions {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media screen and (max-width: 1024px) {
  /* headings */
  .heading1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 56px;
  }
  .heading2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 56px;
  }
  .heading3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
  }
  .heading4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
  }
  .heading5 {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
  }

  /* contents description */
  .descriptions {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }

  .descriptions2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  .footerdescriptions2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }
  .metadescriptions {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  .footermetadescriptions {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  /* headings */
  .heading1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
  }
  .heading2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
  }
  .heading3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
  }

  .heading4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
  }
  .heading5 {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
  }
  /* contents description */
  .descriptions {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
  }

  .descriptions2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  .footerdescriptions2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
  .metadescriptions {
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
  }
}

/* CTA Button */

.ctaButton {
  border: 2.5px solid #155290;
  color: #faeecb;
  background: linear-gradient(
    to bottom,
    #03a8f4 0%,
    #009cf1 30%,
    #0376b4 60%,
    #242b6b 100%
  );
  box-shadow: 0px 0px 3px 2px #083d72, 0px 0px 2px 2px #06498b inset;
  border-radius: 17px;
  font-weight: 600;
  text-shadow: 0px 0px 5px #181515;
  padding: 8px 24px;
  margin: 40px 0px;
  cursor: pointer;
  text-decoration: none;
}

.blogButton {
  cursor: pointer;
  text-decoration: none;
}

.secButton {
  border: 2.5px solid #155290;
  color: #faeecb;
  background: linear-gradient(
    to bottom,
    #03a8f4 0%,
    #009cf1 30%,
    #0376b4 60%,
    #242b6b 100%
  );
  box-shadow: 0px 0px 3px 2px #083d72, 0px 0px 2px 2px #06498b inset;
  border-radius: 5px;
  font-weight: 600;
  text-shadow: 0px 0px 5px #181515;
  padding: 15px 30px;
  margin: 40px 0px;
  cursor: pointer;
  text-decoration: none;
}

.ctaButtonMes {
  font-family: "Poppins";
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.5px;
  word-spacing: 3px;

  text-decoration: none;
  list-style: none;
}

.blogButtonMes {
  font-family: "Poppins";
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold !important;
  line-height: 1;
  letter-spacing: 1px;

  color: #c8c2c2;
  text-decoration: none;
  list-style: none;
}

@media (max-width: 768px) {
  .blogButtonMes {
    font-size: 12px;
  }
}
.descriptionsSpacing {
  margin: 20px 0px;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding: 20px 40px;
  margin: 0px;
  background-color: #121212;
}

.solidDivider {
  margin: 20px 0px;
  height: 2px;
  width: 90%;
  background-color: #d5a06d !important;
}

@media (max-width: 768px) {
  footer {
    padding: 10px 10px;
  }
  .solidDivider {
    width: 100%;
  }
}

.singleCompartmentContainer2 {
  display: flex;
  justify-content: space-between; /* Space between elements */
  flex-wrap: nowrap; /* Prevent wrapping until mobile screen size */
  padding: 10px; /* Add padding around the container */
}

.childElement {
  flex: 1; /* Make each child element take equal space */
  text-align: left; /* Align text to the left */
  margin: 5px; /* Space between child elements */
  padding: 10px; /* Add padding inside each element */
  box-sizing: border-box; /* Ensure padding doesn't affect width */
}

@media (max-width: 768px) {
  .singleCompartmentContainer2 {
    flex-wrap: wrap; /* Allow wrapping on mobile */
  }

  .childElement {
    flex: 1 1 100%; /* Each element takes full width on mobile */
    margin-bottom: 10px; /* Add space between wrapped items */
    text-align: center; /* Align text to the left */
  }
}

/*  */
.recentBlog-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.blog-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  margin: 0 auto;
}
.blog-card {
  display: inline-block;
  flex-direction: row;
  max-width: 450px;
  width: 100% !important;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.blog-card.slide-in {
  opacity: 1;
  transform: translateX(0);
}
.blog-card:hover {
  transform: scale(1.05);
}

/* .blog-card img {
  width: 600px;
  max-width: 100% !important;
  height: auto;
} */

a {
  text-decoration: none;
  font-weight: 600;
}

.anchorLink {
  color: #00ffff;
  position: relative;
}

.anchorLink::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #00ffff;
  transform-origin: bottom right;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}

.anchorLink:hover::before {
  transform-origin: bottom left;
  transform: scaleX(1);
}

ul {
  padding-left: 40px;
  padding-right: 40px;
  list-style-type: none;
}

@media (max-width: 767px) {
  ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.fixed {
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 1440px;
  max-width: 100%;
}

.special-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bonusButton {
  border: 2px solid #00ffff;
  background: linear-gradient(
    to bottom,
    #212529 0%,
    #171a1d 100%
  ); /* Dark gray/black gradient */
  color: #00ffff; /* Cyan/Electric blue text */
  box-shadow: 0px 0px 3px 2px #000000, 0px 0px 4px 2px #000000 inset; /* Black shadow */
  border-radius: 17px;
  font-family: "Poppins";
  font-weight: 700;
  text-shadow: 0px 0px 5px #010331;
  padding: 18px 35px;
  font-size: 25px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.bonusButton:hover {
  background: linear-gradient(
    to right,
    #007bff 0%,
    #00ffff 100%
  ); /* Blue to cyan gradient */
  box-shadow: 0px 0px 5px 3px #00ffff; /* Brighter cyan shadow */
  color: whitesmoke;
}
.pop-in {
  animation: popInEffect 1s ease forwards;
}
@keyframes popInEffect {
  0% {
    transform: scale(0.5);
  }
  30% {
    transform: scale(1.2);
  }
  60% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.contentButton {
  position: relative;
  z-index: 1;
  background-color: transparent;
  outline: none;
  border: none;
  text-align: left;
  text-decoration: none;
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 5px 0;
}

.contentButton::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00ffff;
  transform-origin: center right;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}

.contentButton p:hover {
  cursor: pointer;
  color: #1c0202;
  padding: 0 10px;
}

.contentButton:hover::before {
  transform-origin: center left;
  transform: scaleX(1);
}

.target {
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
  z-index: 5;
}
.target > * {
  position: relative;
  z-index: 1;
}
.target.active {
  color: rgba(0, 255, 255, 1);
}
.target::after {
  content: "";
  position: absolute;
  bottom: -5px; /* Adjust as needed */
  left: 50%; /* Start from the middle */
  transform: translateX(-50%) scaleX(0); /* Center and initially hidden */
  width: 0%;
  height: 2px;
  background-color: rgba(0, 255, 255, 1);
  transition: transform 0.5s ease, width 0.5s ease; /* Transition both transform and width */
}
.target.active::after {
  transform: translateX(-50%) scaleX(1);
  width: 100%;
  margin-bottom: 1.5%;
}
.sticky-top {
  position: sticky;
  top: 100px; /* Stick to the top of the viewport */
  z-index: 100; /* Ensure it's above other content */
}

@media screen and (max-width: 1080px) {
  .sticky-top {
    position: relative;
    top: -5px;
  }
}

.loading-text {
  font-style: italic;
  color: #00ffff;
}

/* Reviews Carousel */

.carousel-container {
  position: relative;
  max-width: 1024px;
  width: 100%;
  overflow: hidden;

  display: flex;
  align-items: center;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  gap: 40%;
}

.review {
  min-width: 100%;
}

.next-btn,
.prev-btn {
  position: absolute;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.05) 100%
  );

  backdrop-filter: blur(15px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2) inset;

  color: #e5e5e5;
  border: none;
  border-radius: 7px;
  padding: 1rem;
  font-size: 4rem;
  cursor: pointer;
  z-index: 1;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.next-btn:hover,
.prev-btn:hover {
  transform: scale(1.1);
}

@media (max-width: 1080px) {
  .carousel-container {
    max-width: 760px;
    width: 100%;
  }

  .next-btn,
  .prev-btn {
    padding: 0.7rem;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .carousel-container {
    max-width: 480px;
    width: 100%;
  }
  .next-btn,
  .prev-btn {
    padding: 0.5rem;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .carousel-container {
    max-width: 380px;
  }
}

@media (max-width: 380px) {
  .carousel-container {
    max-width: 300px;
    width: 100%;
  }
}
/* Reviews Carousel */

/* reviews carousel icon */
.reviewsIcon {
  font-size: 60px;
  display: relative;
  margin-top: -80px;
  text-shadow: 0px 2px 30px #000000;
}

@media (max-width: 767px) {
  .reviewsIcon {
    font-size: 40px;
    display: relative;
    margin-top: -30px;
    text-shadow: 0px 2px 30px #000000;
  }
}

/* - reviews carousel icon */

.img-parent-layout {
    position: relative;
    width: 100%;
    max-width: 550px;
    height: 550px;
    overflow: hidden;
}

.img-child-layout {
    position: absolute;
    object-fit: cover;
    object-position: center;
    height: auto;
}

@media (max-width: 480px) {
  .img-parent-layout {
    height: 280px;
  }
}


/* PHJON BLOGS RELATED */
.related-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
}

.related-blog-heading-container {
  margin-bottom: 12px;
}

/* TAB */

.tab__navigation {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: fit-content;
    margin: 0 auto;
}

.tab__links {
  font-weight: 900;
  padding: 20px 10px;
  text-transform: uppercase;
  background-color: #264B8C;
  color: #fff;
  border: 2px solid #5471A0;
  border-radius: 8px;
  min-width: 100px;
  cursor: pointer;
   transition: all 0.3s ease;
}

.tab__links:hover {
  background-color: #3A5EA8;
  color: #FFD700;
  transform: scale(1.05);
}

.tab__links.active {
  background-color: #1E3A70;
  color: #FFEEAA;
  border-color: #FFEEAA;
  animation: tabActiveBounce 0.4s ease;
}

.tab__content {
  margin-top: 20px;
  padding: 20px 5px;
  background-color: #264B8C;
  border-radius: 8px;
}

.tab__content-item {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0.4s;
  height: 0;
  overflow: hidden;
}

.tab__content-item--title {
  color: #FFEEAA;
}

.tab__content-item--description {
    color: #fff;
}

.tab__content-item.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  height: 140px; 
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s;
}

/* .tab__content-item {
  display: none;
  min-height: 190px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.tab__content-item.active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 1;
  transform: translateY(0);
} */

@keyframes tabActiveBounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* PROMOTIONAL IN PHJOIN PAGE */
.phjoin-banner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 950px;
  text-align: center;
}
.promotional-banner {
  display: flex;
  align-items: center;
}

.promotional-banner-container {
  width: 50%;
  height: 300px;
  gap: 20px;
}

@media (max-width: 768px) {
  .promotional-banner-container {
    width: 100%; 
    height: auto; 
  }
}

@media (max-width: 480px) {
  .promotional-banner {
    flex-direction: column;
  }

  .promotional-banner-container {
    width: 100%;
    height: auto;
  }
}

.center-images {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-image {
  width: 300px;
  height: auto;
  margin: 0 auto;
}

.img-banner-style {
    padding: 20px 0;
}
