@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");


@font-face {
	font-family: AloeveraDisplay-Black;
	src: url("https://crownofficial.in/wp-content/themes/crown/fonts/AloeveraDisplay-Black.woff") format('truetype');
}
@font-face {
	font-family: AloeveraDisplay-Bold;
	src: url("https://crownofficial.in/wp-content/themes/crown/fonts/AloeveraDisplay-Bold.woff") format('truetype');
}
@font-face {
	font-family: AloeveraDisplay-ExtraBold;
	src: url("https://crownofficial.in/wp-content/themes/crown/fonts/AloeveraDisplay-ExtraBold.woff") format('truetype');
}
@font-face {
	font-family: AloeveraDisplay-ExtraLight;
	src: url("https://crownofficial.in/wp-content/themes/crown/fonts/AloeveraDisplay-ExtraLight.woff") format('truetype');
}
@font-face {
	font-family: AloeveraDisplay-Light;
	src: url("https://crownofficial.in/wp-content/themes/crown/fonts/AloeveraDisplay-Light.woff") format('truetype');
}
@font-face {
	font-family: AloeveraDisplay-Medium;
	src: url("https://crownofficial.in/wp-content/themes/crown/fonts/AloeveraDisplay-Medium.woff") format('truetype');
}
@font-face {
	font-family: AloeveraDisplay-Regular;
	src: url("https://crownofficial.in/wp-content/themes/crown/fonts/AloeveraDisplay-Regular.woff") format('truetype');
}
@font-face {
	font-family: AloeveraDisplay-SemiBold;
	src: url("https://crownofficial.in/wp-content/themes/crown/fonts/AloeveraDisplay-SemiBold.woff") format('truetype');
}
@font-face {
	font-family: AloeveraDisplay-Thin;
	src: url("https://crownofficial.in/wp-content/themes/crown/fonts/AloeveraDisplay-Thin.woff") format('truetype');
}
@font-face {
	font-family: Gilroy-Regular;
	src: url("https://crownofficial.in/wp-content/themes/crown/fonts/Gilroy-Regular.woff") format('truetype');
}
@font-face {
	font-family: Gilroy-SemiBold;
	src: url("https://crownofficial.in/wp-content/themes/crown/fonts/Gilroy-SemiBold.woff") format('truetype');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.section-padding {
  padding: 80px 0;
}

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 300;
  /* background: #000; */
}

a {
  text-decoration: none;
}

.text-noeffect {
  font-size: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-align: inherit !important;
  text-transform: inherit !important;
  width: inherit !important;
  float: inherit !important;
  border: 0 !important;
}

