* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

:root {
    --poppin: "Poppins", sans-serif;
    --mont: "Montserrat", sans-serif;
    --black: #000;
    --white: #fff;
}

.why-people-hd h2 {
    font-size: 48px;
    font-weight: 700;
    font-family: var(--mont);
    color: #0C807F;
}

.why-people-hd p {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--poppin);
    line-height: 15px;
    color: #666666;
}

.what-people {
    background-color: #FCFCFC;
}

.whypeople-box {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 35px 25px;
    border: 1px solid #E5E5E5;
    text-align: center;
}

.whypeople-box p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    font-family: var(--mont);
    font-style: italic;
}

.client-detail h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
    font-family: var(--mont);
    margin-bottom: 0;
    text-align: left;
}

.small-s {
    font-size: 12px !important;
    color: #666666 !important;
    line-height: 8px !important;
    font-weight: 400 !important;
    font-family: var(--poppin) !important;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

.hero-banner {
    background-image: url("../images/banner-bg-ohmi-gallery.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content h1 {
    color: var(--white);
    font-size: 57px;
    font-weight: 700;
    font-family: var(--poppin);
}

.banner-content h1 span {
    color: #F2C230;
}

.banner-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #E5E2E2;
    width: 65%;
    margin: auto;
    font-family: var(--poppin);
}

.cta-btn a {
    background-color: #FF6B61;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 10px;
    width: 168px;
    height: 46.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--poppin);
    text-transform: uppercase;
}

.read-more {
    background-color: #fff !important;
    color: #000000 !important;
}

.list-items li a {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: var(--poppin);
}

.list-items {
    margin-right: 30px;
}

header {
    padding: 15px 0;
}

.ready-lauch {
    background: linear-gradient(90deg, #F67066 0%, #21807F 100%);
    padding: 75px 0;
}

.ready-launch-hd h2 {
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    font-family: var(--poppin);
    margin-bottom: 25px;
}

.ready-launch-hd p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-family: var(--poppin);
    width: 58%;
    margin: auto;
}

.impact-section {
    background-color: #0C807F;
    padding: 80px 0;
}

.our-impact-content h2 {
    font-size: 48px;
    font-weight: 700;
    font-family: var(--mont);
    color: var(--white);
}

.our-impact-content p {
    color: #fff;
    font-size: 18px;
    font-family: var(--mont);
    line-height: 28px;
}

.stat h3 {
    font-size: 80px;
    color: #FED459;
    font-weight: 500;
    line-height: 72px;
    font-family: var(--poppin);
}

.stat p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 33.3px;
    font-family: var(--mont);
}

.what-people {
    background-color: #FCFCFC;
    padding: 80px 0;
}

.how-works {
    background: url("../images/how-works-bg.png");
    padding: 80px 0;
}

.how-word-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: var(--mont);
}

.how-word-content p {
    font-size: 15px;
    color: #000;
    font-family: var(--mont);
    margin-bottom: 0;
    height: 110px;
    overflow: auto;
}

.how-word-content {
    border: 1px solid #0D8180;
    border-top: 10px solid #0D8180;
    border-radius: 15px;
    padding: 50px 17px;
}

.success-stories {
    padding: 80px 0;
    background: #FCFCFC;
}

.card-content {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 15px 15px;
    padding: 25px 15px;
}

.success-section-card img {
    width: 100%;
    height: auto;
}

.card-content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    font-family: var(--poppin);
}

.card-content h6 {
    font-size: 14px;
    color: #0C807F;
    font-weight: 400;
    line-height: 20px;
    font-family: var(--poppin);
    margin-bottom: 15px;
}

.card-content p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    font-family: var(--poppin);
    margin-bottom: 0
}

p.mission-text {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
    font-family: var(--poppin);
}

.our-mission {
    padding: 70px 0;
    background-image: url("../images/mission-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.footer {
    background-color: #111828;
    padding: 60px 0;
}

.footer-logo p {
    font-size: 18px;
    font-weight: 300;
    font-family: var(--poppin);
    line-height: 33px;
    color: #fff;
    text-transform: uppercase;
}

.quick-links h4 {
    color: #AC9E48;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--mont);
    margin-bottom: 20px;
}

.quick-links ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--poppin);

}

.quick-links ul li {
    margin-bottom: 8px;
}

.quick-links ul li a i {
    color: #0D8180;
}

.corcle {
    background: #008384;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.social-icon li a i {
    color: #fff !important;
}

.email-input {
    width: 178px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    color: #B4B4B4;
    font-size: 12px;
    font-family: var(--poppin);
    height: 45px;
}

.email-input::placeholder {
    color: #B4B4B4;
}

.join-btn {
    background-color: #FF6B61;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: none;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: var(--poppin);
    width: 46px;
    height: 45px;
}

.form-control:focus {
    background-color: transparent;
    box-shadow: inherit;
    border-color: #fff;
    color: #B4B4B4;
}

