@font-face {
  font-family: "Gilroy";
  src: url("../gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

* {
  font-family: Gilroy, sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
.bold {
  font-weight: 800;
}
.drop_down_menu {
  background-color: #ed1c24;
  display: flex;
  flex-direction: column;
  border-radius: 0px 0px 20px 20px;
  width: fit-content;
}
.drop_down_option {
  border-bottom: #cfcfcf 1px solid;
  padding: 12px 24px;
  color: #fff;
}
.download_div {
  color: #1173d4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_title {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}
.div_title {
  text-align: start;
  font-size: 24px;
  font-weight: 800;
}

.bg_image {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.divs_group {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.icon_text_div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/************************************************/
.header_all {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.header_all .header_top .header_content {
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 600;
  background-color: rgb(247, 246, 242);
  color: #074e59;
}
.header_all .header_main .header_content {
  padding: 32px 24px;
  font-size: 12px;
  font-weight: 600;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px rgb(236 235 230) solid;
  color: #074e59;
}
.language_btn {
  color: #074e59;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: rgb(236 235 230);
  padding: 4px 8px;
}
.header_logo {
  width: 60%;
  display: flex;
  align-items: flex-start;
}
.header_logo img {
  width: 150px;
}
.nav_tabs {
  display: flex;
  width: 50%;
  justify-content: space-evenly;
  font-size: 16px;
  font-weight: 400;
}

/***************** Footer *********************/
.footer_main {
  position: relative;
  left: -10px;
  bottom: 0px;
  width: 102%;
  background-color: rgb(0 49 60);
}
.footer_content {
  background-color: rgb(0 49 60);
  color: #fff;
  padding: 20px 30px;
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: space-between;
}
.footer_content .main_title {
  font-size: 48px;
  margin: 40px 0px;
}
.footer_content .main_title img {
  width: 300px;
}
.footer_content .first_side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer_content .second_side .footer_boxs {
  display: flex;
  flex-direction: row;
  gap: 100px;
  width: 100%;
}

.footer_boxs {
  display: flex;
  justify-content: space-around;
  align-items: start;
}
.footer_box .title {
  font-size: 16px;
  color: rgb(139 170 173);
}
.box_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
.box_content .img_text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.link_store_images {
  display: flex;
  height: 35px;
  gap: 4px;
}

.social_images {
  display: flex;
  height: 35px;
  gap: 4px;
}
.social_images a img {
  height: 35px;
  width: 35px;
  object-fit: contain;
  display: block;
}

.lang_btn_div {
  background-color: rgb(0 49 60);
  display: flex;
  justify-content: flex-end;
  padding: 4px 20px;
  color: #074e59;
}
.lang_btn_div button {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  border: rgb(236 235 230) 1px solid;
  color: rgb(236 235 230);
  background-color: rgb(0 49 60);
  padding: 4px 8px;
}
.footer_bottom {
  border-top: rgb(236 235 230) 1px solid;
  color: rgb(236 235 230);
  align-items: center;
  text-align: center;
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_bottom .divs_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  height: 50px;
}
.footer_bottom .divs_group a img {
  height: 30px;
}
.footer_bottom {
  padding-bottom: 15px;
  margin-bottom: 0px;
}
/**************** home page ********************/
.content_main {
  padding: 40px;
  position: relative;
  top: 125px;
  margin-bottom: 125px;
}
.home_page_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_div {
  display: flex;
  flex-direction: column;
  padding: 40px 0px;
}
.section_div .section_title {
  font-size: 42px;
  color: rgb(7 78 89);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.section_cards {
  display: flex;
  gap: 24px;
  width: 100%;
  position: relative;
}
.scroll-btn {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  z-index: 10;
}

.scroll-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.left,
.right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: #074e59 solid 1px;
  color: white;
  border: none;
  font-size: 2rem;
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 50%;
}
.right img {
  rotate: 180deg;
}

.left:hover,
.right:hover {
  background-color: #ffffff66;
}
.scroll-btn.left {
  left: 10px;
}

.scroll-btn.right {
  right: 10px;
}
.view_all_btn {
  color: rgb(7 78 89);
  background-color: rgb(247, 246, 242);
  padding: 4px 10px;
  border-radius: 100px;
  border: none;
  font-weight: 600;
}
.item_card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: rgb(7 78 89);
}
.item_card .item_card_image {
  width: 300px;
  height: 300px;
  background-color: #ddc183;
  border-radius: 12px;
}
.item_card .item_card_image img {
  width: 300px;
  height: 300px;
  width: 100%;
  background-color: #ddc183;
  border-radius: 12px;
}
.item_card .item_card_price {
  font-size: 12px;
  font-weight: 600;
}
.item_card .item_card_name {
  font-size: 12px;
}
.item_card .item_card_price span {
  font-size: 18px;
}
.section_cards .gift_card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: rgb(7 78 89);
}
.section_cards .gift_card .gift_card_image {
  background-color: #ddc183;
  border-radius: 100%;
  width: 200px;
  height: 200px;
}
.section_cards .gift_card .gift_card_image img {
  width: 200px;
  height: 200px;
  background-color: #ddc183;
  border-radius: 100%;
}
.section_cards .gift_card .gift_card_name {
  text-align: center;
}
.section_cards .person_card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: rgb(7 78 89);
}
.section_cards .person_card .person_card_image {
  background-color: #ddc183;
  width: 200px;
  height: 200px;
}
.section_cards .person_card .person_card_image img {
  width: 200px;
  height: 200px;
  background-color: #ddc183;
}
.section_cards .person_card .person_card_name {
  text-align: center;
}

/***************************************************/

.item_details_page {
  display: flex;
  flex-direction: column;
}
.upper_part {
  display: flex;
  width: 100%;
}
.first_part {
  width: 60%;
  display: flex;
  padding: 16px;
}
.first_part .images_galary {
  display: flex;
  gap: 10px;
  max-height: 500px;
  overflow: hidden;
}
.first_part .images_galary .side_images {
  display: flex;
  flex-direction: column;
  width: 200px;
  gap: 10px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.first_part .images_galary .side_images .small_image {
  width: 80px;
  height: 80px;
}
.first_part .images_galary .side_images img {
  width: 80px;
  height: 80px;
}
.first_part .images_galary .main_image img {
  width: 100%;
}
.second_part {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px;
}
.price_div {
  font-size: 32px;
}
.price_div .light_text {
  font-size: 12px;
}
.second_part .item_title {
  font-size: 24px;
}
.second_part .div_with_border {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
}
.second_part .add_to_cart {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(0 103 130);
  color: #ffffff;
  border-radius: 10px;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  border: none;
}

#menu_btn {
  border: none;
  background-color: transparent;
  color: #074e59;
  font-weight: 600;
}
#search_btn {
  border: none;
  background-color: transparent;
  color: #074e59;
  font-weight: 600;
}
#menu_btn {
  border: none;
  background-color: transparent;
  color: #074e59;
  font-weight: 600;
}
.menu_overlay {
  display: none;
  position: fixed;
  top: 140px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: start;
  align-items: start;
  z-index: 10;
}

.menu_box {
  background: white;
  padding: 30px;
  border-radius: 0px;
  width: 500px;
  height: 100%;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
}
.menu_items {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.explore_div {
  display: flex;
  flex-direction: column;
  width: 200px;
  height: 200px;
  border-radius: 10px;
}
.explore_div .text {
  text-align: center;
  margin-top: -30px;
  color: #ffffff;
  font-weight: 600;
}
.explore_div .image {
  width: 200px;
  height: 200px;
}
.explore_div .image img {
  width: 200px;
  height: 200px;
  border-radius: 10px;
}
.search_overlay {
  display: none;
  position: fixed;
  top: 140px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: start;
  align-items: start;
  z-index: 10;
}
#closeBtn,
#searchcloseBtn,
#menucloseBtn {
  border: rgb(0 103 130) 1px solid;
  padding: 4px 12px;
  border-radius: 100%;
}
.search_box {
  background: white;
  padding: 30px;
  border-radius: 0px;
  width: 100%;
  height: 50px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
  z-index: 5;
}
.search_box_icon_input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 42px;
  background-color: rgb(247, 246, 242);
  padding: 0px 10px;
  border-radius: 50px;
}
.search_box_icon_input .search_box_input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  background-color: rgb(247, 246, 242);
  padding: 0px 10px;
  border: none;
}
.popup_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.popup_box {
  background: white;
  padding: 30px;
  border-radius: 10px;
  width: fit-content;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
}

