

/* base  */


:root {
  --color1: #2329AC;
  --color2: #EFAA16;
  --back: #fff;
  --font1: IRANSansX;
  --font2: IRANSansX;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font1) !important;
  direction: rtl;
  background-color: var(--back);
}


/* fucking debug css */


.navbar a {
  font-family: var(--font1) !important;
}


.navbar ul {
  margin: inherit;
  padding: inherit;
  display: inherit;
  list-style: none;
  align-items: center;
  justify-content: start;
  width: auto;
  position: inherit;
  height: auto;
  float: inherit;
}


header {
  position: relative;
  width: inherit;
  height: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: inherit;
  background-color: inherit;
  border-bottom: inherit;
  z-index: inherit;
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: 0;
  margin-left: 0;
}


footer {
  background-color: inherit;
  padding: inherit;
}










a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color1)
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
    width: inherit;
  }
}

@media (max-width: 767px) {
  .d-m-none {
    display: none !important;
  }

  .w-m-100 {
    width: 100%;
  }

  .p-m-0 {
    padding: 0;
  }
}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: unset;
  font-weight: unset;
  line-height: unset;
  font-size: unset;
}

/* navbar */

.navbar-top {
  background-color: #FFFFFF;
  position: relative;
  z-index: 1000;
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.navbar-custom {
  height: 58px;
  padding: 0;
  z-index: 999;
  transition: 0.3s;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px #0000001F;
  margin-top: -8px;
}

.navbar-left {
  display: flex;
  align-items: center;
}

.navbar-logo {
  display: flex;
  align-items: center;
}

.navbar-logo img {
  width: 104px;
  height: 48px;
  object-fit: contain;
}

.nav-item {
  margin-left: 15px;
  white-space: nowrap;
}

.nav-item a {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.nav-item a:hover {
  color: var(--color1) !important;
}

.navbar-search {
  height: 46px;
  border-radius: 30px;
  border: solid 1px var(--color1);
  background-color: #ECECEC;
  display: flex;
  align-items: center;
  width: 100%;
}

.navbar-search input {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 0;
  outline: none;
  padding: 15px;
  font-size: 14px;
  background: transparent;
}

.navbar-search button {
  background: transparent;
  border: 0;
  outline: none;
  border-right: solid 1px #c2c2c2;
  display: flex;
  align-items: center;
  color: #7b7b7b;
  height: 26px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 10px;
}

.navbar-btn-body {
  display: flex;
  align-items: center;
}

.navbar-btn {
  height: 36px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  color: #fff;
  border-radius: 12px;
  background-color: var(--color1);
  border: 0;
  font-size: 14px;
  padding: 5px 15px;
  white-space: nowrap;
  margin-right: 10px;
  line-height: 1;
}

.navbar-btn i {
  margin-right: 5px;
}

.navbar-btn img {
  margin-right: 5px;
  width: 16px;
}


.navbar-btn:hover {
  background: var(--color2);
  color: #fff;
}

.navbar-toggler {
  display: none;
}

.navbar-nav {
  padding: 0;
}

.navbar-left-social {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: var(--color2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 40px;
  min-width: 30px;
  font-size: 17px;
  line-height: 1;
  padding-top: 1px;
  transition: 0.3s;
}

.navbar-left-social .icon-telegram {
  font-size: 13px;
}

.navbar-left-social:hover {
  background: var(--color1);
  color: #fff;
}

.navbar-left-phone {
  display: flex;
  align-items: center;
}

.navbar-left-phone {
  display: flex;
  align-items: center;
  height: 30px;
  border: 1px solid var(--color1);
  border-radius: 40px;
  padding-right: 15px;
  font-size: 15px;
  color: var(--color1);
  line-height: 2;
}

.navbar-left-phone i {
  height: 30px;
  min-width: 30px;
  background: var(--color1);
  border-radius: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin-right: 10px;
}

.navbar-left-phone:hover {
  color: var(--color2);
}

.navbar-toggler:focus {
  box-shadow: unset;
}

@media (max-width:767.5px) {
  .navbar-custom .container {
    flex-wrap: nowrap;
  }

  .navbar-top {
    position: unset;
    box-shadow: 0px 3px 6px 0px #0000001F;
  }

  .navbar-custom {
    height: 0px;
    padding-bottom: 0;
    margin-top: 0;
  }

  .navbar-logo {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .navbar-logo img {
    width: 90px;
    height: 42px;
  }

  .navbar-btn-body {
    flex-grow: 1;
    justify-content: end;
  }

  .navbar-inner {
    height: auto;
    padding: 15px 0;
    flex-wrap: wrap;
  }

  .navbar-left {
    justify-content: center;
  }

  .navbar-search {
    max-width: 100%;
    order: 4;
    margin-top: 10px;
    height: 38px;
  }

  .dropdown-new .navbar-btn {
    margin-right: 10px;
  }

  /*.navbar-btn {*/
  /*  min-width: 34px;*/
  /*  min-height: 34px;*/
  /*  max-width: 34px;*/
  /*  max-height: 34px;*/
  /*  font-size: 16px;*/
  /*  border-radius: 8px;*/
  /*  padding: 0;*/
  /*}*/

  .navbar-toggler {
    border: 0;
    margin: 0;
    padding: 0;
    color: #7b7b7b !important;
    display: flex;
    margin-left: 10px;
    outline: none;
    font-size: 20px !important;
    display: flex !important;
    align-items: center;
  }

  .navbar-btn-null {
    background: var(--color1);
    padding: 10px;
    font-size: 14px;
    border-radius: 8px;
    margin: 15px;
    margin-top: 10px;
    justify-content: center;
  }

  .navbar-btn-null:hover {
    background: var(--color2);
    color: #fff;
  }

  /*.navbar-btn span {*/
  /*  display: none;*/
  /*}*/

  .navbar-btn i {
    margin-right: 0;
  }

  .navbar-btn img {
    margin-right: 0;
  }

}

@media (min-width:768.5px) {
  .navbar-nav {
    width: 100%;
  }

  .navbar-controll {
    display: flex;
    align-items: center;
  }

  .navbar-search {
    max-width: 380px;
  }
}

@media (min-width:992px) {
  .navbar-btn-body {
    width: 158px;
    justify-content: end;
  }

  .navbar-search {
    max-width: 500px;
  }
}


/* dropdown */
.dropdown a::after {
  margin-top: -2px;
  margin-right: 10px;
  border: 0;
  font-family: "raya-icon";
  content: '\f107';
}

.dropdown ul li a::after {
  content: unset;
}

.dropdown .dropdown>a:after {
  display: block;
  content: " ";
  float: left;
  border: 0;
  font-family: "raya-icon";
  content: '\f104';
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown ul {
  left: 0;
  z-index: 1000;
  display: none;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  position: absolute;
  border: 0;
  border-radius: 5px;
  margin-top: 0px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  min-width: 200px;
  border-radius: 8px;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  right: 0;
}

.dropdown ul li a {
  color: #444;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  width: 100%;
  padding: 7px 14px;
  font-weight: normal;
}

.dropdown ul li a:hover {
  color: var(--color1);
}

@media (min-width:767.5px) {
  .dropdown ul::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 5px;
    transform: translateX(-50%) rotate(180deg);
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }

  .dropdown .dropdown ul::before {
    content: unset;
  }

  .dropdown .dropdown {
    position: relative;
  }

  .dropdown .dropdown>ul {
    top: 0;
    right: 100%;
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: -20;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0.1s, 0.4s;
  }

  #overlay.active {
    visibility: visible;
    transition: background 0.1s ease, z-index 0s;
    transition-delay: 0s, 0s;
    background: rgba(72, 72, 72, 0.6);
    z-index: 100;
  }

  .dropdown .dropdown:hover>a:after {
    border-left-color: #000;
  }

  .dropdown .dropdown:hover>ul {
    display: block;
  }

  .dropdown:hover>ul {
    display: block;
  }
}

/* offcanvas */
@media (max-width: 767.5px) {
  .dropdown ul::before {
    content: unset;
  }

  .dropdown a::after {
    content: '\f104';
    font-size: 16px;
  }

  .dropdown .dropdown>a:after {
    margin-top: -2px;
    font-size: 16px;
  }

  .offcanvas-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
  }

  .dropdown ul {
    left: unset;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    overflow: auto;
  }

  .dropdown ul.active {
    right: 0;
  }

  .offcanvas-nav.active {
    right: 0;
  }


  .offcanvas-header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #575757;
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 10px;
  }


  .offcanvas-header .close {
    background: transparent;
    border: 0;
    color: #575757;
    font-size: 20px !important;
    position: relative;
    opacity: 1;
  }

  .navbar-nav {
    padding: 0 15px;
  }

  .offcanvas-header .back {
    background: transparent;
    border: 0;
    color: #575757;
    font-size: 20px;
  }

  .nav-item {
    padding: 10px 20px;
    margin-left: 0px;
    display: flex;
  }

  .dropdown ul li a {
    padding: 10px 20px;
  }

  .nav-item a {
    padding: 0;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
  }

}


@media (min-width:768px) {
  .offcanvas-header {
    display: none;
  }
}



/* basket */

.dropdown-new .dropdown-menu {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
}

.dropdown-new a::after {
  display: none;
}

.basket-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color1);
  padding-bottom: 10px;
  padding-top: 10px;
}