.quick-links h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--poppin);
}

.bar-btn {
    display: none;
}

.cross-btn {
    display: none;
}

/* about-page-css */
.about-banner-section {
    background-image: url("../images/about-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-banner-content h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    font-family: var(--mont);
    color: var(--white);
}

.about-banner-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: var(--poppin);
    color: var(--white);
}

.vision-hd-change h3 {
    color: #008080;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}

.vision-hd-change p {
    color: #0A0A0A;
    font-weight: 400;
    font-size: 16px;
}

.vision-hd-change {
    padding: 50px 25px;
}

.our-values {
    background-color: #FCFCFC;
    padding: 80px 0;
}

.our-values-box {
    border: 1px solid #E5E5E5;
    background: #fff;
    border-radius: 14px;
    padding: 48px 25px;
}

.our-values-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0A0A0A;
    line-height: 28px;
    font-family: var(--mont);
}

.our-values-box p {
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    line-height: 20px;
    font-family: var(--poppin);
    height: 80px;
    overflow: auto;
    margin-bottom: 0;
}

.meet-team {
    padding: 80px 0;
    background-image: url("../images/how-works-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.team-content-box img {
    width: 100%;
    height: auto;
}

.team-content-box {
    border: 1px solid #E5E5E5;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 15px 0;
    /*height: 100%;*/
}

.team-content-box h3 {
    color: #0A0A0A;
    font-size: 20px;
    font-family: var(--mont);
    font-weight: 600;
    line-height: 28px;
    padding-left: 20px;
}

.team-content-box h6 {
    color: #008080;
    font-size: 14px;
    font-family: var(--poppin);
    font-weight: 500;
    line-height: 20px;
    padding-left: 20px;

}

.team-content-box p {
    color: #737373;
    font-size: 14px;
    font-family: var(--poppin);
    font-weight: 300;
    line-height: 20px;
    padding-left: 20px;
    height: 69px;
    padding-right: 20px;
    overflow: auto;
}

.vision-hd-change {
    border-top: 4px solid #008080;
}

.pink-color-mission {
    border: 1px solid #FF6F61;
    border-top: 4px solid #FF6F61;
}

.pink-color-mission p {
    height: auto;
}

.vision-hd-change p {
    height: 150px;
    overflow: auto;
}

.pink-color-mission h3 {
    color: #FF6F61;
}

.about-missen {
    background: #FCFCFC;
}

.how-working {
    background-image: url("../images/how-working-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/* about-css-end */
/* .get-involved */
.get-involved {
    background-image: url('../images/get-involved-img.webp');
}

.make-difference {
    border: 1px solid #008080;
    border-top: 4px solid #008080;
    border-radius: 14px;
    padding: 68px 36px;
}

.make-difference p {
    margin-bottom: 0;
    height: 67px;
    overflow: auto;
    margin-bottom: 35px;
}

.cta a {
    border: 1px solid #008080;
    border-radius: 8px;
    color: #008080;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--poppin);
    line-height: 20px;
    padding: 10px 25px;
}

.donation-impact {
    /* background: #F6F5F5; */
    padding: 80px 0;
    background-image: url("../images/donation-impact-level.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.package-box {
    border: 1px solid #E5E5E5;
    background: #fff;
    border-radius: 14px;
    padding: 25px;
}

.package-box h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    font-family: var(--mont);
}

.package-box p {
    color: #0A0A0A;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    font-family: var(--poppin);
}

.package-item li {
    font-size: 13px;
    color: #0A0A0A;
    line-height: 20px;
    font-family: var(--poppin);
    display: flex;
    align-items: baseline;
    padding-bottom: 15px;
}

.package-item li i {
    color: #FF6F61;
}

.donate-btn a {
    width: 100%;
    background-color: #FF6F61;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    font-family: var(--mont);
    padding: 12px;
}

.package-item {
    height: 240px;
    overflow: auto;
}

.small-hd-btn p {
    font-size: 16px;
    color: #737373;
    line-height: 24px;
    font-family: var(--poppin);
    margin-bottom: 25px;
}

.make-custom-domain a {
    background-color: #008080;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--mont);
    line-height: 20px;
    color: var(--white);
    padding: 13px 25px;
}

.our-partners {
    background: #FCFCFC;
    padding: 80px 0;
}

.our-partner-content img {
    border-radius: 100%;
}

.our-partner-content h3 {
    color: #0A0A0A;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--mont);
}

.our-partner-content {
    border: 1px solid #E5E5E5;
    border-radius: 14px;
    background: #fff;
    padding: 25px 15px;
}

.our-partner-content p {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--poppin);
}

.partner-ship-inquiry {
    background: #F6F5F5;
    padding: 80px 0;
    background-image: url("../images/how-works-bg.png");
}

.form-bg-partnership {
    border: 1px solid #E5E5E5;
    background: #fff;
    border-radius: 14px;
    padding: 40px 30px;
    width: 768px;
    margin: auto;
}

.form-group label {
    color: #0A0A0A;
    font-size: 14px;
    font-family: var(--poppin);
    line-height: 14px;
}

.form-group input {
    border: 1px solid #E5E5E5;
}

.form-group input {
    border: 1px solid #E5E5E5;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    height: 45px;
    font-size: 16px;
    color: #737373;
    font-weight: 400;
    font-family: var(--poppin);
}

.form-group input.form-control:focus {
    color: #737373;
    border-color: #E5E5E5;
}

.form-group select {
    border: 1px solid #E5E5E5;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    height: 45px;
    font-size: 16px;
    color: #737373;
    font-weight: 400;
    font-family: var(--poppin);
}

.form-group textarea {
    resize: none;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    height: 45px;
    font-size: 14px;
    color: #737373;
    font-weight: 400;
    font-family: var(--poppin);
    height: 64px;
    overflow: auto;
}

.form-group textarea.form-control:focus {
    color: #737373;
    border-color: #E5E5E5;
}

.submit-btn button {
    background-color: #FF6F61;
    border: none;
    width: 100%;
    color: #fff;
    border-radius: 8px;
    padding: 12px 0;
    font-family: var(--mont);
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit-btn button i {
    margin-left: 25px;
}

.create-opurtunity {
    background: #008080 !important;
}

/* contact-bg */
.contact-bg {
    background-image: url("../images/contact-bg.webp");
    min-height: 600px;
}

.client-detial {
    background: #FCFCFC;
    padding: 60px 0;
}

.visit-process {
    border: 1px solid #E5E5E5;
    background: #fff;
    border-radius: 14px;
    padding: 30px 25px;
}

.visit-process h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    font-family: var(--mont);
    color: #0A0A0A;
}

.visit-process p {
    font-size: 14px;
    color: #737373;
    line-height: 20px;
    font-weight: 400;
    font-family: var(--poppin);
}

.form-check-label {
    font-size: 14px;
    color: #0A0A0A;
    font-weight: 400;
    line-height: 20px;
    font-family: var(--poppin);
}

.form-check {
    padding-left: 2em;
}

.para-contact {
    color: #737373;
    font-size: 13px;
    font-family: var(--poppin);
}

.faq {
    background-color: #FCFCFC;
    padding: 80px 0;
}

.find-us {
    background: url("../images/how-works-bg.png");
    padding: 80px 0;
}

.map-country {
    border: 1px solid #E5E5E5;
    padding: 14px 0;
    background-color: #fff;
    border-radius: 14px;
    width: 1024px;
    margin: auto;
}

.relative-text {
    position: absolute;
    top: 35%;
    text-align: center;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
}

.map-country img {
    width: 100%;
}

.relative-text img {
    width: auto;
}

.relative-text h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    font-family: var(--mont);
    color: #fff;
}

.relative-text a {
    background-color: var(--white);
    color: #008080;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 8px;
    font-family: var(--mont);
    padding: 10px 25px;
}

.faq-box {
    border: 1px solid #E5E5E5;
    background-color: #fff;
    border-radius: 14px;
    padding: 40px 25px;
    width: 896px;
    margin: auto;
}

.faq-box h3 {
    color: #008080;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    font-family: var(--mont);
}

.faq-box p {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--poppin);
    margin-bottom: 0;
}

