@import url("https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");

:root {
  --primary-color: #4e3b04;
  --secondary-color: #64690c /*#584b0f*/;
  --accent-color1: #9da507;
  --accent-color2: #b3cde4;
  --accent-color3: #eef3f9;
  --rotate: rotate(-45deg);
}

* {
  margin: 0px;
  padding: 0px;
  font-family: "sora";
}

.icon {
  height: 40px;
  width: 40px;
  background-color: var(--secondary-color);
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  border-radius: 50% !important;
}

.icon:hover {
  background-color: var(--primary-color);
  cursor: pointer;
}

.hoverable-btn {
  background-color: transparent;
  color: white;
  border-radius: 5px;
  font-size: 13px;
}

.hoverable-btn::before {
  content: "";
  height: 100%;
  position: absolute;
  z-index: -2;
  transition: all 0.5s ease-in-out;
  width: 100%;
  left: 0px;
  top: 0px;
  background-color: var(--secondary-color);
  cursor: pointer;
  border-radius: 5px;
  /* z-index:1; */
}

.hoverable-btn::after {
  content: "";
  height: 100%;
  position: absolute;
  z-index: -2;
  width: 0%;
  background-color: var(--primary-color);
  cursor: pointer;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  /* z-index:1; */
}

.hoverable-btn i {
  transform: var(--rotate);
  transition: all 0.5s ease-in-out;
}

.hoverable-btn:hover::after {
  width: 100%;
  color: white !important;
}

.hoverable-btn:hover::after .hoverable-btn {
  color: white !important;
}

.hoverable-btn:hover {
  --rotate: rotate(0deg);
  color: white !important;
}

.section-title h6 {
  color: var(--primary-color);
}

/* ==============================header================================ */
/* start here */
/* ----------------------------contact navbar-------------------------  */
/* start here */
.conact-navber {
  background-color: var(--secondary-color);
  color: var(--accent-color3);
}

.conact-navber span {
  font-size: 0.9rem;
}

.conact-navber .user {
  border-radius: 3px;
  background-color: var(--accent-color1);
}

/* end here */

/*--------------------------navbar section-------------------------- */
/* start here */
.comp-logo .logo {
  height: 50px;
}

.comp-logo .name {
  height: 40px;
}

.hambar i {
  color: var(--accent-color3);
  font-size: 1rem;
}

.nav-links ul li {
  position: relative;
  /* color: var(--accent-color1); */
  transition: all 0.5s ease-in-out;
}

.nav-links ul li a {
  transition: all 0.5s ease-in-out;
  color: var(--accent-color1) !important;
  position: relative;
  z-index: 1;
}

.nav-links ul li a:hover {
  color: rgba(108, 118, 0, 0.504) !important;
}

.nav-links ul li::before {
  content: "";
  width: 0%;
  left: 0px;
  z-index: -1;
  top: 0px;
  position: absolute;
  height: 3px;
  background-color: var(--primary-color);
  color: rgb(147, 173, 0);
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
}

.nav-links ul li:hover::before {
  width: 100%;
}

.nav-links ul li:hover::before .nav-links ul li a {
  cursor: pointer;
  color: rgb(172, 224, 41);
}

.nav-links .contact {
  background-color: var(--primary-color);
  color: white;
}

.nav-links .contact:hover {
  background-color: var(--accent-color1);
  border-radius: 3px;
}

.get-started-btn div {
  height: 50px;
  background-color: var(--secondary-color);
}
/* .active a {
  color: white !important;
}
.active::before {
  width: 100% !important;
  background-color: var(--primary-color) !important;
} */

/* -----------------------------sideBar section------------------- */
.side-bar-section {
  /* height: 100%; */
  background-color: var(--primary-color);
  z-index: 1000;
  top: -15px !important;
  left: 0px;
  transition: all 0.5s ease-in-out;
  left: -400px;
}
.side-bar {
  width: 350px;
  height: 100vh !important;
  background-color: var(--primary-color);
}
.side-bar .logo {
  background-color: white;
}
.side-bar .logo .logo-box {
  height: 70px;
  width: 70px;
  background-color: var(--accent-color1);
  border-radius: 50%;
}
.side-bar .logo .close-icon {
  font-size: 30px;
  cursor: pointer;
}
.side-bar .logo1 {
  height: 50px;
}