.basket-item:first-child {
  padding-top: unset;

}

.basket-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.basket-total-title {
  font-size: 14px;
  font-weight: 600;
}

.basket-item-img {
  width: 70px;
  border-radius: 10px;
}

.basket-item-info {
  margin-right: 15px;
  white-space: nowrap;
}

.basket-item-count {
  margin-top: 5px;
  display: flex;
  align-items: end;
}

.basket-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.basket-item-count span {
  color: var(--color1);
  font-size: 16px;
}

.basket-item-discount {
  color: #545454 !important;
  text-decoration: line-through;
  font-size: 14px !important;
}

.basket-link {
  background: var(--color1);
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border-radius: 8px;
  margin-top: 10px;
  border: 1px solid var(--color1);
  transition: 0.3s;
}

.basket-link:hover {
  background-color: #fff;
  color: var(--color1);
}

.navbar-btn-badge {
  background: var(--color2);
  width: 16px;
  height: 16px;
  position: absolute;
  left: -5px;
  top: -5px;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-top: 5px;
}

.btn.btn-custom {
  background: var(--color1);
  color: #fff;
}

/* jconfirm  */
.btn.btn-custom:hover {
  opacity: 0.8;
}

.jconfirm-box {
  border-radius: 10px !important;
}



/* menu mega  */
.navbar-category-first i {
  margin-left: 5px;
}