.contact-form {
    background-image: url("../images/donation-impact-level");
    background-repeat: no-repeat;
    background-size: cover;
}

.view-full-faq {
    color: #008080;
    border: 1px solid #008080;
    border-radius: 8px;
    line-height: 20px;
    font-size: 14px;
    padding: 10px 25px;
    margin: auto;
    display: block;
    text-align: center;
    width: 139.52px;
}

.gallery-bg {
    background-image: url("../images/gallery-bg.png");
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #008080;
}

.nav-item .nav-link {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: #0A0A0A !important;
    font-family: var(--mont) !important;
    border: 1px solid #E5E5E5;
    background-color: #fff;
    border-radius: 8px !important;
}

.nav-pills {
    gap: 15px;
}

.galler-section {
    background: #FCFCFC;
    padding: 60px 0;
}

.gallery-box {
    border: 1px solid #E5E5E5;
    padding: 15px 0;
    background: #fff;
    border-radius: 14px;
}

.active-box h5 {
    font-size: 14px;
    color: #008080;
    font-weight: 600;
    margin-bottom: 0;
    font-family: var(--mont);
}

.active-box {
    background-color: #FFD54F;
    border-radius: 33554400px;
    width: 81.2px;
    padding: 8px 8px;
}

.active-btn {
    position: absolute;
    top: 32px;
    right: 15px;
}

