@font-face {
  font-family: Vazir;
  font-weight: bold;
  src: url("../fonts/Vazir-Bold.ttf");
}
@font-face {
  font-family: Vazir;
  src: url("../fonts/Vazir.ttf");
}
* {
  font-family: Vazir, Verdana, Geneva, Tahoma, sans-serif;
}

body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  direction: rtl;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.heading_container h2::before {
  content: "";
  width: 40px;
  height: 7px;
  background-color: #fc0909;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}

/*header section*/
.hero_area {
  height: 100vh;
  background-image: url(../images/banner_background.jpg);
  background-size: cover;
}

.hero_area .top_nav {
  background-color: #031652;
  padding: 10px 0;
}

.hero_area .top_nav .contact_link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero_area .top_nav .contact_link-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
  padding: 0 25px;
  border-right: 1px solid #ffffff;
}

.hero_area .top_nav .contact_link-container a img {
  width: 16px;
  margin-right: 3px;
  margin-left: 3px;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-bottom: 25px;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  padding: 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

#navbarSupportedContent {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 0 3%;
}

.custom_nav-container.navbar-expand-lg {
  z-index: 99999;
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 0;
  padding: 35px 15px 10px 15px;
  color: #2c2b2b;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  background-color: #031652;
  color: #ffffff;
  border-radius: 0 0 3px 3px;
}

.nav-link {
  transition: 0.7s;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand img {
  width: 40px;
}

.navbar-brand span {
  font-weight: bold;
  color: #2c2b2b;
  font-size: 20px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
/* slider section */
.slider_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 115px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.5s;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .detail-box {
  width: 100%;
  margin: 0 auto;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-size: 2.8rem;
  color: #031652;
  line-height: 60px;
  font-weight: 600;
  line-height: 1.3;
}

.slider_section .detail-box h1 span {
  color: #fc0909;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.slider_section .detail-box .btn-box a {
  width: 180px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #031652;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  border-color: #031652;
  color: #031652;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.slider_section .img-box img {
  max-width: 100%;
}

.slider_section .idicator_container {
  position: relative;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  bottom: -75px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  background-color: #fc0909;
  opacity: 1;
  border: none;
  margin: 0 4px;
}

.slider_section ol.carousel-indicators li.active {
  background-color: #031652;
}

.radiused-image {
  border-radius: 7px;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .heading_container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.about_section .heading_container h2 span {
  color: #031652;
}

.about_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about_section .img_container {
  margin-right: -45px;
}

.about_section .img_container .img-box img {
  width: 100%;
  transition: 0.4s;
}

.about_section .img_container .img-box img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.about_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.about_section .detail-box .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.about_section .detail-box .btn-box a:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}

.about_section .detail-box {
  background-color: #ffffff;
  padding: 25px;
  text-align: right;
  margin-right: 10px;
}

.service_section {
  background-color: #031652;
  margin-bottom: 90px;
}

.service_section .heading_container {
  color: #ffffff;
  flex-direction: row-reverse;
}

.service_section .heading_container h2::before {
  right: 5px;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_section .service_container .box {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  margin: 1%;
  background-color: #ffffff;
  padding: 15px;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  transition: 0.6s;
}

.service_section .service_container .box:hover {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.4);
}

.service_section .service_container .box .img-box img {
  width: 100%;
  transition: 0.3s;
}

.service_section .service_container .box:hover .img-box img {
  transform: scale(1.02);
}

.service_section .service_container .box .detail-box {
  margin-top: 25px;
  transition: 0.3s;
  padding: 5px;
}

.service_section .service_container .box:hover .detail-box {
  transform: scale(1.02);
}

.service_section .service_container .box .detail-box h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service_section .service_container .box .detail-box a {
  display: inline-block;
  padding: 5px 35px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
}

.service_section .service_container .box .detail-box a:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}

.service_section .service_container .box.b1 {
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}

.service_section .service_container .box.b2 {
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
}

.service_section .service_container .box.b3 {
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}

.product_section .product_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
}