@media (min-width:768px) {

  .navbar-category a::after {
    content: unset;
  }

  .navbar-category.dropdown ul {
    min-width: 300px;
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 4px 0;
    margin-top: -7px;
  }

  .navbar-category.dropdown ul ul {
    margin-top: 0px;
  }

  .navbar-category.dropdown ul ul ul {
    margin-top: 0px;
  }

  .navbar-category.dropdown ul li {
    padding: 0px 20px;
  }

  .navbar-category.dropdown ul li:last-child a {
    border-bottom: 0;
  }

  .navbar-category.dropdown .dropdown ul li a {
    border-bottom: solid 1px #dcdcdc;
  }



  .navbar-category.dropdown .dropdown ul {
    right: 100%;
  }

  .navbar-category.dropdown ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #646464;
    font-size: 14px;
    padding: 10px 14px;
    border-bottom: solid 1px #dcdcdc;
  }

  .navbar-category.dropdown .dropdown>a:after {
    margin-top: 0;
  }

  .navbar-category.dropdown ul::before {
    content: unset;
  }

  .navbar-category.dropdown .dropdown ul {
    width: 800px;
    flex-wrap: wrap;
    direction: rtl;
    height: 358px;
    overflow-y: auto;

  }

  .navbar-category.dropdown .dropdown ul li a {
    font-weight: bold;
  }

  .navbar-category.dropdown .dropdown ul ul li a {
    font-weight: normal;
  }

  .navbar-category.dropdown .dropdown ul li {
    width: 25%;
  }

  .navbar-category.dropdown .dropdown ul a::after {
    content: unset;
  }

  .navbar-category.dropdown .dropdown:hover>ul {
    display: flex;
  }

  .navbar-category.dropdown .dropdown ul ul {
    width: auto;
    position: relative;
    width: auto;
    min-width: auto;
    height: auto;
    display: flex;
    right: 0;
    flex-direction: column;
    box-shadow: unset;
    overflow: unset;
    border: 0;
  }

  .navbar-category.dropdown .dropdown ul ul li {
    width: auto;
    padding: 0;
  }

  .navbar-category.dropdown .dropdown ul ul li a {
    border-bottom: 0;
  }

  .navbar-category.dropdown .dropdown {
    position: unset;
  }

  .mega-scroll {
    height: 350px;
    overflow-y: auto;
    direction: ltr;
  }
}