.jewellery h6 {
    color: #0A0A0A;
    font-size: 14px;
    line-height: 16px;
    font-weight: var(--poppin);
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: center;
}

.jewellery {
    background-color: #FFD54F;
    border-radius: 8px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;

}

.numbering h6 {
    color: #737373;
    font-size: 16px;
    line-height: 16px;
    font-family: var(--poppin);
    font-weight: 400;
    margin-bottom: 0;
}

.artisan-gallery h3 {
    color: #0A0A0A;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    font-family: var(--mont);
}

.artisan-gallery p {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: var(--poppin);
}

.artisan-gallery h6 {
    color: #008080;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: var(--poppin);
}

.artisan-gallery {
    padding: 18px 25px;
}

.modal-content {
    background-color: #fff;
    max-width: 600px;
    margin: auto;
}

button.btn-close.close.modalClose {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    background: #008080;
    color: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #008080;
    width: 25px;
    height: 25px;
    font-size: 22px;
}

.act {
    font-size: 24px;
    line-height: 32px;
    color: #008080;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: var(--mont);
}

.avail-before h4 {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    width: 100%;
    line-height: 35px;
}

.avail-before {
    background: var(--green-color);
    text-align: center;
    padding: 10px 20px;
    position: relative;
    margin: .5rem -1.58rem;
}

p.avail-para {
    font-size: 1rem;
    font-weight: 600;
    color: #ccc;
    line-height: 15px;
    text-align: center;
}

.copuncotnent input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 2px solid #c5c5c5;
    box-shadow: 2px 2px 2px 2px #ccc;
    margin-bottom: 15px;
}

.copuncotnent textarea {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #c5c5c5;
    box-shadow: 2px 2px 2px 2px #ccc;
}

button.popup_new_btn {
    background: var(--green-color);
    border-radius: 16px;
    border: none;
    font-weight: 600;
    letter-spacing: .2em;
    padding: 6px 27px;
    width: 100%;
    outline: 0;
    color: #fff;
    margin-top: 31px;
}

.modal-dialog {
    margin-top: 50px;
}

.jewellery-popup-box h3 {
    color: #0A0A0A;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--mont);
}

.jewellery-popup-box p {
    color: #737373;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--poppin);
}

.jewel {
    padding: 6px 15px;
}

.activesness {
    background: #008080;
    border-radius: 8px;
    width: max-content;
}

.activesness h5 {
    color: #fff;
}

.activesness h6 {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: var(--poppin);
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: center;
}

.amount {
    background-color: #FF6F61;
    border-radius: 8px;
    width: max-content;
}

.amount h6 {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: var(--poppin);
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: center;
}
.cart-btn button {
    border: none;
    background: #fff;
    box-shadow: var(--bs-box-shadow) !important;
    padding: 10px 31px;
    font-size: 14px;
    font-weight: 600;
    height: 46.5px;
    border-radius: 10px;
}
.amount {
    background-color: #FF6F61;
    border-radius: 8px;
    width: max-content;
    padding: 8px 8px;
    display: flex;
    gap: 8px;
}

.amount img {
    filter: invert(1);
}

.client-name h6 {
    color: #737373;
    font-size: 14px;
    line-height: 16px;
    font-weight: var(--poppin);
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    text-align: center;
}

.content-popup {
    padding: 40px 20px;
}

/* program-page */
.program-banner-bg {
    background-image: url("../images/program-banner.webp");
}

.green-box {
    border: 1px solid #008080;
    border-top: 4px solid #008080;

}

.week-box {
    border-radius: 14px;
    padding: 35px 5px;
}

.week-box h3 {
    color: #008080;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    font-family: var(--poppin);
}

.week-box h6 {
    color: #0A0A0A;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--mont);
    font-weight: 400;
}

.week-box p {
    color: #737373;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--poppin);
    font-weight: 400;
}

.yellow-box {
    border: 1px solid #FFD54F;
    border-top: 4px solid #FFD54F;
}

.red-box {
    border: 1px solid #FF6F61;
    border-top: 4px solid #FF6F61;
}

