@font-face {
	font-family: IRANSans;
	src: url('../webfonts/IRANSans/IRANSansWeb.eot');
	src: url('../webfonts/IRANSans/IRANSansWeb.eot') format('embedded-opentype'), url('../webfonts/IRANSans/IRANSansWeb(FaNum).woff') format('woff'), url('../webfonts/IRANSans/IRANSansWeb.ttf') format('truetype');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: Estedad;
	src: url('../webfonts/Estedad/Estedad-FD-Bold.woff2') format('woff'), url('../webfonts/Estedad/Estedad-Bold.ttf') format('truetype');
	font-weight: 400;
	font-style: normal
}

body {
  background: #ffffff;
  color: var(--bs-body-color);
  font-size: 15px;
  font-family: var(--body-font-family);
  margin: 0;
  overflow-x: hidden !important;
  font-weight: 400;
}
:root,
[data-bs-theme=light] {
  --bs-primary: #1B3A57;
  --bs-primary-bg-subtle: #ffe6e5;
  --bs-primary-bg-dark: #1B3A57;
  --bs-primary-rgb: 205, 44, 34;
  --bs-secondary-rgb: 195, 210, 222;
  --bs-success-rgb: 39, 169, 116;
  --bs-info-rgb: 16, 107, 218;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 206, 52, 38;
  --bs-cyan-rgb: 4, 118, 95;
  --bs-purple-rgb: 99, 99, 245;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 14, 30, 43;
  --body-font-family: "IRANSans", sans-serif;
  --heading-font-family: "Estedad", sans-serif;
  --bs-body-color: #2d3033;
  --paragraphColor: #5d6f7d;
  --headingColor: #05264e;
  --fontSize: 15px;
}

/*---------- GeoTrip Elements Styles: Detail Page Styles ------------*/
.galleryGrid {
  display: grid;
  grid-template-columns: 0.52fr 0.24fr 0.24fr;
  grid-template-rows: 200px 200px;
  gap: 10px;
}

.galleryGrid.typeGrid_1 > *:nth-child(1) {
  grid-row: 2 span;
}

.galleryGrid.typeGrid_2 > *:nth-child(1) {
  grid-row: 2 span;
}

.galleryGrid.typeGrid_2 > *:nth-child(2) {
  grid-column: 2 span;
}

.galleryGrid.typeGrid_3 {
  grid-template-columns: 0.52fr 0.24fr 0.24fr 0.24fr 0.24fr;
}

.galleryGrid.typeGrid_3 > *:nth-child(1) {
  grid-row: 2 span;
}

.galleryGrid.typeGrid_3 > *:nth-child(6),
.galleryGrid.typeGrid_3 > *:nth-child(7) {
  grid-column: 2 span;
}

.galleryGrid.typeGrid_1 img,
.galleryGrid.typeGrid_2 img,
.galleryGrid.typeGrid_3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.galleryGrid__item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.card {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}



.choosedate {
    border: 2px solid #ddd;
    transition: border-color 0.3s ease-in-out;
}

.choosedate:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.btn-outline-danger {
    border-radius: 8px;
    font-weight: bold;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    color: white;
}


.couponSep {
  border-bottom: 1px solid #e3e9ed;
  position: relative;
  margin: 30px 0;
}

.couponSepText {
  width: 28px;
  height: 28px;
  background: #f1f6f9;
  font-size: 11px;
  font-weight: 600;
  border: 1px solid #f1f6f9;
  position: absolute;
  top: -13px;
  border-radius: 30px;
  left: 45%;
  padding: 4px 4px;
  color: #bcc9d1;
}

ul {
  list-style: none;
  padding-right: 0; /* حذف پدینگ پیش‌فرض در حالت RTL */
}