.side-bar .links ul li a {
  color: white;
}
.side-bar .links ul li {
  transition: all 0.3s ease-in-out;
}
.side-bar .links ul li:hover a {
  color: var(--accent-color1);
}
.drop-container {
  cursor: pointer;
}
.drop-down {
  list-style: none;
}
.drop-down div a {
  color: rgb(220, 220, 220);
  font-size: 15px;
}
.isDrop {
  display: none;
}
/* end here */

/* end here */

/* ==============================web introduction section================================ */
/* start here */

.website-intro {
  height: 686px !important;
  font-size: 16px;
}
.web-intro-slider .swiper-wrapper .swiper-slide img{
  height: 100% !;
  object-fit: cover !important;
}
.web-title h6 {
  letter-spacing: 5px;
  font-size: 16px !important;
  color: white;
  font-weight: normal !important;
}

.web-intro .heading h1 {
  font-family: Marcellus;
  color: var(--accent-color1);
  font-size: 3.8em;
  font-weight: 500;
}

.web-intro .description {
  color: rgb(206, 205, 205);
}
.web-intro .description  p{
  font-size: 16px;
}

.intro-slider {
  z-index: -10;
}

.slide-container {
  background: linear-gradient(
    90deg,
    black,
    rgba(47, 36, 4, 0.9),
    rgba(255, 255, 255, 0)
  );
}
.web-intro-btn .hoverable-btn{
  padding: 1em 2em;
}
.web-intro .contect-btn .info p{
  font-size: 16px !important;
}
/* end here */

/* ==============================about section================================ */
/* start here */
.about-left-cotainer img {
  height: 550px;
  /* left: 100px; */
  z-index: 30;
}

.about-cards .service-card .card-desc p{
  font-size: 16px;
}

.section-title img {
  height: 40px;
}

.section-title h6 {
  letter-spacing: 3px;
}

.section-heading h1,
.section-heading h1 span {
  font-family: Cinzel;
  font-size: 30px;
  color: var(--accent-color1);
  font-weight: 600;
}

.section-heading h1 span {
  color: var(--primary-color);
  font-size: 25px;
}

.about-content .description {
  color: rgb(100, 100, 100);
}

/* .about-content .about-catagory img {
  height: 50px;
} */

.about-content .about-catagory .img {
  background-color: var(--secondary-color);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  /* left: -10px; */
}

.hoverable-about {
  z-index: 100;
  top: 40%;
  right: -200px;
  transform: rotate(-90deg);
}

.hoverable-about h1 {
  font-size: 100px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 0.2px gray;
  transition: all 0.5s ease-in-out;
}

.hoverable-about h1:hover {
  color: var(--primary-color);
  -webkit-text-stroke: 0px var(--primary-color);
  cursor: pointer;
}

/* end here */

/* ==============================service section================================ */
/* start here */
/* .service-section {
} */

.card-header {
  border: none !important;
  background-color: transparent !important;
}

.service-card .card-header .hoverable-btn {
  z-index: 5 !important;
}

.service-card {
  background-color: transparent;
  cursor: pointer;
  border-radius: 10px !important;
}

.service-card::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  height: 0px;
  transform: rotate(180deg);
  background-color: var(--secondary-color);
  z-index: -3;
  transition: all 0.5s ease-in-out;
  border-radius: 10px !important;
}

.service-card:hover .card-title h5 {
  color: white;
}

.service-card:hover .card-desc {
  color: white;
}

.service-card:hover::before {
  height: 100%;
}

.service-card:hover .hoverable-btn::before {
  background-color: white !important;
}

.service-card:hover .hoverable-btn {
  color: var(--secondary-color);
}

.hoverable-btn:hover::after .hoverable-btn {
  color: white !important;
}

.service-card .card-header {
  align-items: center !important;
}

.service-card .card-header .card-icon {
  background-color: white;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.service-card .card-header img {
  height: 40px;
  object-fit: cover;
  /* padding : 10px; */
}

.card-title h5 {
  font-family: Cinzel;
  color: var(--secondary-color);
  transition: all 0.5s ease-in-out;
  font-weight: 600;
}

.service-card .card-desc {
  color: rgb(100, 100, 100);
  font-size: 0.9rem;
  transition: all 0.5s ease-in-out;
}

/* ==============================Cuorses cards section================================ */
/* start here */
.courses-card {
  border-radius: 10px;
  background-color: white;
  /* color: white; */
  /* border: 1px solid var(--primary-color); */
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 10;
}

.courses-card::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  /* background:linear-gradient(45deg,var(--primary-color),var(--accent-color1)); */
  border-top: 10px solid transparent;
  border-radius: 10px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, var(--primary-color), var(--accent-color1))
      border-box;
  background-clip: padding-box, border-box;
  background-origin: border-box;
  /* border-top: 10px solid var(--primary-color); */
  transition: all 0.5s ease-in-out;
  z-index: -1;
  display: none;
}