@media (min-width:767px) and (max-width:991px) {
  .navbar-category.dropdown .dropdown ul {
    width: 385px;
  }

  .navbar-category.dropdown .dropdown ul li {
    width: 33%;
  }
}





/* basket offcanvas */

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  /* visibility: hidden; */
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 350px;
  border-right: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(-100%);
}

.offcanvas.show {
  transform: none;
}

.offcanvas-body {
  padding: 20px 0;
  height: 100%;
  overflow: auto;
}

.offcanvas-head {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.offcanvas-footer {
  padding: 15px;
  border-top: 1px solid #ccc;
}

.offcanvas-close {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #444;
  padding: 0;
}


.basket-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

.basket-item:first-child {
  padding-top: unset;

}

.basket-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

.basket-total-title {
  font-size: 14px;
  font-weight: 600;
}

.basket-item-img {
  width: 90px;
  height: 70px;
  border-radius: 6px;
  object-fit: cover;
}

.basket-item-info {
  margin-right: 15px;
  white-space: nowrap;
}

.basket-item-count {
  margin-top: 5px;
  display: flex;
  align-items: end;
}

.basket-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.basket-item-count span {
  color: var(--color1);
  font-size: 16px;
}

.basket-item-discount {
  color: #545454 !important;
  text-decoration: line-through;
  font-size: 14px !important;
}

.basket-link {
  background: var(--color1);
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border-radius: 8px;
  margin-top: 10px;
  border: 1px solid var(--color1);
  transition: 0.3s;
}

.basket-link:hover {
  background-color: #fff;
  color: var(--color1);
}


.basket-item {
  padding: 15px;
}

.basket-total {
  margin-top: 0;
}

.offcanvas-title {
  font-weight: 600;
  color: #444;
  font-size: 18px;
}

#overlay-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -20;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0.1s, 0.4s;
}

#overlay-offcanvas.active {
  visibility: visible;
  transition: background 0.1s ease, z-index 0s;
  transition-delay: 0s, 0s;
  background: rgba(72, 72, 72, 0.6);
  z-index: 1000;
}



/* swiper */



.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  padding: 10px;
}

.swiper-1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-4 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-5 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-6 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}


.swiper-pagination-bullet {
  border-radius: 20px;
  width: 9px;
  height: 9px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color2);
}

.swiper-pagination-body .swiper-pagination {
  background: #fff;
  width: 100%;
  bottom: 0 !important;
  left: auto;
  right: auto;
  border-radius: 20px 20px 0 0;
  padding-top: 14px;
  height: 44px;
}

.swiper-pagination-body {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 180px;
  margin: auto;
}

.curved-corner-1 {
  width: 44px;
  height: 44px;
  overflow: hidden;
  position: absolute;
  left: -44px;
  bottom: 0;
  transform: rotate(-90deg);
  z-index: 99;
}

.curved-corner-1:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 20px;
  bottom: 0;
  left: 0;
  box-shadow: -50px 50px 0 0 #fff;
}

.curved-corner-2 {
  width: 44px;
  height: 44px;
  overflow: hidden;
  position: absolute;
  right: -44px;
  bottom: 0;
  transform: rotate(0deg);
  z-index: 99;
}

.curved-corner-2:before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 20px;
  bottom: 0;
  left: 0;
  box-shadow: -50px 50px 0 0 #fff;
}




