.category-section {
  padding-bottom: 50px;
  z-index: 1;
}
.category-section .bottom-img {
  width: 212px;
  top: -30px;
}
@media (max-width: 991px) {
  .category-section .bottom-img {
    width: 112px;
  }
}
.category-section .caegory-slider-container {
  padding: 0 118px 0 120px;
}
@media (max-width: 1024px) {
  .category-section .caegory-slider-container {
    padding: 0 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .category-section .caegory-slider-container {
    padding: 0 20px 0 20px;
  }
}
.category-section .caegory-slider-container .category-slider .slick-slide {
  padding: 0 10px;
}
.category-section .caegory-slider-container .category-slider .category-item .category-img {
  width: 186px;
  height: 186px;
  position: relative;
  margin-bottom: 24px;
}
.category-section .caegory-slider-container .category-slider .category-item .category-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 20%;
  border-radius: 50%;
}
.category-section .caegory-slider-container .category-slider .category-item .category-img img {
  box-shadow: 1px 5px 12px rgba(0, 0, 0, 0.3);
}
.category-section .caegory-slider-container .category-slider .category-item h5 {
  line-height: 30px;
  letter-spacing: 0;
}
.category-section .caegory-slider-container .category-slider .category-item p {
  color: #999999;
  line-height: 24px;
}

.product-section {
  padding: 0 50px;
}
@media (max-width: 767px) {
  .product-section {
    padding: 0 20px;
  }
}
.product-section .plane-img {
  top: -30px;
}
@media (max-width: 991px) {
  .product-section .plane-img {
    width: 200px;
  }
}

.product-detail-section {
  background-color: #F2F2F2;
  padding: 50px 0;
  margin-top: 30px;
}
.product-detail-section .title {
  padding: 15px 40px;
}
@media (max-width: 991px) {
  .product-detail-section .title {
    padding: 15px 40px;
  }
}
@media (max-width: 575px) {
  .product-detail-section .title {
    padding: 0 20px 30px 20px;
  }
}
.product-detail-section .title h4 {
  font-weight: 600;
  line-height: 104%;
  margin-bottom: 15px;
}
.product-detail-section .title p {
  line-height: 104%;
}
.product-detail-section .slide-img {
  height: 302px;
  position: relative;
}
@media (max-width: 991px) {
  .product-detail-section .slide-img {
    height: 260px;
  }
}
.product-detail-section .slide-img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.product-detail-section .slick-slide {
  padding: 0 10px;
}
.product-detail-section .order-detail {
  padding: 50px 108px 0 108px;
  gap: 20px;
}
@media (max-width: 991px) {
  .product-detail-section .order-detail {
    padding: 30px 18px 0 18px;
  }
}
.product-detail-section .order-detail .cards {
  min-width: 164px;
}
.product-detail-section .order-detail h6 {
  color: #141416;
  line-height: 26px;
}
.product-detail-section .order-detail .icon {
  min-width: 20px;
}

.product-description {
  padding: 50px 50px 0 50px;
}
@media (max-width: 991px) {
  .product-description {
    padding: 20px 20px 0 20px;
  }
}
.product-description p,
.product-description li {
  font-size: 14px;
  color: #999999;
  line-height: 128%;
  font-weight: 400;
}
.product-description li {
  font-size: 16px;
}
.product-description hr {
  background-color: #4C4C4C;
  height: 0.38px;
  margin-bottom: 30px;
}
.product-description .top-hightlight li {
  list-style-type: disc;
}
.product-description .confirm-order li span {
  min-width: 20px;
}
.product-description .confirm-order .check-order {
  gap: 40px;
}

.product-section {
  padding: 100px 50px 0 50px;
}
@media (max-width: 991px) {
  .product-section {
    padding: 20px 20px 0 20px;
  }
}
.product-section .product-main-cards {
  padding-bottom: 72px;
}
@media (max-width: 991px) {
  .product-section .product-main-cards {
    padding-bottom: 30px;
  }
}
.product-section .slick-slide {
  padding: 0 10px;
}
.product-section .slick-dots {
  margin-top: 0;
}

