@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600;700&display=swap");

@tailwind base;
@tailwind components;
@tailwind utilities;

/* font-family: "Poppins", sans-serif; */

/* ==============================================
    General
============================================== */
:root {
  --color-p-1: #2c0678;
  --color-p-2: #080026;
  --color-p-3: #280177;
  
  --color-s-1: #dfc534;

  --color-w-1: #ffffff;

  --color-g-1: #000000; 
  --color-g-2: #333333;
  --color-g-3: #555555;
  --color-g-4: #d3d3d3;
  --color-g-5: #f4f1f9;
}

.gradient-bg
{
  background: linear-gradient(to right, var(--color-p-1), var(--color-p-2));
}

html {
  font-size: 14px;
  padding: 0;
  margin: 0;
  line-height: 1.1;
  color: var(--color-g-3);
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::selection {
  background-color: var(--color-g-4);
  color: var(--color-white);
}

/* ppppppppppp  */
p {
  color: var(--color-g-3);
  line-height: 1.6;
}

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;
}

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.3;
  margin-bottom: 14px;
  outline: none !important;
  font-family: "Poppins", sans-serif;
  color: var(--color-g-1);
  font-weight: 600;
  font-size: 36px;
  @apply md:mb-5
}

h1,
h2 {
  @apply text-[36px] xl:text-[30px] md:text-[28px] sm:text-[24px] md:mb-3
}

h3 {
  @apply text-[22px] md:text-[18px] sm:text-[16px];
}

h4 {
  @apply text-[18px] md:text-[16px] sm:text-[15px];
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}
/* basic css end  */

.my-sec{
 @apply py-[60px] xl:py-[50px] lg:py-[40px] md:py-[30px]
}