@media (max-width:767px) {
  .swiper-pagination-body {
    max-width: 120px;
  }

  .swiper-pagination-body .swiper-pagination {
    border-radius: 12px 12px 0 0;
    padding-top: 5px;
    height: 25px;
  }

  .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }

  .curved-corner-1:before {
    border-radius: 12px;
  }

  .curved-corner-2:before {
    border-radius: 12px;
  }
}



.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: 600;
  color: var(--color1);
}

.swiper-button-next {
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  border-radius: 25px;
  transition: 0.25s;
}

.swiper-button-prev {
  width: 38px;
  height: 38px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.27);
  background-color: #fff;
  border-radius: 25px;
  transition: 0.25s;
}

.swiper-button-next:after {
  padding-right: 3px;
  padding-top: 2px;
}

.swiper-button-next:hover {
  background: var(--color1);
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(20, 83, 155, .08);
}

.swiper-button-next:hover::after {
  color: #fff;
}

.swiper-button-prev:hover {
  background: var(--color1);
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(20, 83, 155, .08);
}

.swiper-button-prev:hover::after {
  color: #fff;
}


@media (max-width:767px) {
  .swiper-button-next {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 55%;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }

  .row-swiper {
    margin-top: 7px;
  }
}




/* animate */
.myAnim1 {
  animation: myAnim1 10s linear 0s infinite normal forwards;
}

.myAnim2 {
  animation: myAnim2 15s linear 0s infinite normal forwards;
}

.myAnim2-2 {
  animation: myAnim2 30s linear 0s infinite normal forwards;
}

.myAnim3 {
  animation: myAnim3 10s linear 0s infinite normal forwards;
}

.myAnim4 {
  animation: myAnim4 10s linear 0s infinite normal forwards;
}

@keyframes myAnim1 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 0;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim2 {

  0%,
  100% {
    transform: translateY(0);
  }

  10%,
  30%,
  50%,
  70% {
    transform: translateY(-8px);
  }

  20%,
  40%,
  60% {
    transform: translateY(8px);
  }

  80% {
    transform: translateY(6.4px);
  }

  90% {
    transform: translateY(-6.4px);
  }
}

@keyframes myAnim3 {

  0%,
  100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }

  10% {
    transform: rotate(2deg);
  }

  20%,
  40%,
  60% {
    transform: rotate(-4deg);
  }

  30%,
  50%,
  70% {
    transform: rotate(4deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  90% {
    transform: rotate(2deg);
  }
}

@keyframes myAnim4 {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }

  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }

  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }

  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }

  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}




/* home */

.home-wrap-1-img {
  width: 100%;
}

.home-wrap-2-box {
  background: #F3F3F3;
  border-radius: 30px;
  max-width: 1100px;
  margin: auto;
  margin-top: 40px;
  padding: 30px;
}

.home-wrap-2-title {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #00000033;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.home-wrap-2-group {
  margin-top: 15px;
}

.home-wrap-2-group label {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  display: block;
}

.home-wrap-2-group input {
  border: 1px solid #C7C7C7;
  height: 50px;
  width: 100%;
  border-radius: 15px;
  margin-top: 15px;
  padding: 10px 20px;
  font-family: 'IRANSansX' !important;
  font-size: 15px;
  color: #4A4A4A;
  outline-color: var(--color1);
}

.home-wrap-2-date {
  position: relative;
  display: flex;
  align-items: center;
}