.product_section .product_container .box {
  min-width: 256px;
  min-height: 270px;
  width: 30%;
  height: 0;
  padding-bottom: 31%;
  margin: 1.5%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.4s;
  border-radius: 5px;
  position: relative;
  z-index: 0;
}

.product_section .product_container .box:hover {
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.3);
}

.product_section .product_container .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.product_section .product_container .box .explains {
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  transition: 0.5s;
}

.product_section .product_container .box .explains .btn-show-product {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  margin: 20px;
  padding: 10px;
}

.product_section .product_container .box:hover .explains .btn-show-product {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
  border: 1px solid #ffffff;
  transition: 0.3;
}

.product_section .product_container .box:hover .explains .btn-show-product:hover {
  transform: scale(1.1);
  border-color: #fc0909;
}

.product_section .product_container .box:hover .explains .btn-show-product a {
  transition: 0.3s;
  pointer-events: none;
}

.product_section .product_container .box:hover .explains .btn-show-product:hover a {
  pointer-events: all;
  color: #fc0909;
  font-weight: bold;
}

.product_section .product_container .box:hover .explains {
  background-color: rgba(0, 0, 0, 0.65);
  top: 0;
  cursor: default;
}

.product_section .product_container .box .explains * {
  color: rgba(0, 0, 0, 0);
  transition: 0.3;
}

.product_section .product_container .box:hover .explains * {
  color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.product_section .product_container .box .explains h3 {
  position: relative;
  top: -50px;
  transition: 0.5s;
  padding-top: 15px;
}

.product_section .product_container .box:hover .explains h3 {
  top: 0;
}

.product_section .product_container .box .explains p {
  position: relative;
  top: 50px;
  transition: 0.5s;
}

.product_section .product_container .box:hover .explains p {
  top: 0;
}

.product_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.product_section .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.product_section .btn-box a:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}

/* contact section */
.contact_section .hint {
  color: gray;
  display: block;
  text-align: right;
  font-size: small;
}

.contact_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_section .contact_form-container {
  margin-top: 45px;
}

.contact_section .contact_form-container div {
  position: relative;
  margin-bottom: 5px;
}

.contact_section .contact_form-container input, textarea {
  border: none;
  outline: none;
  color: #000000;
  height: 3rem;
  width: 100%;
  display: inline-block;
  margin: 1.4rem 0;
  padding-left: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  padding: 8px;
}

.contact_section .contact_form-container textarea {
  height: 8rem;
}

.contact_section .contact_form-container .message_input_container {
  margin-top: 1.4rem;
}

.contact_section .contact_form-container label {
  padding: 10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 100%;
  -webkit-transform: scale(0.9) translatey(-15%) translatex(15%);
  transform: scale(0.9) translatey(-15%) translatex(15%);
  transition: 0.2s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0.5;
}

.contact_section .contact_form-container textarea + label {
  -webkit-transform: scale(0.9) translatey(-10%) translatex(15%);
  transform: scale(0.9) translatey(-10%) translatex(15%);
}

.contact_section .contact_form-container input:focus + label {
  opacity: 1;
  -webkit-transform: scale(1) translatey(-14%) translatex(15%);
  transform: scale(1) translatey(-14%) translatex(15%);
}

.contact_section .contact_form-container textarea:focus + label {
  opacity: 1;
  -webkit-transform: scale(1) translatey(-9%) translatex(15%);
  transform: scale(1) translatey(-9%) translatex(15%);
}

.contact_section .contact_form-container .email_input,
.contact_section .contact_form-container .phone_number_input {
  direction: ltr;
}

.contact_section .contact_form-container button {
  display: inline-block;
  padding: 10px 60px;
  background-color: #fc0909;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: bold;
}

.contact_section .contact_form-container button:hover {
  background-color: transparent;
  border-color: #fc0909;
  color: #fc0909;
}

.contact_section .img-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contact_section .img-box img {
  max-width: 50%;
  width: 20rem;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .contact_section .img-box img {
    width: 0;
    display: none;
  }
}
.contact_section .img-box img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* end contact section */
.info_section {
  background-color: #010b2c;
  color: #ffffff;
  padding: 90px 0 45px 0;
  text-align: right;
}

