/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/components/WomenEmpower/index.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/components/LoadingOverlay/index.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
/** @format */

.loader-container {
  position: fixed;
  background: #211f1fc4;
  top: 0;
  opacity: 0.8;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1056;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lds-roller {
  display: inline-block;
  position: absolute;
  top: 48vh;
  left: 48vw;
  width: 4rem;
  height: 4rem;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(30deg, #0a9add 10%, #8390c6 100%);
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* media query part */
@media (max-width: 1024px) {
  .loader-container {
    background-color: rgba(33, 31, 31, 0.79);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1056;
  }
}
@media (max-width: 992px) {
  .lds-roller {
    left: 46vw;
  }
}

@media (max-width: 768px) {
  .lds-roller {
    left: 45vw;
  }
}

@media (max-width: 425px) {
  .lds-roller {
    left: 42vw;
  }
}
@media (max-width: 375px) {
  .lds-roller {
    left: 41vw;
  }
}
@media (max-width: 320px) {
  .lds-roller {
    left: 40vw;
  }
}
/* @-webkit-keyframes follow-the-leader {
  0% {
    -webkit-transform: rotate(0deg) translateY(-200%);
    transform: rotate(0deg) translateY(-200%);
  }

  60%,
  100% {
    -webkit-transform: rotate(360deg) translateY(-200%);
    transform: rotate(360deg) translateY(-200%);
  }
}

@keyframes follow-the-leader {
  0% {
    -webkit-transform: rotate(0deg) translateY(-200%);
    transform: rotate(0deg) translateY(-200%);
  }

  60%,
  100% {
    -webkit-transform: rotate(360deg) translateY(-200%);
    transform: rotate(360deg) translateY(-200%);
  }
} */

/* .follow-the-leader-line {
  height: 14px;
  position: relative;
  width: 14px;
}

.follow-the-leader-line div {
  -webkit-animation: follow-the-leader 1.25s infinite backwards;
  animation: follow-the-leader 1.25s infinite backwards;
  background-color: #004b04;
  border-radius: 100%;
  height: 100%;
  width: 100%;
}

.follow-the-leader-line div:nth-child(1) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  background-color: rgba(27, 146, 3, 0.9);
}

.follow-the-leader-line div:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: rgba(14, 136, 34, 0.8);
}

.follow-the-leader-line div:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
  background-color: rgba(15, 180, 9, 0.7);
}

.follow-the-leader-line div:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: rgba(22, 153, 55, 0.6);
}

.follow-the-leader-line div:nth-child(5) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  background-color: rgba(9, 185, 62, 0.808);
} */

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Montserrat","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"montserrat"} ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Montserrat_c8fde2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/356432213705182c-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Montserrat_c8fde2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/a93d3a9445899216-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: '__Montserrat_c8fde2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/b51ef20963cfdf8d-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Montserrat_c8fde2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/a6bc35f8faaab1b5-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Montserrat_c8fde2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/80125230ebe98283-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Montserrat_Fallback_c8fde2';src: local("Arial");ascent-override: 85.79%;descent-override: 22.25%;line-gap-override: 0.00%;size-adjust: 112.83%
}.__className_c8fde2 {font-family: '__Montserrat_c8fde2', '__Montserrat_Fallback_c8fde2';font-weight: 500;font-style: normal
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Noto_Sans","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"noto_Sans"} ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/ff010d87b3a4ad8c-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/305daf5d5f484db4-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/cfcfefcf5d0bd76a-s.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* greek-ext */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/0614a9c5679a9770-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/df42776013ccc7b2-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/935832641c8fa995-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/30c15701b9d760bc-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Noto_Sans_4a3456';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(/_next/static/media/d63a721c94df843f-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Noto_Sans_Fallback_4a3456';src: local("Arial");ascent-override: 100.54%;descent-override: 27.56%;line-gap-override: 0.00%;size-adjust: 106.33%
}.__className_4a3456 {font-family: '__Noto_Sans_4a3456', '__Noto_Sans_Fallback_4a3456';font-weight: 500;font-style: normal
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Inter","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"inter"} ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6e4fb5f0b9b94280-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/13f2c49ab4ecb5b6-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/755b9941c6d680f8-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/86235a0393de2f53-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/e83c3bfd684ede70-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6364dcd892b96399-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Inter_2e3237';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/e4a5e7fc8a0ba879-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Inter_Fallback_2e3237';src: local("Arial");ascent-override: 90.49%;descent-override: 22.56%;line-gap-override: 0.00%;size-adjust: 107.06%
}.__className_2e3237 {font-family: '__Inter_2e3237', '__Inter_Fallback_2e3237';font-weight: 500;font-style: normal
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Poppins","arguments":[{"display":"swap","weight":"600","subsets":["latin"]}],"variableName":"poppins"} ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: '__Poppins_12c8de';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/0a03a6d30c07af2e-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Poppins_12c8de';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/0484562807a97172-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Poppins_Fallback_12c8de';src: local("Arial");ascent-override: 93.62%;descent-override: 31.21%;line-gap-override: 8.92%;size-adjust: 112.16%
}.__className_12c8de {font-family: '__Poppins_12c8de', '__Poppins_Fallback_12c8de';font-weight: 600;font-style: normal
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Mulish","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"mulish"} ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Mulish_6e5af2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/f0715998657a73df-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Mulish_6e5af2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/cf4e6fab1e88fefb-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: '__Mulish_6e5af2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/afb59ed93e9d1b28-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Mulish_6e5af2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/150cbe35e902339a-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Mulish_6e5af2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/bcaf79338063300e-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Mulish_Fallback_6e5af2';src: local("Arial");ascent-override: 96.56%;descent-override: 24.02%;line-gap-override: 0.00%;size-adjust: 104.08%
}.__className_6e5af2 {font-family: '__Mulish_6e5af2', '__Mulish_Fallback_6e5af2';font-weight: 500;font-style: normal
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Roboto","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"roboto"} ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/dfa8b99978df7bbc-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/42d52f46a26971a3-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/a6d330d7873e7320-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/a5b77b63ef20339c-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/d117eea74e01de14-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/eb52b768f62eeeb4-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Roboto_54aa2a';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/627622453ef56b0d-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Roboto_Fallback_54aa2a';src: local("Arial");ascent-override: 92.98%;descent-override: 24.47%;line-gap-override: 0.00%;size-adjust: 99.78%
}.__className_54aa2a {font-family: '__Roboto_54aa2a', '__Roboto_Fallback_54aa2a';font-weight: 500;font-style: normal
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"DM_Sans","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"dM_Sans"} ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* latin-ext */
@font-face {
  font-family: '__DM_Sans_375dbe';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6fe4dfc53cf88ecb-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__DM_Sans_375dbe';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/71dcb7efc7d2c8e8-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__DM_Sans_Fallback_375dbe';src: local("Arial");ascent-override: 94.90%;descent-override: 29.66%;line-gap-override: 0.00%;size-adjust: 104.53%
}.__className_375dbe {font-family: '__DM_Sans_375dbe', '__DM_Sans_Fallback_375dbe';font-weight: 500;font-style: normal
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/constant.js","import":"Manrope","arguments":[{"display":"swap","weight":"500","subsets":["latin"]}],"variableName":"manrope"} ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/7997c39d7982fdb1-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/08fbbe8222dc41e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/fc1a4dabf5406bc0-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6e66886a596209e0-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6d08f5c7131be4d5-s.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Manrope_f4a8d0';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/340b1e736f7b6b1a-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Manrope_Fallback_f4a8d0';src: local("Arial");ascent-override: 103.31%;descent-override: 29.07%;line-gap-override: 0.00%;size-adjust: 103.19%
}.__className_f4a8d0 {font-family: '__Manrope_f4a8d0', '__Manrope_Fallback_f4a8d0';font-weight: 500;font-style: normal
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/users/womenempowerment/index.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
/** @format */

.WomenEmpower-rapper {
  background-color: var(--color-white);
  padding-bottom: 5%;
}
.WomenEmpower1 {
  position: relative;
  height: 100%;
  width: 100%;
}
.WomenEmpower1 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.womenempower-page1-abs {
  width: 100%;
  height: 453px;
  position: absolute;
  top: 20%;
  padding-inline: 90px;
}
.women-title1 {
  width: 38vw;
  font-size: 100px;
  font-family: var(--horta);
  color: var(--mint-white);
  line-height: 120.296px;
  letter-spacing: -0.85px;
  text-transform: uppercase;
}
.women-sub2 > h3 {
  height: 60px;
  font-size: 80px;
  color: var(--secondary-color);
  font-family: var(--hey-octuber);
  line-height: 40px;
}

.women-bitton1:hover {
  background: var(--white);
  border: 1px solid var(--blue-color);
  color: var(--blue-color);
  cursor: pointer;
}
.women-bitton1 {
  padding: 20px 25px 20px 25px;
  display: flex;
  justify-content: center;
  width: 210px;
  border-radius: 14.012px;
  border: 1.168px solid var(--white, var(--color-white));
  box-shadow: 0px 35.03038px 35.03038px -21.01823px rgba(57, 229, 54, 0.16);
  color: var(--white, var(--color-white));
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.women-1st-flx {
  margin-top: 2%;
  gap: 10px;
  display: flex;
}
.women-loremipsum {
  width: 36vw;
  color: var(--color-white);
  /* font-family: Inter; */
  font-size: 18.448px;
}
.divider-text {
  margin-top: 1.5%;
  width: 1.5vw;
  border-top: 3px solid green;
}

.Womenempower-2ndpage {
  background-color: var(--color-white);
  height: 740px;
}

.Womenempower-2pagerapper {
  margin: auto;

  height: 700px;
  width: 80vw;
}
.Womenempower-title {
  width: max-content;
  height: 270px;
  margin: auto;
}
.women-2subtitle {
  justify-content: center;
  display: flex;
  align-items: center;
}
#women-2subtitle-subb {
  max-width: fit-content;
  color: var(--secondary-color);
  font-family: var(--hey-octuber);
  font-size: 80px;
  font-weight: 400;
  height: auto;
}

.women-2ndheading {
  justify-content: center;
  display: flex;
  align-items: center;
}
.women-2ndheading > h1 {
  width: max-content;
  color: var(--primary-color);
  text-align: center;
  font-family: var(--horta);
  font-size: 100px;
  font-weight: 600;
  line-height: 57.801px;
  letter-spacing: -2.308px;
  margin-bottom: 10px;
}
.women-pag2paragraph {
  justify-content: center;
  display: flex;
  align-items: center;
}
.women-pag2paragraph > p {
  width: 30vw;
  color: rgba(51, 51, 51, 0.8);
  text-align: center;
  font-feature-settings: 'liga' off;
  /* font-family: Inter; */
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
.womenempower-2nd-colmns {
  height: 437px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}
.womenempower-2nd-colmns1 {
  background-color: #ebffed;
  border-bottom: 10px solid var(--dark-green);
}
.women-2nd-shape1 {
  margin-top: 82px;
  margin-left: 82px;
  width: 49.344px;
  height: 49.344px;
}
.women-2nd-shape1 img {
  width: 100%;
  height: 100%;
}

.women-2nd-inside1 {
  padding-bottom: 20px;
  margin-top: 34px;
  margin-left: 82px;
  width: 258.028px;
  height: auto;
}

.women-2nd-aboutus > h1 {
  color: var(--color-black);
  font-family: var(--horta);
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 45.232px;
  letter-spacing: -0.46px;
  text-transform: uppercase;
}
.women-2nd-lorem-parg1 > p {
  color: var(--color-black);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.672px;
}

.womenempower-3rdpage {
  height: 1100px;
}

.womenempower-3rdpage-rapper {
  margin: auto;
  height: auto;
  width: 80vw;
}

.Womenempower-title-3rdpage {
  width: 40vw;
  height: 350px;
  margin: auto;
}

.womenempower-3rdbutton {
  margin-top: 6%;
  justify-content: center;
  align-items: center;
  display: flex;
}

#women-3rd-butn-disc {
  color: var(--color-white);
  font-family: Poppins;
  font-size: 21.018px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.018px;
  letter-spacing: 0.21px;
  background: var(--primary-color);
  box-shadow: 0px 35.03038px 35.03038px -21.01823px rgba(57, 229, 54, 0.16);
  width: 223.027px;
  height: 77.067px;
  border-radius: 14.012px;
}

#women-3rd-butn-disc:hover {
  background: var(--white);
  border: 1px solid var(--blue-color);
  color: var(--blue-color);
  cursor: pointer;
}
.women-3rdpage-belowtitle {
  column-gap: 20px;
  height: 592px;
  width: 62vw;
  margin: auto;
  display: flex;
}
.women-3rdpage-belowtitle1 {
  width: 20vw;
  height: 394px;
}
.women-3rdpage-belowtitle1 img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.women-3rdpage-belowtitle2 {
  margin-top: 5vw;
  width: 20vw;
  height: 491px;
}
.women-3rdpage-belowtitle2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.women-3rdpage-belowtitle3 {
  width: 20vw;
  height: 394px;
}
.women-3rdpage-belowtitle3 img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.women-3rdpagebelow-pictre {
  width: 40vw;
  height: auto;
  margin: auto;
  margin-top: 30px;
}
.women-3rdpage-picture-parg {
  display: flex;
  align-items: center;
  justify-content: center;
}

.women-4th-page {
  padding-bottom: 200px;
  height: auto;
  background: var(--mint-white-bg, var(--mint-white));
}
.women-4thpage-rapper {
  margin: auto;
  height: 90%;
  width: 80vw;
  margin-top: 32px;
}
.women-4thpage-title {
  width: max-content;
  height: 160px;
  margin: auto;
  margin-bottom: 35px;
}
.women-4thpage-clm-pict {
  position: relative;
  column-gap: 15px;
  height: 289px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.women-4thpage-clm-pict0 img {
  border-radius: 14px;
  width: 100%;
  height: 100%;
  object-fit: fill;
  margin-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.women-4thpage-clm-pict0:hover img {
  margin-left: 0;
}

.women-4th-clm1-abs {
  position: absolute;
  top: 82%;
  left: 12%;
  transform: translate(-50%, -50%);
  width: 17%;
  height: auto;
}
.women-4th-clm1-abs > h1 {
  color: var(--White, var(--color-white));
  font-family: var(--horta);
  font-size: 34px;
  letter-spacing: -0.34px;
  text-transform: uppercase;
}
.women-4th-clm1-abs > p {
  color: var(--color-white);
  /* font-family: Roboto Condensed; */
  font-size: 16.448px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.672px; /* 150% */
}
.women-4thpage-clm-pict1 img {
  border-radius: 14px;
  width: 97%;
  height: 100%;
  object-fit: fill;
  margin-left: 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.women-4thpage-clm-pict1:hover img {
  margin-left: 0;
}

.women-4th-clm1-abs1 {
  position: absolute;
  top: 82%;
  left: 37%;
  transform: translate(-50%, -50%);
  width: 17%;
  height: auto;
}
.women-4th-clm1-abs1 > h1 {
  color: var(--White, var(--color-white));
  font-family: var(--horta);
  font-size: 34px;
  letter-spacing: -0.34px;
  text-transform: uppercase;
}

.women-4th-clm1-abs12 {
  position: absolute;
  top: 82%;
  left: 62%;
  transform: translate(-50%, -50%);
  width: 17%;
  height: auto;
}
.women-4th-clm1-abs12 > h1 {
  color: var(--White, var(--color-white));
  font-family: var(--horta);
  font-size: 34px;
  letter-spacing: -0.34px;
  text-transform: uppercase;
}

.women-4th-clm1-abs13 {
  position: absolute;
  top: 82%;
  left: 87%;
  transform: translate(-50%, -50%);
  width: 17%;
  height: auto;
}
.women-4th-clm1-abs13 > h1 {
  color: var(--White, var(--color-white));
  font-family: var(--horta);
  font-size: 34px;
  letter-spacing: -0.34px;
  text-transform: uppercase;
}

.women-5th-page {
  margin-bottom: 100px;
  position: relative;
  height: 940px;
}
.women-5th-page img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.women-5th-pagerapper {
  border-bottom: 10px solid var(--dark-green);
  padding-bottom: 17px;
  position: absolute;
  width: 46vw;
  top: 50%;
  left: 37%;
  transform: translate(-50%, -50%);
  border-radius: 18px 18px 0px 0px;
  background: var(--White, var(--color-white));
  -webkit-backdrop-filter: blur(20.559999465942383px);
  backdrop-filter: blur(20.559999465942383px);
}
.women-5th-pageinside {
  margin-top: 8%;
  margin-left: 10%;
  height: fit-content;
  width: 42%;
}
.women-5th-wewant > h1 {
  width: 20vw;
  color: var(--color-black);
  font-family: var(--horta);
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: 65.792px; /* 173.137% */
  letter-spacing: -0.38px;
  text-transform: uppercase;
}
.women-5th-lorem > p {
  width: 82%;
  color: var(--color-black);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.672px; /* 150% */
}
.women-5th-btn {
  margin-top: 20px;
}

#women-5th-btn:hover {
  background: var(--mint-white);
  border: 1px solid var(--blue-color);
  color: var(--blue-color);
  cursor: pointer;
}
.women-5th-inside-rht {
  margin-right: 8%;
  margin-top: -45%;
  float: right;
  height: 143px;
  width: 193px;
}

.women-5th-inside-rht img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* MEDIA QUERIES */

@media screen and (min-width: 320px) and (max-width: 767px) {
  .WomenEmpower1 {
    position: relative;
    height: 500px;
    width: 100%;
  }

  .women-4thpage-clm-pict > * {
    margin: auto;
    width: 90%;
    margin-bottom: 10px;
  }
  .WomenEmpower1 img {
    height: 100%;
    width: 100%;
    object-fit: fill;
  }
  .womenempower-page1-abs {
    top: 16%;
    padding-inline: 30px;
  }
  .women-sub2 > h3 {
    height: 27px;
    font-size: 40px;
    color: var(--secondary-color);
    font-family: var(--hey-octuber);
  }
  .women-title1 {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 65vw;
    font-size: 40px;
    font-family: var(--horta);
    color: var(--mint-white);
    line-height: 40px;
    letter-spacing: -0.85px;
    text-transform: uppercase;
  }
  .women-bitton1 {
    padding: 15px 20px 15px 20px;
    display: flex;
    justify-content: center;
    /* height: 45px; */
    width: max-content;
    border-radius: 14.012px;
    border: 1.168px solid var(--white, var(--color-white));
    box-shadow: 0px 35.03038px 35.03038px -21.01823px rgba(57, 229, 54, 0.16);
    color: var(--white, var(--color-white));
    text-align: center;
    font-size: 15.018px;
    font-weight: 600;
    cursor: pointer;
  }
  .women-loremipsum {
    width: auto;
    color: var(--color-white);
    /* font-family: 'Inter'; */
    font-size: 16.448px;
  }
  .divider-text {
    margin-top: 5%;
    width: 10.5vw;
    border-top: 4px solid green;
  }

  #women-2subtitle-subb {
    max-width: -moz-fit-content;
    max-width: fit-content;
    color: var(--secondary-color);
    font-family: var(--hey-octuber);
    font-size: 34px;
    font-weight: 400;
    height: 35px;
  }
  .Womenempower-title {
    width: 68vw;
    height: 195px;
    margin: auto;
  }
  .women-2ndheading > h1 {
    color: var(--primary-color);
    text-align: center;
    font-family: var(--horta);
    font-size: 50px;
    font-weight: 600;
    line-height: 57.801px;
    letter-spacing: -2.308px;
  }
  .women-pag2paragraph > p {
    width: 52vw;
    color: rgba(51, 51, 51, 0.8);
    text-align: center;
    font-feature-settings: 'liga' off;
    font-family: Inter;
    font-size: 16.733px;
    font-weight: 400;
    line-height: normal;
  }

  .womenempower-2nd-colmns {
    height: auto;
    display: grid;
    grid-template-columns: 100%;
  }
  .Womenempower-2ndpage {
    height: auto;
  }
  .Womenempower-2pagerapper {
    height: 100%;
    width: 100vw;
  }
  .women-2nd-shape1 {
    margin-top: 28px;
    margin-left: 82px;
    width: 49.344px;
    height: 49.344px;
  }
  .Womenempower-title-3rdpage {
    width: 68vw;
    height: 276px;
    margin: auto;
  }
  #women-3rd-butn-disc {
    color: var(--color-white);
    /* font-family: Poppins; */
    font-size: 18.018px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.018px;
    letter-spacing: 0.21px;
    background: var(--primary-color);
    box-shadow: 0px 35.03038px 35.03038px -21.01823px rgba(57, 229, 54, 0.16);
    width: 133.027px;
    height: 45.06699999999999px;
    border-radius: 14.012px;
  }
  .womenempower-3rdpage-rapper {
    margin: auto;
    height: auto;
    width: 100vw;
  }
  .women-3rdpage-belowtitle {
    height: auto;
    width: 100%;
    display: block;
  }
  .women-3rdpage-belowtitle1 {
    width: 100vw;
    height: 394px;
  }
  .women-3rdpage-belowtitle2 {
    margin-top: 5vw;
    width: 100vw;
    height: 491px;
  }
  .women-3rdpage-belowtitle3 {
    margin-top: 5vw;
    width: 100vw;
    height: 394px;
  }
  .womenempower-3rdpage {
    height: 1730px;
  }
  .women-3rdpagebelow-pictre {
    width: 90vw;
    height: auto;
    margin: auto;
    margin-top: 20px;
  }

  .women-4thpage-rapper {
    height: auto;
    width: 100vw;
    margin-top: 20px;
  }
  .women-4thpage-title {
    margin-top: 20px;
    width: 68vw;
    height: 143px;
    margin: auto;
  }
  .women-4thpage-clm-pict {
    position: relative;
    height: 100%;
    display: block;
  }
  .women-4th-page {
    padding: 1px;
    height: auto;
    background: var(--mint-white-bg, var(--mint-white));
    padding-bottom: 50px;
  }
  .women-4th-clm1-abs {
    position: absolute;
    top: 25%;
    left: 42%;
    transform: translate(-50%, -50%);
    width: 67%;
    height: 164px;
  }
  .women-4th-clm1-abs1 {
    position: absolute;
    top: 47%;
    left: 42%;
    transform: translate(-50%, -50%);
    width: 67%;
    height: auto;
  }
  .women-4th-clm1-abs12 {
    position: absolute;
    top: 72%;
    left: 42%;
    transform: translate(-50%, -50%);
    width: 67%;
    height: auto;
  }
  .women-4th-clm1-abs13 {
    position: absolute;
    top: 96%;
    left: 42%;
    transform: translate(-50%, -50%);
    width: 67%;
    height: auto;
  }
  .women-5th-page {
    margin-bottom: 20px;
    position: relative;
    height: 614px;
  }
  .women-5th-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .women-5th-pagerapper {
    position: absolute;
    height: 361px;
    width: 88vw;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    border-radius: 18px 18px 0px 0px;
    background: var(--White, var(--color-white));
    -webkit-backdrop-filter: blur(20.559999465942383px);
    backdrop-filter: blur(20.559999465942383px);
  }
  .women-5th-pageinside {
    margin-top: 8%;
    margin-left: 5%;
    height: 349px;
    width: 72%;
  }
  .women-5th-wewant > h1 {
    width: 65vw;
    color: var(--color-black);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.792px;
    letter-spacing: -0.38px;
    text-transform: uppercase;
  }
  #women-5th-btn {
    padding: 15px 20px 15px 20px;
    color: var(--color-white);
    font-size: 16.018px;
    font-weight: 500;
    line-height: 21.018px;
    letter-spacing: 0.21px;
    background: var(--primary-color);
    box-shadow: 0px 35.03038px 35.03038px -21.01823px rgba(57, 229, 54, 0.16);
    width: 40vw;
    border-radius: 14.012px;
  }
  .women-5th-lorem > p {
    width: 85%;
    color: var(--color-black);
    font-size: 16.448px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.672px;
  }
  .women-5th-inside-rht {
    margin-right: 8%;
    margin-top: -80%;
    float: right;
    height: 75px;
    width: 104px;
  }
  .women-2nd-inside1 {
    margin-top: 34px;
    margin-left: 60px;
    width: 276.02800000000002px;
    height: 240px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .womenempower-2nd-colmns {
    row-gap: 10px;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
  }
  .WomenEmpower1 img {
    height: 100%;
    width: 100%;
    object-fit: fill;
  }
  .women-title1 {
    width: 61vw;
    font-size: 70px;
    font-family: var(--horta);
    color: var(--mint-white);
    line-height: 84.296px;
    letter-spacing: -0.85px;
    text-transform: uppercase;
  }
  .womenempower-page1-abs {
    top: 8%;
    padding-inline: 40px;
  }
  .women-sub2 > h3 {
    height: 43px;
    font-size: 65px;
    color: var(--secondary-color);
    font-family: var(--hey-octuber);
  }
  .women-bitton1 {
    display: flex;
    justify-content: center;
    /* height: 51px; */
    width: max-content;
    border-radius: 14.012px;
    border: 1.168px solid var(--white, var(--color-white));
    box-shadow: 0px 35.03038px 35.03038px -21.01823px rgba(57, 229, 54, 0.16);
    color: var(--white, var(--color-white));
    text-align: center;
    font-size: 17.018px;
    font-weight: 600;
    cursor: pointer;
  }
  .WomenEmpower-rapper {
    height: 606px;
    padding-bottom: 5%;
  }
  .women-loremipsum {
    width: 39vw;
    color: var(--color-white);
    /* font-family: 'Inter'; */
    font-size: 16.448px;
  }
  .women-1st-flx {
    margin-top: 5%;
    gap: 10px;
    display: flex;
  }
  .Womenempower-title {
    width: max-content;
    height: auto;
    margin: auto;
    margin-bottom: 10px;
  }
  .women-pag2paragraph > p {
    width: 36vw;
    color: rgba(51, 51, 51, 0.8);
    text-align: center;
    font-feature-settings: 'liga' off;
    font-family: Inter;
    font-size: 15.733px;
    font-weight: 400;
    line-height: normal;
  }
  .Womenempower-2pagerapper {
    margin: auto;
    height: auto;
    width: 98vw;
  }
  .Womenempower-2ndpage {
    height: max-content;
  }
  .Womenempower-title-3rdpage {
    width: 53vw;
    height: 350px;
    margin: auto;
  }
  #women-3rd-butn-disc {
    color: var(--color-white);
    /* font-family: Poppins; */
    font-size: 18.018px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.018px;
    letter-spacing: 0.21px;
    background: var(--primary-color);
    box-shadow: 0px 35.03038px 35.03038px -21.01823px rgba(57, 229, 54, 0.16);
    width: 157.027px;
    height: 58.06699999999999px;
    border-radius: 14.012px;
  }
  .womenempower-3rdpage-rapper {
    margin: auto;
    height: auto;
    width: 98vw;
  }
  .women-3rdpage-belowtitle {
    column-gap: 10px;
    height: 566px;
    width: 98vw;
    margin: auto;
    display: flex;
  }
  .women-3rdpage-belowtitle1 {
    width: 33vw;
    height: 394px;
  }
  .women-3rdpage-belowtitle2 {
    margin-top: 5vw;
    width: 33vw;
    height: 491px;
  }

  .women-3rdpage-belowtitle3 {
    width: 33vw;
    height: 394px;
  }
  .women-3rdpagebelow-pictre {
    width: 56vw;
    height: auto;
    margin: auto;
  }

  .womenempower-3rdpage {
    height: 1019px;
  }
  .women-4thpage-rapper {
    margin: auto;
    height: auto;
    width: 98vw;
  }
  .women-4thpage-title {
    width: max-content;
    height: auto;
    margin: auto;
    margin-bottom: 15px;
  }
  .women-4th-page {
    padding-bottom: 89px;
    height: auto;
    background: var(--mint-white-bg, var(--mint-white));
  }
  .women-4thpage-clm-pict {
    row-gap: 10px;
    position: relative;
    column-gap: 6px;
    height: 750px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .women-4th-clm1-abs {
    position: absolute;
    top: 44%;
    left: 19%;
    transform: translate(-50%, -50%);
    width: 27%;
    height: auto;
  }
  .women-4th-clm1-abs1 {
    position: absolute;
    top: 44%;
    left: 71%;
    transform: translate(-50%, -50%);
    width: 27%;
    height: auto;
  }
  .women-4th-clm1-abs12 {
    position: absolute;
    top: 95%;
    left: 19%;
    transform: translate(-50%, -50%);
    width: 27%;
    height: auto;
  }
  .women-4th-clm1-abs13 {
    position: absolute;
    top: 95%;
    left: 71%;
    transform: translate(-50%, -50%);
    width: 27%;
    height: auto;
  }
  .women-5th-pagerapper {
    position: absolute;
    height: auto;
    width: 64vw;
    top: 50%;
    left: 37%;
    transform: translate(-50%, -50%);
    border-radius: 18px 18px 0px 0px;
    background: var(--White, var(--color-white));
    -webkit-backdrop-filter: blur(20.559999465942383px);
    backdrop-filter: blur(20.559999465942383px);
  }
  .women-5th-wewant > h1 {
    width: 52vw;
    color: var(--color-black);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.792px;
    letter-spacing: -0.38px;
    text-transform: uppercase;
  }
  .women-5th-lorem > p {
    width: 100%;
    color: var(--color-black);
    font-size: 16.448px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.672px;
  }
  #women-5th-btn {
    color: var(--color-white);
    font-size: 18.018px;
    font-weight: 600;
    line-height: 21.018px;
    letter-spacing: 0.21px;
    background: var(--primary-color);
    box-shadow: 0px 35.03038px 35.03038px -21.01823px rgba(57, 229, 54, 0.16);
    width: max-content;
    border-radius: 14.012px;
  }
  .women-5th-inside-rht {
    margin-right: 8%;
    margin-top: -35%;
    float: right;
    height: 95px;
    width: 134px;
  }
  .women-5th-page {
    margin-bottom: 20px;
    position: relative;
    height: 379px;
  }
  .women-5th-pageinside {
    margin-top: 8%;
    margin-left: 10%;
    height: auto;
    width: 42%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
  .Womenempower-2pagerapper {
    height: 700px;
    margin: auto;
    width: 90vw;
  }
  .womenempower-2nd-colmns {
    height: 484px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .women-2nd-inside1 {
    margin-top: 34px;
    margin-left: 50px;
    width: 222.02800000000002px;
    height: 193.456px;
  }
  .womenempower-page1-abs {
    width: 75%;
    height: 453px;
    position: absolute;
    top: 55%;
    left: 40%;
    transform: translate(-50%, -50%);
  }
  .women-title1 {
    width: 52vw;
    font-size: 85px;
    font-family: var(--horta);
    color: var(--mint-white);
    line-height: 84.296px;
    letter-spacing: -0.85px;
    text-transform: uppercase;
  }
  .women-bitton1 {
    display: flex;
    justify-content: center;
    /* height: 64px; */
    width: 20vw;
    border-radius: 14.012px;
    border: 1.168px solid var(--white, var(--color-white));
    box-shadow: 0px 35.03038px 35.03038px -21.01823px rgba(57, 229, 54, 0.16);
    color: var(--white, var(--color-white));
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
  }
  .WomenEmpower1 img {
    height: 100%;
    width: 100%;
    object-fit: fill;
  }

  .women-loremipsum {
    width: 28vw;
    color: var(--color-white);
    font-size: 16.448px;
  }

  .WomenEmpower-rapper {
    height: 610px;
    padding-bottom: 5%;
  }
  .women-4thpage-rapper {
    margin: auto;
    height: 90%;
    width: 90vw;
    margin-top: 32px;
  }
  .women-4thpage-clm-pict0 img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .women-4thpage-clm-pict1 img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .women-4th-page {
    padding: 1px;
    height: 579px;
    background: var(--mint-white-bg, var(--mint-white));
  }
  .women-5th-wewant > h1 {
    width: 36vw;
    color: var(--color-black);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 65.792px;
    letter-spacing: -0.38px;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1600px) {
  .women-4th-page {
    height: 559px;
  }
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  #women-2subtitle-subb {
    max-width: -moz-fit-content;
    max-width: fit-content;
    color: var(--secondary-color);
    font-family: var(--hey-octuber);
    font-size: 25px;
    font-weight: 400;
    height: 28px;
  }
  .Womenempower-title {
    width: 68vw;
    height: 240px;
    margin: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  .women-1st-flx {
    margin-top: 8%;
    gap: 10px;
    display: flex;
  }
  #women-2subtitle-subb {
    max-width: -moz-fit-content;
    max-width: fit-content;
    color: var(--secondary-color);
    font-family: var(--hey-octuber);
    font-size: 25px;
    font-weight: 400;
    height: inherit;
  }
  .Womenempower-title {
    width: 68vw;
    height: 274px;
    margin: auto;
  }
  .women-2nd-inside1 {
    height: 240px;
    margin-left: 42px;
  }
}

@media screen and (min-width: 2000px) {
  .women-5th-inside-rht {
    margin-top: -28%;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .Womenempower-title {
    padding-bottom: 40px;
    height: auto;
    width: 68vw;
    margin: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
  .Womenempower-title {
    height: auto;
    padding-bottom: 40px;
    width: 68vw;
    margin: auto;
  }
}