.curriculum {
    background-image: url(../images/curriculum-sec.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.box-small-hd h3 {
    color: #0A0A0A;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--mont);
    margin-bottom: 0;
}

.box-icon {
    background-color: #008080;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.box-icon h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--mont);
    margin-bottom: 0;
    line-height: 24px;
}

.box-curriculum {
    border: 1px solid #E5E5E5;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 46px 25px
}

.curriculum-list li {
    color: #737373;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: var(--poppin);
    padding-bottom: 10px;
}

.will-receive {
    background-color: #FCFCFC;
    padding: 80px 0;
}

.will-receive-box {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 14px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
}

.will-receive-box h3 {
    font-size: 18px;
    color: #0A0A0A;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--mont);
}

.will-receive-box p {
    font-size: 14px;
    color: #737373;
    line-height: 20px;
    font-weight: 400;
    font-family: var(--poppin);
}

.comprehensive-support {
    background-image: url("../images/comprehensive-bg.png");
    padding: 80px 0;
}

.comprehensive-box {
    border: 1px solid #FF6F61;
    border-left: 4px solid #FF6F61;
    border-radius: 14px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 40px 20px;
    background: #fff;
}

.comprehensive-box h3 {
    color: #008080;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--mont);
    line-height: 28px;
}

.comprehensive-box p {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--poppin);
    line-height: 20px;
    margin-bottom: 0;
}

.transformation-journey {
    background-color: #FCFCFC;
    padding: 80px 0;
}

.start-point {
    border: 1px solid #FF6F61;
    border-top: 4px solid #FF6F61;
}

.end-point {
    border: 1px solid #008080;
    border-top: 4px solid #008080;
}

.journey-box {
    border-radius: 14px;
    padding: 40px 25px;
}

.start-point h3 {
    color: #FF6F61;
}

.end-point h3 {
    color: #008080;
}

.journey-box h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    font-family: var(--mont);
}

.key-listing li {
    color: #0a0a0aba;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--poppin);
    list-style: disc;
    padding-bottom: 10px;

}

.key-listing {
    padding-left: 20px;
}

.who-can-apply .nav-pills .nav-link {
    width: 530px;
    background-color: #DCDCDC;
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
    color: #0A0A0A;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--mont);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    border: none;
}

.who-can-apply .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #FCFCFC;
    color: #0A0A0A !important;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--mont);
    border: none !important;

}

.who-can-apply {
    background-image: url("../images/who-apply.png");
    padding: 80px 0;
}

.who-apply-points li {
    display: flex;
    margin-bottom: 20px;
}

.parrticipate-div h4 {
    color: #0A0A0A;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--poppin);
    line-height: 24px;
    margin-bottom: 0;
}

.parrticipate-div p {
    color: rgba(10, 10, 10, 0.8);
    font-size: 14px;
    font-weight: 300;
    font-family: var(--poppin);
    line-height: 20px;
    margin-bottom: 0;
}

.idea-candidate-box {
    background: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 14px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
}

.idea-candidate-box h3 {
    color: #008080;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    font-family: var(--mont);
    margin-bottom: 30px;

}

.note-disclaimer {
    background-color: rgba(255, 213, 79, 0.1);
    padding: 20px 20px;
    margin-top: 25px;
}

.note-disclaimer h4 {
    color: #008080;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: var(--mont);
}

.note-disclaimer p {
    color: rgba(10, 10, 10, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: var(--poppin);
}

.session-start h4 {
    color: #0A0A0A;
    font-size: 18px;
    font-family: var(--mont);
    font-weight: 600;
    line-height: 28px;
}

.group-session {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 15px;
}

.group-session h5 {
    color: #0A0A0A;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: var(--mont);
}

.group-session p {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: var(--poppin);
    margin-bottom: 0;
}

.up-coming-cohart {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0;
    margin-top: 20px;
}

.calender-date li {
    font-size: 14px;
    line-height: 20px;
    font-family: var(--mont);
    color: #0A0A0A;
    font-weight: 400;
    margin-bottom: 10px;
}

.graph-chart {
    display: flex;
    flex-wrap: wrap;
}

.graph-chart li {
    width: 50%;
}

.footer-separator {
    width: 100%;
    height: 1px;
    background: #1E2939;
}

.footer-copyrite p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #99A1AF;
    line-height: 20px;
    font-family: var(--poppin);
}

.footer {
    padding-bottom: 40px;
}

.gallery-banner {
    background-image: url("../images/tm-gallery-bg.webp");
}

.aboutbanner {
    background-image: url("../images/about-ohmi-bg.webp");
}

.add-cart-button button {
    border: none;
    width: 100%;
    background-color: #008080;
    color: #fff;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--mont);
}

.product-name span {
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.13rem;
    line-height: calc(1 + .2 / var(--font-body-scale));
    font-family: var(--mont);
}

.wthrtythree {
    width: 33.3%;
}

.cta-model-addcart .modal-content {
    width: 450px;
}

.product-name-cart a {
    font-size: 1.2rem;
    color: #000;
    font-weight: 700;
    font-family: var(--mont);
}

.product-option {
    font-size: 1rem;
    word-break: break-word;
    line-height: calc(1 + .5 / var(--font-body-scale));
    font-weight: 400;
    font-family: var(--mont);
}

.price--end {
    font-size: 1rem;
    word-break: break-word;
    line-height: calc(1 + .5 / var(--font-body-scale));
    font-weight: 400;
    font-family: var(--mont);
}
.gallery-imgs {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
/* .qty-box {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #ccc;
  border-radius: 30px;
  padding: 6px 12px;
  background: #fdeeee;
} */

.qty-btn {
    border: none;
    background: transparent;
    font-size: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: #fff;
}

#qty {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 16px;
    pointer-events: none;
    color: #fff;
}

