@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700);

@tailwind base;
@tailwind components;
@tailwind utilities;

/* font-family: "Poppins", sans-serif; */

/* ==============================================
    General
============================================== */
:root {
  --color-p-1: #e67e22;
  --color-p-2: #ecf0f1;

  --color-s-1: #2c3e50;

  --color-b-1: #000000;
  --color-b-2: #222222;
  --color-b-3: #2d3436;
  --color-b-4: #444444;

  --color-g-1: #f8fafb;

  --color-w-1: #ffffff;
}

html {
  font-size: 14px;
}

body {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 1.1;
  color: var(--color-b-2);
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::selection {
  background-color: var(--color-p-1);
  color: var(--color-w-1);
}

/* pppppppppp  */
p {
  line-height: 1.8;
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

/* aaaaaaaaa */
a {
  outline: none !important;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}

a:hover,
a:focus,
select:focus,
button:focus {
  outline: none;
  text-decoration: none;
  color: var(--color-p-1);
}

a:hover {
  color: var(--color-b-1);
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  outline: none !important;
  color: var(--color-b-2);
  font-weight: 500;
  font-size: 36px;
}

h1,
h2 {
  @apply text-xl md:text-[28px];
}

h3 {
  @apply text-lg;
}

h4 {
  @apply text-md;
}

h5 {
  @apply text-sm;
}

h6 {
  @apply text-xs;
}

.dark-sec {
  @apply text-w-1;
}

.my-sec {
  @apply py-[80px] xl:py-[70px] md:py-[40px];
}

/* basic css end  */

/* css start */

.btn-p {
  background: var(--color-p-1);
  @apply text-[14px] py-[14px] px-[26px] rounded-[30px] !text-w-1 inline-block text-center sm:py-[6px] sm:px-[14px] sm:text-xs;
}

.btn-p:hover {
  background: var(--color-b-2);
}

.btn-wh {
  @apply bg-w-1 text-sm py-[8px] px-[26px] rounded-[30px] !text-[#2d3436] inline-block text-center sm:py-[6px] sm:px-[14px] sm:text-xs;
}

.btn-wh:hover {
  @apply !bg-b-1 !text-w-1;
}

.pogoSlider {
  padding-bottom: 36% !important;
}

.pogoSlider-dir-btn--next {
  right: 0;
}

.pogoSlider-dir-btn--prev {
  left: 0;
}

/* owl-slider */

/* owl nav buttons customisation start */

.owl-carousel {
  position: relative;
}

.owl-nav button span {
  display: none;
}

/* .owl-nav {
  position: absolute;
} */

.owl-nav button {
  background: var(--color-g-1) !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 22px);
  left: -70px;
}

.owl-nav button:hover {
  background: var(--color-q-2) !important;
}

.owl-nav button.owl-next {
  left: unset;
  right: -70px;
}

.owl-nav button::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../images/arrow-right.png) no-repeat center center;
  display: inline-block;
  border-radius: 50%;
}

.owl-nav button.owl-prev::after {
  transform: rotate(180deg);
}

/* owl nav buttons customisation end */

.product-card {
  @apply bg-g-1 rounded-2xl shadow-md p-6 transition-all duration-300 hover:shadow-xl;
}

.arrow-btn {
  @apply inline-flex items-center justify-center w-8 h-8 bg-p-1 rounded-full;
}

.arrow-btn:hover {
  @apply bg-b-2;
}

.main-sec-box {
  @apply lg:!bg-none;
}

.product-main-sec .left-sec {
  @apply !py-[150px] xl:!py-10 lg:!pt-20 lg:!pb-16 md:!pb-10 lg:text-center
}

.product-main-sec .left-sec h2 {
  @apply !text-b-1 mb-8
}

.product-main-sec .left-sec p {
  @apply !text-b-3 mb-8 leading-8
}

.right-sec img {
  @apply lg:pb-16
}

.advantage-card {
  transition: all 0.3s ease;
}

.advantage-card:hover {
  transform: translateY(-6px);
}

.advantage-card img {
  @apply w-full mx-auto;
}

.list-item {
  display: flex;
  align-items: start;
}

.list-item i {
  @apply mr-2 text-b-3;
}

.our-gallery-sec img {
  @apply rounded-xl;
}

footer {
  background: url(../images/footer-image.png) no-repeat center center;
}

.footer-menu-list {
  @apply flex flex-col gap-3 sm:gap-1;
}

.footer-menu-list li a {
  @apply text-w-1 hover:!text-w-1 leading-none;
}

footer .footer-menu-heading h3 {
  @apply !text-[22px] font-normal !text-w-1 sm:mb-3;
}

footer .footer-menu-heading ul li a {
  @apply !text-xs font-normal;
}

footer .footer-menu-heading a {
  @apply hover:underline hover:text-w-1;
}

.dark-sec .social-media ul li a {
  @apply bg-p-1 !text-sm w-9 h-9 rounded-full flex items-center justify-center transition-all duration-300 ease-in-out;
}

.dark-sec .social-media ul li a i {
  @apply !text-w-1;
}

.dark-sec .social-media ul li a:hover {
  @apply bg-b-1;
}

.dark-sec .social-media ul li a:hover i {
  @apply !text-w-1;
}

/*  */

.my-header-nav ul li a {
  @apply hover:text-p-1;
}

.gallery-slider img, .gallery-slider2 img {
  border: 1px solid #ccc;
  border-radius: 14px;
}

.product-card img {
  border-radius: 14px;
}

.product.type-product img {
  background-color: var(--color-g-1);
  padding: 1.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}