@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face{
  src: url(../fonts/Rexton-Font-Family/Rexton\ Regular.otf);
  font-family: "Rexton";
}


*{
  font-family: "Montserrat", sans-serif;
  margin: 0;padding: 0;
}
:root{
  --thm-font: "Rexton", sans-serif;
  --thm-font2: "Montserrat", sans-serif;
  --thm-base: #92AD85;
  --thm-base-light: #92AD8570;
  --thm-base2: #92AD85;
  --thm-base2-light: #92AD8510;
  --thm-base3: #696762;
  --thm-base3-light: #69676210;
  --thm-black: #000000;
  --thm-black-ligth: #00000040;
  --thm-gray: #999999;
  --thm-white: #ffffff;
  --thm-section-bg: #f7f7f7;
  --thm-footer: #e2e2e2;  
  --thm-primary: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6,
p{ margin: 0; }
ul{ margin: 0; padding: 0; }
li{ list-style: none; }
h1{ font-size: 35px; font-weight: 500;} 
h2{ font-size: 35px; font-weight: 600;} 
h3{ font-size: 28px;} 
h4{ font-size: 24px; font-weight: 700;} 
h5{ font-size: 20px; font-weight: 700;} 
h6{ font-size: 18px;}
a{ color: var(--thm-black); text-decoration: none; font-weight: 500; transition: 0.5s;}
a:hover {color: var(--thm-base); }
.mb-80{ margin-bottom: 100px;}
.mt-80{ margin-top: 100px;}
.container{ max-width: 1440px;}

.heading-tag{ font-size: 17px; color: var(--thm-base2); margin-bottom: 10px; font-weight: 600; text-transform: uppercase;}
.heading{ color: var(--thm-black); margin-bottom: 15px; font-weight: 700;}
.heading.heading-xxl{ font-size: 60px;}

.description{ font-size: 18px; margin-bottom: 12px; font-weight: 500; color: var(--thm-primary);}
.description b{ color: #000000;}
.text-black{ color: var(--thm-black) !important;}
.thme-base{ color: var(--thm-base) !important;}
.thme-base.description{ color: #00000090 !important;}
.img-radius{ border-radius: 4px;}

.luma-checkout--button{ border-radius: 0px !important;}
.luma-checkout--button:hover{ color: var(--thm-black); outline: 2px solid var(--thm-base) !important; background-color: var(--thm-base) !important;}
.btn-box { display: inline-block; background-color: var(--thm-white); padding: 8px 24px; outline: 2.0px solid transparent; outline-offset: 8px; border: 0; border-radius: 0px; color: black; font-size: 15px; font-weight: 600; text-transform: uppercase; transition: 0.5s;}
.btn-box:hover { outline-offset: 3.0px; background-color: var(--thm-base); color: var(--thm-black); outline: 2px solid var(--thm-base);}

.btn-box.style2 { background-color: var(--thm-black); color: white;}
.btn-box.style2:hover { outline-offset: 3.0px; outline: 2.5px solid var(--thm-black);}

.btn-box.style3 { background-color: var(--thm-base);}

/* .owl-dots { text-align: center !important;}
.owl-dot { width: 18px; height: 4px; margin: auto; background-color: #00000050 !important; margin: 0 3px;  margin-top: 40px !important; border-radius: 10px;}
.owl-dots .active { width: 18px; background-color: #000000 !important;} */

/* .social-media{ display: inline-flex; gap: 22px; align-items: center; margin-top: 10px; padding: 10px 20px; border: 1px solid #00000020; border-radius: 5px;}
.social-media a{ position: relative; color: var(--thm-white); z-index: 2;}
.social-media i{ font-size: 17px; color:var(--thm-base3); background-color: transparent; transition: 0.5s;}
.social-media a::before{ position: absolute; content: ""; width: 0px; height: 0px; background-color: var(--thm-base); top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; border-radius: 50%; transition: 0.3s;}
.social-media a:hover i{ color: var(--thm-white);}
.social-media a:hover::before{ width: 35px; height: 35px;} */

.form-section { width: 100%; margin: auto; padding: 40px; background-color: var(--thm-white); border-radius: 4px;}
.form-heading { font-size: 22px; margin-bottom: 0px; color: var(--thm-black); font-weight: 600; }
.form-control { text-align: left; display: block; margin-top: 3px; padding: 10px 15px !important; font-size: 14px; color: var(--thm-black); background-color: transparent; background-clip: padding-box; border: 1px solid var(--thm-black-ligth); -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 2px; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
.form-select { text-align: left; margin-top: 3px; padding: 10px 15px; font-size: 14px; border-radius: 2px; border: 1px solid var(--thm-black-ligth); color: var(--thm-black); background-color: transparent; }
.form-select:focus { border: 1px solid var(--thm-base-light); box-shadow: rgba(250, 18, 18, 0.25) 0px 0px 0px 0.25rem; }
.form-control:focus { color: var(--thm-black); background-color: transparent; border: 1px solid var(--thm-base-light); outline: 0px; box-shadow: rgba(250, 18, 18, 0.25) 0px 0px 0px 0.25rem; }
.form-section button{ border: none; }


header{ width: 95%; position: fixed; top: 20px; left: 50%; transform: translateX(-50%); z-index: 10; padding: 16px 16px 16px 35px; border-radius: 4px;  background: #FFFFFF10; backdrop-filter: blur(5px);  -webkit-backdrop-filter: blur(5px); border: 1px solid #FFFFFF20;  box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;}
header nav{ display: flex; align-items: center; justify-content: space-between;}
header nav .main-logo img{ max-width: 350px;}
header nav .main-logo .mobile-logo{ display: none;}
header nav .menu-section .main-menu{ display: flex; gap: 30px; align-items: center;}
header nav .menu-section .main-menu li a{ color: var(--thm-white); text-transform: uppercase;}
header nav .nav-btn{ display: flex; gap: 12px; align-items: center;}
header nav .nav-btn .luma-checkout--button{ background-color: #000000;}

.sticky { position: fixed; box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px; z-index: 10; background-color: var(--thm-black); border: 1px solid rgba(255, 255, 255, 0.2);}
header.sticky nav .nav-btn .luma-checkout--button{ color: var(--thm-black); background-color: var(--thm-white);}
/* header.sticky nav .main-logo img { filter: brightness(0) invert(0);} */

/* ==================== toogle bar ===================================== */

.ham { width: 48px; padding: 0px 2px; cursor: pointer; background-color: #123; border-radius: 50%; -webkit-tap-highlight-color: transparent; transition: transform 400ms; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; display: none;  }
.hamRotate.active { transform: rotate(45deg);}
.hamRotate180.active { transform: rotate(180deg);}
.line { fill: none; transition: stroke-dasharray 400ms, stroke-dashoffset 400ms; stroke: var(--thm-white); stroke-width: 5.0; stroke-linecap: round; }
.ham6 .top { stroke-dasharray: 40 172;}
.ham6 .middle { stroke-dasharray: 40 111;}
.ham6 .bottom { stroke-dasharray: 40 172;}
.ham6.active .top { stroke-dashoffset: -132px;}
.ham6.active .middle { stroke-dashoffset: -71px;}
.ham6.active .bottom { stroke-dashoffset: -132px;}

.main-banner-section .banner { position: relative;}
.main-banner-section .banner::before{ content: ""; height: 100%; width: 100%; position: absolute; top: 0px; bottom: 0px; background: linear-gradient( rgba(0, 0, 0, 0) 20%, black 100%); background: linear-gradient( #00000000, #00000000, #00000000,  #000000); opacity: 0.8; z-index: 2;}
.main-banner-section .banner .banner-video { width: 100%; height: 100vh; object-fit: cover; overflow: hidden;}
.main-banner-section .banner .banner-content { width: 90%; position: absolute; left: 50%;  transform: translateX(-50%); bottom: 50px; z-index: 4;}
.main-banner-section .banner .banner-content h1 { display: inline-block; color: var(--thm-base); text-transform: uppercase; padding: 18px 20px; border-radius: 4px; background: #FFFFFF10; backdrop-filter: blur(10px);  -webkit-backdrop-filter: blur(10px); border: 1px solid #FFFFFF20;  font-size: 40px; font-weight: 800; line-height: 0.8;}

.main-banner-section .sponsor-logos .sponsor-logos1{ position: absolute; max-width: 220px; bottom: 60px; left: 70px; z-index: 4;}
.main-banner-section .sponsor-logos .sponsor-logos2{ position: absolute; max-width: 220px; bottom: 60px; right: 70px; z-index: 4;}

.about-section{ background-color: var(--thm-base); padding: 100px 0px; position: relative; z-index: -2;}
.about-section .about-pp-logo{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; width: 85%; opacity: 0.1;}
.about-section .about-pp-logo img{ width: 100%;}

.new-about-section{ background: linear-gradient(180deg, #FFFFFF 30%, #F8F5EE 100% ); padding: 80px 0px;}
.new-about-section .content-box .highlight{ color: #000000; font-weight: 600; border-left: 5px solid var(--thm-base); padding-left: 15px; border-radius: 5px; margin-top: 8px;}
.new-about-section .content-box .points-ul li{ margin-bottom: 7px; list-style: inside;}
.new-about-section .content-box .points-ul ul h5{ font-weight: 600; margin-bottom: 5px;}
.new-about-section .content-box .points-ul ul li{ margin-left: 20px;}
.new-about-section .img-box{ position: relative; z-index: 2;}
.new-about-section .img-box img{ border-radius: 50%;}
.new-about-section .heading{ font-weight: 800; text-transform: uppercase; color: var(--thm-base);}

.about-animationbolb {transition: 0.3s;}
.animation-bolb {position: absolute; width: 500px; height: 500px; z-index: -1; border-radius: 79% 41% 96% 30%/87% 53% 67% 31%; left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 1;}
.bolb-rotation {animation: AnimatedBlob 5s linear infinite;}
.animation-bolb.bolb-2{  border-radius: 79% 41% 96% 30%/87% 53% 67% 31%; } 
.bolb-1 {background: linear-gradient(136.79deg, var(--thm-base) 15.23%, var(--thm-base) 133.98%);}
.bolb-2 {background: linear-gradient(255.54deg, var(--thm-primary) -5.25%, var(--thm-primary) 80.35%);}
@keyframes AnimatedBlob { 0% {border-radius: 16% 95% 45% 47%/23% 76% 41% 48%;} 50% {border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;} 100% {border-radius: 16% 95% 45% 47%/23% 76% 41% 48%;}}

.vismis-section{ padding: 100px 0px;  }
.vismis-section .vismis-content{ position: relative; padding: 0px 15px; }
.vismis-section .vismis-content h2{ position: relative; font-size: 50px; text-transform: uppercase; color: var(--thm-black); background-color: #ffffff; display: inline-block; line-height: 0.9;}
.vismis-section .vismis-content h2 span{ opacity: 0.8;}
.vismis-section .vismis-content h2::before{ position: absolute; content: ""; width: 100%; height: 4px; background: linear-gradient( to right, #00000000, var(--thm-black), #00000000 ); top: -10px; left: 0; border-radius: 100px;}
.vismis-section .vm-img{ width: 100%; border-radius: 6px;}

.vismis-section.about-vm{ padding: 100px 0px 25px;}

.why-join{ background-color: #000000; padding: 80px 0px;}
.why-join .description{ color: #ffffff99;}
.why-join .btn-box{ margin-top: 10px; display: inline-block;}

.why-join-content{  padding: 20px; margin-top: 30px; background: rgba(0, 0, 0, 0.4); border-radius: 6px; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5); border: 1px solid rgba(255, 255, 255, 0.2); }
.why-join-content img{ width: 100%; border-radius: 4px;}
.why-join-content-item{ margin-left: 0px;}
.why-join-content-item .luma-checkout--button{ color: var(--thm-black); background-color: var(--thm-white);}

.our-project-section{ margin: 30px 0px;}
.our-project-section .project-slider-items { position: relative; overflow: hidden; z-index: -1; border-radius: 4px;}
.our-project-section .project-slider-items .project-name { position: absolute; bottom: 0; padding: 20px 20px; color: #fff; font-size: 20px; font-weight: 700; line-height: 1.2; z-index: 5; text-transform: uppercase;}
.our-project-section .project-slider-items .project-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; width: 100%;}
.our-project-section .project-slider-items .project-content .project-content-title { font-size: 24px; line-height: 0.9; font-weight: 600; text-transform: uppercase;}
.our-project-section .project-slider-items img { width: 100%; transition: 0.5s;}
.our-project-section .project-slider-items:hover img { scale: 1.03;}
.our-project-section .project-slider-items.project-slider-items22{ position: relative; overflow: hidden; z-index: -1;}
.our-project-section .project-slider-items.project-slider-items22::before{ content: ""; height: 100%; width: 100%; position: absolute; bottom: 0px; background: linear-gradient( rgba(0, 0, 0, 0) 20%, black 100%); opacity: 0.5; z-index: 1;}

.cta-section{ background-color: var(--thm-base);}
.cta-section .cta-section-container{ padding: 80px 0px; border-left: 15px solid #00000008; border-right: 15px solid #00000008;}

.cta-section img{ max-width: 300px; opacity: 1; border-bottom: 2px solid #00000020; padding-bottom: 12px; margin-bottom: 5px;}
.cta-section .description{ color: #00000090;}
.cta-section .luma-checkout--button:hover{ color: var(--thm-white); outline: 2px solid var(--thm-black) !important; background-color: var(--thm-black) !important;}

.sponsor-landing{ background-color: #e6e6e600; background-color: #d3f7d100;  position: relative;}
.sponsor-landing .sponsor-landing-container{ padding: 100px 0px; border-left: 15px solid #00000009; border-right: 15px solid #00000009;}
.sponsor-landing .our-sponsor h2.heading{ font-size: 50px; margin-bottom: 20px;}

.sponsor-landing .our-sponsor{ position: relative;  border-bottom: 15px solid #00000008; padding-bottom: 50px;}
.sponsor-landing .our-sponsor .sponsor-pp-logo{ position: absolute; top: -15px; left: 50%; transform: translateX(-50%);  width: 55%; opacity: 0.1;}
.sponsor-landing .our-sponsor .sponsor-pp-logo img{ width: 100%;}

.sponsor-logo-container{ position: relative;}
.sponsor-logo-container::before{ content: ""; position: absolute; width: 100%; height: 100%; left: 0; background: linear-gradient( to right, var(--thm-white), #FFFFFF00, #FFFFFF00, #FFFFFF00, var(--thm-white) ); z-index: 3; pointer-events: none;}
.sponsor-logo-container img{ padding: 4px 10px; margin: 5px; border-radius: 6px; transition: 0.5s; box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;}

.sponsor-landing h2.heading.why-sponsor{ font-size: 40px; margin: 40px 0px; color: #00000090;}
.sponsor-landing h2.heading.why-sponsor span{ border: 1px solid #00000020; border-radius: 10px; padding: 0px 5px;}
.sponsor-landing .sponsor-landing-items h3{ display: inline-block; font-size: 24px; font-weight: 700; margin-bottom: 20px; border-bottom: 2px solid #FFFFFF20; padding-bottom: 2px;}
.sponsor-landing .sponsor-landing-items .sponsor-gird{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 0px 40px;}
.sponsor-landing .sponsor-landing-items .sponsor-gird .sponsor-gird-item{ padding: 0px 10px; border-right: 1px solid #00000015;}
.sponsor-landing .sponsor-landing-items .sponsor-gird .sponsor-gird-item:nth-child(3),
.sponsor-landing .sponsor-landing-items .sponsor-gird .sponsor-gird-item:last-child{ border-right: none; padding-right: 0px;}
.sponsor-landing .sponsor-landing-items .sponsor-gird .sponsor-gird-item img{ max-width: 70px; margin-bottom: 10px; border: 1px solid var(--thm-base-light); padding: 6px; border-radius: 7px;}
.sponsor-landing .sponsor-landing-items .sponsor-gird .sponsor-gird-item i{ font-size: 30px; color: #00000099; margin-bottom: 10px; border: 1px solid #00000015; padding: 8px; border-radius: 3px; transition: 0.5s;}
.sponsor-landing .sponsor-landing-items .sponsor-gird .sponsor-gird-item h4{ font-weight: 700; font-size: 20px; margin-bottom: 10px; color: #00000099; transition: 0.5s;}
.sponsor-landing .sponsor-landing-items .sponsor-gird .sponsor-gird-item:hover i,
.sponsor-landing .sponsor-landing-items .sponsor-gird .sponsor-gird-item:hover h4{ color: #000000;}
.sponsor-landing .sponsor-landing-items .sponsor-gird .sponsor-gird-item:hover i{ border: 1px solid #00000060;}

footer{ background: linear-gradient( to right, #292929, #000000, #000000); background-image: url(../images/footer-bg.jpg); background-repeat: no-repeat; background-size: cover;}
footer .upper-footer{ border-left: 15px solid #ffffff20; border-right: 15px solid #ffffff20;}
/* footer .upper-footer{ padding: 40px 0px;} */
footer .upper-footer .footer-logo img{ max-width: 270px;}
footer .upper-footer{ padding: 60px 40px; display: flex; justify-content: space-between;}
footer .upper-footer h2{ max-width: 650px; color: #ffffff80; font-size: 26px; font-weight: 600; line-height: 1.3; text-transform: uppercase; margin-top: 20px;}
footer .upper-footer h2 span{ border-bottom: 2px solid #FFFFFF20; padding-bottom: 4px;}
footer .upper-footer h4{ font-size: 15px; text-align: end; color: #ffffff99; text-transform: uppercase; margin-bottom: 15px;}
footer .upper-footer .footer-gird{ display: inline-flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 20px; margin-bottom: 20px; color: var(--thm-base3); border: 1px solid #ffffff20; padding: 10px 25px; text-align: center; border-radius: 3px; background: linear-gradient( to right, #e4e4e430, #FFFFFF30, #FFFFFF30);;}
footer .upper-footer .footer-gird a{ display: block; font-size: 15px; font-weight: 500; color: var(--thm-white); text-transform: uppercase;}
footer .upper-footer .footer-gird a:hover{ text-decoration: underline; }

footer .upper-footer .footer-contact a{ display: flex; gap: 6px; align-items: start; justify-content: end; text-align: right; font-size: 16px; color: var(--thm-white); margin-bottom: 8px;}
footer .upper-footer .footer-contact a i{ font-size: 20px; color: #ffffff99; font-weight: 500; transition: 0.5s;}
footer .upper-footer .footer-contact a:hover{ font-weight: 600;}
footer .upper-footer .footer-contact a:hover i{ color: #ffffff; }

.footer-bottom-section{ background: linear-gradient( to right, #1a1a1a, #000000, #1a1a1a); padding: 25px 0px;}
footer .footer-bottom-section p{ font-size: 15px;}
footer .footer-bottom-section p a{ color: var(--thm-white); transition: 0.5s;}
footer .footer-bottom-section p a:hover{ color: #FFFFFF99;}

.social-media{ display: flex; gap: 12px; align-items: center; justify-content: end;}
.social-media a i{ background-color: #ffffff20; padding: 9px 10px; border-radius: 50%; transition: 0.7s; font-size: 18px; color: var(--thm-white);}
.social-media a:hover i{ background-color: var(--thm-white); color: var(--thm-black);}





.breadcrumb-section { position: relative; padding: 250px 0px 50px 0px; z-index: 1; }

.breadcrumb-section nav{ text-align: start; /* display: flex; justify-content: space-between; */ position: relative; }
.breadcrumb-section .breadcrumb-heading { font-family: var(--thm-font2); text-transform: uppercase; font-size: 60px; font-weight: 800; background-color: transparent; -webkit-text-fill-color: var(--thm-footer); line-height: 0.8; margin-bottom: 10px; opacity: 0.9; }
.breadcrumb-section .breadcrumb { display: inline-flex; gap:  8px; justify-content: center; margin-bottom: 0; list-style: none; align-items: center; border-radius:3px; padding: 6px 15px; border: 1px solid #FFFFFF20;  background-color: #ffffff20; backdrop-filter: blur(15px); }
.breadcrumb-section .breadcrumb .breadcrumb-item a { display: flex; font-weight: 500; color: #f7f7f7; font-size: 15px; align-items: center; }
.breadcrumb-section .breadcrumb .breadcrumb-item a i{ margin-right: 5px; font-size: 16px; margin-top: -4px; }
.breadcrumb-section .breadcrumb .breadcrumb-item a:hover { font-weight: 400; color: var(--thm-base2); }
.breadcrumb-section .breadcrumb .breadcrumb-item { font-size: 20px; font-weight: 400; }
.breadcrumb-section .breadcrumb .symbol-breadcrumb { font-weight: 500; font-size: 14px; color: var(--thm-footer); } 
.breadcrumb-section .breadcrumb .breadcrumb-item.active { color: #ffffff80; font-size: 15px; font-weight: 500; }

.breadcrumb-content .heading{ display: none; font-size: 30px; font-weight: 700; color: #d3f7d1; background-color: #FFFFFF10; backdrop-filter: blur(10px); padding: 5px 30px 5px 15px; border-radius: 4px 30px 30px 4px; margin-bottom: 10px;}
.breadcrumb-content .description{ color: var(--thm-footer);}
.breadcrumb-section::before{ content: ""; width: 100%; height: 100%; top: 0; left: 0; background-color: #000000; opacity: 0.5; position: absolute; z-index: -1;}

.about-page video{ max-width: 800px; margin-right: 25px; margin-bottom: 15px; float: left; border-radius: 4px; padding: 8px; background: linear-gradient( 180deg, var(--thm-base2), var(--thm-base2-light));}
.about-page .about-main-content .heading-tag img{ max-width: 560px; opacity: 0.1; margin-bottom: -60px;}
.about-page .about-main-content .heading{ font-size: 50px; font-weight: 800; color: var(--thm-base2); clear: unset;}

.founder{ background: var(--thm-base-light); padding: 100px 0px;}
.founder .content-box{ position: relative;}
.founder .content-box .heading{ font-size: 50px; font-weight: 800;}
.founder .content-box .pp-logo img{ max-width: 300px; margin-bottom: 10px;}
.founder .img-box{ display: flex; gap: 20px; align-items: center;}
.founder .img-box img{ width: 100%; background-color: var(--thm-base-light); padding: 8px; border-radius: 6px; }

.why-choose-us-section .section-content{ padding: 55px 40px; border-radius: 4px 4px 0px 0px; position: relative; background: linear-gradient(180deg, var(--thm-base-light) 35%, var(--thm-base2-light) 100%);}
.why-choose-us-section .section-content h5{ font-size: 22px; font-weight: 700; margin-bottom: 10px; text-transform: capitalize;}
.why-choose-us-section .section-content a{ font-weight: 600; display: inline-flex; gap: 6px; align-items: center; color: var(--thm-white);}
.why-choose-us-section .section-content a i{ font-size: 15px; margin-top: -2px;}

.why-pp-section{ background-color: var(--thm-white);}
.why-pp-section .why-pp-section-container{ padding: 100px 40px; border-left: 15px solid #00000009; border-right: 15px solid #00000009;}
.why-pp-section .why-pp-container{ display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr);}
.why-pp-section .why-pp-container .why-pp-items{ padding: 20px; border-radius: 2px; transition: 0.5s; background-color: #92AD8520;}
.why-pp-section .why-pp-container .why-pp-items div{ display: flex; align-items: center; gap: 10px; margin-bottom: 10px;}
.why-pp-section .why-pp-container .why-pp-items i{ font-weight: 300; font-size: 30px; color: var(--thm-base);}
.why-pp-section .why-pp-container .why-pp-items h5{ font-size: 22px; font-weight: 700; color: var(--thm-base);}
.why-pp-section .why-pp-container .why-pp-items:hover{ background-color: #e6e6e680; background-color: var(--thm-white); box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;}
.why-pp-section .why-pp-container .why-pp-items:hover h5{ color: #000000;}
.why-pp-section .why-pp-container .why-pp-items:hover i{ color: #000000; animation: rotate-icon 0.3s linear;}
@keyframes rotate-icon{ to{ transform: scaleX(-1);}}

.testimonials-section .testimonial-container{ position: relative; padding: 0px 40px 100px; border-left: 15px solid #00000009; border-right: 15px solid #00000009;}
.testimonials-section .testimonial-container .sider-bg{ position: relative;}
.testimonials-section .testimonial-container .sider-bg::before{ content: ""; position: absolute; width: 100%; height: 100%; left: 0; background: linear-gradient( to right, #FFFFFF00, #FFFFFF00, #FFFFFF00, #FFFFFF90, var(--thm-white) ); z-index: 3; pointer-events: none;}

.testimonials-section .testimonials-silder-div{ padding: 25px; background-color: var(--thm-base2-light); border: 1px solid var(--thm-base-light); border-radius: 2px; position: relative; margin: 5px;}
.testimonials-section .person-info{ display: inline-flex; gap: 10px;  align-items: center; margin-bottom: 15px; border-bottom: 3px solid var(--thm-base); border-radius: 2px; padding-bottom: 7px;}
.testimonials-section .person-info div h5{ font-weight: 600;}
.testimonials-section .person-info div P{ font-weight: 600; font-size: 14px;}
.testimonials-section .person-info div img{ max-width: 70px !important; border-radius: 4px;}
.testimonials-section .person-info .reating{ font-size: 12px; color: var(--thm-base); transition: 0.5s; margin-top: 2px;}
.testimonials-silder video{ border-radius: 5px; margin-top: 10px; width: 100%;}
.testimonials-silder iframe{ border-radius: 5px; margin-top: 10px;}
.testimonials-silder-div > img { width: 20% !important; position: absolute; right: 30px; top: 0px; z-index: 1; opacity: 0.1; filter: grayscale(100);}
.testimonials-section .testimonials-silder-div .description{ font-size: 16px; font-style: italic; }

.testimonials-section .testimonial-container .swiper{ padding-bottom: 50px;}
.testimonials-section .testimonial-container .swiper-button-prev,
.testimonials-section .testimonial-container .swiper-button-next { top: auto; transform: none; bottom: 5px; left: 5px; width: 40px; height: 40px; color: #000; z-index: 11; border-radius: 2px; background-color: var(--thm-base-light);}
.testimonials-section .testimonial-container .swiper-button-next { left: 55px;}
.testimonials-section .testimonial-container .swiper-button-prev::after,
.testimonials-section .testimonial-container .swiper-button-next::after { font-size: 16px; font-weight: 500;}

.membership-includes-section{ background-color: var(--thm-white);}
.membership-includes-section .pp-logo img{ max-width: 300px; margin-bottom: 10px;}
.membership-includes-section .membership-includes-section-container{ padding: 100px 40px; border-left: 15px solid #00000009; border-right: 15px solid #00000009;}
.membership-includes-section .membership-container{ display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr);}
.membership-includes-section .membership-container .membership-items{ padding: 20px; border-radius: 2px; transition: 0.5s; background-color: #92AD8520;}
.membership-includes-section .membership-container .membership-items i{ font-weight: 300; font-size: 30px; color: var(--thm-base); padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid var(--thm-base2-light);}
.membership-includes-section .membership-container .membership-items h5{ font-size: 22px; font-weight: 700; color: var(--thm-base); margin-bottom: 10px;}
.membership-includes-section .membership-container .membership-items:hover{ background-color: #e6e6e680; background-color: var(--thm-white); box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;}
.membership-includes-section .membership-container .membership-items:hover h5{ color: #000000;}
.membership-includes-section .membership-container .membership-items:hover i{ color: #000000; animation: rotate-icon 0.3s linear; border-bottom: 1px solid var(--thm-base);}
@keyframes rotate-icon{ to{ transform: scaleX(-1);}}
.membership-includes-section .membership-container .membership-items .description{ margin-bottom: 0px;}


/*** ====================================================================
Event Page
==================================================================== ***/
.event-about-section img{ border-radius: 10px;}
.event-about-section h6{ font-weight: 700; margin: 6px 0px;}
.event-about-section img{ width: 100%; background: linear-gradient( 180deg, var(--thm-base2), var(--thm-base2-light)); padding: 8px; border-radius: 6px; }
.event-about-section .heading{ font-weight: 800; color: var(--thm-base2);}

.upcoming-events-section{ background-color: var(--thm-base2-light); padding: 80px 0px;}
.upcoming-events-section .heading.heading-xxl{ display: inline-block; font-weight: 800; color: var(--thm-base); border-top: 1px solid var(--thm-base-light);}
.upcoming-events-section .upcoming-events-items{ position: relative; box-shadow: rgba(0, 0, 0, 0.07) 0px 3px 8px; padding: 12px; border-radius: 4px; margin: 18px 5px; background-color: var(--thm-white);}
.upcoming-events-section .upcoming-events-items img{ border-radius: 2px; margin-bottom: 20px; box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;}
.upcoming-events-section .upcoming-events-items .event-date{ position: absolute; top: 12px; left: 12px; display: inline-block; font-weight: 500;  padding: 4px 8px; border-radius: 2px 0px 8px 0px; background: var(--thm-base); color: var(--thm-white); font-size: 15px;}
.upcoming-events-section .upcoming-events-items h4{ font-size: 20px; font-weight: 700; margin-bottom: 8px;}
.upcoming-events-section .upcoming-events-items .uei-content .description{ margin-bottom: 3px; font-size: 15px;}
.upcoming-events-section .upcoming-events-items .uei-content .description b{ font-size: 16px; color: #000000;}
.upcoming-events-section .upcoming-events-items .uei-content .description.event-desc{ border-top: 1px solid var(--thm-base-light); padding-top: 10px; margin-top: 10px;}
.upcoming-events-section .upcoming-events-items .upcoming-btn { display: flex; gap: 15px; align-items: center; border-top: 1px solid var(--thm-base-light); padding-top: 15px; padding-bottom: 5px; margin-top: 12px;}
.upcoming-events-section .upcoming-events-items .upcoming-btn .btn-box.style2,
.upcoming-events-section .upcoming-events-items .upcoming-btn .btn-box.style3  { display: flex; gap: 6px; padding: 6px 20px; font-size: 14px;}

.upcoming-events-section.past-event-section{ padding: 0px;}
.past-event-section .past-event{ overflow: hidden;  padding: 100px 40px; border-left: 15px solid #00000009; border-right: 15px solid #00000009;}
/* .past-event-section .past-event .swiper{ padding-top: 50px;} */
.past-event-section .past-event .swiper-button-prev,
.past-event-section .past-event .swiper-button-next { top: 35px; right: 15px; left: auto; width: 40px; height: 40px; color: #000; z-index: 11; border-radius: 2px; background-color: var(--thm-base-light);}
.past-event-section .past-event .swiper-button-next { right: 65px;}
.past-event-section .past-event .swiper-button-prev::after,
.past-event-section .past-event .swiper-button-next::after { font-size: 16px; font-weight: 500;}

.event-detail-page .event-info-data{ margin: 30px 0px;}
.event-detail-page .event-info-data .description{ display: flex; gap: 10px; align-items: center; margin-bottom: 5px;}
.event-detail-page img{ box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;}
.event-detail-page .event-info-data a{ display: flex; gap: 3px; align-items: center; font-weight: 600; color: var(--thm-base);}
.event-detail-page .event-info-data a i{ font-size: 18px; margin-bottom: -1px;}
.event-detail-page .event-info-data a:hover{ margin-left: 8px;}
.event-points li{ list-style: disc; color: #666666; font-size: 18px; font-weight: 500; margin-left: 22px; margin-bottom: 10px;}

.event-callToAction{margin-top: 30px; border-radius: 4px; background-color: var(--thm-base);}
.event-callToAction .section-content{ padding: 20px 20px 20px;}

/*** ====================================================================
Contact Page
==================================================================== ***/
.form-section { width: 100%; margin: auto; padding: 20px; border-radius: 3px; border: 1px solid var(--thm-base-light); }
.form-heading { font-size: 20px; margin-bottom: 6px; color: var(--thm-base); font-weight: 600;}
.form-control { display: block; margin-top: 3px; padding: 10px 20px; font-size: 16px; font-weight: 500; color: var(--thm-black); background-color: var(--thm-white); background-clip: padding-box; border: 1px solid var(--thm-footer); -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 2px; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;}
.form-select { border-radius: 0px; margin-top: 3px; padding: 10px 15px; font-size: 16px; font-weight: 500; border-radius: 2px; border: 1px solid var(--thm-footer);}
.form-select:focus { border: 2px solid var(--thm-white);  font-weight: 500; box-shadow: #92AD8530 0px 0px 0px 0.25rem;}
.form-control:focus { color: var(--thm-black); background-color: var(--thm-white); border: 2px solid var(--thm-white); outline: 0px; box-shadow: #92AD8530 0px 0px 0px 0.25rem;}

.contact-page{ padding: 100px 0px;}
.contact-page .contact_info-outer{ background-color: var(--thm-base); padding: 22px; border-radius: 3px;}
.contact-page .contact_info-outer .contact-info_block{ position:relative; margin-bottom: 15px;}
.contact-page .contact_info-outer .contact-info_block .contact-info_block-icon { position:relative; width:50px; height:50px; font-size:24px; line-height:48px; font-weight:700; text-align:center; border-radius:50px; display:inline-block; color:var(--thm-black); font-family: 'Font Awesome 6 Free'; border:2px solid var(--thm-black);}
.contact-page .contact_info-outer .contact-info_block h4 { color:var(--thm-black); border-bottom: 1px solid #FFFFFF20; padding-bottom: 10px; margin: 10px 0px 10px;}
.contact-page .contact_info-outer .contact-info_block .description { color: var(--thm-black); font-weight: 600;}
.contact-page .contact_info-outer .contact-info_block .description a{ color: var(--thm-white);}
.contact-page .contact_info-outer .contact-info_block .description a:hover{ color: var(--thm-black); font-weight: 600;}
/*** ====================================================================
	Contact Page - Map
==================================================================== ***/
.map-one iframe{ width: 100%; height: 350px; border-radius: 4px; margin-bottom: -7px;}






.sponsor-page .heading-content{
  border-top: 1px solid #00000010;
  padding-top: 20px;
  margin-top: 30px;
}

.footer-eq-container{
   padding: 100px 40px; border-left: 15px solid #00000009; border-right: 15px solid #00000009;
}


.text-color {color: black !important}
.upcoming-events-items img {width: 100%;}





.events_slide .swiper-button-prev,
.events_slide .swiper-button-next { top: 25px; right: 15px; left: auto; width: 40px; height: 40px; color: #000; z-index: 11; border-radius: 2px; background-color: var(--thm-base-light);}
.events_slide .swiper-button-next { right: 65px;}
.events_slide .swiper-button-prev::after,
.events_slide .swiper-button-next::after { font-size: 16px; font-weight: 500;}
.events_slide .swiper {
     padding: 30px 0 0 0 !important;
}




 
ul {
	padding: 0;
	list-style: none;
}


.row {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

[class*='col-'] {
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
}

.col-1 {
    max-width: 8.33333333%;
    flex: 0 0 8.33333333%;
}

.col-2 {
    max-width: 16.66666667%;
    flex: 0 0 16.66666667%;
}

.col-3 {
    max-width: 25% !important;
    flex: 0 0 25% !important;
}

.col-4 {
    max-width: 33.33333333%;
    flex: 0 0 33.33333333%;
}

.col-5 {
    max-width: 41.66666667%;
    flex: 0 0 41.66666667%;
}

.col-6 {
    max-width: 50%;
    flex: 0 0 50%;
}

.col-7 {
    max-width: 58.33333333%;
    flex: 0 0 58.33333333%;
}

.col-8 {
    max-width: 66.66666667%;
    flex: 0 0 66.66666667%;
}

.col-9 {
    max-width: 75% !important;
    flex: 0 0 75% !important;
}

.col-10 {
    max-width: 83.33333333%;
    flex: 0 0 83.33333333%;
}

.col-11 {
    max-width: 91.66666667%;
    flex: 0 0 91.66666667%;
}

.col-12 {
    max-width: 100%;
    flex: 0 0 100%;
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--black);
    text-transform: capitalize;
}

.post-single {
	padding-top: 80px;
	padding-bottom: 80px;
}

.post-single h1.post-title {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 600;
    color: var(--black);
    text-transform: capitalize;
    line-height: 44px;
}

.category-container {
    margin-top: 30px;
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: var(--thm-base);
    border-top: 0.5px solid #fff;
    border-radius: 5px;
}

.post-single .category-container h2,
.post-single .tag-container h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
	font-family: "Montserrat", Sans-serif;
}

.post-single .recent-posts-container h2 {
    position: relative;
    display: inline-block;
	font-family: "Montserrat", Sans-serif;
}

.post-single .category-container h2::before,
.post-single .social-icon h2::before,
.post-single .recent-posts-container h2::before  {
    content: "";
    height: 2px;
    bottom: -4px;
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #fff;
    display: inline-block;
}


.post-single .category-container .category-list,
.post-single .tag-container .tag-list  {
    margin-left: 0;
}

.post-single .category-container .category-list li a i,
.post-single .tag-container .tag-list li a i {
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}

.post-single .category-container .category-list li a,
.post-single .tag-container .tag-list li a {
    color: #fff;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
}

.post-single .category-container .category-list li a:hover,
.post-single .tag-container .tag-list li a:hover,
.post-single .category-container .category-list li a:hover i {
    color: #4f3d33;
}

.post-single .social-icon {
    background-color: var(--white);
    border-radius: 5px;
    margin-top: 10px;
}

.post-single .social-icon h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--black);
    text-transform: capitalize;
    position: relative;
    display: inline-block;
}

.post-single .recent-posts-container {
    margin-top: 30px;
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-top: 0.5px solid #fff;
	background-color: var(--thm-base);
	border-radius: 5px;
}

.recent-posts-container h2 {
	color: #fff !important;
}

.post-single .recent-posts-container ul {
    margin: 0;
    margin-top: 10px;
}

.post-single .recent-posts-container ul li a .recent-post-thumb img {
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 8px;
    padding: 2px;
    width: 100px;
    object-fit: cover;
    height: 100px;
    max-width: 100px;
    border-radius: 8px;
}

.post-single .recent-posts-container ul li a .recent-post-title {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 18px;
    text-align: center;
    margin-top: 4px;
}

.post-single .post-contant {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    padding: 20px;
	border-radius: 8px;
}

.post-contant .post-thumbnail {
    margin-bottom: 25px;
}

.post-single .post-thumbnail img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px 5px 0 0;
    display: block;
    margin: 0 auto;
}

.post-single .post-content {
    margin-top: 20px;
}

.post-single .post-content p {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #666666;
    font-family: "Poppins", Sans-serif;
}

.post-single .blog-gallery {
    margin-top: 30px;
    gap: 10px;
}

.post-single .blog-gallery figure {
    overflow: hidden;
    cursor: zoom-in;
}

.post-single .blog-gallery figure img {
    max-height: 200px !important;
    width: 100%;
    transition: transform 0.6s ease;
}

.post-single .blog-gallery figure:hover img {
    transform: scale(1.1);
}

.post-single .recent-posts-container .recent-post-item .recent-post-category {
    color: var(--green);
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.post-single .recent-posts-container .recent-posts-list .recent-post-item {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    gap: 16px;
    align-items: center;
	background-color: #fff;
	border-radius: 8px;
}

.recent-post-item a {
	line-height: 0;
}

.post-single .recent-posts-container .recent-post-content .recent-post-title {
    line-height: 20px;
}

.post-single .recent-posts-container .recent-post-content .recent-post-title a {
	color: #000;
    font-weight: 600;
    font-size: 16px;
}

.post-single .recent-posts-container .recent-posts-list .recent-post-item > a {
    width: 25%;
}

/* .post-single .recent-posts-container .recent-posts-list .recent-post-item:nth-of-type(3) {
    margin-bottom: 0;
} */

.post-single .recent-posts-container .recent-posts-list li:last-of-type {
    margin-bottom: 0 !important;
}

#ast-scroll-top {
    background-color: var(--green);
    font-size: 24px;
    border-radius: 0;
    outline: none;
}

#ast-scroll-top:hover {
    cursor: pointer;
    background-color: #999999;
}

.bg-style2 {
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.1);    
    padding: 20px 25px;
	background-color: var(--thm-base);
	border-radius: 5px;
}

.single-container .inner-banner h1.title {
    font-size: 40px;
}

.section-blog .blog-contant .blog-post .blog-card .card-image a img {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
    padding: 10px 30px;
}

.ml-0 {
    margin-left: 0;
}

.heading {
    font-weight: 700;
    color: var(--thm-black);
    margin-bottom: 15px;
	font-family: "Montserrat", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.search-box {
    position: relative;
}

.search-box input::placeholder {
    color: #212529;
    text-transform: capitalize;
}

.search-box input:focus {
    border: 1px solid var(--thm-base);
    outline: 0;
    box-shadow: none;
}

input[type="text"] {
    width: 100%;
    padding: 10px 45px 10px 15px;
    border: 1px solid #2F307130;
    border-radius: 0;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Poppins', sans-serif !important;
}

.search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: unset;
    font-size: 20px;
    cursor: pointer;
    color: #212529;
    padding: 0;
    box-shadow: none;
}

.search-icon:hover {
    background-color: unset;
    color: #000;
}

	.post-single .container {
		padding-left: 20px;
    	padding-right: 20px;
	}




@media screen and (max-width:1200px) {
	

    .post-single .recent-posts-container ul {
        margin-top: 14px;
    }

    .post-single .recent-posts-container ul li a .recent-post-title {
        font-size: 15px;
        line-height: 15px;
    }

    .share-buttons a {
        width: 34px;
        line-height: 0;
        padding: 5px 4px;
    }

    .section-blog .blog-contant {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
	
	.post-single {
		padding-top: 60px;
    	padding-bottom: 60px;
	}

  .post-single .recent-posts-container .recent-posts-list .recent-post-item > a {
      width: 30%;
  }

  .post-single .recent-posts-container ul li a .recent-post-thumb img {
    width: 80px;
    height: 80px;
  }
	

}

@media screen and (max-width: 992px) {
    .col-md-12 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        width: 100%;
    }

    .single-container .inner-banner h1.title {
        font-size: 30px;
    }

    .post-single h1.post-title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .post-single .post-thumbnail img {
        max-height: 100%;
    }

    .post-single .post-content p {
        font-size: 15px;
    }

    .post-single .recent-posts-container ul {
        gap: 10px;
    }

    .post-single .recent-posts-container ul li a .recent-post-thumb img {
        min-width: 80px;
        max-width: 100%;
		height: 80px;
    }

    .post-single .recent-posts-container .recent-post-content .recent-post-title a {
        font-size: 14px;
    }

    .category-container, .tag-container,.post-single .social-icon {
        margin-top: 20px;
    }

    .post-contant {
        margin-bottom: 20px;
    }

    .post-single .blog-gallery figure img {
        max-height: 120px !important;
        min-height: 120px !important;
    }

    .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
	
	.post-content h4 {
		font-size: 18px !important;
		line-height: 20px !important;
		margin-bottom: 8px !important;
	}



}

@media screen and (max-width: 820px) {
    .sm-col-12 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
	}

    .post-single .recent-posts-container .recent-posts-list .recent-post-item > a {
        width: auto;
    }
}

@media screen and (max-width: 767px) {


    .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }


    h2.heading{
        margin-bottom: 10px;
        font-size: 20px;
    }



    .post-single h1.post-title {
        font-size: 24px;
        line-height: 28px;
    }

    .single-container .inner-banner h1.title {
        font-size: 25px;
    }

    .post-single .recent-posts-container ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .cetegory-contant {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .post-single .category-container h2, .post-single .recent-posts-container h2  {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .bg-style2 {
        padding: 20px;
    }

    .post-single .social-icon h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .post-single .recent-posts-container .recent-posts-list .recent-post-item {
        margin-bottom: 10px;
    }

    .post-single .post-content p {
        font-size: 14px;
    }


}