.qty-box {
    display: flex;
    align-items: center;
    border: 1.5px solid #ccc;
    border-radius: 30px;
    padding: 8px 0px;
    background: #008080;
    width: 184px;
    justify-content: center;
}

.trash-button i {
    color: #008080;
}

.checkout-btn button {
    width: 100%;
    background-color: #008080;
    color: #fff;
    padding: 10px 0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--mont);
}

/* checkout-css */
.contact-info h3 {
    font-size: 1.6rem;
    font-weight: 600;
    /* line-height: 1.2px; */
    font-family: var(--mont);
}

.contact-info a {
    color: #008384;
    text-decoration: underline;
}

.checkout-section {
    background-color: #0C807F;
    /* padding: 100px 0; */
}

.contact-info h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    font-family: var(--poppin);
}

.contact-info a {
    color: #fff;
}

.form-email-input input {
    background: #fff;
    padding: 10px 15px;
    color: #000;
    font-size: 18px;
    outline: none;
    font-family: var(--poppin);
    border: 1px solid #fff;
}

.form-email-input .form-control:focus,
.form-check .form-control:focus {
    background-color: #fff;
    color: #000;
    border: 1px solid #ff6b61;
}

.form-check-label {
    color: #fff;
    font-family: var(--poppin);
}

.select-country select,
.form-check input {
    background: #fff;
    padding: 10px 15px;
    color: #000;
    font-size: 18px;
    outline: none;
    font-family: var(--poppin);
    border: 1px solid #fff;
}

.border-style {
    border: 2px solid #fff;
    border-radius: 0.375rem;
    padding: 10px 15px;
}

.border-style p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-family: var(--poppin);
}

.border-style strong {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-family: var(--poppin);
}

.accordion-header label {
    color: #000;
}

.accordion-button {
    color: #000;
}

.accordion-button {
    color: #000;
    padding-left: 50px;
}

.accordion-button::after {
    left: 10px;
    position: absolute;
}

.accordion-header {
    position: relative;
}

.checkout-pagefrst-detail svg {
    width: 50%;
}

.checkout-pagefrst-detail p {
    width: 70%;
    margin: auto;
}

.accordion-body {
    padding-top: 2rem;
}

.payment-box {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;

}

.radio-header {
    display: flex;
    align-items: center;
    padding: 14px;
    cursor: pointer;
    font-weight: 600;
    /* border-bottom: 2px solid #fff; */
    background-color: #fff;
}

/* smooth accordion */
.radio-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    opacity: 0;
    transform: translateY(-6px);
    transition:
        max-height 0.45s ease,
        padding 0.45s ease,
        opacity 0.3s ease,
        transform 0.3s ease;
    background-color: #dedede;
}

.payment-box.active .radio-content {
    max-height: max-content;
    padding: 15px;
    opacity: 1;
    transform: translateY(0);
}

.payment-box.p-0.active .radio-header {
    background: #cfe2ff;
}

.paynow-btn button {
    padding: 10px 0;
    border-radius: 0.375rem;
    font-weight: 700;
    font-size: 18px;
    background-color: #FF6B61;
    color: #fff;
}

.product-img img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 7px;
}

.product-img {
    background: #fff;
    border-radius: 8px;
    padding: 5px 7px;
}

.product-sm-hd p {
    color: #fff;
    margin-bottom: 0;
    font-size: 1.4rem;
}

.pricing-main-checkout span {
    color: #fff;
}

.border-line {
    border-left: 1px solid #fff;
    padding: 100px 25px;
}

.border-top {
    border-top: 1px solid #fff;
}

.checkout-detail {
    padding: 100px 25px;
}

.product-sm-hd span {
    color: #fff;
}

.numberof-item {
    position: absolute;
    top: -9px;
    right: 80px;
    background: #ff6b61;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.numberof-item span {
    color: #fff;
}

@media(max-width:1399px) {
    .banner-content h1 {
        font-size: 50px;
    }
   header .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1261px;
    }
    .card-content p {
        font-size: 12px;
    }

    .footer-logo a img {
        width: 100%;
    }

    .vision-hd-change p {
        height: 150px;
        overflow: auto;
    }

    .package-item {
        height: 250px;
        overflow: auto;
    }

    .visit-process p {
        font-size: 12px;
    }

    .artisan-gallery {
        padding: 18px 15px;
    }

    .artisan-gallery h3 {
        font-size: 16px;
    }

    .stat h3 {
        font-size: 65px;
    }

    .whypeople-box p {
        font-size: 20px;
        height: 222px;
        overflow: auto;
    }

    p.small-s {
        height: auto;
    }

    .empowerability-content h2 {
        font-size: 48px;
    }

    .why-people-hd h2 {
        font-size: 40px;
    }

    .key-listing {
        height: 200px;
        overflow: auto;
    }

    .who-can-apply .nav-pills .nav-link {
        width: 454px;
    }

    .artisan-gallery h6 {
        font-size: 12px;
    }
}

