:root {
  --accent: #6fcf97;
  --accent-dark: #2f8f62;
  --bg-dark: rgba(0,0,0,0.5);
}


body,
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  background: #ffffff;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

img {
  height: unset;
}

::-webkit-scrollbar {
  width: 0px;
}
.faded {
    color: gray;
}
::-webkit-scrollbar-thumb {
  background-color: #6e655d;
}

::-webkit-scrollbar-track {
  background-color: #d5c5b8;
}

.scroll-content {
  position: relative;
  min-height: 100vh;
  z-index: 0;
}

/* .scroll-wrapper {
  overflow: hidden; 
  height: 100vh; 
} */

.scroll-content::after {
  content: "";
  display: block;
  height: 100vh;
  position: absolute;
  bottom: 0;
  z-index: 0;
}


@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.ttf");
}


@font-face {
  font-family: "Gilroy-Black";
  src: url("../fonts/Gilroy-Black.ttf");
}


@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.ttf");
}


@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy-Regular.ttf");
}


h1.main-heading {
  color: #000000;
  font-size: clamp(30px, 7vw, 90px);
  font-family: 'Playfair Display';
  font-weight: 700;
}

h1.main-heading span {
  padding: 0;
  color: #100f0f;
  display: inline-block;
  position: relative;
}

h2.sub-heading {
  font-size: clamp(30px, 5vw, 55px);
  font-family: 'Playfair Display';
  font-weight: 700;
  color: #000;
}

h2.sub-sub-heading {
  font-size: 30px;
  font-family: 'Playfair Display';
  font-weight: 700;
  color: #000;
}

h2.sub-heading span {
  padding: 0;
  color: #100f0f;
  display: inline-block;
  position: relative;
}

h5.sub-text {
  font-family: 'Playfair Display';
  font-size: clamp(20px, 4vw, 40px);
  color: #000;
  font-weight: 600;
  margin: 0;
}

h6.mini-heading {
  color: #fff;
  font-family: "Architect";
  font-size: clamp(16px, 3vw, 24px);
  text-transform: uppercase;
  margin: 0;
}

p.paragraph {
  color: #7a7a7a;
  font-family: 'Titillium Web';
  font-size: clamp(14px, 4vw, 20px);
  line-height: normal;
  font-weight: 400;
}

p.para-italic {
  font-family: poppins;
  font-style: italic;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}


a.dflt-button {
  display: inline-flex;
  background-color: #d5c5b8;
  color: #000;
  text-decoration: unset;
  font-family: "Poppins";
  font-weight: 600;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 16px 42px;
  border-radius: 60px;
  border: 1px solid transparent;
  transition: all cubic-bezier(0, 0, 0.2, 1) 0.4s;
}







.top-bar {
    background-color: #161515;
    padding: 14px 0;
}

.top-bar a {
    text-decoration: unset;
}

.top-bar ul li {list-style: none;}

.top-bar ul a {
    width: 40px;
    height: 40px;
    background-color: #393838;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s;
}

.top-bar .col-md-4:first-child a {font-size: 18px;color: #fff;font-family: 'Poppins';font-weight: 300;}

.top-bar .col-md-4:first-child a span {
    text-decoration: underline;
    font-weight: 400;
}

.top-bar ul {
    gap: 0 15px;
}

.top-bar ul a svg {
    color: #fff;
    transition: all 0.5s;
}

.top-bar ul a:hover {
    background-color: #7a7a7a;
}

.header-content .logo {
    width: 100%;
    height: auto;
    text-align: center;
}

.logo img {
    position: absolute;
    left: 0;
    right: 0;
    top: -52px;
    margin: 0 auto;
    z-index: 999;
    width: 198px;
    height: 198px;
    object-fit: cover;
}

.header-content {
    position: relative;
    box-shadow: 0px 6px 7px 0px #0000001f;
    background-color: #f3f3f3;
    padding: 24px 0;
    z-index: 9999;
}

.header-content li {
    list-style: none;
}

.header-content li a {text-decoration: unset;color: #757575;font-family: 'Titillium Web';font-size: 18px;font-weight: 600;text-transform: uppercase;}

.header-content .col-md-4:first-child ul {gap: 0 66px;}

.header-content .col-md-5:last-child ul {gap: 0 66px;}

.header-content  li.cart {
    position: relative;
}

.header-content li.cart span {
    font-family: lato;
    font-size: 12px;
    25px: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -10px;
    top: 8px;
    width: 25px;
    height: 16px;
    bottom: 0;
    margin: auto;
    background-color: #7b7b7b;
    color: #fff;
    border-radius: 2px;
}

.header-content li.login a {
    color: #e8c554;
    text-decoration: underline !important;
}

section.hero-banner {
    padding: 0rem 0 2rem;
    background-color: #ffffff;
    position: relative;
    z-index: 9;
}

.hero-banner-center .input-group {
    border: 1px solid #d7d7d7;
    padding: 8px;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 3rem;
}

.hero-banner-center .input-group button#button-addon2 {
    padding: 0 20px;
    font-size: 20px;
    font-family: 'Titillium Web';
    width: auto;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    border: 1px solid transparent;
}

.hero-banner-center .input-group input.form-control {
    padding: 12px 0 12px 14px;
    border: unset;
    box-shadow: unset;
    color: #000;
    font-size: 18px;
}

.hero-banner-center .input-group input.form-control::placeholder {
    color: #000;
    font-family: 'Titillium Web';
    font-weight: 600;
    opacity: 70%;
}

.hero-banne-radio {
  margin-top: 10px;
  align-items: center;
  gap: 22px;
  padding-left: 20px;
}

.hero-banne-radio .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-banne-radio .form-check-input {
  appearance: none;
  -webkit-appearance: none;
  background-color: #000;
  border: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-banne-radio .form-check-input::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
}

.hero-banne-radio .form-check-input:checked::before {
  background-color: #eac655; 
}

.hero-banne-radio .form-check-label {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  font-family: 'Titillium Web';
  opacity: 70%;
}

.hero-banne-radio  .form-check-input:checked {
    box-shadow: unset;
}

.hero-banne-radio .form-check-input:focus {box-shadow: unset;}

.hero-banne-radio .form-check-input:checked {
    background-color: #000;
}

.hero-banner-center .input-group button#button-addon2:hover {
    background-color: transparent;
    color: #000;
    border-color: #000;
}

.hero-banner-center .input-group button#button-addon2:hover {
    background-color: transparent;
    color: #000;
    border-color: #000;
}

.hero-banner-slider-main .inner .img {
    border-radius: 50%;
    display: inline-flex;
    width: 335px;
    background-color: #ffffff;
    height: 335px;
    align-items: center;
    justify-content: center;
    border: 14px solid transparent;
    box-shadow: 0 0 12px 0 #00000038;
    transition: all 0.5s;
}

.hero-banner-slider-main .inner {
    text-align: center;
}

.hero-banner-slider-main .inner .img img {
    width: 64%;
    height: unset;
}

.hero-banner-slides.even .img {
    border-color: #e6c353;
}

.hero-banner-slides.odd .img {
    border-color: #e3e3e3;
}

.hero-banner-slides .text {
    margin-top: 1.5rem;
}

