/* @import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700); */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

@tailwind base;
@tailwind components;
@tailwind utilities;

/* font-family: "Lora", serif; */

/* ==============================================
    General
============================================== */
:root {
  --color-p-1: #720000;
  --my-color: #720000;

  --color-b-1: #111111;
  --color-b-2: #222222;
  --color-b-3: #333333;
  --color-b-5: #555555;

  --color-g-1: #f4f4f4;

  --color-w-1: #ffffff;
}

html {
  font-size: 14px;
}

body {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 1.1;
  color: var(--color-b-3);
  font-family: "Lora", 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.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-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: 48px;
}

h1,
h2 {
  @apply text-xl font-semibold lg:text-[32px] md:text-[28px];
}

h3 {
  @apply text-lg font-semibold text-b-2;
}

h4 {
  @apply text-md;
}

h5 {
  @apply text-sm;
}

h6 {
  @apply text-xs;
}

.dark-sec {
  @apply text-w-1;
}

.my-sec {
  @apply py-[75px] xl:py-[50px] md:py-[40px];
}

/* basic css end  */

/* css start */

.btn-p {
  @apply text-xs bg-p-1 hover:bg-b-1 hover:text-w-1 py-[13px] px-[20px] text-w-1 inline-block text-center;
}

.btn-p-w {
  @apply text-xs bg-w-1 hover:bg-b-1 hover:text-w-1 py-[13px] px-[20px] text-p-1 inline-block text-center;
}

.navbar-toggle {
  @apply md:mt-[20px];
}
.navbar-brand > img {
  max-width: 130px;
}

/* .navbar-header {
  @apply md:pb-2;
} */

.navbar-brand {
  @apply p-0 mr-[120px] xl:mr-[30px] lg:mr-[20px] md:h-[unset];
}

.navbar-nav > li > a {
  @apply text-sm font-medium text-b-3;
}

.navbar-default .navbar-nav > li > a {
  @apply text-b-3;
}

.navbar-default .navbar-nav > li > a.btn-p {
  @apply hover:bg-b-1;
}

.navbar {
  @apply mb-0;
}

.navbar-right {
  @apply flex justify-center items-center;
}

.navbar-right li a {
  @apply py-0 text-md;
}

.navbar-default .navbar-nav > li > a {
  padding: 10px 15px;
}

.navbar-right {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .navbar-right {
    flex-direction: column;
  }

  .nav > li {
    padding: 10px;
  }
}

/* .navbar-nav {
  @apply px-4 xl:px-3;
} */

.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: var(--color-p-1);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: var(--color-p-1);
}

.nav > li > a {
  @apply lg:px-[8px] text-b-2 xl:text-xs;
}

.navbar-right li a {
  font-size: 18px;
}

.pogoSlider {
  padding-bottom: 33% !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-p-1) !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.png) no-repeat center center;
  display: inline-block;
  border-radius: 50%;
}

.owl-nav button.owl-prev::after {
  transform: rotate(180deg);
}

.choose-us-white h4 {
  @apply mb-0 font-semibold;
}

.choose-us-white p {
  @apply mb-0 text-b-5;
}

.manufacture-left p {
  @apply text-b-5;
}

.line-arrow {
  @apply lg:mt-7 md:mt-4
}

.line-arrow img {
  width: 85%;
  @apply lg:hidden;
}

.line {
  border: 1px solid #e8e8e8;
}

.product-text p {
  @apply mb-0 text-b-5;
}

.p-box1 img {
  height: 100%;
  object-fit: cover;
}

.overseas-right p {
  @apply text-b-5 !mb-8;
}

.testimonial-box {
  @apply p-6
}

.testimonial-sec .testimonial-left img
{
  @apply !w-[200px] mx-auto
}

.manufacturing-box {
  @apply border-2 rounded-[5px] bg-w-1 p-7 flex flex-col justify-center items-center text-center;
}

.manufacturing-box h3 {
  @apply mt-4;
}

.manufacturing-box:hover{
  @apply bg-p-1
}

.footer-menu-list {
  @apply flex flex-col gap-2;
}

/* .footer-menu-list li a {
  @apply hover:text-b-1 leading-none;
} */

footer .footer-menu-heading h3 {
  @apply !text-[20px] font-semibold;
}

footer .footer-menu-heading ul li a {
  @apply !text-[14px] !text-b-2;
}

footer .footer-menu-heading a {
  @apply hover:underline;
}

.social-media ul li a {
  @apply bg-g-1 !text-[20px] w-10 h-10 flex items-center justify-center transition-all duration-300 ease-in-out;
  border: 1px solid #333333;
}

.social-media ul li a i {
  @apply !text-b-2;
}

.social-media ul li a:hover {
  @apply bg-b-1;
}

.social-media ul li a:hover i {
  @apply !text-w-1;
}

.header-search input[type="text"] {
  border: 1px solid #e5e7eb;
  padding: 8px;
}

.header-search button {
  padding: 8.5px 12px;
}

.why-icon {
  width: 73px;
  height: 73px;
  background: var(--color-p-1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (max-width: 1199px){
  #header .social-media {
    display:none;
  }
}

/*450px*/
@media (max-width: 499px){
  #header .logo-sec img {
    max-width: 230px !important;
    height: auto;
}

}
/*450px*/