@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: #ed3237;
  --my-color: #ed3237;
  --color-p-2: #f8e5e5;

  --color-s-1: #101216;
  --color-s-2: #1c1f26;

  --color-b-1: #373435;
  --color-b-2: #444444;

  --color-g-1: #f9f9f9;
  --color-g-2: #bdbdbd;
  --color-g-3: #8b8e8f;

  --color-w-1: #ffffff;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 1.3;
  color: var(--color-b-2);
  font-family: "poppins-regular", 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;
  font-size: 14px;
  color: var(--color-b-2)
}

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-p-2);
}

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.4;
  margin-bottom: 10px;
  outline: none !important;
  color: var(--color-b-2);
  font-weight: 400;
  font-size: 36px;
}

h1,
h2 {
  @apply text-2xl xl:text-xl md:text-lg font-semibold;
}

h3 {
  @apply text-xl sm:text-lg font-semibold text-b-1;
}

h4 {
  @apply text-md md:text-sm font-semibold text-b-1;
}

h5 {
  @apply text-sm;
}

h6 {
  @apply text-xs;
}

.dark-sec {
  @apply text-w-1;
}

.my-sec {
  @apply py-[90px] xl:py-[75px] md:py-[60px] sm:py-[50px];
}

/* basic css end  */

/* css start */

.btn-p {
  @apply bg-p-1 text-white text-[16px] py-[14px] px-[26px] rounded-full inline-block text-center font-semibold transition-all duration-300 ease-in-out md:py-[10px] md:px-[15px] md:text-[14px];
}

.btn-p:hover {
  @apply bg-p-2 text-b-1;
}


/* --- NAV LINK EFFECT --- */

.nav-link {
  @apply relative transition duration-300;
}

.nav-link::before {
  content: "";
  @apply absolute left-0 -top-[31px] w-0 h-[2px] bg-p-1 transition-all duration-300;
}

.nav-link:hover::before {
  @apply w-full;
}

.nav-link.active::before {
  @apply w-full;
}

.nav-link.active {
  @apply text-w-1;
}

/* ===============================
   Banner Section
================================ */

.banner-wrap {
  @apply flex items-center justify-between gap-[30px] lg:gap-[20px] w-full pt-[40px] lg:flex-col lg:text-center;
}

.banner-left {
  @apply lg:pt-44 sm:pt-12;
}

;

.banner-right {
  @apply w-full basis-[40%];
}

.banner-img {
  @apply mx-auto relative w-full;
}


/* ===============================
   Slider
================================ */

.pogoSlider {
  @apply h-full pb-0;
}

.pogoSlider .container {
  @apply h-full;
}

.pogoSlider-slide {
  @apply bg-center bg-cover h-full;
}

.slide-content {
  @apply flex flex-col items-start justify-center w-full h-full relative;
}

.slide-content .row {
  @apply flex items-center;
}

.pogoSlider-dir-btn {
  @apply border border-black/70;
}

.pogoSlider-dir-btn:hover {
  @apply border-black;
}


.pogoSlider {
  padding-bottom: 36% !important;
}

.pogoSlider-dir-btn--next {
  right: 0;
}

.pogoSlider-dir-btn--prev {
  left: 0;
}

/* ----quality Section ---- */

.quality-grid {
  @apply grid grid-cols-4 sm:grid-cols-1 lg:grid-cols-2 gap-6 md:gap-4;
}

.quality-card {
  @apply text-center mx-auto flex flex-col items-center;
}

.quality-icon {
  @apply w-14 h-14 flex items-center justify-center rounded-[10px] bg-p-2 text-p-1 text-xl mb-6 transition duration-300;
}

/* range-section  */
.range-card {
  @apply bg-white rounded-[4px] shadow-md overflow-hidden transition-all duration-500 ease-out hover:-translate-y-2 hover:shadow-2xl;
}

.range-card-img {
  @apply w-full h-full object-cover transform transition-all duration-700 ease-out group-hover:scale-110 group-hover:-translate-y-2 rounded-t-[4px];
  ;
}

/* owl-slider */

.testimonials {
  @apply relative z-0;
}

.testimonials .owl-item img.stars {
  width: 90px !important;
}

.testimonials .owl-item img.quotes {
  width: 38px !important;
}

.testimonials .owl-item img.person {
  width: 36px !important;
}

.owl-item .active {
  @apply !mr-0;
}

.owl-carousel .owl-item img {
  @apply w-[100%];
  display: block;
}

.testimonials::before {
  @apply !bg-transparent
}

/* ===== Footer Section ===== */
.footer-section {
  @apply bg-s-2 pt-20 sm:pt-16;
}

.footer-grid {
  @apply grid grid-cols-4 sm:grid-cols-1 lg:grid-cols-2 gap-12 pb-16 sm:pb-14;
}

.footer-logo {
  @apply flex items-center gap-3 text-white font-semibold text-lg mb-6;
}

.footer-section h4 {
  @apply text-w-1 mb-6;
}

.contact-item a {
  @apply text-g-2 py-3;
}

.contact-item a:hover {
  @apply text-p-1;
}

.social-media {
  @apply mt-6;
}

.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;
}

.social-media ul li a i {
  @apply !text-w-1;
}

.social-media ul li a:hover {
  @apply bg-b-1;
}

.social-media ul li a:hover i {
  @apply !text-w-1;
}

.footer-links ul {
  @apply space-y-4 text-xs;
}

.footer-links a {
  @apply transition duration-300 text-g-2 text-xs;
}

.footer-links a:hover {
  @apply text-p-1;
}

.footer-bottom {
  @apply bg-s-1 py-4 text-center;
}

.whatsapp-img a {
  width: 171px;
  height: 79px;
  display: inline-block;
  background: url(../../whatsapp-chat-img.png) top center no-repeat;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

.whatsapp-img-mobile a {
  background: url(../../whatsapp-chat-img2.png) 100% 100% no-repeat;
  z-index: 99999;
  width: 57px;
  height: 56px;
}


.whatsapp-img-mobile {
  display: none;
}

@media(max-width: 767px) {
  .whatsapp-img-mobile {
    display: block;
  }

  .whatsapp-img-desktop {
    display: none;
  }
}