.product-filter-section {
  padding: 0 50px;
}
@media (max-width: 767px) {
  .product-filter-section {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .product-filter-section {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .product-filter-section .row {
    margin: 0;
  }
}
.product-filter-section .line {
  margin: 32px 0 30px 0;
  height: 0.5px;
  background-color: #999999;
  width: 100%;
}
.product-filter-section .left-part .custom-select {
  margin-left: 26px;
}
.product-filter-section .left-part .custom-select .select {
  min-width: 159px;
  border: 1px solid #999999;
  padding: 13px 10px;
  width: 100%;
  display: block;
}
.product-filter-section .right-part .custom-select .select {
  padding: 14px 10px;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
}
.product-filter-section .right-part h5 {
  border-bottom: 0.38px solid #4C4C4C;
  padding-bottom: 12px;
}
.product-filter-section .product-card {
  gap: 18px;
}
@media (max-width: 1199px) {
  .product-filter-section .product-card {
    gap: 4px;
  }
}
.product-filter-section .product-card .card-img {
  position: relative;
  width: 272px;
  border-radius: 20px;
  height: 300px;
  overflow: hidden;
  min-width: 272px;
}
@media (max-width: 1199px) {
  .product-filter-section .product-card .card-img {
    width: 262px;
    min-width: 262px;
  }
}
@media (max-width: 767px) {
  .product-filter-section .product-card .card-img {
    width: 232px;
    min-width: 232px;
  }
}
@media (max-width: 575px) {
  .product-filter-section .product-card .card-img {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 220px;
  }
}
.product-filter-section .product-card .card-img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-filter-section .product-card .card-content {
  padding: 20px 20px 0px 20px;
}
.product-filter-section .product-card .card-content .user {
  margin-left: 29px;
}
.product-filter-section .product-card .card-content h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-filter-section .product-card .card-content .location {
  margin-top: 14px;
}
.product-filter-section .product-card .card-content .location svg {
  min-width: 20px;
}
.product-filter-section .product-card .card-content .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 28px;
}
.product-filter-section .pagination-card {
  margin-top: 40px;
}
.product-filter-section .pagination-card .pagination {
  gap: 20px;
}
@media (max-width: 767px) {
  .product-filter-section .pagination-card .pagination {
    gap: 10px;
  }
}
.product-filter-section .pagination-card .pagination .arrow-page a {
  border: 1px solid #999999 !important;
}
.product-filter-section .pagination-card .pagination .arrow-page a:hover {
  background-color: #FFFFFF !important;
}
.product-filter-section .pagination-card .pagination span:hover {
  background-color: #FFFFFF !important;
  color: #dc834e !important;
}
.product-filter-section .pagination-card .pagination .page-item a,
.product-filter-section .pagination-card .pagination .page-item span,
.product-filter-section .pagination-card .pagination .page-item button {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #dc834e !important;
  color: #dc834e !important;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .product-filter-section .pagination-card .pagination .page-item a,
.product-filter-section .pagination-card .pagination .page-item span,
.product-filter-section .pagination-card .pagination .page-item button {
    font-size: 16px;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
@media (max-width: 575px) {
  .product-filter-section .pagination-card .pagination .page-item a,
.product-filter-section .pagination-card .pagination .page-item span,
.product-filter-section .pagination-card .pagination .page-item button {
    font-size: 14px;
    width: 100px;
    height: 45px;
    min-width: 36px;
  }
}
.product-filter-section .pagination-card .pagination .page-item a:focus,
.product-filter-section .pagination-card .pagination .page-item span:focus,
.product-filter-section .pagination-card .pagination .page-item button:focus {
  background-color: #FFFFFF !important;
  color: #dc834e !important;
  box-shadow: none;
}
.product-filter-section .pagination-card .pagination .page-item a:hover,
.product-filter-section .pagination-card .pagination .page-item span:hover,
.product-filter-section .pagination-card .pagination .page-item button:hover {
  background-color: #dc834e !important;
  color: #FFFFFF !important;
}
.product-filter-section .pagination-card .pagination .page-item.active a,
.product-filter-section .pagination-card .pagination .page-item.active span {
  background-color: #dc834e !important;
  color: #FFFFFF !important;
  border-color: #dc834e !important;
}
.product-filter-section .search-tour {
  margin-bottom: 40px;
}
.product-filter-section .search-tour form {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-filter-section .search-tour .date-input {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 245px;
  height: 50px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  font-family: sans-serif;
}
.product-filter-section .search-tour .date-input label {
  position: absolute;
  left: 42px;
  pointer-events: none;
  transition: 0.2s;
  font-family: "Poppins";
}
.product-filter-section .search-tour .date-input input[type=date] {
  border: none;
  outline: none;
  flex: 1;
  font-size: 16px;
  color: #555;
  background: transparent;
  cursor: pointer;
}
.product-filter-section .search-tour .date-input input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  width: 100%;
}
.product-filter-section .search-tour .search-btn button {
  background-color: #dc834e;
  color: #FFFFFF;
  border-radius: 130px;
  min-width: 165px;
  padding: 11px;
  border: 1px solid #dc834e;
  transition: all 0.5s ease-in-out;
}
.product-filter-section .search-tour .search-btn button svg path {
  transition: all 0.5s ease-in-out;
}
.product-filter-section .search-tour .search-btn button:hover {
  background-color: #FFFFFF;
  color: #dc834e;
}
.product-filter-section .search-tour .search-btn button:hover svg path {
  fill: #dc834e;
}
.product-filter-section .search-tour .apply-button button {
  background-color: #dc834e;
  color: #FFFFFF;
  border-radius: 130px;
  min-width: 40px;
  padding: 8px;
  border: 1px solid #dc834e;
  transition: all 0.5s ease-in-out;
}
.product-filter-section .search-tour .apply-button button:hover {
  background-color: #FFFFFF;
  color: #dc834e;
}
.product-filter-section .filter {
  padding: 28px 20px;
}
.product-filter-section .filter .range-container {
  border-bottom: 1px solid #4C4C4C;
  padding-bottom: 22px;
}
.product-filter-section .filter .range-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: #BFBFBF;
  border-radius: 22px;
  top: 15px;
  left: 0;
  z-index: 1;
}
.product-filter-section .filter .range-container .range-highlight {
  height: 30px;
}
.product-filter-section .filter .range-container input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  width: 100%;
  height: 6px;
  top: 15px;
  margin: 0;
  background: transparent;
  pointer-events: none;
}
.product-filter-section .filter .range-container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #dc834e;
  border: 1.5px solid #FFFFFF;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 3;
  box-shadow: 0px 0px 3.75px rgba(0, 0, 0, 0.3);
}
.product-filter-section .filter .range-container .range-bubble {
  color: #999999;
  font-size: 13px;
  font-weight: 500;
  line-height: 160%;
  padding-top: 6px;
}
.product-filter-section .filter input[type=number]::-webkit-outer-spin-button,
.product-filter-section .filter input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product-filter-section .filter .reset-button button {
  background-color: #dc834e;
  color: #FFFFFF;
  border-radius: 130px;
  min-width: 165px;
  padding: 11px;
  border: 1px solid #dc834e;
  transition: all 0.5s ease-in-out;
}
.product-filter-section .filter .reset-button button svg path {
  transition: all 0.5s ease-in-out;
}
.product-filter-section .filter .reset-button button:hover {
  background-color: #FFFFFF;
  color: #dc834e;
}
.product-filter-section .filter .reset-button button:hover svg path {
  fill: #dc834e;
}