.container_mouse {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: rgba(122, 122, 124, 0.918);
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 2rem;
  cursor: pointer;
  z-index: 999;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.container_mouse.hide {
  opacity: 0;
  visibility: hidden;
}

.container_mouse .mouse-btn {
  margin: 10px auto;
  width: 30px;
  height: 60px;
  border: 2px solid rgba(122, 122, 124, 0.918);
  border-radius: 30px;
  display: flex;
}

.container_mouse .mouse-btn .mouse-scroll {
  display: block;
  width: 15px;
  height: 15px;
  background: linear-gradient(170deg, rgba(122, 122, 124, 0.918), #7b7c7c);
  border-radius: 50%;
  margin: auto;
  animation: scrolling 2s linear infinite;
}
div#heroBanner {
  margin-top: -30px;
}
.para {
  margin-top: 20px;
}

@keyframes scrolling {
  0% {
      opacity: 0;
      transform: translateY(-20px);
  }
  100% {
      opacity: 1;
      transform: translateY(20px);
  }
}

/* smooth anchor scroll */
html {
  scroll-behavior: smooth;
}

.h2-heading{
  font-family: Gilroy-Regular, sans-serif;
  font-size: 75px;
  text-transform: uppercase;
  line-height: 1;
 
}

.copyright a{
  color: #000;
}
.copyright a:hover{
  color: #C7A049;
}

header.header {
  position: relative;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0;
  background-color: #000;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #C7A049;
  outline: 0;
  box-shadow: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-send-message {
  background: #fff;
  border: 1px solid #000;
  padding: 10px 25px;
  font-size: 44px;
  color: #000;
  border-radius: 0;
  font-family: Gilroy-Regular, sans-serif;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-send-message:hover {
  background: #000;
  border: 1px solid #000;
  padding: 10px 25px;
  font-size: 44px;
  color: #fff;
  border-radius: 0;
}
.form-control {
  padding: 10px;
}

.crown-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.crown-navigation .crownlogo a img {
  width: 9%;
  height: auto;
}

.whatsppInqure a svg {
  width: 56px;
  height: 56px;
}
.mobileBanner {
  display: none;
}
.crownlogo {
  width: 100%;
}
.crownlogo a{
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-2{
  padding-left: 120px;
  padding-right: 120px;
}

.aboutus-section{
  padding-top: 160px;
  padding-bottom: 80px;
}




/* Tabs Navigation */

.bg-black{
  background-color: #010000;
}

.h2-white{
  color: #fff;
}

.mainSec{
    position: relative;
    display: flex;
    height: 100%;
}

.productTitle{
  font-family: AloeveraDisplay-Medium, sans-serif;
  font-size: 20px;
}
.productDetails {
  width: 90%;
  margin-bottom: 12px;
}
.whatsAppButton a {
  padding: 10px 18px 10px 18px;
  background: #C7A049;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.whatsAppButton a span svg {
  height: 20px;
  width: 20px;
}


/* .mainSec::before {
  position: absolute;
  content: "";
  background-color: #C7A049;
  width: 132.29px;
  height: 133px;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
} */
.productCard{
  background-color: #fff;
  padding: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 65% 100%, 0 100%, 0% 50%);
}

.tabs-nav {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 0;
    margin: 30px 0;
}

.tabs-nav li {
    margin: 0;
}

.tabs-nav li a {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #000;
    background: transparent;
    color: #000;
    font-weight: 500;
    border-radius: none;
    transition: all 0.3s ease;
    font-family: Gilroy-Regular, sans-serif;
    font-size: 44px;
    text-transform: uppercase;
}

/* Active & Hover State */
.tabs-nav li.active a,
.tabs-nav li a:hover {
    background: #000;
    color: #fff;
}

/* Hide all tab content by default */
.productSlider {
    display: none;
}

/* Show active tab content */
.productSlider.active {
    display: block;
}

.productMainCard{
  padding: 40px 40px;
}

.productCardDes{
  color: #fff;
  margin-top: 8px;
}

.showHorse{
  color:#f15a23;
}
.proLactFormula{
  color:#19bdc4;
}
.risingStar{
  color:#b53797;
}
.breedersFormula{
  color:#87c543;
}

.productCardTitle {
  font-size: 44px;
  font-family: Gilroy-SemiBold, sans-serif;
  line-height: 1;
}

.form-control{
  border-radius: 0;
  border: none;
  background-color: #000;
  padding: 20px 10px;
}
/* 
input.form-control::placeholder{
  color:#fff;
}
textarea.form-control::placeholder{
  color:#fff;
}
textarea.form-control{
  color:#ffffffba;
} */

.productCardDes {
  color: #fff;
  margin-top: 20px;
}


@media only screen and (max-width: 768px) {
  .mobileBanner {
    display: block;
  }
  .desktopBanner {
    display: none;
  }
  .section-padding{
    padding: 40px 0;
  }
  .aboutus-section {
    padding-top: 80px;
    padding-bottom: 40px;
}
.h2-heading {
  font-family: Gilroy-Regular, sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 1;
}
.tabs-nav li a {
  display: inline-block;
  padding: 10px 10px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  font-weight: 500;
  border-radius: 0;
  transition: all 0.3s ease;
  font-family: Gilroy-Regular, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.productMainCard {
  padding: 30px 20px;
}
.infoPart{
  text-align: center;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-send-message {
  background: #fff;
  border: 1px solid #000;
  padding: 10px 11px;
  font-size: 20px;
  color: #000;
  border-radius: 0;
  font-family: Gilroy-Regular, sans-serif;
}
.form-control {
  border-radius: 0;
  border: none;
  background-color: #000;
  padding: 12px 10px;
}
.form-group p{
  margin-bottom: 10px;
}
.para p{
  margin-bottom: 10px;
}

.productCardTitle {
  font-size: 34px;
  font-family: Gilroy-SemiBold, sans-serif;
  line-height: 1;
}
  .whatsppInqure a svg {
    width: 40px;
    height: 40px;
  }
  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .crown-navigation .crownlogo a img {
    width: 18%;
    height: auto;
  } 
  .aboutus-section .row{
    flex-direction: column-reverse;
    text-align: center;
  }
  .para {
    margin-top: 12px;
  }
  .productCardDes {
    color: #fff;
    margin-top: 12px;
  }
}