.courses-card:hover {
  transform: translatey(10px);
}

.courses-card:hover::before {
  top: -10px;
  display: block;
}

.courses-card .card-header {
  background-color: white !important;

}

.courses-card .card-header img {
  /* height: 50px; */
  object-fit: cover;
}

.courses-card .card-title h6 {
  font-family: cinzel;
}

.courses-card .card-subtitle p {
  color: rgb(97, 96, 96);
  font-size: 0.9rem;
  background-color: transparent;
}

.courses-slider .swiper-pagination {
  transform: translatey(20px);
}

/* end here */

/* ==============================Contect information section ================================ */
/* start here */
.contact-container .img img {
  height: 600px;
}
.contact-img {
  top: 10% !important;
}
.hoverable-contact {
  z-index: 100;
  top: 30%;
  left: 0px;
  /* right: -200px; */
  transform: rotate(-90deg);
}

.hoverable-contact h1 {
  font-size: 100px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 0.2px gray;
  transition: all 0.5s ease-in-out;
}
.hoverable-contact h1:hover {
  color: var(--primary-color);
  -webkit-text-stroke: 0px var(--primary-color);
  cursor: pointer;
}
.contact-info,
.contact-form-wrapper {
  border-top: 6px solid var(--secondary-color);
  border-radius: 10px;
}

.contact-card h3 {
  font-family: cinzel;
  color: var(--secondary-color);
}

.contact-item .icon {
  /* background-color: var(--secondary-color); */
  background-color: rgba(0, 27, 46, 0.5);
  color: var(--primary-color) !important;
}

.contact-item .icon a {
  color: var(--primary-color) !important;
}

.contact-item .icon {
  background-color: none;
}

.contact-item h4 {
  color: var(--secondary-color);
  font-family: cinzel;
}

/* contact form */
.form-group label {
  font-family: cinzel;
  color: var(--secondary-color);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px !important;
}

.contect-btn button {
  background-color: var(--accent-color1) !important;
  color: white;
}

.contect-btn button:focus {
  background-color: var(--accent-color1);
  color: white;
}

.contect-btn button:hover {
  background-color: var(--accent-color1);
  color: white;
}

/* end here */