.position-relative .search-icon {
  position: absolute;
  left: 15px;
  top: 68%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
.position-relative input[type=search] {
  padding-left: 45px !important;
}
.position-relative input[type=search]::-moz-placeholder {
  text-align: start !important;
}
.position-relative input[type=search]::placeholder {
  text-align: start !important;
}

.custom-select-container .custom-select-box {
  min-width: 159px;
  border: 1px solid #999999;
  padding: 13px 40px 13px 10px;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .custom-select-container .custom-select-box {
    padding: 17px 40px 17px 10px;
  }
}
@media (max-width: 576px) {
  .custom-select-container .custom-select-box {
    padding: 14px 40px 14px 10px;
  }
}
.custom-select-container .custom-select-options {
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  background-color: white;
  border-top: none;
  border-radius: 5px;
  overflow-y: auto;
  display: none;
  z-index: 10;
  box-shadow: 0px 1px 6px 0px #00000040;
}
@media (max-width: 991px) {
  .custom-select-container .custom-select-options {
    top: 62px !important;
  }
}
@media (max-width: 576px) {
  .custom-select-container .custom-select-options {
    top: 55px !important;
  }
}
.custom-select-container .custom-select-option {
  padding: 10px;
  cursor: pointer;
}
.custom-select-container .custom-select-option:hover {
  background-color: #dc834e;
  color: #FFFFFF !important;
}
.custom-select-container .custom-arrow-select {
  right: 16px;
  top: 0;
  bottom: 0;
}
.custom-select-container .custom-dropdown {
  border-radius: 10px;
  padding: 19px 30px 19px 38px;
}
@media (max-width: 991px) {
  .custom-select-container .custom-dropdown {
    padding: 15px 25px;
  }
}
@media (max-width: 576px) {
  .custom-select-container .custom-dropdown {
    padding: 12px 20px;
  }
}
.custom-select-container .custom-dropdown .dropdown-toggle svg {
  transition: 0.3s all ease-in-out;
}
.custom-select-container .custom-dropdown .dropdown-toggle.show svg {
  transform: rotate(180deg);
}
.custom-select-container .custom-dropdown .dropdown-toggle::after {
  content: none !important;
}
.custom-select-container .dropdown-menu {
  box-shadow: 0px 1px 6px 0px #00000040;
  padding: 10px;
  border-radius: 5px;
}
.custom-select-container .dropdown-menu.show {
  display: table !important;
  width: 100% !important;
  left: 0 !important;
  transform: none !important;
  top: 70px !important;
}
@media (max-width: 991px) {
  .custom-select-container .dropdown-menu.show {
    top: 62px !important;
  }
}
@media (max-width: 576px) {
  .custom-select-container .dropdown-menu.show {
    top: 55px !important;
  }
}

.custom-select {
  position: relative;
}
.custom-select ul {
  border: 1px solid #d6d6d6;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
  display: none;
  position: absolute;
  z-index: 99;
  right: 0;
  background: #FFFFFF;
  left: 0;
}
.custom-select ul li a {
  padding: 14px 16px;
  color: #999999;
  font-size: 14px;
  display: block;
  text-transform: capitalize;
}
.custom-select ul li a:hover {
  background-color: #dc834e;
  color: #FFFFFF;
}
.custom-select.active ul {
  display: block;
}

.product-modal .modal-content {
  border-radius: 20px;
}
.product-modal .gap-20 {
  gap: 20px;
}
.product-modal .modal-body .table-details h2 {
  padding: 15px 10px;
  line-height: 0.5;
}
.product-modal .modal-body .table-details .total-details {
  padding: 0px 10px;
}
.product-modal .modal-body .table-details .order-btn {
  border-radius: 15px;
}
.product-modal .modal-body .table-details thead th {
  padding: 5px 10px;
}
.product-modal .modal-body .table-details tbody td {
  padding: 5px 10px;
}
.product-modal .modal-body .table-details tfoot {
  background-color: white;
}
.product-modal .modal-body .table-details tfoot td {
  padding: 5px 10px;
}
.product-modal .modal-dialog {
  max-width: 1030px;
}
.product-modal .modal-dialog .modal-body {
  gap: 20px;
}
.product-modal .modal-dialog .left-part {
  width: calc(100% - 353px);
}
@media (max-width: 767px) {
  .product-modal .modal-dialog .left-part {
    width: 100%;
  }
}
.product-modal .modal-dialog .title {
  padding-bottom: 30px;
}
.product-modal .modal-dialog .card-img {
  width: 128px;
  height: 128px;
  min-width: 128px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-modal .modal-dialog .card-img {
    width: 108px;
    height: 108px;
    min-width: 108px;
  }
}
.product-modal .modal-dialog .card-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 30%;
}
.product-modal .modal-dialog .card-img img {
  border-radius: 10px;
}
.product-modal .modal-dialog p {
  color: #6F6F6F;
}
.product-modal .modal-dialog .product-card-box .product-img {
  max-width: 50px;
  max-height: 50px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 10px;
}
.product-modal .modal-dialog .product-card-box .product-img img {
  aspect-ratio: 1;
  border-radius: 10px;
}
.product-modal .modal-dialog .count-btn {
  background: #dc834e !important;
  min-width: 80px;
  width: 80px;
  height: 30px;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  border-radius: 5px;
  border: none;
  padding: 4px 9px;
}
.product-modal .modal-dialog .count-btn button {
  color: #FFFFFF !important;
  border: none;
  box-shadow: none !important;
}
.product-modal .modal-dialog .count-btn p {
  color: #FFFFFF !important;
}
.product-modal .modal-dialog .add-btn button {
  background-color: #dc834e;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 7px 29px 8px 28px;
  border: 1px solid #dc834e;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.product-modal .modal-dialog .add-btn button:hover {
  background-color: #FFFFFF;
  color: #dc834e;
}
.product-modal .modal-dialog .right-part {
  width: 100%;
  max-width: 353px;
}
@media (max-width: 767px) {
  .product-modal .modal-dialog .right-part {
    max-width: 100%;
  }
}
.product-modal .modal-dialog .right-part .card-img {
  height: 70px;
  width: 70px;
  min-width: 70px;
}
.product-modal .modal-dialog .right-part h3 {
  font-size: 13px;
}
.product-modal .modal-dialog #totalDetails {
  padding-bottom: 65px;
  border-bottom: 2px solid #000000;
}
.product-modal .modal-dialog .sub-total {
  padding-top: 10px;
  margin-bottom: 20px;
}
.product-modal .modal-dialog .place-order {
  background-color: #dc834e !important;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #dc834e !important;
  color: #FFFFFF !important;
}
.product-modal .modal-dialog .place-order:hover {
  background-color: #FFFFFF !important;
  color: #dc834e !important;
}
.product-modal hr {
  background-color: #999999;
  height: 1px;
  margin: 15px 0 20px 0;
}