.close_btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.second_part .div_with_border img {
  width: 50px;
}
.second_part .div_with_border .icon {
  width: 50px;
}
.second_part .div_with_border .icon img {
  width: 30px;
}
.second_part .div_with_border .text {
  width: 100%;
}

.delivery {
  background-color: rgb(238 250 254);
  border: rgb(0 103 130) 1px solid;
}
.disabled_div {
  background-color: rgb(247 245 243);
  border: none;
}
.payment {
  border: #ccc 1px solid;
  font-weight: 600;
  padding: 16px;
}
.payment .divs_group {
  gap: 10px;
}
.payment .divs_group a img {
  border: #ccc 1px solid;
  border-radius: 4px;
  width: 40px;
}

.tabs_bar {
  display: flex;
  gap: 20px;
  border-bottom: rgb(247, 246, 242) 2px solid;
}

.tab {
  cursor: pointer;
  padding: 16px 100px;
  border-bottom: 2px solid transparent;
  font-weight: 500;
  color: rgb(0 49 60);
}

.tab.active {
  border-color: rgb(0 49 60);
  font-weight: 600;
}

.tab_content {
  display: none;
  margin-top: 15px;
}

.tab_content.active {
  display: block;
}
.dimensions_details {
  display: flex;
  align-items: center;
}
.dimensions_details ul {
  margin-block-start: 0px;
  margin-block-end: 0px;
}
/***************************************************/
.privacy_policy_page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.privacy_policy_title {
  font-size: 36px;
  font-weight: 600;
}