section.home-section-two .title {
    text-align: center;
    margin: 0 0 4rem;
}

section.home-section-two {
    background-color: #f4f4f4;
    padding: 5rem 0;
    position: relative;
}


.hero-banner-slider-main .inner:hover .img {
    box-shadow: 0 0 12px 0 #000000c9;
}

section.hero-banner .slick-list {
    padding: 20px 0;
}

section.hero-banner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    background-color: #f4f4f4;
    width: 100%;
    height: 74%;
    z-index: -1;
    clip-path: ellipse(100% 100% at 50% 0%);
}

section.home-section-two .inner {
    box-shadow: 0 0 12px 0 #0000000a;
    background-color: #fff;
    height: 435px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-banner-slider-main .inner:hover .img {
    box-shadow: 0 0 12px 0 #000000c9;
}

section.hero-banner .slick-list {
    padding: 20px 0;
}

section.home-section-two .inner img {
    min-width: 270px;
    max-height: 260px;
    object-fit: contain;
}

section.home-section-two .inner .img {
    text-align: center;
}

section.home-section-two .inner .text {
    margin: 0 30px;
    box-shadow: 0 0 12px 0 #00000038;
    padding: 8px 8px 8px 34px;
    border-radius: 50px;
}

section.home-section-two .row {
    gap: 30px 0;
}

section.home-section-two .inner .text a {
    display: inline-flex;
    color: #000;
    text-decoration: unset;
    font-family: 'Titillium Web';
    font-size: 22px;
    font-weight: 700;
    border: 2px solid #000;
    border-radius: 50px;
    padding: 10px 34px;
    transition: all 0.5s;
}

section.home-section-two .inner .text a:hover {
    background-color: #000;
    color: #fff;
}

section.home-section-three {
    padding: 5rem 0;
    background-color: #ffffff;
}

section.home-section-three .title {
    margin: 0 0 2rem;
}

.home-section-three-slides .img {
    background-color: #fff;
    box-shadow: 0 0 10px 0px #0000001c;
    margin: 0 8px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    height: 360px;
    align-items: center;
}

.home-section-three-slides .img img {
    width: 85%;
}

.home-section-three-slides .slick-list {
    padding: 10px 0;
}

section.home-section-three .slick-list {
    padding: 20px 0;
}

.home-section-three-slides .text ul li {
    color: #ffc201;
    l;
    list-style: none;
    font-size: 11px;
}

.home-section-three-slides .text {
    margin-top: 1.5rem;
}

.home-section-three-slides .text ul {
    gap: 0 4px;
}

.home-section-three-slides .text h4 {
    color: #000;
    font-family: 'Playfair Display';
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 32px;
}

.home-section-three-slider a {
    text-decoration: unset;
}

.home-section-three-slides .text h5 {
    font-family: 'Titillium Web';
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

section.home-section-four {
    background-color: #f4f4f4;
    padding: 4rem 0;
}

section.home-section-four .title {
    margin: 0 0 4rem;
}

section.home-section-four .title p {width: 56%;margin: 0 auto;}

.home-section-four-slides {
    background-color: #fff;
    margin: 0 20px;
    border-radius: 26px;
}

.home-section-four-slides .img img {
    width: 100%;
    transition: all 0.5s;
}

.home-section-four-slides .text {
    padding: 10px 20px 20px 20px;
}

.home-section-four-slides .img {
    overflow: hidden;
}

.home-section-four-slides:hover img {
    transform: scale(1.1);
}

.home-section-four-slides .text h4 {
    color: #000000;
    font-family: 'Playfair Display';
    font-weight: 800;
}

.home-section-four-slides .text a {
    color: #ebc755;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Playfair Display';
}

.home-section-four .view-all-schools {
    margin-top: 3rem;
}

.home-section-four .view-all-schools a {
    padding: 10px 30px;
    text-decoration: unset;
    color: #000;
    background-color: #ebc755;
    font-size: 20px;
    font-family: 'Titillium Web';
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.5s;
}

.home-section-four .view-all-schools a:hover {
    color: #ebc755;
    background-color: #000;
}

section.home-section-five .content {
    bottom: -240px;
    left: 0;
    right: 0;
    width: 88%;
    background-color: #fff;
    margin: 0 auto;
    height: 450px;
    padding: 4rem 0 0;
    border-radius: 30px;
    box-shadow: 0 0 14px 0px #00000038;
}

section.home-section-five .content img {
    top: -85px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.donate-amount form {display: grid;grid-template-columns: 160px 160px 160px 1fr;gap: 0 30px;}

.donate-amount button {
    padding: 14px 0;
    background-color: #f0f0f0;
    border: unset;
    font-family: 'Titillium Web';
    font-size: 26px;
    font-weight: 700;
    border-radius: 8px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.donate-amount button.donate {
    width: 100%;
    margin: 20px 0 20px;
    text-transform: uppercase;
    padding: 18px 0;
    background-color: #ebc755;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 700;
    border-radius: 16px;
}

.donate-amount {
    margin-top: 2rem;
}

.donate-amount button:hover {
    background-color: #ebc755;
}

.donate-amount button.donate:hover {
    background-color: #000;
    color: #ebc755;
}

.donate-amount p {
    text-align: center;
    font-family: 'Titillium Web';
    font-style: italic;
    font-size: 24px;
    font-weight: 500;
    opacity: 60%;
    margin: 0;
}

section.home-section-five .content .inner {
    width: 100%;
    padding: 0 120px;
    text-align: center;
}

section.home-section-six {
    padding: 19rem 0 5rem;
}

section.home-section-six .title {
    text-align: center;
    margin: 0 0 4rem;
}

section.home-section-six  input {
    width: 100%;
    background-color: #f4f4f4;
    border: unset;
    padding: 14px 0 14px 24px;
    border-radius: 10px;
    color: #000;
    outline: unset;
}

section.home-section-six .inner {
    text-align: center;
}

section.home-section-six  textarea {
    width: 100%;
}

section.home-section-six  input::placeholder {
    color: #000;
    font-family: 'Titillium Web';
    font-weight: 600;
}

section.home-section-six  textarea::placeholder {
    color: #000;
    font-family: 'Titillium Web';
    font-weight: 600;
}

section.home-section-six img {
    width: 50px;
}
section.home-section-six h5 {
    font-family: oswald;
    font-size: 27px;
    text-transform: uppercase;
    margin: 20px 0 20px;
    color: #000;
}

section.home-section-six a {
    font-family: 'Titillium Web';
    font-size: 22px;
    color: #000;
    text-decoration: unset;
    font-weight: 500;
}


section.home-section-six textarea {
    width: 100%;
    background-color: #f4f4f4;
    border: unset;
    padding: 24px 0 0 24px;
    border-radius: 20px;
    color: #000;
    outline: unset;
    resize: none;
}

section.home-section-six .gap {
    gap: 30px 0;
    margin-top: 2rem;
}

 .submit-btn {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    text-transform: uppercase;
    background-color: #000;
    border: 1px solid transparent;
    color: #fff;
    padding: 6px 6px 6px 40px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 0 30px;
    transition: all 0.5s;
    text-decoration: unset;
}

 .submit-btn span {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    transition: all 0.5s;
    border: 1px solid transparent;
}

 .submit-btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

 .submit-btn:hover span {
    background-color: #000;
    color: #fff;
}

footer {
    background-color: #000;
    padding: 3rem 0 0;
}


.footer-nav h4 {
    font-family: 'Playfair Display';
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    margin: 0 0 3rem;
}

.footer-nav h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -26px;
    background-color: #ebc755;
    width: 50px;
    height: 2px;
}

.footer-nav li {
    list-style: none;
}

.footer-nav li a {
    text-decoration: unset;
    color: #fff;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 0 14px;
}

.footer-nav ul {
    display: flex;
    flex-direction: column;
    gap: 18px 0;
}


.footer-nav li a svg {
    font-size: 12px;
    color: #ebc755;
}

.get-intouch li a svg {
    font-size: 16px;
}



.social-icon li a {
    width: 40px;
    height: 40px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s;
    border: 1px solid #ebc755;
}

.social-icon li {list-style: none;}

.social-icon li svg {
    color: #fff;
}

.social-icon li a:hover {
    background-color: #ebc755;
}

.social-icon li a:hover svg {
    color: #000;
}

.social-icon {
    gap: 0 13px;
}

footer h6 {font-family: 'Poppins';color: #fff;text-transform: uppercase;letter-spacing: 1px;font-weight: 200;font-size: 20px;margin: 0 0 1.5rem;}

.footer-logo {
    margin: 0 0 1.5rem;
}

.copy-right {
    margin: 5rem 0 0;
    padding: 26px 0;
    border-top: 1px solid #fff;
}

.copy-right p {
    margin: 0;
    font-family: roboto;
    color: #b8b9b8;
}

.copy-right p a {
    color: #fff;
}


.hero-banner-slider-main .slick-prev:before {
    color: #000;
    content: '\f104';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.hero-banner-slider-main .slick-next:before {
    color: #000;
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.hero-banner-slider-main .slick-prev {
    left: -40px;
    z-index: 1;
    width: 64px;
    height: 64px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.hero-banner-slider-main .slick-next {
    right: -40px;
    z-index: 1;
    width: 64px;
    height: 64px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.home-section-three-slider .slick-prev:before {
    color: #000;
    content: '\f104';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
}

.home-section-three-slider .slick-next:before {
    color: #000;
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
}

.home-section-three-slider .slick-prev {
    right: 60px;
    left: unset;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -66px;
}

.home-section-three-slider .slick-next {
    right: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -66px;
}

.home-section-four-slider .slick-prev:before {
    color: #000;
    content: '\f104';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
}

.home-section-four-slider .slick-next:before {
    color: #000;
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
}

.home-section-four-slider .slick-prev {
    left: -40px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.home-section-four-slider .slick-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    right: -40px;
}

section.about-section-one {
    padding: 7rem 0 0;
    clip-path: ellipse(76% 80% at 50% 0%);
    background-color: #f4f4f4;
}

section.about-section-two .text a {
    font-family: 'Gilroy-Medium';
    font-size: 20px;
    text-decoration: unset;
    text-transform: uppercase;
    background-color: #000;
    border: 1px solid transparent;
    color: #fff;
    padding: 6px 6px 6px 40px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 0 30px;
    transition: all 0.5s;
    margin-top: 2rem;
}

section.about-section-two .text a span {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    transition: all 0.5s;
    border: 1px solid transparent;
}

section.about-section-two .text a:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

section.about-section-two .text a:hover span {
    background-color: #000;
    color: #fff;
}

section.about-section-two .img img {
    width: 78%;
}

section.about-section-two .img {
    text-align: center;
}

section.about-section-two h5 {
    color: #ebc755;
    font-family: 'Titillium Web';
    font-weight: 500;
}

.about-section-three .player {
  position:relative;
  width: 100%;
  border-radius:10px;
  overflow:hidden;
  background:#000;
  height: 520px;
}
.about-section-three video {
  width:100%;
  display:block;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-section-three .big-play {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:90px;
  border: 8px solid #fff;
  height:90px;
  background-color: #85b559;
  border-radius:50%;
  display:flex;
  outline: 2px solid #099f72;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  transition:0.2s;
  z-index:5;
}
.about-section-three .big-play:hover {
  transform:translate(-50%,-50%) scale(1.05);
}
.about-section-three .big-play span {
  width:0;
  height:0;
  border-left:22px solid #fff;
  border-top:14px solid transparent;
  border-bottom:14px solid transparent;
  margin-left:4px;
}

.about-section-three .controls {
  position:absolute;
  bottom:0;
  width:100%;
  padding:8px 15px;
  display:flex;
  align-items:center;
  gap:12px;
  background:linear-gradient(0deg,rgba(0,0,0,0.6),rgba(0,0,0,0.1));
}
.about-section-three .controls button {
  background:none;
  border:none;
  color:#fff;
  cursor:pointer;
  font-size:18px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.about-section-three .controls button:hover {
  color:var(--accent);
}
.about-section-three .time {
  font-size:13px;
  min-width:50px;
  color: #fff;
  font-family: 'Poppins';
}
.about-section-three .progress {
  flex:1;
  -webkit-appearance:none;
  appearance:none;
  height:5px;
  background:rgba(255,255,255,0.3);
  border-radius:5px;
  cursor:pointer;
}
.about-section-three .progress::-webkit-slider-thumb {
  -webkit-appearance:none;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#fff;
}

.about-section-three .volume-group {
  position:relative;
  display:flex;
  align-items:center;
}
.about-section-three .volume-group input[type="range"] {
  position:absolute;
  bottom:150%;
  left:50%;
  transform:translateX(-50%) rotate(-90deg);
  width:80px;
  opacity:0;
  pointer-events:none;
  transition:opacity 0.3s;
  -webkit-appearance:none;
  appearance:none;
  height:4px;
  background:rgba(255,255,255,0.3);
  border-radius:5px;
}
.about-section-three .volume-group input::-webkit-slider-thumb {
  -webkit-appearance:none;
  width:10px;
  height:10px;
  border-radius:50%;
  background:#fff;
}
.about-section-three .volume-group:hover input {
  opacity:1;
  pointer-events:auto;
}

.about-section-three .right-group {
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:10px;
}

.about-section-three .playing .big-play {
  opacity:0;
  pointer-events:none;
}

section.about-section-three {
    padding: 5rem 0;
    background-color: #f4f4f4;
}

section.about-section-two {
    padding: 0 0 5rem;
}

section.about-section-three .title {
    margin: 0 0 4rem;
}

section.certificates-section-one .inner h4 {font-family: 'Titillium Web';font-weight: 600;}

section.certificates-section-one .inner {
    text-align: center;
}

section.certificates-section-one .inner h5 {
    font-size: 18px;
    color: #ebc755;
    font-family: 'Titillium Web';
    font-weight: 600;
}

section.certificates-section-one .inner a {
    padding: 10px 30px;
    text-decoration: unset;
    color: #000;
    background-color: #ebc755;
    font-size: 20px;
    font-family: 'Titillium Web';
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.5s;
    margin-top: 1rem;
    display: inline-flex;
}

section.certificates-section-one .inner a:hover {
    color: #ebc755;
    background-color: #000;
}

section.certificates-section-one .inner img {
    margin: 0 0 1rem;
}

section.certificates-section-one .col-md-3:nth-child(3) .inner {border-right: 1px solid #0000001c;}

section.certificates-section-one .col-md-3:nth-child(2) .inner {
    border-left: 1px solid #0000001c;
    border-right: 1px solid #0000001c;
}

section.certificates-section-one .row {
    gap: 5rem 0;
}

section.certificates-section-one {
    padding: 4rem 0;
}


form.checkout-content-left label {
    font-size: 18px;
    font-family: 'Titillium Web';
    font-weight: 700;
    color: #000;
    margin: 0 0 13px;
}


form.checkout-content-left h3 {
    font-size: 18px;
    font-family: 'Titillium Web';
    font-weight: 700;
    color: #000;
    margin: 0 0 13px;
}

form.checkout-content-left select {
    width: 100%;
}

form.checkout-content-left input {
    width: 100%;
    border: 1px solid #0000003d;
    outline: unset;
    padding-left: 16px;
    border-radius: 8px;
    color: #000;
    height: 60px;
    font-size: 18px;
}

form.checkout-content-left .row {
    gap: 20px 0;
}

form.checkout-content-left select {
    width: 100%;
    border: 1px solid #0000003d;
    outline: unset;
    padding-left: 16px;
    border-radius: 8px;
    color: #000;
    height: 60px;
}

form.checkout-content-left .checkbox input#terms {
    width: 18px;
    height: 18px;
    border: 1px solid #0000003d;
}

form.checkout-content-left .checkbox label {
    margin: 0 !important;
}

form.checkout-content-left .checkbox {
    gap: 0 10px;
}

form.checkout-content-left .checkbox label {
    font-weight: 400;
    opacity: 65%;
}

.form.checkout-content-left .col-md-12.payment {}

.form.checkout-content-left .col-md-12.payment .radio input {
    width: 10px;
    height: 10px;
}

.checkout-content-left .col-md-12.payment .radio input {
    width: 10px;
    height: 10px;
}

.checkout-content-left .col-md-12.payment .radio label {
    margin: 0;
    font-size: 16px !important;
}

.checkout-content-left .col-md-12.payment .radio {
    padding-left: 12px;
    border: 1px solid #0000003d;
    border-radius: 8px;
    gap: 0 10px;
    height: 60px;
    accent-color: black;
}

.checkout-content-left .col-md-12.payment p {
    font-size: 16px;
    font-family: 'Titillium Web';
    font-weight: 700;
    opacity: 65%;
}

.checkout-content-left .col-md-12.payment .grey {
    background-color: #f5f5f5;
}

.checkout-content-left .col-md-12.payment .grey label {
    font-size: 16px;
    opacity: 65%;
}


section.checkout .title {
    margin: 0 0 4rem;
}

.checkout-content-left .col-md-12.billing .dark label {
    opacity: 65%;
}

form.checkout-content-left input::placeholder {
    color: #000000b0;
}

.selected-product span {
    top: -6px;
    right: -6px;
    background-color: #000;
    width: 20px;
    height: 20px;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    font-family: 'Titillium Web';
    border-radius: 100%;
    align-items: center;
    font-size: 12px;
}

.selected-product {
    align-items: center;
    margin: 0 0 3rem;
}

.selected-product h5 {
    margin: 0 0 0 20px;
    font-size: 22px;
    font-family: 'Titillium Web';
    font-weight: 600;
}

.selected-product h4 {
    font-size: 22px;
    font-family: 'Titillium Web';
    font-weight: 700;
    margin: 0;
}

.promo-code label {
    font-size: 18px;
    font-family: 'Titillium Web';
    font-weight: 700;
    color: #000;
    margin: 0 0 13px;
}

.promo-code input {
    width: 100%;
    border: 1px solid #0000003d;
    outline: unset;
    padding-left: 16px;
    border-radius: 8px;
    color: #000;
    height: 60px;
    font-size: 18px;
}

.promo-code input::placeholder {
    color: #000000b0;
}

.offer {
    text-align: center;
    background-color: #f7f7f7;
    height: 280px;
    margin-top: 7rem;
    border-radius: 8px;
    padding: 2rem 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.offer img {
    top: -66px;
    left: 0;
    right: 0;
    display: flex;
    margin: 0 auto;
}

.offer h5 {
    font-family: 'Titillium Web';
    font-weight: 700;
    font-size: 40px;
    color: #000;
    margin: 0;
}

.offer h6 {
    font-family: 'Titillium Web';
    font-size: 28px;
    font-weight: 700;
    color: #000;
    opacity: 65%;
}

.apply-code label {
    font-size: 16px;
    font-family: 'Titillium Web';
    font-weight: 700;
    opacity: 65%;
    margin: 0 0 10px;
}

.apply-code input {
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: 1px dashed #00000040;
    font-size: 18px;
    font-family: 'Titillium Web';
    color: #000;
    padding: 0 0 0 24px;
    font-weight: 700;
    outline: unset;
}


.apply-code {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 10px 0 0;
}

.apply-code span {
    right: 8px;
    bottom: 15px;
}

.apply-code span svg {
    color: #a7a7a7;
}

.apply-code input::placeholder {
    color: #000;
}

.checkout-donate {
    margin: 4rem 0 0;
    border-bottom: 1px solid #00000026;
}

.checkout-donate h3 {
    font-size: 18px;
    font-family: 'Titillium Web';
    font-weight: 700;
    color: #000;
    margin: auto;
}

.checkout-donate-buttons {
    margin-top: 2rem;
}

.checkout-donate-buttons .mb-4 button {
    width: 100%;
    height: 78px;
    border: unset;
    padding: 0;
    border-radius: 10px;
    font-size: 22px;
    font-family: 'Titillium Web';
    font-weight: 700;
    background-color: #f7f7f7;
}

.checkout-donate-buttons .mb-4 {
    gap: 0 10px;
}

.checkout-donate-buttons .mb-4 button:hover {
    background-color: #ebc755;
}

.checkout-donate-buttons .mb-4 button.active {
    background-color: #ebc755;
}

.custom-amount button {
    height: 80px;
    width: 100%;
    border: unset;
    padding: 0;
    border-radius: 10px;
    font-size: 22px;
    font-family: 'Titillium Web';
    font-weight: 700;
}

.custom-amount {
    gap: 0 10px;
    margin: 0 0 1rem;
}

.custom-amount button:first-child {background-color: #f4e0a2;}

.custom-amount button:last-child {
    color: #fff;
    background-color: #000;
}

.total-payment {
    margin: 2rem 0 0;
}

.total-payment li {
    font-family: 'Titillium Web';
    font-weight: 700;
    font-size: 18px;
}

.total-payment ul {
    gap: 16px 0;
}

.total-payment li.total {
    font-size: 22px;
    padding-top: 10px;
}

.total-payment li.total div {
    position: relative;
}

.total-payment li.total div sub {left: -7px;font-size: 12px;top: -2px;}

.total-payment button {
    margin-top: 1.5rem;
    width: 100%;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 22px;
    font-family: 'Titillium Web';
    font-weight: 700;
}

.total-payment button:hover {
    background-color: transparent;
    color: #000;
    border-color: #000;
}

section.checkout {
    padding: 4rem 0;
}

.donation-card {
  background: #f9f9f9;
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  padding: 26px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  font-family: "Segoe UI", sans-serif;
}

.donation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  align-items: start;
  gap: 12px 20px;
}

.donation-grid strong {
  font-size: 18px;
  color: #000;
  display: block;
  margin-bottom: 3px;
  font-family: 'Titillium Web';
  font-weight: 600;
}

.donation-grid p {
  margin: 0;
  font-size: 19px;
  color: #8c8c8c;
  font-family: 'Titillium Web';
  font-weight: 500;
  display: flex;
  align-items: center;
}

.donation-grid .amount {
  color: #36c76c;
  font-weight: 700;
}

.donation-grid .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #36c76c;
  border-radius: 50%;
  margin-right: 6px;
}

.donation-grid a {
  color: #ebc755;
  font-weight: 600;
}

.donation-grid a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .donation-card {
    padding: 14px;
  }
  .donation-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.my-donation-content .tab-pane {
    padding: 30px 0 0;
}

section.my-donation .title {
    margin: 0 0 4rem;
}


.my-donation-content .tab-pane {
    padding: 30px 0 0;
}

section.my-donation {
    padding: 4rem 0 06rem;
}

section.my-donation .title {
    margin: 0 0 4rem;
}


section.certificates-section-one .title {
    margin: 0 0 4rem;
}

.my-donation-content .nav-tabs {
    border: unset;
    gap: 0 13px;
}

.my-donation-content .nav-tabs button {
    padding: 0;
    border: unset;
    background-color: #f0f0f0;
    border-radius: 8px;
    color: #000;
    font-size: 18px;
    font-family: 'Titillium Web';
    font-weight: 700;
    padding: 18px 38px;
}

.my-donation-content .nav-tabs button.active {
    background-color: #ebc755;
}

section.login .inner {
    text-align: center;
    box-shadow: 0 0 12px 7px #00000014;
    border-radius: 20px;
    padding: 0 100px 60px;
}

section.login {
    padding: 14rem 0 8rem;
}

section.login .inner img {
    margin: -100px 0 0;
}

.login-input input {
    width: 100%;
    border: unset;
    margin: 0;
    font-family: 'Titillium Web';
    font-weight: 400;
    color: #000;
    font-size: 22px;
    background-color: #f4f4f4;
    outline: unset;
    padding-left: 23px;
}

.login-input {
    position: relative;
    border: 1px solid #00000030;
    height: 70px;
    border-radius: 14px;
    overflow: hidden;
    =: #f4f4f4;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
}

.login-input img {
    position: absolute;
    bottom: 0;
    margin: auto !important;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 40px;
    width: 21px;
}

.login-input input::placeholder {
    color: #8d8d8d;
}

section.login form {
    margin-top: 3rem;
}

section.login form button {
    font-size: 20px;
    border: unset;
    width: 100%;
    margin: 20px 0 0;
    text-transform: uppercase;
    padding: 18px 0;
    background-color: #ebc755;
    color: #fff;
    font-weight: 500;
    border-radius: 16px;
    letter-spacing: 2px;
}

.forget-password {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}

.forget-password label {
    opacity: 45%;
    color: #000;
    font-family: 'Titillium Web';
    font-weight: 600;
}

.forget-password div {
    display: flex;
    align-items: center;
    gap: 0 6px;
}


.forget-password a {
    opacity: 45%;
    color: #000;
    font-family: 'Titillium Web';
    font-weight: 600;
}

.create-account {
    margin-top: 2rem;
    justify-content: center;
}

.create-account p a {color: #7a7a7a;margin: 0;font-weight: 400;}

.create-account  a {
    color: #ebc755;
    font-family: 'Titillium Web';
    font-size: clamp(14px, 4vw, 20px);
    line-height: normal;
    font-weight: 600;
    margin-left: 10px;
}

section.mentorship-section-one {
    padding: 6rem 0;
}

section.mentorship-section-one .title {
    text-align: center;
}

section.mentorship-section-one .content {
    margin-top: 4rem;
}

section.mentorship-section-one .content ul {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    margin: 3rem 0 0;
    gap: 10px 0;
}

section.mentorship-section-one .content ul li {
    font-family: 'Titillium Web';
    font-weight: 700;
    font-size: 20px;
}

section.mentorship-section-two {
    background-color: #f4f4f4;
    padding: 4rem 0;
}

section.mentorship-section-two .content {
    margin-top: 3rem;
}

section.mentorship-section-two .content input {
    padding: 0 0 0 30px;
    border: unset;
    background-color: #fff;
    width: 100%;
    height: 70px;
    border-radius: 10px;
    font-family: 'Titillium Web';
    font-size: 18px;
    outline: unset;
    opacity: 1;
    color: #000;
    font-weight: 600;
}

section.mentorship-section-two .content .row {
    gap: 30px 0;
}

section.mentorship-section-two .content input::placeholder {
    opacity: 60%;
    color: #000;
}

 .my-orders-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    background: #f9f9f9;
    border: 1px solid #d4d4d4;
    border-radius: 12px;
    padding: 26px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }

  .my-orders-card .left {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .my-orders-card .image {
    position: relative;
    border: 1px solid #00000075;
    border-radius: 8px;
  }

  .my-orders-card .image img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
  }

  .my-orders-card .image span {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #000;
    width: 20px;
    height: 20px;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-family: 'Titillium Web';
    border-radius: 100%;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .my-orders-card .details {
    display: flex;
    flex-direction: column;
  }



  .my-orders-card .order-id {
    font-size: 20px;
    font-family: 'Titillium Web';
    font-weight: 700;
    margin: 0;
  }

  .my-orders-card .order-id span {
    color: #f5b301;
    font-weight: 500;
  }

  .my-orders-card .product-name {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Titillium Web';
  ,
    margin: m;,
    margin: m;
    margin: 0;
  }

  .my-orders-card .paragraph {
    margin: 0;
    font-size: 16px;
  }

  .my-orders-card .right {
    gap: 20px;
  }

  .my-orders-card .status {
    color: white;
    padding: 6px 24px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Titillium Web';
    text-transform: uppercase;
  }

  .my-orders-card .date {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Titillium Web';
  }

  .my-orders-card .price {
    font-weight: 700;
    font-family: 'Titillium Web';
    font-size: 40px;
  }

  @media (max-width: 600px) {
    .my-orders-card {
      flex-direction: column;
      align-items: flex-start;
      gap: 15px;
    }
    .my-orders-card .right {
      flex-direction: column;
      align-items: flex-start;
      gap: 5px;
    }
  }

.my-orders-card .right .d-flex.align-items-center {
    gap: 0 20px;
}

section.my-orders {
    padding: 4rem 0;
}

section.my-orders .title {
    margin: 0 0 4rem;
}

section.my-orders .tab-pane {
    padding: 30px 0 0;
}

.my-orders-card .status.inprogress {
    background-color: #319e14;
}

.my-orders-card .status.canceled {
    background-color: #e40b0b;
}

.my-orders-card .status.completed {
    color: #000;
    background-color: #ebc755;
}

.my-orders-card .status.pending {
    color: #fff;
    background-color: blue;
}

.my-orders-content .nav-tabs {
    border: unset;
    gap: 0 13px;
}

.my-orders-content .nav-tabs button {
    padding: 0;
    border: unset;
    background-color: #f0f0f0;
    border-radius: 8px;
    color: #000;
    font-size: 18px;
    font-family: 'Titillium Web';
    font-weight: 700;
    padding: 18px 38px;
}

.my-orders-content .nav-tabs button.active {
    background-color: #ebc755;
}

.product-section-one .image-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-section-one .main-image {
  width: 100%;
  height: 620px;
  border-radius: 10px;
  border: 1px solid #ddd;
  object-fit: contain;
  margin-bottom: 20px;
  transition: 0.3s ease;
}

.product-section-one .thumbs {
  display: flex;
  gap: 78px;
  justify-content: space-between;
}

.product-section-one .thumbs img {
  width: 160px;
  height: 160px;
  border-radius: 8px;
  border: 2px solid #00000040;
  cursor: pointer;
  object-fit: contain;
  transition: 0.3s;
  padding: 12px;
}

.product-section-one .thumbs img.active {
  border-color: #000;
}

.product-section-one .info-section {
  flex: 1;
}

.product-section-one h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.product-section-one .price {
  font-size: 40px;
  font-weight: 600;
  font-family: 'Titillium Web';
  color: #000;
  margin: 0 0 10px;
}



.product-section-one .size-options button {
  padding: 8px 14px;
  margin: 0 0 0 0;
  border: 1px solid #aaa;
  background: white;
  cursor: pointer;
  border-radius: 12px;
  transition: 0.3s;
  font-size: 16px;
  font-family: 'Titillium Web';
  font-weight: 600;
  opacity: 65%;
}

.product-section-one .size-options button.active {
  background: black;
  color: white;
  border-color: black;
  opacity: 100%;
}

.product-section-one .color-options {
  display: flex;
  gap: 10px;
  margin: 10px 0 20px;
}

.product-section-one .color-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 0 4px 1px #0000001a;
}

.product-section-one .color-circle.active {
  box-shadow: 0 0 4px 7px #00000042;
}

.product-section-one .quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
}

.product-section-one .quantity button {
  background: #ddd;
  cursor: pointer;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid #00000047;
  width: 30px;
  height: 30px;
}

.product-section-one .quantity span {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Titillium Web';
  padding: 0 8px;
}

.product-section-one .subtotal {
  margin: 10px 0 20px;
  font-family: 'Titillium Web';
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.product-section-one .add-to-cart {
  background: #d6a543;
  border: none;
  border-radius: 16px;
  font-size: 35px;
  font-weight: 700;
  cursor: pointer;
  color: #000;
  font-family: 'Playfair Display';
  transition: 0.3s;
  width: 100%;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: unset;
}

.product-section-one .add-to-cart:hover {
  background: #000000;
  color: #fff;
}

section.product-section-one {
    padding: 7rem 0 4rem;
}

p.solded {
    color: #e80505;
    font-family: 'Titillium Web';
    font-weight: 700;
    margin: 0 0 6px;
}

p.availability {
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

p.availability strong {
    color: #000;
    font-weight: 700;
    opacity: 70%;
}

.size-options p.label {
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.size-options {
    margin: 0 0 10px;
}

.color-section p.label {
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.product-section-one .quantity p.label {
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.agree {
    margin: 16px 0;
    gap: 0 6px;
}


p.subtotal strong {color: #000;font-weight: 700;opacity: 70%;}

.agree label {
    color: #000;
    font-weight: 600;
    opacity: 70%;
    font-family: 'Titillium Web';
    font-size: 15px;
}

.buy button {
    background: #907af2;
    border: none;
    height: 80px;
    border-radius: 16px;
    font-size: 24px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    font-family: 'Titillium Web';
    transition: 0.3s;
    width: 100%;
    border: 1px solid transparent;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.more-payment-options {
    text-align: center;
    margin: 10px 0;
}

.more-payment-options a {
    color: #000;
    font-weight: 600;
    opacity: 70%;
    font-family: 'Titillium Web';
}

.buy button:hover {
    background-color: transparent;
    border-color: #000;
    color: #000;
}

.description {
    border-top: 1px solid #00000040;
    margin-top: 6rem;
    padding: 3rem 0;
    border-bottom: 1px solid #00000040;
}

.description h2 {
    text-align: center;
}

.description img {width: auto;}

.product-section-two {
    padding: 2rem 0 !important;
}

section.school-detail-section-one {
    padding: 7rem 0 12rem;
    clip-path: ellipse(76% 80% at 50% 0%);
    background-color: #f4f4f4;
}



section.school-detail-section-two {
    padding: 0 0 4rem;
}

.padding-top {
    padding-top: 22rem;
}

section.refferal {
    padding: 4rem 0;
}

section.refferal .title {
    margin: 0 0 7rem;
}

section.refferal .inner {
    text-align: center;
    height: 355px;
    background-color: #f6f6f6;
    border: 1px solid #dcdcdc;
    border-radius: 22px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 3rem 2rem 0;
}

section.refferal .inner img.top-img {
    position: absolute;
    left: 0;
    top: -57px;
    right: 0;
    margin: 0 auto;
}

img.top-img {}

section.refferal .inner h5 {
    color: #ebc755;
    font-family: 'Titillium Web';
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

section.refferal .inner h4 {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Titillium Web';
    margin: 0 0 20px;
}

section.refferal .inner input {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 10px 0 10px 0;
    outline: unset;
    font-size: 17px;
    font-family: 'Titillium Web';
    font-weight: 600;
    text-align: center;
}



section.refferal .inner .refferal-green-btn {
    background-color: #319e14;
    border: 1px solid transparent;
    padding: 7px 50px;
    color: #fff;
    font-family: 'Titillium Web';
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 8px;
    margin: 25px 0 15px;
}

section.refferal .inner .share {
    text-decoration: underline;
    padding: 0;
    background-color: transparent;
    border: unset;
    color: #000;
    font-family: 'Titillium Web';
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

section.refferal .inner svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #ebc755;
}

section.refferal .inner .position-relative {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 10px 0 10px 20px;
    background-color: #fff;
}

section.refferal .inner .position-relative input {
    padding: 0 0 0 24px;
    background-color: transparent;
    border: unset;
    text-align: left;
}

section.school-register {
    padding: 4rem 0;
}

section.school-register .inner input {
    padding: 0 0 0 30px;
    border: unset;
    background-color: #f4f4f4;
    height: 70px;
    border-radius: 10px;
    font-family: 'Titillium Web';
    font-size: 18px;
    outline: unset;
    opacity: 1;
    color: #000;
    font-weight: 600;
}

section.school-register .row {
    gap: 30px 0;
}

section.school-register .inner input::placeholder {
    opacity: 60%;
    color: #000;
}

section.school-register form {
    margin-top: 3rem;
}

section.school-register .upload-images {
    margin-top: 3rem;
}

section.school-register .upload-images h2 {
    font-size: clamp(24px, 4vw, 40px);
    font-family: 'Playfair Display';
    font-weight: 600;
    color: #000;
    margin: 0 0 2rem;
}

section.school-register .upload-img-box {background-color: #fff9f3;height: 240px;border: 2px dashed #ffca80;border-radius: 8px;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 20px 0;}

section.school-register .upload-img-box p {
    margin: 0;
    font-family: 'Poppins';
    color: #000;
    opacity: 65%;
}

section.school-register .upload-img-box p a {
    color: #e9992c;
}

section.school-register .text-center {
    margin-top: 3rem;
}

.upload-img-box.uploaded img.upload-icon {
  width: 100%;
  height: 70%;
  object-fit: contain;
  max-width: none; 
}


.upload-img-box img.upload-icon {
  max-width: 80px; 
  height: auto;
  transition: all 0.3s ease;
}

section.school-register .upload-img-box p strong {
    font-weight: 500 !important;
    color: #319e14;
}

section.wall-valor-section-one {
    padding: 7rem 0 2rem;
    background-color: #f3f3f3;
    position: relative;
    z-index: 3;
}

section.wall-valor-section-one::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 470px;
    background-color: #fff;
    clip-path: ellipse(76% 80% at 50% 0%);
    z-index: -1;
}

.real-voice {
    margin: 10rem 0 3rem;
}

.real-voice h3 {
    font-family: 'Titillium Web';
    font-weight: 600;
    font-style: italic;
    font-size: 40px;
    color: #000;
}

section.wall-valor-section-one .content .inner {
    background-color: #fff;
    border-radius: 30px;
    padding: 40px;
}

section.wall-valor-section-one .content .inner .top h4 {
    border: 3px solid #dedede;
    height: 88px;
    width: 88px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    opacity: 70%;
    font-family: 'Playfair Display';
    font-size: 40px;
    font-weight: 700;
    background-color: #efefef;
    margin: 0;
}

section.wall-valor-section-one .content .inner .top span {
    top: 0;
    left: 0;
}

section.wall-valor-section-one .content .inner .top {
    gap: 0 20px;
}

section.wall-valor-section-one .content .inner .top h3 {
    font-family: 'Titillium Web';
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

section.wall-valor-section-one .content .inner .top h5 {
    font-size: 20px;
    font-family: 'Titillium Web';
    font-weight: 600;
    color: #000;
    opacity: 70%;
}

section.wall-valor-section-one .content .inner .top li {
    color: #ffc201;
    list-style: none;
    font-size: 11px;
}

section.wall-valor-section-one .content .inner .top ul {
    gap: 0 1px;
}

section.wall-valor-section-one .content .inner .middle p {
    margin: 0;
    font-size: 20px;
    font-family: 'Titillium Web';
    font-weight: 600;
}

section.wall-valor-section-one .content .inner .bottom p {
    font-family: 'Poppins';
    font-weight: 400;
    color: #000;
    opacity: 80%;
    font-size: 16px;
    margin: 0;
}

section.wall-valor-section-one .content .inner .bottom li {
    list-style: none;
    font-family: 'Poppins';
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

section.wall-valor-section-one .row {
    gap: 26px 0;
}

section.wall-valor-section-one .content .inner .middle {
    margin: 1rem 0;
}

.share-experience .text {
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 8rem;
}

.share-experience .text img {
    position: absolute;
    top: -44px;
}

.share-experience {
    margin-top: 6rem;
}

.share-experience .text button {
    font-size: 24px;
    width: 100%;
    margin: 20px 0 0;
    text-transform: uppercase;
    padding: 18px 0;
    background-color: #000000;
    color: #fff;
    font-weight: 600;
    font-family: 'Titillium Web';
    border-radius: 16px;
    letter-spacing: 2px;
    border: 2px solid transparent;
    text-decoration: unset;
    transition: all 0.5s;
}

.share-experience .text button:hover {
    border-color: #000;
    color: #000000;
    background-color: transparent;
}

section.wall-valor-section-one .pagination {
    margin-top: 4rem;
}

section.wall-valor-section-one .pagination li {
    list-style: none;
    color: #272727;
    font-family: 'Poppins';
    font-weight: 400;
}

section.wall-valor-section-one .pagination ul {
    gap: 0 10px;
}

section.wall-valor-section-one .pagination ul button {
    padding: 0;
    background-color: #00000000;
    border: unset;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

section.wall-valor-section-one .content > div[class^="page-"] {
  display: none;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.6s ease;
}

section.wall-valor-section-one .content > div[class^="page-"].active {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

section.wall-valor-section-one .content > div[class^="page-"].slide-left {
  transform: translateX(-100px);
  opacity: 0;
}



section.wall-valor-section-one .pagination li.active button {
    color: #fff;
    background-color: #dfc400;
}

section.wall-valor-section-one::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background-color: #000;
}

.experience-modal .modal-dialog {max-width: 800px;}

.experience-modal .modal-title {margin: 0;font-family: 'Playfair Display';font-size: 40px !IMPORTANT;font-weight: 700;color: #000;}

.experience-modal .modal-header {
    background-color: #ebc654;
    border-radius: 22px 22px 0 0;
    padding: 14px 30px;
}

.experience-modal .modal-content {
    border-radius: 22px;
}

.experience-modal .modal-header button.btn-close {
    background-image: url();
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    opacity: 1;
}

.experience-modal .modal-header button.btn-close img {
    width: 30px;
}

.experience-modal .modal-body {
    padding: 30px 30px 30px;
}

.experience-modal .modal-body form h4 {
    font-family: 'Titillium Web';
    font-size: 24px;
    font-weight: 600;
}

.experience-modal .modal-body form li {
    list-style: none;
    transition: color 0.3s ease;
}

.experience-modal .modal-body form li svg {
    color: #e4e4e4;
    font-size: 22px;
}

.experience-modal .modal-body form ul {
    gap: 0 5px;
}

.experience-modal .modal-body form .row {
    margin-top: 2rem;
    gap: 26px 0;
}

.experience-modal .modal-body form .row input {
    width: 100%;
    border-radius: 13px;
    border: 1px solid #a1a1a1;
    background-color: #f3f3f3;
    padding: 12px 18px;
    font-family: 'Titillium Web';
    font-weight: 600;
    color: #000;
    outline: unset;
}

.experience-modal .modal-body form .row input::placeholder {
    color: #585858;
}

.experience-modal .modal-body form .row textarea {
    width: 100%;
    border-radius: 13px;
    border: 1px solid #a1a1a1;
    background-color: #f3f3f3;
    padding: 12px 18px;
    resize: none;
    font-family: 'Titillium Web';
    font-weight: 600;
    color: #000;
    outline: unset;
}

.experience-modal .modal-body form .row textarea::placeholder {
    color: #585858;
}

.experience-modal .modal-body form button {
    background: #ebc654;
    border-radius: 16px;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    color: #000;
    font-family: 'Playfair Display';
    transition: 0.3s;
    width: 100%;
    height: 62px;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: 1px solid transparent;
}

.experience-modal .modal-body form button:hover {
    border-color: #000;
    background-color: transparent;
    color: #000;
}

section.mentorship-section-one .title h5 {
    color: #7a7a7a;
    font-family: 'Titillium Web';
    font-weight: 500;
}

.forget-password div input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #d1d1d1;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  outline: none;
  margin-right: 8px;
  vertical-align: middle;
  transition: all 0.3s ease;
}

/* Checked (outer ring + inner dot) */
.forget-password div input[type="radio"]:checked {
  border-color: #f1c75f;
}

.forget-password div input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #f1c75f;
  border-radius: 50%;
  transition: all 0.3s ease;
}


section.school-detail-section-one .content h5 {
    color: #7a7a7a;
    font-family: 'Titillium Web';
    font-weight: 500;
}

section.about-section-one .text h5 {
    color: #7a7a7a;
    font-family: 'Titillium Web';
    font-weight: 500;
}


section.wall-valor-section-one .title h5 {
    color: #7a7a7a;
    font-family: 'Titillium Web';
    font-weight: 500;
}

.star-rating li.active svg {
  color: #ebc654 !important;
}

.margin-top {
    margin: -12rem 0 0;
}

.my-car-title h5 {
    font-family: poppins;
    font-size: 50px;
    font-weight: 500;
}

.my-car-title a {
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
}


section.my-cart .row.bdrr {border-bottom: 1px solid #0000002b;padding-bottom: 1rem;margin-bottom: 2rem;}

section.my-cart .row.bdrr h5 {
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 400;
}


.product-sec h5 {
    font-size: 15px;
    font-family: poppins;
    font-weight: 400;
}


.product-sec p {
    font-size: 14px;
    font-family: poppins;
    font-weight: 300;
    color: #000000;
}

.product-sec p span {
    font-weight: 500;
}

.price-sec h4 {
    font-size: 16px;
    font-family: poppins;
    font-weight: 500;
}

.qty-sec button {
    padding: 0;
    background-color: transparent;
    border: unset;
}

.quantity-counter {
    border: 1px solid #000;
    padding: 8px 14px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 140px;
}

.qty-sec button.delete-product {font-size: 14px;color: red;}

button.fs-6 {
    height: 40px;
    width: 100%;
    border: unset;
    padding: 0 28px;
    border-radius: 5px;
    font-family: 'Titillium Web';
    font-weight: 700;
    background-color: #f4e0a2;
}

h5.unit-total-after-qty {
    font-size: 24px;
    font-family: poppins;
    font-weight: 500;
}

.shipping-right li {
    list-style: none;
    font-size: 16px;
    font-family: poppins;
    font-weight: 400;
}

.shipping-right li.total-price {
    font-weight: 600;
    font-size: 18px;
}

.proceed-checkout button {
    margin-top: 1.5rem;
    width: 100%;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    padding: 12px 0;
    border-radius: 8px;
    font-size: 19px;
    font-family: 'Titillium Web';
    font-weight: 500;
    transition: all 0.5s;
}

.proceed-checkout button:hover {
    background-color: transparent;
    color: #000;
    border-color: #000;
}
.privacy .italic-para{
    font-style: italic;
}

section.privacy a {
    padding: 0 !important;
    background-color: transparent !important;
    color: #000 !important;
    margin: 0 !important;
    text-transform: unset !important;
}

section.privacy a:hover {
    border-color: transparent !important;
}

section.privacy p {
    color: #000 !important;
}

section.user-profile {
    padding: 6rem 0;
        background-color: #f4f4f4;
}

.profile-side-button button {
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    background-color: #f4f4f4;
    border: 1px solid #dfdfdf;
    color: #000;
    padding: 18px 10px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    outline: unset !important;
    gap: 0 30px;
    transition: all 0.5s;
    text-decoration: unset;
    width: 100%;
}

.profile-side-button a {
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    background-color: #f4f4f4;
    border: 1px solid #dfdfdf;
    color: #000;
    padding: 18px 10px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    outline: unset !important;
    gap: 0 30px;
    transition: all 0.5s;
    text-decoration: unset;
    width: 100%;
}

.profile-side-button button.active {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

section.user-profile .profile-row input {
    width: 100%;
    background-color: #f4f4f4;
    border: unset;
    padding: 14px 0 14px 14px;
    border-radius: 10px;
    color: #000;
    outline: unset;
}

section.user-profile .profile-row input::placeholder {
    color: #000;
    font-family: 'Titillium Web';
    font-weight: 600;
}

.user-profile-bg {
    background-color: #fff;
    padding: 30px;
    border-radius: 16px;
}

section.user-profile .profile-row label {
    font-size: 16px;
    font-family: 'Titillium Web';
    margin: 0 0 6px;
}

section.user-profile .password label {
    font-size: 16px;
    font-family: 'Titillium Web';
    margin: 0 0 6px;
}

section.user-profile .password input {
    width: 100%;
    background-color: #f4f4f4;
    border: unset;
    padding: 14px 0 14px 14px;
    border-radius: 10px;
    color: #000;
    outline: unset;
}

section.user-profile .password input::placeholder {
    color: #000;
    font-family: 'Titillium Web';
    font-weight: 600;
}

/* Brand Ambassador  */
.brand-ambassador-section-one {
    height: 420px;
    background-color: #f4f4f4 !important;
    overflow: hidden;
    clip-path: ellipse(100% 100% at 50% 0%);
}

.brand-ambassador-section-one::after{
    display: none;
}

.brand-ambassador-section-one img {
    width: 310px;
}

.brand-ambassador-section-one h5.sub-text {
    color: #7a7a7a;
    font-family: 'Titillium Web';
    font-weight: 500;
}

section.brand-ambassador-section-two {
    padding: 4rem 0 0;
}

section.brand-ambassador-section-two .title {
    text-align: center;
    margin: 0 0 4rem;
}

section.brand-ambassador-section-two .content {
    background-image: url(../images/home-sec-five-bg.png);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 690px;
    padding: 70px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.main-inner {
    background-color: #fff;
    border-radius: 20px;
}

.main-inner .inner:first-child {
    border-radius: 20px 20px 0px 0px;
}

.main-inner .inner {
    padding: 30px 30px 30px 50px;
    border-bottom: 1px solid #eaebed;
    display: flex;
    align-items: start;
    gap: 0 20px;
    cursor: pointer;
}

.main-inner .inner svg {
    color: #eac656;
    margin: 10px 0 0;
    font-size: 23px;
}

.main-inner .inner .sub-text {
    font-size: 26px;
    margin: 0;
}

.inner.active .paragraph {
    max-height: 100px;
}

.main-inner .inner p {
    color: #000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.main-inner .inner span.position-absolute {
    left: -20px;
    top: 16px;
    background-color: #eac656;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    font-family: 'Lato';
}

.main-inner .inner:last-child {
    border-color: transparent;
    border-radius: 0 0 20px 20px;
}

section.brand-ambassador-section-three {
    padding: 5rem 0;
}

.brand-ambassador-apply-section .login-input select {
    height: 100%;
    background-color: transparent;
    border: unset;
    padding: 8px 25px;
    font-size: 15px;
    color: #939393;
}

.brand-ambassador-apply-section button.btn.btn-danger.btn-sm {
    font-size: 13px;
    width: 100%;
    padding: 14px 12px;
    background-color: red !important;
}

.brand-ambassador-apply-section .login-input input {padding: 8px 25px;font-size: 15px;}

.brand-ambassador-apply-section .login-input {
    height: unset;
    border-radius: 10px;
    color: #000;
}

.brand-ambassador-apply-section .login-input input::placeholder {
    color: #939393;
}