/* btn  */
.gradient-btn{
  @apply bg-gradient-to-l from-[#aa1906] to-[#d74524] text-w-1 py-3 px-5 rounded-[30px] font-semibold;
}

.gradient-btn:hover{
  @apply bg-gradient-to-l from-[#8a1202] to-[#aa1906] text-w-1;
}

.light-btn{
  @apply bg-w-1 text-g-3 py-3 px-5 rounded-[30px] font-semibold;
}

.light-btn:hover{
  @apply bg-gradient-to-l from-[#aa1906] to-[#8a1202] text-w-1;
}


header {
  @apply absolute w-full z-10
}


/* css start */


.navbar-header {
  @apply md:pb-2
}

.navbar-brand {
  @apply p-0 mr-[130px] xl:mr-[50px];
}

.navbar-brand img{
  @apply !max-w-[95px] md:!max-w-[68px];
}

.navbar-nav {
  @apply md:text-center flex items-center md:flex-col md:bg-w-1 py-3 mt-2;
}

.navbar {
  @apply my-[15px];
}

.dropdown-menu {
  @apply md:text-center
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  @apply text-s-1
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #ffffff !important;
}

.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);
    border-radius: 9999px;
    /* padding: 6px 14px; */
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: var(--color-w-1);
    background-color: var(--color-p-1);
    border-radius: 9999px;
    /* padding: 6px 14px; */
}

.navbar-default .navbar-nav > li > a {
  padding: 8px 10px;
  @apply text-g-2 !font-semibold text-sm xl:text-xs md:!text-sm md:text-center lg:px-[8px]
}

.navbar-nav > li:last-child > a {
  @apply text-[20px]
}

.navbar-toggle {
  @apply gradient-bg
}

.navbar-default .navbar-toggle .icon-bar {
  @apply bg-w-1
}

/*  */

.pogoSlider {
  padding-bottom: 32% !important;
}

.hero-bottom-sec{
  @apply grid grid-cols-6 lg:grid-cols-3 sm:grid-cols-2 gap-4 rounded-3xl relative z-50 bg-w-1 p-4 -mt-24 sm:-mt-8 lg:-mt-11;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.img-style{
  @apply rounded-3xl lg:w-full;
}

.box-style span{
  @apply light-btn absolute bottom-[8px] inset-x-2 text-center font-semibold w-auto;
}

.box-style:hover span{
  @apply bg-gradient-to-l from-[#aa1906] to-[#8a1202] text-w-1;
}

/*  */

.location-img {
  @apply rounded-t-[5px] overflow-hidden lg:w-full;
}

.location-img img {
  @apply w-full
}

.location-box img {
  transition: all 0.3s ease-in-out;
}

.location-box img:hover {
  transform: scale(1.1);
}

.location-address {
  @apply rounded-b-[5px] sm:text-center;
}

.our-story p {
  @apply text-md text-g-3 mb-8 md:mb-2;
}

/*  */

.card {
      @apply bg-white rounded-lg shadow-lg p-6 mb-[30px] relative overflow-hidden lg:text-center;
    }
    .card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 6px;
      width: 100%;
    }
    .championship::before {
      background: linear-gradient(to right, #ff7b00, #ffcc00);
    }

    .champion-btn {
      background: linear-gradient(to right, #ff7b00, #ffcc00);
    }

    .training::before {
      background: linear-gradient(to right, #7b2ff7, #f107a3);
    }

    .training-btn {
      background: linear-gradient(to right, #7b2ff7, #f107a3);
    }

    .exhibition::before {
      background: linear-gradient(to right, #ff2a68, #ff6f91);
    }

    .exhibition-btn {
      background: linear-gradient(to right, #ff2a68, #ff6f91);
    }

    .qualifier::before {
      background: linear-gradient(to right, #3a7bd5, #3a6073);
    }

    .qualifier-btn {
      background: linear-gradient(to right, #3a7bd5, #3a6073);
    }

/*  */

.coaching-img {
  @apply rounded-t-[5px] overflow-hidden lg:w-full;
}

.coaching-box img {
  transition: all 0.3s ease-in-out;
}

.coaching-box img:hover {
  transform: scale(1.03);
}

.Coaching-details {
  @apply rounded-b-[5px];
}

/*  */


 .location-card {
      @apply bg-g-5 text-g-2 text-center py-3 px-4 rounded-md shadow-sm mb-3 text-xs font-medium;
    }
    .pricing-table {
      @apply bg-white shadow-md rounded-md overflow-hidden;
    }
    .pricing-header {
      @apply bg-s-1 text-white text-center font-semibold text-[18px] py-3 md:text-xs;
    }
    .pricing-subheader {
      @apply text-center font-medium text-[18px] py-3 border-b font-poppins;
    }
    .pricing-row td {
      @apply text-center py-3 border-b;
    }
    .see-more-btn {
      @apply bg-p-3 hover:bg-purple-900 hover:text-w-1 text-white font-semibold px-11 py-4 rounded-full mt-9 inline-block md:mt-4;
    }

/*  */

.footer{
  @apply bg-p-2
}

.footer-link{
  @apply text-g-4 leading-[2.2]
}

.footer-link h4{
  @apply text-w-1 font-medium mb-6 sm:mb-3
}

.footer-link a:hover{
  @apply text-g-4 underline
}

.footer-info-list li {
  @apply flex items-start gap-1 sm:justify-center;
}

.footer-info li i{
  @apply pr-2 !text-[20px] mt-[7px]
}

.footer-info li i.fa-envelope {
  @apply !text-[16px]
}

.follow-us a {
  @apply text-[16px] bg-p-3 rounded-full w-8 h-8 flex items-center justify-center
}

.follow-us a:hover{
  @apply !bg-w-1 no-underline
}

.follow-us a:hover i {
  @apply !text-p-2
}

.footer-copy{
  @apply !py-6 !text-w-1 md:!py-2;
}

.footer-newsletter input::placeholder {
  @apply text-w-1
}

.footer-bottom a:hover {
  @apply underline !text-w-1
}

.header-menu {
  background: rgba(50, 13, 126, 0.6);
  display: flex;
  align-items: center;
  border-radius: 40px;
  padding: 10px 10px;
}