.date-input input:valid + label {
  display: none;
}

input[type=date]::-webkit-datetime-edit-text,
input[type=date]::-webkit-datetime-edit-month-field,
input[type=date]::-webkit-datetime-edit-day-field,
input[type=date]::-webkit-datetime-edit-year-field {
  display: none;
}

input[type=date]:valid::-webkit-datetime-edit-text,
input[type=date]:valid::-webkit-datetime-edit-month-field,
input[type=date]:valid::-webkit-datetime-edit-day-field,
input[type=date]:valid::-webkit-datetime-edit-year-field {
  display: inline;
  color: #999999;
  font-weight: 400;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Poppins-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/Poppins-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/Poppins-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/Poppins-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Aclonica";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Aclonica-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Dancing Script";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/DancingScript-Bold.ttf") format("truetype");
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

body {
  font-weight: 400;
  font-family: "Poppins";
  -webkit-font-smoothing: antialiased;
}

.slick-dots {
  position: inherit !important;
  bottom: inherit !important;
  margin-top: 50px !important;
}
@media (max-width: 767px) {
  .slick-dots {
    margin-top: 20px !important;
  }
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button::before {
  font-size: 40px !important;
  color: #dc834e !important;
  opacity: 20%;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #dc834e;
}

.main-content {
  max-width: 1300px;
  min-height: 100vh;
  background-color: #FFFFFF;
  position: relative;
  margin: 0 auto;
}

.text-gray {
  color: #999999;
}

.font-aclonica {
  font-family: "Aclonica";
}

.font-dancing {
  font-family: "Dancing Script";
}

.mt-22 {
  margin-top: 22px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}

h2 {
  font-size: 40px;
  color: #000000;
  font-weight: 400;
  line-height: 104%;
  letter-spacing: 0;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
h2 span {
  font-size: 28px;
  font-weight: 700;
  color: #dc834e;
  line-height: 104%;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  h2 span {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h2 span {
    font-size: 22px;
  }
}

.row-gap-30 {
  row-gap: 30px;
}
@media (max-width: 767px) {
  .row-gap-30 {
    row-gap: 20px;
  }
}

.row-gap-40 {
  row-gap: 40px;
}

.primary-text {
  color: #dc834e !important;
}

.fs-30 {
  font-size: 30px;
}
@media (max-width: 991px) {
  .fs-30 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fs-30 {
    font-size: 18px;
  }
}

.fs-28 {
  font-size: 28px;
}
@media (max-width: 991px) {
  .fs-28 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .fs-28 {
    font-size: 20px;
  }
}

.fs-24 {
  font-size: 24px;
}
@media (max-width: 991px) {
  .fs-24 {
    font-size: 20px;
  }
}

.fs-20 {
  font-size: 20px !important;
}
@media (max-width: 1024px) {
  .fs-20 {
    font-size: 18px;
  }
}

.fs-22 {
  font-size: 22px;
}

.fs-18 {
  font-size: 18px;
}
@media (max-width: 991px) {
  .fs-18 {
    font-size: 16px;
  }
}

.fs-16,
p {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.p-20 {
  padding: 20px;
}
@media (max-width: 991px) {
  .p-20 {
    padding: 14px;
  }
}

.leading-22 {
  line-height: 22.27px;
}

.leading-104 {
  line-height: 104%;
}

.leading-160 {
  line-height: 160%;
}

.leading-100 {
  line-height: 100%;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.button-primary {
  padding: 5px;
  border-radius: 90px;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  z-index: 1;
  display: flex;
}
.button-primary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #c24800, #76462a);
  transition: opacity 0.5s ease-in-out;
  opacity: 40%;
  border-radius: 90px;
  z-index: -1;
}
.button-primary button {
  background-color: #dc834e !important;
  padding: 12px 60px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 90px;
  border: 0;
  transition: all 0.5s ease-in-out;
  color: #FFFFFF !important;
}
@media (max-width: 991px) {
  .button-primary button {
    padding: 6px 50px;
    font-size: 16px;
  }
}
.button-primary:hover button {
  background-color: #FFFFFF !important;
  color: #dc834e !important;
}

.button-primary-small {
  padding: 5px;
  border-radius: 90px;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  z-index: 1;
  display: flex !important;
  margin: 0 auto !important;
}
.button-primary-small:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #c24800, #76462a);
  transition: opacity 0.5s ease-in-out;
  opacity: 40%;
  border-radius: 90px;
  z-index: -1;
}
.button-primary-small button {
  background-color: #dc834e !important;
  padding: 8px 45px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  border-radius: 90px;
  border: 0;
  transition: all 0.5s ease-in-out;
  color: #FFFFFF !important;
}
@media (max-width: 991px) {
  .button-primary-small button {
    padding: 4px 35px;
    font-size: 14px;
  }
}
.button-primary-small:hover button {
  background-color: #FFFFFF !important;
  color: #dc834e !important;
}

.text-green {
  color: #72BF78;
}

button:focus,
input:focus {
  box-shadow: none;
  outline: 0;
  border: 0;
}

.navbar {
  padding: 20px 50px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 99;
}
@media (max-width: 767px) {
  .navbar {
    padding: 20px 18px;
  }
}
.navbar .container-fluid {
  border-radius: 104px;
  padding: 15px 44px;
}
@media (max-width: 991px) {
  .navbar .container-fluid {
    padding: 10px 20px;
  }
}
.navbar .navbar-brand {
  border: 2px solid #dc834e;
  width: 50px;
  height: 50px;
  min-width: 50px;
  padding: 4px;
  overflow: hidden;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    width: 50px;
    height: 50px;
    min-width: 50px;
    padding: 6px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
.navbar .language-dropdown {
  padding-right: 19px;
}
@media (max-width: 575px) {
  .navbar .language-dropdown {
    padding-right: 0px;
  }
}
.navbar .language-dropdown .dropdown-menu {
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.navbar .language-dropdown .dropdown-menu a {
  padding: 4px 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}
.navbar .language-dropdown .dropdown-menu a:hover {
  background-color: #dc834e;
  color: #FFFFFF;
}
.navbar .language-dropdown img {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 4px;
}
.navbar .language-dropdown #dropdownMenuButton {
  padding-right: 6px;
  gap: 5px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 100%;
  font-size: 16px;
}
.navbar .language-dropdown #dropdownMenuButton img {
  min-width: 26px;
  height: 26px;
  width: 26px;
}
@media (max-width: 767px) {
  .navbar .language-dropdown #dropdownMenuButton img {
    min-width: 20px;
    height: 20px;
    width: 20px;
  }
}
.navbar .add-to-cart-btn {
  height: 50px;
  width: 50px;
  min-width: 50px;
}
@media (max-width: 767px) {
  .navbar .add-to-cart-btn {
    height: 50px;
    width: 50px;
    min-width: 50px;
  }
}
@media (max-width: 767px) {
  .navbar .add-to-cart-btn svg {
    width: 22px;
  }
}
.navbar .add-to-cart-btn .cart-count {
  background-color: #141414;
  height: 16px;
  width: 16px;
  color: #FFFFFF;
  border-radius: 50%;
  top: -2px;
  right: -3px;
  font-size: 12px;
}

footer {
  margin-top: -46px;
}
footer p {
  color: #141414;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767px) {
  footer p {
    font-size: 14px;
  }
}

.banner-section .banner-img {
  height: 640px;
  position: relative;
}
@media (max-width: 767px) {
  .banner-section .banner-img {
    height: 440px;
  }
}
.banner-section .banner-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 71.17%, #ffffff 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.banner-section .banner-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 20%;
}
.banner-section .bottom-img {
  position: absolute;
  bottom: -180px;
}
@media (max-width: 767px) {
  .banner-section .bottom-img {
    width: 132px;
    height: 275px;
  }
}
.banner-section .banner-video-wrapper {
  padding-top: 48.88%;
  position: relative;
}
.banner-section .banner-video-wrapper iframe {
  position: absolute !important;
  top: 0;
  left: 0 !important;
  height: 100% !important;
}

.slide-banner-arrow {
  position: absolute !important;
  top: 50% !important;
  z-index: 9999 !important;
}
.slide-banner-arrow.prev-arrow {
  left: 10px !important;
  border: none;
}
@media (max-width: 991px) {
  .slide-banner-arrow.prev-arrow {
    left: 10px;
  }
}
.slide-banner-arrow.next-arrow {
  right: 10px !important;
  border: none;
}
@media (max-width: 425px) {
  .slide-banner-arrow {
    top: 40% !important;
  }
}

.slide-trending-arrow {
  position: absolute !important;
  top: 42% !important;
  z-index: 9999 !important;
  border: none !important;
}
.slide-trending-arrow.prev-arrow {
  left: 0px !important;
}
@media (max-width: 991px) {
  .slide-trending-arrow.prev-arrow {
    left: 10px;
  }
}
.slide-trending-arrow.next-arrow {
  right: 0px !important;
}
@media (max-width: 425px) {
  .slide-trending-arrow {
    top: 50% !important;
  }
}

.custom-card {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
  background: #FFFFFF;
  border-radius: 20px;
}

.custom-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 8px;
  padding-left: 35px;
}
.custom-checkbox input[type=checkbox],
.custom-checkbox input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox input[type=checkbox]:checked ~ .checkmark,
.custom-checkbox input[type=radio]:checked ~ .checkmark {
  background-color: #dc834e !important;
}
.custom-checkbox input[type=checkbox]:checked ~ .checkmark:after,
.custom-checkbox input[type=radio]:checked ~ .checkmark:after {
  display: block !important;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 17px;
  width: 17px;
  border: 1px solid #dc834e !important;
  border-radius: 6px;
  background-color: white;
}
.custom-checkbox .checkmark.radio {
  border-radius: 50%;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 7px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox .checkmark.radio:after {
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background-color: #FFFFFF;
  transform: none;
}
.custom-checkbox .checkbox-label {
  margin-left: 35px;
  display: inline-block;
}

.bottom-bg-img {
  margin-top: -60px;
  padding-bottom: 3rem;
}

.slick-arrow {
  width: 46px !important;
  min-width: 46px !important;
  height: 46px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FFFFFF !important;
  color: #dc834e !important;
  position: absolute !important;
  z-index: 1;
}
@media (max-width: 767px) {
  .slick-arrow {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .slick-arrow svg {
    height: 14px;
  }
}
.slick-arrow:hover {
  background-color: #dc834e !important;
  transition: 0.3s all ease-in-out;
}
.slick-arrow:hover svg path {
  fill: #FFFFFF !important;
}
.slick-arrow.slick-prev {
  left: 50px;
}
@media (max-width: 767px) {
  .slick-arrow.slick-prev {
    left: 20px;
  }
}
.slick-arrow.slick-next {
  right: 50px;
}
@media (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 20px;
  }
}
.slick-arrow::before {
  content: none;
}
[dir=rtl] .slick-arrow.slick-prev {
  left: 50px !important;
  right: auto !important;
}
@media (max-width: 767px) {
  [dir=rtl] .slick-arrow.slick-prev {
    left: 20px !important;
  }
}
[dir=rtl] .slick-arrow.slick-next {
  right: 50px !important;
  left: auto !important;
}
@media (max-width: 767px) {
  [dir=rtl] .slick-arrow.slick-next {
    right: 20px !important;
  }
}
[dir=rtl] .slick-arrow::before {
  content: none;
}

.view-more {
  padding-top: 0px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .view-more {
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .view-more {
    margin-bottom: 100px;
  }
}

.bottom-bg-img-product {
  padding-bottom: 3rem;
}

.view-more-product {
  padding-top: 0px;
}
@media (max-width: 991px) {
  .view-more-product {
    padding-top: 40px;
  }
}

.product-main-cards .product-card {
  border-radius: 17px;
  overflow: hidden;
}
.product-main-cards .product-card .product-img {
  height: 244px;
  position: relative;
}
@media (max-width: 575px) {
  .product-main-cards .product-card .product-img {
    height: 194px;
  }
}
.product-main-cards .product-card .product-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #000000;
  opacity: 70%;
  transition: height 0.5s ease-in-out;
}
.product-main-cards .product-card .product-img img {
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}
.product-main-cards .product-card .product-img .hover-explore {
  gap: 6px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s ease-in-out;
  z-index: 1;
}
.product-main-cards .product-card .product-img:hover .hover-explore {
  opacity: 1;
  visibility: visible;
}
.product-main-cards .product-card .product-img:hover:after {
  height: 100%;
}
.product-main-cards .product-card .card-content {
  padding: 22px 8px;
}
.product-main-cards .product-card .card-content h6 {
  color: #141416;
  margin-bottom: 8px;
  line-height: 26px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.product-main-cards .product-card .card-content h5 {
  line-height: 13px;
}
.product-main-cards .product-card .card-content p {
  color: #999999;
}
.product-main-cards .product-card .card-content .card-title p {
  color: #999999;
}
.product-main-cards .product-card .card-content .card-title del {
  color: #B1B5C3;
}
.product-main-cards .product-card .card-content .line {
  background-color: #E6E8EC;
  height: 1.11px;
  margin: 17px 0;
}
.product-main-cards .product-card .card-content .card-time span {
  color: #777E90;
}

.order-modal-dialog .modal-content {
  padding: 20px 30px 30px 30px;
  border-radius: 20px;
  border: none;
  box-shadow: 0px 2px 10px 0px #00000040;
  margin: 12px;
  background-color: #FFFFFF !important;
}
.order-modal-dialog .modal-content .modal-header h5 {
  color: #000000;
}
.order-modal-dialog .modal-content label {
  color: #000000 !important;
}
.order-modal-dialog .modal-content .form-control {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}
.order-modal-dialog .modal-content .form-control:focus {
  background-color: #FFFFFF !important;
}
.order-modal-dialog .modal-content .iti__selected-dial-code,
.order-modal-dialog .modal-content .iti__country {
  color: #000000 !important;
}
.order-modal-dialog .modal-content .iti__country-list {
  background-color: #FFFFFF !important;
}
.order-modal-dialog .modal-content #orderForm .btn-primary {
  background-color: #dc834e !important;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #dc834e !important;
  color: #FFFFFF !important;
}
.order-modal-dialog .modal-content #orderForm .btn-primary:hover {
  background-color: #FFFFFF !important;
  color: #dc834e !important;
}

.pwa-support {
  width: 100%;
  max-width: 400px;
  height: auto !important;
  position: fixed !important;
  bottom: 20px;
  z-index: 99999 !important;
  background: white;
  padding: 24px;
  border-radius: 32px;
  box-shadow: 0 7px 8px 0 #848181, 0 0px 11px 0 #000000;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pwa-support .pwa-heading {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.pwa-support .pwa-text {
  margin-bottom: 16px;
  font-size: 0.875rem !important;
}

.pwa-install-button {
  border-radius: 15px !important;
  color: #FFFFFF;
  background-color: #dc834e;
  border: 1px solid #dc834e;
}
.pwa-install-button:hover, .pwa-install-button:focus, .pwa-install-button.active {
  color: #FFFFFF;
}

.pwa-cancel-button {
  background-color: #adb5bd !important;
  color: #000000 !important;
  border-radius: 15px !important;
  padding: 9px 26px !important;
  border: none !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
}
.pwa-cancel-button:hover {
  background-color: #d1d5db !important;
  border: none !important;
  color: #000000 !important;
}

.modal-dialog.news-modal {
  max-width: 500px !important;
  width: 100%;
}

#newsLetter-content {
  padding: 1.75rem;
  border-radius: 0.475rem;
  background-color: #FFFFFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.newsmodal-title {
  color: #dc834e;
}