.event_details_page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.top_part {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.top_part .event_title {
  font-size: 36px;
  font-weight: 600;
}
.event_tabs {
  display: flex;
  flex-direction: row;
}
.event_tabs .event_tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border: 1px #00000014 solid;
  padding: 8px;
  border-radius: 8px;
}
.event_tabs .event_tab .image {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
.event_tabs .event_tab .image img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.event_content {
  display: flex;
}
.event_content .catigory_div {
  display: flex;
  flex-direction: column;
  border: #999 1px solid;
  padding: 24px;
  width: 20%;
}
.event_content .catigory_div .options_group {
  display: flex;
  flex-direction: column;
  border-bottom: #999 1px solid;
  gap: 20px;
  padding: 20px 0px;
  width: 100%;
}
.event_content .catigory_div .options_group .option {
  display: flex;
  gap: 8px;
  width: 100%;
}
.event_content .catigory_div .options_group .group_title {
  font-size: 18px;
  font-weight: 600;
}
.event_content .catigory_div .options_group .text {
  width: 100%;
}
.event_content .catigory_div .options_group .number {
  color: rgb(0 103 130);
}
.event_items_div {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0px 20px;
}
.event_item_card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.event_item_card .event_item_card_image {
  max-width: 250px;
  max-height: 250px;
  width: 250px;
  height: 250px;
  border-radius: 12px;
}
.event_item_card .event_item_card_image img {
  max-width: 250px;
  max-height: 250px;
  width: 250px;
  height: 250px;
  width: 100%;
  background-color: #ddc183;
  border-radius: 12px;
}
.event_item_card .event_item_card_price {
  font-size: 18px;
  font-weight: 600;
}
.event_item_card .event_item_card_name {
  font-size: 18px;
}
.event_item_card .event_item_card_price span {
  font-size: 18px;
}

.banner-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  top: -30px;
}

.banner-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.banner-slide.active {
  opacity: 1;
}

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

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: #074e59 solid 1px;
  color: white;
  border: none;
  font-size: 2rem;
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 50%;
}
.next img {
  rotate: 180deg;
}

.prev:hover,
.next:hover {
  background-color: #ffffff66;
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.section_cards {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 40px;
}

.item_card {
  scroll-snap-align: start;
}

.section_cards::-webkit-scrollbar {
  height: 10px;
}
.section_cards::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 10px;
}
.section_cards::-webkit-scrollbar-track {
  background: transparent;
}

.section_cards.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.section_cards {
  scrollbar-width: thin;
  scrollbar-color: #074e59 transparent;
}