@media(max-width:1280px) {
    .team-content-box p {
        height: 100px;
    }

    .will-receive-box p {
        height: 70px;
        overflow: auto;
    }
}

@media(max-width:1199px) {
    .banner-content h1 {
        font-size: 40px;
    }

    .banner-content p {
        font-size: 25px;
    }

    .hero-banner {
        min-height: 568px;
    }

    .whypeople-box p {
        font-size: 18px;

    }

    p.small-s {
        height: auto !important;
        overflow: hidden !important;
    }

    .whypeople-box p {
        font-size: 18px;
        height: 250px;
        overflow: auto;
    }

    .why-people-hd h2 {
        font-size: 45px;
    }

    p.mission-text {
        font-size: 16px;
    }

    .our-impact-content h2 {
        font-size: 45px;
    }

    .stat h3 {
        font-size: 50px;
    }

    .stat p {
        font-size: 14px;
    }

    .card-content p {
        font-size: 10px;
    }

    .card-content h4 {
        font-size: 18px;
    }

    .ready-launch-hd h2 {
        font-size: 45px;
    }

    .ready-launch-hd p {
        width: 75%;
    }

    .footer-logo p {
        font-size: 16px;
    }

    .list-items li a {
        font-size: 14px;
    }

    .vision-hd-change p {
        height: 160px;
        overflow: auto;
    }

    .team-content-box h3 {
        font-size: 16px;
    }

    .team-content-box h6 {
        font-size: 12px;
    }

    .make-difference p {
        height: 115px;
    }

    .our-values-box h3 {
        font-size: 18px;
    }

    .package-box p {
        font-size: 16px;
    }

    .package-item {
        height: 300px;
        overflow: auto;
    }

    .our-partner-content h3 {
        font-size: 16px;
        line-height: 25px;
    }

    .our-partner-content p {
        font-size: 12px;
    }

    .form-group textarea {
        font-size: 14px;
    }

    .visit-process {
        padding: 30px 4px;
    }

    .visit-process p {
        font-size: 11px;
    }

    .map-country {
        width: 100%;
    }

    .faq-box {
        width: 100%;
    }

    .artisan-gallery h3 {
        font-size: 13px;
    }

    .artisan-gallery h6 {
        font-size: 12px;
    }

    .artisan-gallery p {
        font-size: 12px;
    }

    .how-word-content h3 {
        font-size: 16px;
    }

    .how-word-content {
        padding: 50px 12px;
    }

    .whypeople-box {
        padding: 35px 19px;
    }

    .empowerability-content h2 {
        font-size: 40px;
    }

    .why-people-hd h2 {
        font-size: 34px;
    }

    .box-icon {
        width: 45px;
        height: 45px;
    }

    .box-small-hd h3 {
        font-size: 15px;
    }

    .curriculum-list li {
        display: flex;
        align-items: baseline;
    }

    .box-curriculum {
        height: 320px;
        overflow: auto;
    }

    .comprehensive-box h3 {
        font-size: 16px;
    }

    .comprehensive-box p {

        height: 70px;
        overflow: auto;
    }

    .jewellery {
        padding: 10px 9px;
    }

    .max-box {
        gap: 0.5rem !important;
    }

    .artisan-gallery h6 {
        font-size: 10px;
    }
   header .cart-btn button {
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    height: 45.5px;
    border-radius: 10px;
}
header .cta-btn a {
    font-size: 11px;
    width: 136px;
    height: 44.5px;
}
.select-country select, .form-check input {
   
    font-size: 14px;
   
}
}

