/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.gradient-text a span span {
  background: var(--G1, linear-gradient(145deg, #1d21e2 7.22%, #ce2b8f 97.54%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-text a:hover span span {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-publications h5 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-publications h5 span {
  display: flex;
  padding: 2px 7px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: #2d2cdb;
  font-size: 14px !important;
  text-transform: capitalize !important;
}

.footer-publications h5 span.free {
  background: #24c55f;
}
.footer-social__icons .elementor-social-icon {
  background-color: transparent !important;
  border-radius: 50%;
  transition: 0.3s;
}
.footer-social__icons .elementor-social-icon:hover {
  background-image: linear-gradient(
    145deg,
    #1d21e2 7.22%,
    #ce2b8f 97.54%
  ) !important;
  border-radius: 50%;
}
.copyright strong {
  color: #fff !important;
}

.project-item h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  background-color: #0081d4;
  color: #fff;
  margin-right: 22px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
  margin-top: -30px;
}

.project-item h3 {
  position: relative;
}

.project-item h3:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 100%;
  content: '';
  background-image: linear-gradient(45deg, #1d21e2, #ce2b8f);
}

.contact-form-wrapper {
  background: #fff !important;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1) !important;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-primary-menu-container ul {
  display: flex;
  list-style: none;
  gap: 20px;
}

.header-wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.header-wrapper {
  padding: 16px 0;
}

.header-nav a {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  transition: 0.3s;
}

.header-button a {
  font-size: 14px;
  background-color: #fff;
  display: inline-block;
  text-transform: uppercase;
  padding: 7px 18px;
  transition: 0.3s;
}

.header-nav a:hover {
  opacity: 0.8;
  color: #fff;
}

.header-button a:hover {
  opacity: 0.8;
  color: #fff;
}

.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*='elementor-page-']) .site-main {
  max-width: 1320px !important;
}

.woocommerce-page .header-wrapper.header-desktop {
  background-image: linear-gradient(45deg, #1d21e2, #ce2b8f);
}

.woocommerce-page .mobile-header {
  background-image: linear-gradient(45deg, #1d21e2, #ce2b8f);
}

.woocommerce-page .header-wrapper.header-desktop {
  background-image: linear-gradient(45deg, #1d21e2, #ce2b8f);
}

.woocommerce-page .mobile-header {
  background-image: linear-gradient(45deg, #1d21e2, #ce2b8f);
}
nav.woocommerce-breadcrumb {
  padding-top: 150px !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background-color: white;
  border: 1px solid #333;
  text-decoration: none;
}

a.button.add_to_cart_button {
  width: 100%;
  text-align: center;
  background-image: linear-gradient(180deg, #1d21e2, #ce2b8f);
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  padding: 15px;
}

a.button.add_to_cart_button:hover {
  background-image: linear-gradient(45deg, black, black);
  color: #fff;
}

ul.variation-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0 !important;
  gap: 15px;
}

ul.variation-list:before,
ul.variation-list:after {
  display: none !important;
}

li.variation-item {
  background-color: #dedede;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 12px;
}

.product-title h2 {
  font-size: 24px !important;
  padding: 0 !important;
}

.woocommerce ul.products li.product .button {
  margin-top: 0 !important;
}

ul.variation-list {
  margin: 20px 0 !important;
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-arrows {
  display: flex;
  gap: 15px;
}

.slider-arrows div {
  width: 56px;
  height: 56px;
  background: #d3d3e7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
}

.slider-arrows div:hover {
  background-image: linear-gradient(45deg, #1d21e2, #ce2b8f);
  color: #fff;
}

.gallery-slider-item {
  height: 480px !important;
}

.gallery-slider-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.gallery-slider-content {
  position: absolute;
  bottom: 0;
}

.gallery-slider-content h3 {
  font-size: 22px;
  color: #fff;
  font-weight: normal;
  margin: 0;
}

.gallery-slider-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.gallery-slider-content a {
  width: 56px;
  height: 56px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50px;
}

.gallery-slider-content {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}

.gallery-slider-item {
  margin: 0 15px;
}

.gallery-slider {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}

.form-group input,
.form-group textarea {
  background: #f5f5f5;
  border: 1px solid #e9ebf5 !important;
}

.form-group textarea {
  height: 100px;
}

.form-group label {
  margin-bottom: 10px;
}

.form-group {
  margin-bottom: 20px;
}

form button {
  width: 100% !important;
  display: block;
  background: linear-gradient(180deg, #1d21e2, #ce2b8f);
  color: #fff !important;
  border: none !important;
  padding: 15px !important;
  text-transform: uppercase;
}

form button:hover {
  background: linear-gradient(45deg, black, black);
}

.related ul.products.columns-4 li {
  width: 29.5% !important;
}

.woocommerce-product-details__short-description ul {
  list-style: square;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

span.woocommerce-Price-amount.amount bdi {
  color: #9333ea !important;
  font-weight: bold;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: flex;
  align-items: center;
}

.quantity input {
  width: 100% !important;
}

.quantity {
  width: 100%;
  margin-bottom: 15px !important;
}

.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
  max-width: 1320px;
}

.page-header {
  margin-top: 150px;
}

@media (max-width: 1400px) {
  .e-con-inner {
    max-width: 1140px !important;
  }
}

@media (max-width: 1200px) {
  .e-con-inner {
    max-width: 960px !important;
  }
}

@media (min-width: 992px) {
  .mobile-header {
    display: none;
  }
}

@media (max-width: 992px) {
  .e-con-inner {
    max-width: 720px !important;
  }

  .header-desktop {
    display: none;
  }

  .mobile-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }

  .mobile-header {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 10px 0;
  }

  .mobile-header-trigger i {
    color: #fff;
    font-size: 25px;
  }
  .admin-bar div#offcanvasExample {
    padding-top: 46px;
  }

  .mobile-nav ul {
    flex-direction: column;
    padding: 0;
  }

  button.btn-close {
    border: none;
  }

  button.btn-close:hover {
    background-color: transparent;
  }
  .offcanvas-body .header-button a {
    border: 1px solid #333;
    margin-top: 50px;
  }

  .mobile-nav a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
  }

  ul#menu-primary-menu {
    gap: 10px;
  }

  .section-title h2 {
    font-size: 40px;
  }
  .section-title {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .section-title .slider-arrows {
    display: none;
  }
}

@media (max-width: 768px) {
  .e-con-inner {
    max-width: 540px !important;
  }
  h1.woocommerce-products-header__title.page-title {
    font-size: 30px;
  }
  form.woocommerce-ordering {
    width: 100%;
  }
  .woocommerce div.product .product_title {
    font-size: 30px;
  }
  .woocommerce-Tabs-panel h2 {
    font-size: 30px;
  }

  section.related.products h2 {
    font-size: 30px;
  }
}

@media (max-width: 585px) {
  .woocommerce ul.products[class*='columns-'] li.product,
  .woocommerce-page ul.products[class*='columns-'] li.product {
    width: 100% !important;
  }
}

.footer-links a {
  color: #fff;
}

.footer-links a {
  display: flex;
  align-items: center;
  gap: 10px;
}
