@import url('https://fonts.googleapis.com/css2?family=Anton&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Big+Shoulders+Display:wght@100..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Goudy+Bookletter+1911&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yeseva+One&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  font-size: 16px;

  --font-anton: 'Anton', sans-serif;
  --font-big-shoulders: 'Big Shoulders Display', sans-serif;
  --font-cormorant-garamond: 'Cormorant Garamond', serif;
  --font-goudy: 'Goudy Bookletter 1911', serif;
  --font-lato: 'Lato', sans-serif;
  --font-montserrat: 'Montserrat', sans-serif;
  --font-playfair: 'Playfair Display', serif;
  --font-poppins: 'Poppins', sans-serif;
  --font-Arvo: "Arvo", sans-serif;
  --font-yeseva-one: 'Yeseva One', serif;

  --white-color: #fff;
  --gray-color: #c6c9d8;
  --black-color: #000;
  --primary-color: #17504c;
  --secondary-color: #14223e;
  --third-color: #f2a129;
  --fourth-color: #1a2c50;
  --fifth-color: #f9ef23;
  --sixth-color: #64badb;
  --card-color: #187498;

  --shadow: rgba(255, 255, 255, 0.35) 0px 0px 15px;
  --text-shadow: 0px 0px 0.85rem currentColor;
  --transition: all 0.3s ease-in-out;
}

body {
  font-family: var(--font-montserrat);
  background-color: var(--secondary-color);
  color: var(--white-color);
}

a {
  text-decoration: none !important;
}

::-webkit-scrollbar {
  width: 07px;
}

::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}

::-webkit-scrollbar-track {
  background: var(--gray-color);
}
.plyr__controls__item{
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

.mainBtn,.JoinNow {
  color: var(--white-color);
  background-color: var(--third-color);
  display: inline-block;
  border: 2px solid var(--third-color);
  border-radius: 2rem;
  width: 8rem;
  height: 2.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 2.3rem;
  font-weight: 600;
  cursor: pointer;z
  text-transform: uppercase;
  transition: var(--transition);
}

/* Hover state */
.mainBtn:hover,.JoinNow:hover {
  color: var(--third-color);
  background-color: var(--white-color);
  box-shadow: var(--shadow);
  transform: scale(1.1);
}

/* Focus state (for accessibility) */
.mainBtn:focus,.JoinNow:focus {
  outline: 3px solid var(--third-color);
  outline-offset: 3px;
  box-shadow: 0 0 10px var(--third-color);
}

/* Active state (when button is clicked) */
.mainBtn:active,.JoinNow:active {
  background-color: var(--white-color);
  color: var(--third-color);
  border-color: var(--third-color);
  transform: scale(0.95);
  box-shadow: inset 0 0 5px var(--third-color);
}
.JoinNow {
  font-size: 2.5rem !important;
  width: 18rem;
  height: 4rem;
  line-height: 3.5rem;
  display: block;
  text-align: center;
  margin: auto;
}
.h1 {
  font-size: 7rem !important;
  font-weight: 900;
  color: var(--sixth-color);
}

.h2 {
  font-size: 5rem !important;
  font-weight: 800;
  color: var(--third-color);
  text-transform: uppercase;
  font-family: var(--font-Arvo);
}

.h3 {
  font-size: 3.25rem !important;
  font-weight: 600;
  color: var(--third-color);
  font-family: var(--font-anton);
  position: relative;
  text-transform: uppercase;
}

.h3::before {
  content: "";
  position: absolute;
  background: var(--white-color);
  width: 4px;
  height: 100%;
  left: -0.5rem;
}

.h4 {
  font-size: 2rem !important;
  font-weight: 600;
}

.h5 {
  font-size: 1.5rem !important;
  font-family: var(--font-anton);
}

p {
  font-size: 0.85rem;
}

.no-before::before {
  content: none !important;
}

input:hover,
input:focus,
textarea:focus,
textarea:hover,
button {
  outline: none !important;
  box-shadow: none !important;
}


/* Navbar Styling */
header .navbar {
  padding: 0.5rem 0;
  transition: all 0.5s ease-in-out;
  background: var(--primary-color);
}

.navbar .navbar-brand {
  max-width: 18rem;
}

.navbar .navbar-brand img {
  max-width: 100%;
}

header .navbar .navbar-toggler {
  color: var(--white-color);
  border: none;
  outline: none;
  box-shadow: none;
}

header .navbar .navbar-toggler {
  box-shadow: none;
}

header .navbar .nav-item {
  margin: 0 0.5rem;
}

.navbar .nav-item .nav-link {
  color: var(--white-color);
  position: relative;
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  display: inline-block;
}

.navbar .nav-item .nav-link::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 0;
  transition: var(--transition);
  background: var(--third-color);
  height: 2px;
}