@media(max-width:991px) {
    .banner-content p {
        width: 81%;
    }

    .small-s {
        font-size: 10px !important;
    }

    .how-word-content {
        margin-bottom: 20px;
    }

    /* .why-people-hd p {
    line-height: 25px;
} */
    .our-impact-content p {
        font-size: 22px;
    }

    .stat h3 {
        font-size: 38px;
    }

    .stat p {
        font-size: 11px;
    }

    .card-content h4 {
        font-size: 13px;
    }

    .card-content h6 {
        font-size: 12px;
    }

    .ready-launch-hd h2 {
        font-size: 35px;
    }

    .quick-links {
        margin-bottom: 26px;
    }

    .bar-btn {
        display: block;
    }

    .cross-btn {
        display: block;
    }

    nav.nav-btns {
        background: #000;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 1000px;
        transition: all 0.5s ease-in-out;
    }

    .header-ctas-btn {
        display: none;
    }

    .bar-btn i {
        color: #0C807F;
        font-size: 30px;
    }

    .nav-btns.active {
        left: 0;
    }

    ul.list-items {
        flex-direction: column;
        gap: 29px;
    }

    .cross-btn {
        display: flex;
        justify-content: end;
        margin-right: 25px;
        margin-bottom: 30px;
        margin-top: 25px;
    }

    .cross-btn i {
        color: #fff;
    }

    .list-items li a {
        color: #fff;
    }

    ul.list-items {
        flex-direction: column;
        gap: 23px;
        /* height: 80vh; */
        margin-top: 188px;
    }

    .about-banner-section {
        min-height: 500px;
    }

    .vision-hd-change p {
        height: 255px;
        overflow: auto;
    }

    .our-values-box {
        margin-bottom: 1.5rem !important;
    }

    .team-content-box img {
        width: 100%;
    }

    .team-content-box {
        margin-bottom: 20px;
    }

    .package-box {
        margin-bottom: 1.5rem;
    }

    .package-item {
        height: auto;
    }

    .our-partner-content {
        margin-bottom: 1.5rem;
    }

    .form-bg-partnership {
        width: 100%;
    }

    .ready-launch-hd h2 {
        font-size: 30px;
    }

    .relative-text {
        top: 26%;
    }

    .visit-process {

        margin-bottom: 1.5rem;
    }

    .whypeople-box p {
        height: auto;
    }

    .whypeople-box {
        margin-bottom: 20px;
    }

    .why-people-hd p {
        line-height: 27px;
    }

    .empowerability-content h2 {
        font-size: 28px;
    }

    .why-people-hd h2 {
        font-size: 30px;
    }

    .week-box {
        margin-bottom: 20px;
    }

    .who-can-apply .nav-pills .nav-link {
        width: 328px;
    }
    .bar-btn {
    position: absolute;
    right: 132px;
}
}

@media(max-width:767px) {

    body,
    html {
        overflow-x: hidden;
    }

    .banner-content p {
        width: 100%;
    }

    .banner-content p {
        font-size: 20px;
    }

    .cta-btn {
        flex-direction: column;
        align-items: center;
    }

    .why-people-hd h2 {
        font-size: 33px;
    }

    .whypeople-box p {
        height: auto;
    }

    .whypeople-box {
        margin-bottom: 15px;
    }

    p {
        font-size: 14px !important;
    }

    .impact-stats {
        flex-direction: column;
    }

    .our-impact-content h2 {
        font-size: 33px;
    }

    .success-section-card {
        margin-bottom: 15px;
    }

    .ready-launch-hd h2 {
        font-size: 33px;
    }

    .footer-logo a img {
        width: 80%;
    }

    .what-people {
        padding: 60px 0;
    }

    .our-mission {
        padding: 60px 0;
    }

    .how-works {
        padding: 60px 0;
    }

    .impact-section {
        padding: 60px 0;
    }

    .success-stories {
        padding: 60px 0;
    }

    .ready-lauch {
        padding: 60px 0;
    }

    .about-banner-content h2 {
        font-size: 50px;
    }

    .about-banner-content p {
        line-height: 24px;
    }

    .vision-hd-change p {
        height: auto;
    }

    .team-content-box p {
        height: auto;
    }

    .justifycontentcenter {
        justify-content: center;
    }

    .make-difference p {
        height: auto;
    }

    .form-group textarea {
        height: 120px;
    }

    .relative-text h4 {
        font-size: 14px;
    }

    .relative-text img {
        width: 25px;
        margin-bottom: 0.5rem !important;
    }

    .relative-text {
        top: 13%;
    }

    .justifycenter {
        justify-content: center;
    }

    .how-word-content p {
        height: auto;
    }

    .logo a img {
        width: 50%;
        height: auto;
    }

    .empowerability-content h2 {
        font-size: 28px;
        line-height: 47px;
    }

    .box-curriculum {
        height: auto;
    }

    .will-receive-box p {
        height: auto;
    }

    .comprehensive-box p {
        height: auto;
    }

    .journey-box {
        margin-bottom: 1.5rem;
    }

    .group-session {
        margin-bottom: 1.5rem;
    }

    .calender-date li {
        margin-bottom: 14px;
    }

    .graph-chart li {
        width: 100%;
    }

    .modal-content {
        max-width: 100%;
    }

    .flexing {
        flex-direction: column;
        align-items: flex-start !important;
    }

    button.btn-close.close.modalClose {
        right: 17px;
    }
    .border-line {
    padding-top: 0;
}
}

/* CART QTY UI FIX */
.qty-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* plus/minus buttons */
.qty-box .qty-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: #111;
    cursor: pointer;
    opacity: 1 !important;
    visibility: visible !important;
}

.qty-box .qty-btn:hover {
    border-color: #bbb;
}

/* qty number (input) */
.qty-box .qty-input {
    width: 52px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    padding: 0;
    outline: none;
}

/* optional: trash button looks aligned */
.delete-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #ddd !important;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