/* ==============================member section================================ */
/* start here */
.member-card {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  /* border: 1px solid var(--primary-color) !important; */
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

.member-card:hover {
  cursor: pointer;
  /* box-shadow: 0px 0px 100px rgba(29, 63, 88) inset !important; */
}

.member-card:hover .member-img img {
  transform: scale(1.6);
}

.member-card:hover .member-social {
  left: 10px;
}

.member-social {
  left: -50px;
  transition: all 0.5s ease-in-out;
}

.member-img {
  background-color: white;
  height: 150px;
  width: 150px;
  overflow: hidden;
}

.member-img img {
  object-fit: cover;
  transform: scale(1.4);
  /* height: 200px !important;
   width: 200px; */
  transition: all 0.5s ease-in-out;
}

.member-title h6 {
  color: var(--secondary-color);
  font-family: cinzel;
}
.member-title p {
  font-size: 14px;
}

.member-slider .swiper-pagination {
  z-index: 100;
  transform: translatey(10px) !important;
}

/*end here*/

/* ==============================gallery  section================================ */
/* start here */
.gallery-section {
  background: rgb(223, 223, 223);
  /* z-index:-10; */
}
.gallery-section-images h3 {
  font-family: cinzel;
  color: var(--primary-color);
}
.gallery-card {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.show-more {
  background-color: rgba(100, 105, 12, 0.6);
  /* top: -100px !important; */
  transition: all 0.5s ease-in-out;
  color: white;
  display: none;
  /* display: none !important; */
}

.gallery-img img {
  transition: all 0.5s ease-in-out;
}

.gallery-card:hover .show-more {
  display: block;
  /* display: block !important; */
}

.gallery-card:hover .gallery-img img {
  transform: scale(1.2);
  /* display: block !important; */
}

.show-more .icon {
  background-color: var(--accent-color1) !important;
}
.gallery-btns button {
  z-index: 1;
}

/* end here */

/* ==============================footer section================================ */
/* start here */
.footer-container {
  background: url("../src/footer-bg.png");
  background-size: cover;
  color: white;
}

.footer-title h5 {
  font-family: cinzel;
  color: white;
}

.footer-links ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footer-links ul li {
  color: var(--accent-color2);
  padding-bottom: 15px;
  transition: all 0.5s ease-in-out;
}

.footer-links ul li:hover {
  color: var(--accent-color2);
  padding-bottom: 15px;
  transform: translatex(10px);
}

.footer-links ul li a {
  color: rgb(188, 187, 187);
}

.footer-links ul li a:hover {
  color: var(--accent-color1);
}

.about-footer .description {
  color: rgb(188, 187, 187);
}

.about-footer .footer-title .logo {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: white;
}

.about-footer .footer-title img {
  height: 40px;
}

.footer-social .icon {
  background-color: var(--accent-color1);
  transition: all 0.3s ease-in-out;
}

.footer-social .icon:hover {
  background-color: var(--secondary-color);
}

.copyright-footer {
  border-top: 1px solid var(--accent-color1);
}

.about-footer button {
  background-color: transparent;
  color: white;
  border: 1px solid var(--primary-color);
  transition: all 0.5s ease-in-out;
}

.about-footer button:hover {
  background-color: var(--primary-color);
  box-shadow: 0px 0px 10px var(--primary-color);
}

/* end here */
/* home page end here */

/* ==============================footer page ================================ */
/* start here */
.footer-page {
  background: linear-gradient(
    45deg,
    var(--primary-color),
    var(--secondary-color)
  );
}
.copyright-container {
  color: white !important;
}
.social-container .title {
  color: white !important;
}
/* end here */

/* ==============================Coverpage section ================================ */
/* start here */
.cover-page {
  background: url("../src/Cover-page.png"), rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply;
  background-size: cover;
  height: 340px !important;
}
.cover-page .page-title {
  /* background: blue; */
  /* transform: translatex(100px); */
  width: 370px;
}
.cover-page .page-title h1 {
  color: white;
  /* background-image: linear-gradient(180deg,var(--accent-color1),white); */
  /* -webkit-text-stroke: 2px var(--primary-color); */
  letter-spacing: 5px;
  background-clip: text;
  font-family: cinzel;
  font-weight: 900;
}
.cover-page .page-navigation ul {
  list-style: none;
}
.cover-page .page-navigation ul .home-page a {
  color: white;
}
/* end here */

/* ==============================about page================================ */
/* start here */
.card-number {
  font-size: 25px;
  /* background-color:red; */
  height: 50px;
  width: 50px;
  color: var(--accent-color1);
}
.card-number::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 50px;
  background-color: white;
  z-index: -2;
  border-radius: 50%;
}
.card-number::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 50px;
  background-color: var(--primary-color);
  z-index: -1;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  transition: all 0.5s ease-in-out;
}
.service-card:hover .card-number::after {
  left: -22px;
}
/* end here */

/* ============================== Page header ================================ */
/* start here */
.dropdown .dropdown-items {
  /* position: absolute; */
  list-style: none;
  background-color: white;
  top: 32px;
  left: 0px;
  z-index: 10;
  color: var(--accent-color1);
  width: 150px;
  transition: all 0.5s ease-in-out;
}
.dropdown-items li {
  padding: 2px 5px;
  margin: 4px 0px;
}
.dropdown-items li a {
  color: var(--accent-color1) !important;
}
.dropdown:hover .dropdown-items {
  display: block !important;
}
/* end here */

/* =================================Video page========================= */
.video-card {
  overflow: hidden !important;
}
.video-card .video {
  overflow: hidden !important;
}
.video iframe {
  height: 230px !important;
  width: 100% !important;
}
.video-card .video-title h4 {
  color: var(--primary-color);
}
.video-card .play-btn button {
  background: linear-gradient(
    45deg,
    var(--accent-color1),
    var(--primary-color)
  );
  color: white !important;
  border: none;
  font-size: 18px !important;
}

/* video gallery */

.video-cards {
  overflow: hidden !important;
}
.video-cards iframe {
  /* height: 230px !important; */
  width: 100% !important;
  height: 250px !important;
}

/* =================================courses page========================= */
.course-join button {
  background: linear-gradient(
    45deg,
    var(--accent-color1),
    var(--primary-color)
  );
  color: white !important;
  border: none;
  font-size: 18px !important;
}
.login-btn button {
  background: linear-gradient(
    45deg,
    var(--accent-color1),
    var(--primary-color)
  );
  color: white !important;
  border: none;
  font-size: 18px !important;
}