.email-input {
  max-width: 400px;
  margin: 0 auto;
  color: #5e6278 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.email-input input {
  flex-grow: 1;
  margin-right: 0.5rem;
}
.email-input .btn {
  padding: 5px 10px !important;
}

.newsmodal-header {
  position: relative;
}
.newsmodal-header .btn-close {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(30%) sepia(20%) saturate(200%) hue-rotate(0deg) brightness(95%) contrast(95%);
}

#email-send {
  background: #dc834e !important;
  color: white !important;
  font-size: 15px !important;
  border: none !important;
  border-radius: 8px !important;
}

.businesshour-item {
  border-radius: 15px;
  background: #efe9e5;
}

.time-icons {
  background-color: #dc834e;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
}
@media (max-width: 575px) {
  .time-icons {
    width: 45px;
    height: 45px;
  }
}

.btn-section {
  position: absolute;
  top: 50%;
  right: 80px;
  z-index: 9;
}
.btn-section .fixed-btn-section {
  position: fixed;
  top: 50%;
  display: flex;
  align-items: center;
}
.btn-section .fixed-btn-section .whatsapp-store-bars-btn {
  background-color: #dc834e;
}
.btn-section .fixed-btn-section .bars-btn {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.btn-section .fixed-btn-section .sub-btn {
  position: absolute;
  right: 75px;
  display: none;
  top: -55px;
}
.btn-section .fixed-btn-section .sub-btn .whatsapp-store-btn-group {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dc834e;
  border: none;
}
.btn-section .fixed-btn-section .sub-btn .whatsapp-store-btn-group i {
  font-size: 24px;
  color: white;
}

.btn-section.rtl {
  right: auto !important;
  left: 80px !important;
  top: 50% !important;
}
.btn-section.rtl .fixed-btn-section .sub-btn {
  right: auto;
  left: 75px;
  top: -55px;
}

.modal ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.modal ::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.modal .gap-20 {
  gap: 20px;
}
.modal .modal-dialog {
  max-width: 1000px;
  padding: 12px;
}
.modal .modal-dialog .modal-content {
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .modal .modal-dialog .modal-content {
    margin: 0;
  }
}

.modal-backdrop {
  background-color: #FFFFFF;
  opacity: 0.5 !important;
}

.zoom-container {
  overflow: hidden;
  cursor: crosshair;
  position: relative;
}

.zoomable-image {
  transition: transform 0.3s ease;
  transform-origin: center center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.trending-videos-section {
  padding: 40px 0;
  width: 100%;
}

.trending-videos-slider {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.trending-videos-slider .slick-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.trending-videos-slider .slick-track {
  display: flex;
  align-items: flex-start;
}

.trending-videos-slider .slick-slide {
  padding: 0 5px;
  box-sizing: border-box;
}

.trending-video-slide {
  display: flex !important;
  justify-content: center;
}

.video-wrapper {
  position: relative;
  width: 210px;
  height: 430px;
  border-radius: 15px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.video-wrapper:hover {
  transform: translateY(-8px);
}

.video-wrapper iframe {
  width: 210px;
  height: 360px;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  display: block;
}

.video-click-overlay {
  position: absolute;
  top: 25px;
  left: 0;
  width: 210px;
  height: 360px;
  background: transparent;
  cursor: pointer;
  z-index: 10;
  border-radius: 15px;
}

.video-click-overlay:hover {
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease;
}

/* Modal styles */
.video-popup-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  animation: videoFadeIn 0.3s ease;
}

@keyframes videoFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.video-modal-content {
  position: relative;
  margin: 2% auto;
  width: 90%;
  max-width: 1200px;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
  transition: color 0.3s ease;
}

.video-modal-close:hover {
  color: #ff6b6b;
}

.video-modal-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}

.video-modal-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-wrapper iframe {
  border-radius: 30px 30px 30px 30px;
  position: relative;
  background: #efe9e5;
  padding: 5px 5px 5px 5px;
  margin-top: 25px;
  text-align: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .video-wrapper iframe {
    padding: 5px 5px 5px 5px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .trending-videos-section {
    padding: 30px 0;
  }

  .trending-videos-slider .slick-slide {
    padding: 0 3px;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .trending-videos-section {
    padding: 25px 0;
  }

  .video-modal-content {
    margin: 5% auto;
    width: 95%;
    height: 85%;
  }

  .video-modal-close {
    top: -35px;
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .trending-videos-section {
    padding: 20px 0;
  }

  .trending-videos-slider {
    padding: 0 15px;
  }

  .trending-videos-slider .slick-slide {
    padding: 0;
  }

  .video-wrapper {
    width: 180px;
    height: 375px;
  }

  .video-wrapper iframe {
    width: 180px;
    height: 350px;
  }

  .video-click-overlay {
    width: 180px;
    height: 350px;
  }

  .video-modal-content {
    margin: 8% auto;
    width: 95%;
    height: 80%;
  }

  .video-modal-close {
    top: -35px;
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .trending-videos-section {
    padding: 15px 0;
  }

  .trending-videos-slider {
    padding: 0 10px;
  }

  .video-wrapper {
    width: 160px;
    height: 335px;
  }

  .video-wrapper iframe {
    width: 160px;
    height: 310px;
  }

  .video-click-overlay {
    width: 160px;
    height: 310px;
  }
}
.pt-7 {
  padding-top: 7rem !important;
}

footer {
  padding: 15px 30px;
  background-color: #dc834e;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  footer {
    padding: 15px;
  }
}

.bottom-img-term {
  top: 150px;
}