.home-wrap-2-date input {
  padding-right: 40px;
  background-image: url(../img/h2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 95% 15px;
}

.home-wrap-2-btn {
  background: var(--color1);
  margin-top: auto;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 17px !important;
  font-weight: 400;
  transition: 0.3s;
}

.home-wrap-2-btn:hover {
  background: var(--color2);
  color: #fff;
}

@media (max-width:768px) {
  .daterangepicker.dropdown-menu {
    margin: auto;
    right: 0 !important;
    left: 0 !important;
    margin-top: 25px;
  }

  .daterangepicker .calendar th.next {
    position: absolute;
    top: 9px;
    left: 0;
  }

  .input-mini {
    display: none !important;
  }

  .home-wrap-2-box {
    border-radius: 16px;
    margin-top: 20px;
    padding: 15px;
  }

  .home-wrap-2-title {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }

  .home-wrap-2-group input {
    height: 46px;
    border-radius: 12px;
    margin-top: 10px;
    font-size: 14px;
  }

  .home-wrap-2-group label {
    font-size: 14px;
  }

  .home-wrap-2-btn {
    height: 46px;
    border-radius: 12px;
    font-size: 15px !important;
    margin-top: 20px;
  }


}


.banner-home {
  width: 100%;
  margin-top: 40px;
}

.card-hotel {
  display: flex;
  flex-direction: column;
  height: 340px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.card-hotel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-hotel-inner {
  position: absolute;
  bottom: 0;
  background: var(--color1);
  width: 100%;
  color: #fff;
  padding: 15px;
  transition: 0.5s;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card-hotel-title {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.card-hotel-info {
  display: none;
}

.card-hotel:hover .card-hotel-inner {
  height: 100%;
  background: #2329acb0;
}

.card-hotel:hover .card-hotel-info {
  display: block;
}

.card-hotel:hover .card-hotel-title {
  font-size: 22px;
  font-weight: bold;
}

.card-hotel-star {
  color: var(--color2);
  display: flex;
  justify-content: center;
  margin-top: 15px;
  text-shadow: 2px 3px 0px #00000059;
  font-size: 17px;
}

.card-hotel-mute {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}

.card-hotel-price {
  font-size: 24px;
  font-weight: bold;
  color: var(--color2);
  text-shadow: 2px 3px 0px #00000059;
  margin-top: 15px;
}

.card-hotel-price span {
  text-shadow: unset;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.card-hotel-discount {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #EF3616;
  height: 30px;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 28px;
  direction: ltr;
}

.home-wrap-title {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 40px;
}

.col-6.col-md-4.col-lg-3.mb-4 {
  margin-bottom: 22px !important;
}




@media (max-width:767px) {

  .home-wrap-5 .row {
    margin-left: -7px;
    margin-right: -7px;
  }

  .home-wrap-5 .col-6 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .col-6.col-md-4.col-lg-3.mb-4 {
    margin-bottom: 18px !important;
  }


  .banner-home {
    margin-top: 20px;
  }

  .home-wrap-title {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .card-hotel {
    height: 200px;
    border-radius: 16px;
  }

  .card-hotel-discount {
    top: 10px;
    left: 10px;
    height: 24px;
    font-size: 14px;
  }

  .card-hotel-title {
    font-size: 14px !important;
  }

  .card-hotel-inner {
    padding: 5px;
    height: 45px;
  }

  .card-hotel-star {
    margin-top: 10px;
    font-size: 12px
  }

  .card-hotel-mute {
    font-size: 14px;
    margin-top: 15px;
  }

  .card-hotel-price {
    font-size: 16px;
  }

  .card-hotel-price span {
    font-size: 12px;
  }
}


.card-blog {
  border: 1px solid #00000033;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
}


.card-blog-img {
  height: 100%;
  height: 260px;
  width: 30%;
  object-fit: cover;
  border-radius: 0 30px 30px 0;
}

.card-blog-info {
  width: 70%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.card-blog-title {
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

.card-blog-text {
  color: #00000080;
  text-align: justify;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.card-blog-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  color: #00000080;
  font-size: 15px;
}

.card-blog-title:hover {
  color: var(--color1);
}

.card-blog-link:hover {
  color: var(--color1);
}

.col-12.col-md-6.mb-4 {
  margin-bottom: 20px !important;
}


@media (max-width:992px) {
  .card-blog-title {
    font-size: 14px;
  }

  .card-blog-text {
    margin-top: 10px;
    font-size: 12px;
    -webkit-line-clamp: 2;
  }

  .card-blog-info {
    padding: 15px;
  }

  .card-blog {
    border-radius: 16px;
  }

  .card-blog-img {
    height: 180px;
    border-radius: 0 16px 16px 0;
  }

  .card-blog-flex {
    font-size: 12px;
  }

}



/* footer */


.footer {
  direction: rtl;
  background-color: #0F2673;
  padding: 90px 0;
  padding-bottom: 0;
  position: relative;
  background-size: cover;
}

.footer .col-lg-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo-body {
  display: flex;
  align-items: center;
}

.footer-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
}


.footer-logo-text {
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  font-weight: 700;
}

.footer-text {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  margin-top: 30px;
  max-width: 400px;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social a {
  width: 36px;
  height: 36px;
  margin: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--color1);
  padding-top: 6px;
  transition: 0.3s;
  background-color: #fff;
  border-radius: 50px;
}


.footer-social .icon-instagram {
  padding-top: 0px;
  padding-right: 1px;
}

.footer-social .icon-telegram {
  font-size: 14px;
}

.footer-social .icon-phone {
  padding-top: 3px;
}

.footer-social a:hover {
  background: var(--color2);
  color: #fff;
}


.footer-header {
  font-size: 20px;
  font-weight: 600;
  text-align: right;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.footer-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  text-align: right;
}

.footer-link {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #fff;
}

.footer-link:hover {
  color: var(--color2);
}

.footer-link i {
  width: 24px;
  margin-left: 10px;
  display: flex;
  font-size: 16px;
  color: #33C9FF;
}


.footer-bottom {
  margin-top: 30px;
  padding: 30px 0px;
}

.footer-bottom-item:first-child {
  color: #33C9FF;
  margin-bottom: 10px;
}

.footer-bottom-item {
  font-size: 14px;
  color: #fff;
  text-align: center;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom-item span {
  font-size: 14px;
  color: #fff;
  margin: 0 5px;
}

.footer-bottom-item a {
  font-size: 14px;
  color: #fff;
}

.footer-bottom-item a:hover {
  color: var(--color2);
}

.footer-search {
  border: 1px solid #FFFFFF;
  width: 100%;
  height: 50px;
  border-radius: 15px;
  background: transparent;
  font-size: 15px;
  font-family: 'IRANSansX' !important;
  color: #fff;
  padding: 15px;
  outline: none;
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-search::placeholder {
  color: #fff;
}

@media (max-width:767px) {

  .footer {
    padding: 20px 0;
    margin-top: 20px;
  }

  .footer .col-lg-4 {
    display: block;
  }

  .footer-search {
    margin-top: 20px;
    margin-bottom: 5px;
  }


  .footer-header {
    font-size: 14px;
    margin-top: 20px;
  }

  .footer-logo-body {
    border: 0;
  }

  .footer-text {
    font-size: 12px;
  }

  .footer-social {
    flex-wrap: wrap;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .footer-logo-text {
    font-size: 16px;
  }

  .footer-social .icon-instagram {
    padding-top: 0px;
    padding-right: 1px;
  }

  .footer-link {
    font-size: 12px;
  }

  .footer-social a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin: 0 4px;
    margin-top: 10px;
  }

  .footer-social .icon-telegram {
    font-size: 12px;
  }

  .footer-ul {
    margin-top: 15px;
  }

  .footer-bottom {
    padding: 10px 0px;
    margin-top: 0;
  }

  .footer-header::before {
    width: 28px;
    height: 28px;
  }

  .footer-bottom-item {
    font-size: 12px;
    text-align: center;
  }

  .footer-bottom-item span {
    font-size: 12px;
  }

  .footer-bottom-item a {
    font-size: 12px;
  }
}






/* hotels */

.banner-wrapper {
  height: 260px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.hotels-wrap-title {
  text-align: center;
  font-size: 26px;
  color: #000;
  font-weight: 600;
  margin-top: 50px;
}

.hotels-content {
  margin-top: 35px;
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  text-align: justify;
}

.hotels-body {
  margin-top: 50px;
}


.hotels-content h2,
.hotels-content h3,
.hotels-content h4,
.hotels-content h5 {
  font-size: 21px;
  font-weight: 600;
  color: #000;
  font-family: IRANSansX !important;
  margin-bottom: 15px;
}


.hotels-tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hotels-tag-item {
  border: 1px solid var(--color1);
  color: var(--color1);
  height: 50px;
  font-size: 17px;
  font-weight: 300;
  padding: 20px 30px;
  transition: 0.3s;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-left: 10px;
}

.hotels-tag-item::after {
  font-family: 'raya-icon';
  content: '\f104';
  margin-right: 15px;
}

.hotels-tag-item:hover {
  background: var(--color1);
  color: #fff;
}

.hotels-banner {
  width: 100%;
  margin-top: 50px;
}

.accordion-button {
  font-size: 17px !important;
  font-weight: 400;
  min-height: 70px;
  padding: 15px 30px;
}

.accordion-button:not(.collapsed) {
  color: var(--color1);
  background-color: #2329ac17;
  box-shadow: unset;
}

.accordion-item {
  border: 1px solid rgba(0, 0, 0, .125);
  border: 1px solid #00000033 !important;
  border-radius: 30px !important;
  overflow: hidden;
  margin-bottom: 15px;
}

.accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}

.accordion-body {
  padding: 20px 30px;
  line-height: 2;
  font-size: 15px;
}




@media (max-width:767px) {
  .banner-wrapper {
    height: 150px;
  }

  .hotels-wrap-title {
    font-size: 20px;
    margin-top: 30px;
  }

  .hotels-content {
    margin-top: 20px;
    font-size: 14px;
  }

  .hotels-body {
    margin-top: 25px;
  }

  .hotels-content h2,
  .hotels-content h3,
  .hotels-content h4,
  .hotels-content h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .hotels-tag-item {
    height: 36px;
    font-size: 14px;
    padding: 15px;
    white-space: nowrap;
    margin-bottom: 1px;
  }

  .hotels-tag {
    flex-wrap: nowrap;
    margin-top: 10px;
    overflow: auto;
  }

  .hotels-body .row {
    margin-left: -7px;
    margin-right: -7px;
  }

  .hotels-body .col-6 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hotels-banner {
    margin-top: 25px;
  }

  .accordion-item {
    border-radius: 14px !important;
  }

  .accordion-button {
    font-size: 12px !important;
    min-height: 45px;
    padding: 10px;
  }

  .accordion-body {
    padding: 15px;
    font-size: 12px;
  }

  .accordion-item:last-child{
    margin-bottom: 0;
  }

}
.disabled-show-form {
  background: gray !important;
}
.calendar-table tr:nth-child(6){
  display: none;
}

/* back to top  */

#btn-scroll-top {
  display: inline-block;
  background-color: #FF9800;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: background-color .3s,
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000!important;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
}

#btn-scroll-top::after {
  font-family: "raya-icon";
  content: '\f106';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #fff;
}

#btn-scroll-top:hover {
  cursor: pointer;
  background-color: #333;
}

#btn-scroll-top:active {
  background-color: #555;
}

#btn-scroll-top.show {
  opacity: 1;
  visibility: visible;
}




.parent-text-blog {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 2px solid #eee;
  padding-top: 15px;
}

.parent-text-blog h2 {
  color: rgb(51, 51, 51);
  font-family: yekanbakhBold;
  font-size: 14px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
  text-align: center;
  overflow: hidden;
}


.social-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

.social-fixed-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  border-radius: 40px;
}

.social-fixed-item:last-child {
  margin-bottom: 0;
}

.social-fixed-item svg{
  box-shadow: 1px 1px 4px #00000063;
  border-radius: 50%;
}
.social-fixed-item {
  width: 40px;
  height: 40px;
  display: flex;
  margin-bottom: 5px;

}

.social-fixed-btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-shadow: 1px 1px 4px #00000063;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8740a;
  color: #fff;
}

.social-fixed-btn i{
  font-size: 20px;
  padding-top: 4px;
}


.social-fixed-btn i{
  display: none;
}

.social-fixed-btn.active i{
  display: block;
}
.social-fixed-btn.active svg{
  display: none;
}


@media (max-width:767px) {
  .social-fixed {
    right: 10px;
    bottom: 10px;
  }
}
.hotel-list-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* گرید انعطاف‌پذیر */
  gap: 20px; /* فاصله بین آیتم‌ها */
  padding: 20px;
}

/* استایل هر کارت هتل */
.hotel-list {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.hotel-list:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* برای جلوگیری از بهم‌ریختگی داخل هر هتل */
.hotel-information {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* عکس */
.hotel-information img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* توضیحات */
.hotel-description {
  padding: 10px;
}

/* قیمت */
.hotel-price {
  padding: 10px;
  border-top: 1px solid #eee;
  text-align: center;
}