.navbar .nav-item .nav-link:hover::after,
.navbar .nav-item .nav-link.active::after {
  width: 100%;
}

.navbar .nav-item .nav-link:hover,
.navbar .nav-item .nav-link.active {
  color: var(--third-color);
}

/* Scroll Effect */
.headerScrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--primary-color);
  box-shadow: var(--shadow);
}

.headerScrolled .navbar-brand img {
  width: 70%;
}

.bg-color-nav {
  background: var(--primary-color);
}





/* Responsive Typography */

/* Large screens (max-width: 1200px) */
@media (max-width: 1200px) {
  :root {
    font-size: 15.5px;
  }

  .navbar .navbar-brand {
    max-width: 15rem;
  }

  .h1 {
    font-size: 6rem !important;
  }

  .h2 {
    font-size: 4.5rem !important;
  }

  .h3 {
    font-size: 3rem !important;
  }

  .h4 {
    font-size: 1.85rem !important;
  }
}

/* Medium screens (max-width: 992px) */
@media (max-width: 992px) {
  :root {
    font-size: 15px;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--primary-color);
    z-index: 999;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
    .JoinNow {
    font-size: 2rem !important;
    width: 15rem;
    height: 3.5rem;
  }
  .h1 {
    font-size: 5rem !important;
  }

  .h2 {
    font-size: 4rem !important;
  }

  .h3 {
    font-size: 2.75rem !important;
  }

  .h4 {
    font-size: 1.65rem !important;
  }
}

/* Tablet screens (max-width: 768px) */
@media (max-width: 768px) {
  :root {
    font-size: 14.75px;
  }

  .h1 {
    font-size: 4.25rem !important;
  }

  .h2 {
    font-size: 3.5rem !important;
  }

  .h3 {
    font-size: 2.75rem !important;
  }

  .h4 {
    font-size: 1.5rem !important;
  }

  .h5 {
    font-size: 1.25rem !important;
  }

      .JoinNow {
    font-size: 1.8rem !important;
    width: 13.5rem;
    height: 3rem;
    line-height: 3rem;
  }

  header .navbar .nav-item {
    margin: 0;
    margin-bottom: 1rem;
  }
}

/* Mobile screens (max-width: 576px) */
@media (max-width: 576px) {
  :root {
    font-size: 12.75px;
  }

  .h1 {
    font-size: 3.5rem !important;
  }

  .h2 {
    font-size: 2.75rem !important;
  }

  .h3 {
    font-size: 2.5rem !important;
  }

  .h5 {
    font-size: 1rem !important;
  }

  p {
    font-size: 0.8rem;
  }

}

/* Small mobile screens (max-width: 450px) */
@media (max-width: 450px) {
  :root {
    font-size: 12px;
  }

  .h1 {
    font-size: 3rem !important;
  }

  .h2 {
    font-size: 2.25rem !important;
  }

  .h3 {
    font-size: 2.25rem !important;
  }

  .h4 {
    font-size: 1.25rem !important;
  }
    .JoinNow {
    font-size: 1.6rem !important;
    width: 12rem;
    line-height: 2.5rem;
  }
}

@media (max-width: 350px) {
  :root {
    font-size: 11.25px;
  }

  .h1 {
    font-size: 2.5rem !important;
  }

  .h2 {
    font-size: 2.15rem !important;
  }

  .h3 {
    font-size: 2rem !important;
  }

  .h4 {
    font-size: 1.25rem !important;
  }
    .JoinNow {
    font-size: 1.25rem !important;
    width: 10rem;
    height: 2.5rem;
    line-height: 2.25rem;
  }
}