@import url('https://fonts.googleapis.com/css2?family=Fasthand&family=Hanuman:wght@100;300;400;700;900&family=Noto+Serif+Khmer:wght@800&family=Poppins:wght@400;600;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:"Poppins", sans-serif  ,  "Fasthand", cursive;
  }
  
  :root {
    --grey: rgba(128, 128, 128, 0.442);
    --border-color-grey: rgba(128, 128, 128, 0.442);
    --bg-card: #d4d4d440;
    --bg-sale: #3CB043;
    --bg-hover-card: #bfc1be;
    --bg-header: #F6F9F5;
    --dark-text: #333;
    --bg-header: #F6F9F5;
    --text-black: #06150A;
    --text-white: #ffffff;
  }
  
  .title-section {
    font-size : 16px;
    color : var(--bg-sale);
    margin-bottom : 10px;
  }


  .text-capitalize {
    text-transform: capitalize;
  }
  .fs-1 {
    font-size: 60px;
  }
  .fs-3 {
    font-size: 30px;
  }
  .fs-2 {
    font-size: 40px;
  }
  .fs-5 {
    font-size: 20px;
  }
  .fs-6 {
    font-size: 16px;
  }
  .text-muted {
    color: var(--border-color-grey);
  }
  .fw-bold {
    font-weight: 900;
  }
  .text-green {
    color: var(--bg-sale);
  }
  .text-grey {
    color: grey;
  }
  .text-white {
    color: white;
  }
  .pe-2 {
    padding-right: 20px;
  }
  .pe-3 {
    padding-right: 30px;
  }
  .pe-4 {
    padding-right: 40px;
  }
  .pe-5 {
    padding-right: 50px;
  }
  .pe-1 {
    padding-right: 10px;
  }
  .ps-1 {
    padding-left: 10px;
  }
  .ps-4 {
    padding-left: 40px;
  }
  .ps-3 {
    padding-left: 30px;
  }
  .ps-4 {
    padding-left: 40px;
  }
  .ps-2 {
    padding-left: 20px;
  }
  .px-1 {
    padding: 0px 10px;
  }
  .pt-1 {
    padding-top: 10px;
  }
  .pt-2 {
    padding-top: 20px;
  }
  .pb-3 {
    padding-bottom: 30px;
  }
  .pt-3 {
    padding-top: 30px;
  }
  .pt-4 {
    padding-top: 40px;
  }
  .pt-5 {
    padding-top: 50px;
  }
  .mt-3 {
    margin-top: 30px;
  }
  .mt-2 {
    margin-top: 20px;
  }
  .mb-1 {
    margin-bottom: 10px;
  }
  .mb-3 {
    margin-bottom: 30px;
  }
  .mb-4 {
    margin-bottom: 40px;
  }
  .mb-5 {
    margin-bottom: 50px;
  }
  .mb-2 {
    margin-bottom: 20px;
  }
  .px-2 {
    padding: 0px 20px;
  }
  .me-1 {
    margin-right: 10px;
  }
  .me-2 {
    margin-right: 20px;
  }
  .me-3 {
    margin-right: 30px;
  }
  .py-2 {
    padding: 20px 0px;
  }
  .text-gold {
    color: gold;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  .col-12 {
    width: 100%;
  }
  
  .col-8 {
    width: 66.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-9 {
    width: 75%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-6 {
    width: 50%;
  }
  
  .col-2 {
    width: 20%;
  }
  
  .text-align-center {
    text-align: center;
  }
  .d-flex {
    display: flex;
  }
  .flex-direction-column {
    flex-direction: column;
  }
  .g-2 {
    gap: 20px;
  }
   .align-item-start {
    align-items: start;
  }
  .align-item-center {
    align-items: center;
  }
  .align-item-end {
    align-items: end;
  }
  .text-decoration-none {
    text-decoration: none;
  }
  .justify-content-end {
    justify-content: end;
  }
  .justify-content-center {
    justify-content: center;
  }
  .justify-content-between {
    justify-content: space-between;
  }
  



  .mySwiper {
    box-sizing: border-box;    
    height: 140px;   
    margin-bottom : 50px;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    background-color: blue;
    padding : 0px;
    border-radius: 2px;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mySwiper2 {
    height: 460px;
    width: 100%;
    border-radius: 2px;
  }

  .mySwiper2  .swiper-slide  {
    position: relative;
    background-color: rgb(53, 13, 52);
    padding : 0px;
  }
  .mySwiper2  .swiper-slide  img {
    width : 100%;
    height: 100%;
    object-fit: cover;
  }
  .mySwiper2  .swiper-slide .overlay {
    background-color: rgba(0, 0, 0, 0.437);
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .mySwiper2  .swiper-slide  .text-body{
    position: absolute;
    width: 60%;
    bottom : 140px;
    height : 8.5%;
    overflow: hidden;
  }
  .mySwiper2  .swiper-slide  .text-body  .text-title {
    font-size : 24px;
    color : white;
    text-align: start;
    font-weight: bold;
  }
  .mySwiper2  .swiper-slide  .text-body  .text-desc {
       font-size : 16px;
       text-align: start;
       margin-top : 10px;
       color : white;
  }
  .mySwiper2  .swiper-slide:hover  .text-body{
    height : 40%;
    transition: all 1.2s;
  }
  .mySwiper2  .swiper-slide:hover .overlay {
    background-color: rgba(0, 0, 0, 0.682);
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .swiper-button-next{
    color : white !important;
  }
  .swiper-button-prev{
    color : white !important;
  }

  .question-img {
      width: 100%;    
  }
  .question-img  img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
   object-fit: cover;
}

 
  .text-title-left {
    text-align: start;
    font-size : 20px;
    font-weight: bold;
    color : var(--bg-sale);
  }
  .text-title-right {
    text-align: end;
    font-size : 20px;
    font-weight: bold;
  }


  .accordion-content {
    border-radius: 4px;
    overflow: hidden;
    border: none;
  }

  .accordion-content.open {
    padding-bottom: 10px;   
  }
  .accordion-content header {
    display: flex;
    padding: 0px 15px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s linear;
    height: 60px;
    background-color : white;
  }
  .accordion-content.open header {
    height: 50px;
  }
  .accordion-content header .title {
    font-size: 16px;
    font-weight: bold;
    color: #333;

  }
  .accordion-content header i {
    font-size: 15px;
    color: var(--color-green);
  }
  .accordion-content .description {
    height: 0;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding: 0 15px;
    transition: all 0.2s linear;
    overflow: hidden; 

  }

  