.info_section h5 {
  margin: 25px 0;
  font-size: 24px;
}

.info_section .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info_section .info_logo .navbar-brand img {
  width: 45px;
}

.info_section .info_logo .navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.info_section .info_links ul {
  padding: 0;
  display: inline-block;
  text-align: right;
}

.info_section .info_info {
  text-align: center;
}

.info_section .info_links {
  text-align: center;
}

.info_section .info_links h5 {
  margin: 0.5rem;
}

@media (max-width: 768px) {
  .info_section .info_links {
    text-align: center;
    margin-top: 5vh;
  }

  .info_section .info_info {
    margin-top: 5vh;
    text-align: center;
  }
}
.info_section .info_links ul li {
  list-style-type: none;
  margin: 0.7rem 0;
}

.info_section .info_links ul li a {
  color: #ffffff;
}

.info_section .info_links a {
  position: relative;
  margin-right: 30px;
}

.location-link {
  position: relative;
  transition: 0.4s;
  margin-bottom: 0.5rem;
}

.location-link:hover {
  transform: scale(1.08);
}

.location-link::after {
  content: "";
  position: absolute;
  background: url(../images/location.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: -30px;
  width: 25px;
  height: 25px;
}

/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  background-color: #010b2c;
}

.footer_section p {
  color: rgba(254, 254, 255, 0.7);
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: rgba(254, 254, 255, 0.7);
}

