@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: #1f2e2f;
  --color-p-2: #438a91;
  --color-p-3: #e8eff0;

  --color-s-1: #f79633;

  --color-b-1: #000000;
  --color-b-2: #333333;
  --color-b-3: #555555;

  --color-g-1: #f9f8f6;


  --color-w-1: #ffffff;
}

html {
  font-size: 14px;
}

@font-face {
  font-family: 'R';
  src: url('../fonts/Rooster-Regular.woff2'),
}


body {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 1.1;
  color: var(--color-b-2);
  font-family: 'R';
  font-weight: normal;
  background: url(../images/new/bg2.png) center center;
}

* {
  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;
  font-size: 14px !important;
  color: #555555
}

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: 16px;
  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];
}

span {
  @apply text-p-2
}

/* basic css end  */
.top-cut-bg {
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

/* css start */

.btn-p {
  background: var(--color-s-1);
  @apply text-[14px] py-[15px] px-[26px] rounded-[10px] !text-w-1 inline-block text-center sm:py-[6px] sm:px-[14px] sm:text-xs transition-all duration-300 ease-in-out font-semibold;
}

.btn-p:hover {
  background: var(--color-p-2);
}

.btn-b {
  @apply bg-[#676b6d] font-semibold text-[14px] py-[15px] px-[26px] rounded-[10px] !text-w-1 inline-block text-center sm:py-[6px] sm:px-[14px] sm:text-xs transition-all duration-300 ease-in-out;
}

.btn-b:hover {
  @apply !bg-p-2 !text-w-1;
}

.btn-w {
  @apply bg-p-3 text-[#48787d] rounded-full py-[6px] px-3 inline-block font-semibold
}

.navbar-toggle {
  @apply md:mt-[30px];
}

.navbar-header {
  @apply md:pb-2;
}

.navbar-brand {
  @apply py-[17.5px] mr-[45px] xl:mr-[30px] lg:mr-[20px] md:h-[unset];
}

.navbar-nav>li>a {
  @apply text-xs text-b-2;
}

.navbar-default .navbar-nav>li>a {
  @apply text-b-2;
}

.navbar-default .navbar-nav>li>a.btn-p {
  @apply hover:bg-b-1;
}

.navbar {
  @apply mb-0;
}

.navbar-nav {
  @apply py-5 md:pt-0 md:pb-5 md:mt-[-10.5px];
}

.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] rounded-[30px] py-[11px] px-[13px] text-b-2 text-[14px];
}

.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;
}

/* galler section  */

.gallery-item {
  overflow: hidden;
  border-radius: 1rem;
}

.gallery-item img {
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.header-contact-sec {
  z-index: 9999;
}

.contact-list {
  display: flex;
  gap: 20px;
  align-items: center;
}

.contact-page-main {
  display: flex;
  gap: 100px;
}

@media (max-width: 999px) {
  .contact-page-main {
    flex-direction: column;
    gap: 30px;
  }

  .contact-page-main iframe {
    width: 100%;
    height: 300px;
  }
}

/*999px*/

.img-sec {
  background: #438a91 url(../images/home-fit-sec-img.jpg) fixed no-repeat center center / cover;
  height: 300px;
}

.img-sec2 {
  background: #438a91 url(../images/images.jpg) fixed no-repeat center center / cover;
  height: 500px;
}

.img-section {
  background: #438a91 url(../images/new/1.jpg) fixed no-repeat center center / cover;
  height: 500px;
}

.img-section2 {
  background-image: url(../images/new/2.jpg);
}

.img-section3 {
  background-image: url(../images/new/3.jpg);
}

.img-section4 {
  background-image: url(../images/new/4.jpg);
}

.img-section5 {
  background-image: url(../images/new/5.jpg);
}

.img-section6 {
  background-image: url(../images/new/6.jpg);
}

.img-section7 {
  background-image: url(../images/new/7.jpg);
}

.img-section8 {
  background-image: url(../images/new/8.jpg);
}

.img-section9 {
  background-image: url(../images/new/9.jpg);
}

.img-section10 {
  background-image: url(../images/new/10.jpg);
}

.img-section11 {
  background-image: url(../images/new/11.jpg);
}

.img-section12 {
  background-image: url(../images/new/12.jpg);
}

.img-section13 {
  background-image: url(../images/new/13.jpg);
}

.process-excel h4 {
  font-size: 22px;
  font-weight: bold;
}



.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: 46% !important;
}

@media (max-width: 450px) {
  .footer-logo img {
    margin-left: auto;
    margin-right: auto;
  }

}

/*450px*/

.gallery-item2 img {
  height: 100%;
  object-fit: cover;
}

.logo-sec img,
.footer-logo img {
  max-width: 200px !important;
}

.dw-sec img {
  max-width: 250px;
  height: auto;
  margin-top: 20px;
}

.inner-pages {
  min-height: 700px;
}

.conact2-top {
  padding: 80px 0;
}


.contact2-form {
  padding: 80px 0;
  background-color: var(--color-g-1);
}

.contact2-form .page-enquiry {
  max-width: 800px;
  margin: 0 auto;
}

.contact2-form .page-enquiry h3 {
  text-align: center;
}

.contact2-form .page-enquiry h4 {
  text-align: center;
  font-size: 25px;
}

.infra-pics {
  padding-bottom: 80px;
}

.infra-pics img {
  width: 100%;
}