@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700);

@tailwind base;
@tailwind components;
@tailwind utilities;

.collapse{
  visibility: unset !important;
}

/* font-family: "Poppins", sans-serif; */
/* font-family: "Inter", serif; */

/* ==============================================
    General
============================================== */
:root {
  --color-p-1: #5a2103;
  --my-color: #5a2103;

  --color-b-1: #000000;
  --color-b-2: #222222;
  --color-b-3: #333333;
  --color-b-4: #444444;
  --color-b-5: #555555;

  --color-g-1: #dddddd;
  --color-g-2: #f3f3f3;

  --color-w-1: #ffffff;
}

html {
  font-size: 14px;
}

body {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 1.1;
  color: var(--color-b-4);
  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-white);
}

/* pppppppppp  */
p {
  line-height: 1.6;
  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-2);
}

a:hover {
  color: var(--color-p-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: 15px;
  outline: none !important;
  color: var(--color-b-3);
  font-weight: 600;
  font-size: 36px;
}

h1,
h2 {
  @apply text-xl lg:text-[32px] md:text-[28px];
}

h3 {
  @apply text-lg;
}

h4 {
  @apply text-md;
}

h5 {
  @apply text-[16px] font-inter text-b-4 mb-0;
}

h6 {
  @apply text-xs;
}

.dark-sec * {
  @apply text-w-1;
}

.my-sec {
  @apply py-[90px] lg:py-[70px] md:py-[50px];
}

.my-sec1 {
  @apply py-[70px] lg:py-[50px] md:py-[30px];
}

/* basic css end  */

/* css start */

.btn-p {
  @apply text-[16px] bg-p-1 font-semibold hover:bg-b-2 !py-3 px-14 rounded-full !text-w-1 inline-block text-center;
}

header {
  background: url(../images/header-bg.jpg) no-repeat bottom center;
}

.navbar-collapse {
  @apply float-right md:float-none px-0;
  width: 100%;
}

.navbar-toggle {
  @apply md:mt-[35px];
}

.navbar-brand>img {
  max-width: 130px;
}

.navbar-header {
  @apply md:pb-2
}

.navbar-brand {
  @apply p-0 md:h-[unset] -mt-[15px] md:mt-[10px];
}

.navbar-nav>li>a {
  @apply text-sm text-b-2
}

.navbar-default .navbar-nav>li>a {
  @apply text-b-2
}

.navbar-default .navbar-nav>li>a.btn-p {
  @apply hover:bg-g-1
}


.navbar {
}

.navbar-nav {
  @apply mt-6
}


.navbar-nav:first-child {
  @apply bg-w-1 p-1 shadow-lg rounded-[30px];
}

.navbar-nav:last-child {
  @apply mt-4
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  @apply md:text-center;
}

.dropdown-menu>li>a {
  @apply md:text-center;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: var(--color-w-1);
  background-color: var(--color-p-1) !important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: var(--color-p-1);
}

.nav>li>a {
  @apply rounded-[30px] py-[11px] px-[15px] xl:px-[10px] lg:px-[5px] text-b-2
}

.pogoSlider {
  padding-bottom: 40% !important;
}

.pogoSlider-dir-btn--next {
  right: 0;
}

.pogoSlider-dir-btn--prev {
  left: 0;
}

.main-left-col ul li a {
  @apply pb-4 mb-4 border-solid border-b-[1px] border-[#eceeee] flex gap-2 items-center;
}

.main-left-col ul li a::before {
  content: '';
  @apply w-3 h-3 border-2 border-p-1 rounded-full;
}

/*  */

.welcome-rt-box {
  @apply flex gap-2 items-center mb-4;
}

.industrial-product-left img {
  @apply rounded-[10px];
}

.industrial-product-left h3 {
  @apply !my-6 font-inter text-b-2 font-semibold;
}

.industrial-product-left p {
  @apply !mb-4 text-b-3;
}

.product-image img {
  @apply rounded-[10px];
}

.industries-box {
  @apply border-2 rounded-[10px] bg-w-1 p-7 flex flex-col justify-center items-center text-center;
}

.industries-box h5 {
  @apply mt-4 text-[20px] font-semibold font-inter;
}

.industries-box:hover{
  @apply bg-g-1
}

/* 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-b-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 */

/*  */

.footer-link {
  @apply text-b-4 leading-[2.2]
}

.footer-link h4 {
  @apply text-b-2 mb-4 sm:mb-2
}

.footer-link a:hover {
  @apply underline
}

.footer-info-list li {
  @apply flex items-start gap-1 sm:justify-center;
}

.follow-us a {
  @apply text-[16px] bg-p-1 rounded-full w-8 h-8 flex items-center justify-center
}

.follow-us a:hover {
  @apply bg-b-2
}

.follow-us i {
  @apply text-w-1
}

.follow-us a:hover i {
  @apply !text-w-1
}

.footer-copy {
  @apply text-center !py-4 !text-w-1;
}

.footer-newsletter input::placeholder {
  @apply text-b-4 pl-4
}

.footer-newsletter input {
  @apply rounded-full py-3 border-g-1
}


.dropdown-menu {
  min-width: 200px;
}

.dropdown-menu > li > a {
  white-space: unset;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: var(--color-p-1);
}



.youtube-video {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-top {
  margin-right: 10px;
}

.header-top li a {
  font-size: 12px;
}

.pr-img {
  margin-bottom: 20px;
}

.my-enquiry-btn {
    display: inline-block;
    border-radius: 9999px;
    background-color: var(--color-p-1);
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-w-1) !important;
}

.my-enquiry-btn:hover {
  background-color: var(--color-b-2);
}

#wpc-buy-btn a, #wpc-buy-btn a:hover {
  margin-bottom: 30px;
  color: #fff !important;
}

.page-id-919 .cb-about-text.inner-page-text p {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 40px;
}


.page-id-919 .cb-about-text.inner-page-text p img {
  width: 350px;
  height: 233px;
  float: none;
  margin: 0;
}