.footer-link-about::before {
  content: " ";
  background: url(../images/info.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -30px;
  width: 25px;
  height: 25px;
}

.footer-link-products::before {
  content: " ";
  background: url(../images/bottle-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -30px;
  width: 25px;
  height: 25px;
}

.footer-link-instagram::before {
  content: " ";
  background: url(../images/instagram.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -30px;
  width: 25px;
  height: 25px;
}

.footer-link-whatsapp::before {
  content: " ";
  background: url("../images/whatsapp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -30px;
  width: 25px;
  height: 25px;
}

.info_info p {
  position: relative;
  display: inline-block;
  margin: 0.7rem 0;
}

.info_section .info_info h5 {
  margin: 0.5rem;
}

.info_section .info_logo a {
  color: #fc0909;
}

.footer-link-telephone {
  line-height: 180%;
}

.footer-link-telephone::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -20%;
  width: 140%;
  height: 1px;
  background-color: rgb(75, 77, 80);
}

.footer-link-telephone::after {
  content: " ";
  background: url("../images/telephone-call.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 25px);
  left: -35px;
  width: 25px;
  height: 25px;
}

.footer-link-phone::before {
  content: " ";
  background: url("../images/phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -30px;
  width: 25px;
  height: 25px;
}

.footer_section a {
  color: aquamarine;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */
.back-to-top {
  position: fixed;
  width: 44px;
  height: 44px;
  padding: 8px 0;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  left: 15px;
  bottom: 15px;
  z-index: 9;
  background-color: #fc0909;
  border-radius: 1px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  /* transition: 0.3s; */
}

.back-to-top:hover {
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.3);
}

.back-to-top img {
  width: 100%;
  height: 100%;
  padding: 5% 20%;
}

/* start of linear menu styles */
.menu-container {
  position: fixed;
  right: 0;
  bottom: 0;
  padding-bottom: 1em;
  z-index: 150000;
}

.linear-menu {
  position: relative;
  background-color: #EFEFEF;
  padding: 15px;
  width: 21.2em;
  height: 4em;
  border-top-left-radius: 17% 100%;
  border-bottom-left-radius: 17% 100%;
  transition: 0.4s;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.linear-menu .linear-menu-item img {
  width: 3em;
  height: 3em;
  padding: 1px;
}
.linear-menu .linear-menu-item {
  position: absolute;
  bottom: 0.5em;
  transition: 0.4s;
  cursor: pointer;
}
.linear-menu .linear-menu-item:hover {
  transform: scale(1.05);
}
.linear-menu .linear-menu-item:last-of-type img {
  border-radius: 50%;
  border: 1px solid black;
  padding: 0.6em;
  padding-right: 0.5em;
}

.linear-menu.open .linear-menu-item:nth-of-type(1) {
  right: 1em;
}
.linear-menu.open .linear-menu-item:nth-of-type(2) {
  right: 5.1em;
}
.linear-menu.open .linear-menu-item:nth-of-type(3) {
  right: 9.2em;
}
.linear-menu.open .linear-menu-item:nth-of-type(4) {
  right: 13.3em;
}
.linear-menu.open .linear-menu-item:nth-of-type(5) {
  right: 17.4em;
}

.linear-menu.closed {
  width: 5em;
  border-top-left-radius: 37% 50%;
  border-bottom-left-radius: 37% 50%;
}
.linear-menu.closed .linear-menu-item:nth-of-type(1) {
  right: 1em;
  opacity: 0;
}
.linear-menu.closed .linear-menu-item:nth-of-type(2) {
  right: 1em;
  opacity: 0;
}
.linear-menu.closed .linear-menu-item:nth-of-type(3) {
  right: 1em;
  opacity: 0;
}
.linear-menu.closed .linear-menu-item:nth-of-type(4) {
  right: 1em;
  opacity: 0;
}
.linear-menu.closed .linear-menu-item:nth-of-type(5) {
  right: 1em;
  opacity: 0;
}
.linear-menu.closed .linear-menu-item {
  opacity: 0;
}
.linear-menu.closed .linear-menu-item:last-of-type {
  opacity: 1;
  transform: rotate(180deg);
}

/* end of linear menu styles */
.article {
  margin: 0 15%;
  direction: rtl;
  text-align: center;
}

@media (max-width: 768px) {
  .article {
    margin: 0 10px;
  }
}
.article * {
  text-align: right;
}

.article img {
  max-width: 100%;
  min-width: 30%;
  max-height: 60vh;
  margin: 20px 10px;
  transition: 0.3s;
}

.article img:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.article h3 {
  position: relative;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 20px;
  transition: 0.3s;
  font-size: large;
  font-weight: bold;
  color: #03185d;
}

.article h3::before {
  content: "";
  width: 30px;
  height: 4px;
  background-color: #fc0909;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: -35px;
  transition: 0.3s;
}

.article h3::after {
  content: "";
  width: 30px;
  height: 4px;
  background-color: #fc0909;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: -35px;
  transition: 0.3s;
}

.article h3:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  cursor: default;
}

.article h3:hover::after {
  width: 0;
  right: 0;
}

.article h3:hover::before {
  width: 0;
  left: 0;
}

.article strong {
  color: #fc0909;
}

.article h4 {
  font-size: large;
  color: #03185d;
  margin: 20px 10px 12px 0;
  transition: 0.4s;
  font-size: large;
}

.article h4::before {
  content: " > ";
  color: #fc0909;
  transition: 0.4s;
}

.article h4:hover::before {
  color: rgba(0, 0, 0, 0);
}

.article h4:hover {
  cursor: default;
  -webkit-transform: scale(1.01) translateX(-0.5%);
  transform: scale(1.01) translateX(-0.5%);
}

.article ul img {
  width: 70%;
}

@media (max-width: 768px) {
  .article ul img {
    width: 98%;
  }
}
/* Product page */
.product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.product .product-slider {
  flex-basis: 50%;
  margin: 5%;
}

.product .product-details {
  flex-basis: 40%;
  padding: 20px;
  padding-left: 25px;
  text-align: right;
  /* box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.2); */
}

.product .product-details h1 {
  font-size: large;
  margin-bottom: 20px;
}

.product .product-details strong {
  font-weight: normal;
  padding-top: 20px;
}

.product .product-details p {
  margin: 1.3em;
  margin-right: 2em;
}

.product-title {
  position: relative;
  display: inline-block;
  cursor: default;
  transition: 0.5s;
  padding-bottom: 5px;
  color: #fc0909;
  /* border-bottom: 1px solid $primary2; */
  position: relative;
}

.product-title::after {
  content: "";
  position: absolute;
  width: 50vw;
  height: 1px;
  background: linear-gradient(90deg, #fc0909 1%, white);
  right: 100%;
  top: 50%;
}

.product-title:hover {
  transform: translateX(-5px);
}

.product-title-container {
  overflow: hidden;
}

.product-size, .product-desc, .product-weight, .product-height, .product-capacity, .product-color, .product-description {
  padding-right: 20px;
}

.product-code-container {
  text-align: center;
  overflow: hidden;
}

.product-code {
  position: relative;
  display: inline-block;
  color: gray;
  transform: scale(0.95);
  transition: 0.4s;
}

.product-code:hover {
  color: black;
}

.product-code::before {
  position: absolute;
  content: "";
  background: linear-gradient(-90deg, black 1%, white);
  width: 25vw;
  height: 1px;
  top: 45%;
  right: -25vw;
}

.product-code::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, black 1%, white);
  width: 25vw;
  height: 1px;
  top: 45%;
  left: -25vw;
}

@media (max-width: 768px) {
  .product {
    padding: 0;
  }

  .product .product-slider {
    flex-basis: 100%;
    margin: 0;
  }

  .product .product-details {
    flex-basis: 100%;
  }
}
.product-details > p, .product-details strong {
  position: relative;
}

.product-details > p::before, .product-details strong::before {
  content: "";
  position: absolute;
  top: calc(50% - 1em);
  right: -2em;
  width: 2em;
  height: 2em;
}

.product-details .product-size::before {
  background: url(../images/spout_size.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.product-details .product-weight::before {
  background: url(../images/weight_hanging_solid_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.product-details .product-height::before {
  background: url(../images/arrow_autofit_height_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.product-details .product-capacity::before {
  background: url(../images/capacity-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.product-details .product-color::before {
  background: url(../images/board_color_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

#carouselProductSlider .carousel-inner .carousel-item {
  height: 60vh;
  padding: 20px;
}

@media (max-width: 768px) {
  #carouselProductSlider .carousel-inner .carousel-item {
    height: 50vh;
    padding: 0px;
  }
}
.product-img-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

body > section.product > div.product-details > p.product-desc {
  display: none;
}

#carouselProductSlider .carousel-inner .carousel-item img {
  width: 100%;
  display: block;
}

.carousel-indicators {
  display: flex;
  flex-direction: row-reverse;
}

.carousel-indicators li {
  background-color: white;
  border: #fc0909 solid 1px;
  border-radius: 2px;
  margin: 0px 5px;
}

.carousel-indicators .active {
  background-color: #fc0909;
}

.carousel-control-prev-icon {
  background-image: url(../images/left-arrow.svg);
}

.carousel-control-next-icon {
  background-image: url(../images/right-arrow.svg);
}

.zoomed_slider_container {
  width: 100%;
  height: 100vh;
  z-index: 200000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.zoomed_slider_container .product-slider {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.zoomed_slider_container .product-img-container {
  width: 100%;
  height: 100vh;
}

.zoomed_slider_container .product-img-container img {
  size: auto;
  max-width: 100%;
  max-height: 100vh;
}

#zoomedProductSlider > ol {
  position: fixed;
  bottom: 3vh;
}

.zoomed_slider_container .close_image {
  width: 4rem;
  height: 4rem;
  z-index: 250000;
  transition: 0.4s;
  position: fixed;
  top: 3vh;
  right: 3%;
  cursor: pointer;
  padding: 1rem;
}

.zoomed_slider_container .close_image:hover {
  transform: scale(1.3);
  background-color: rgba(254, 254, 255, 0.2);
}

/* Products.html styles */
.categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 10px;
  margin: 0 35px;
}

.categories .category-item {
  font-size: medium;
  color: gray;
  margin: 2%;
  padding: 10px;
  border: #fc0909 solid 0px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.5s;
}

.categories .category-item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.categories .selected {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #010b2c;
}

/* Products.html styles */
/* alert-success message styles */
.alert-success {
  position: fixed;
  top: 1rem;
  right: 1rem;
  left: 1rem;
  text-align: center;
  z-index: 500000;
  text-align: right;
}

/*# sourceMappingURL=style.css.map */
