@font-face {
    font-family: 'helvetica_neuemedium_extended';
    src: url('../fonts/helvetica_neue_medium_extended.woff2') format('woff2'),
         url('../fonts/helvetica_neue_medium_extended.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helvetica_neueultralight';
    src: url('../fonts/helvetica_neue_ultralight.woff2') format('woff2'),
         url('../fonts/helvetica_neue_ultralight.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: 700;
    text-decoration: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'helvetica_neueultralight', sans-serif;
}

html {
    scroll-behavior: smooth;
}

ol,
ul {
    list-style: none;
}

del {
    text-decoration: line-through;
}

body {
    font-family: "Anthro Light";
    font-size: 18px;
    color: #000;
    overflow-x: hidden;
    min-width: 320px;
    font-weight: 500;
    letter-spacing: 0.05em;
    scroll-behavior: smooth;
    position: relative;
}

p {
    font-size: 18px;
    line-height: 24px;
    color: #2d1457;
}

input,
textarea,
select {
    font-weight: 500;
    cursor: pointer;
    font-family: "Anthro Light";
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #301554;
    font-size: 24px;
}

button {
    cursor: pointer;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1380px;
}

::-webkit-scrollbar {
    display: none;
}

@font-face {
    font-family: "Anthro Light";
    src: url("../fonts/Anthro2.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "antonregular";
    src: url("../fonts/anton-regular-webfont.woff2") format("woff2"),
        url("../fonts/anton-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratthin';
    src: url('../fonts/montserrat-variablefont_wght.woff2') format('woff2'),
         url('../fonts/montserrat-variablefont_wght.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'archivo_blackregular';
    src: url('../fonts/archivoblack-regular.woff2') format('woff2'),
         url('../fonts/archivoblack-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* common */
h4 {
    font-size: 20px;
}

h3 {
    font-size: 17px;
}

h6 {
    font-size: 16px;
}

.title-box h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 40px;
    font-family: 'helvetica_neuemedium_extended';
    /* font-weight: 900; */
}

.container .ContentContainer p {
    margin-bottom: 20px;
}

.register .title-box h2 {
    color: #301554;
}

.btn-primary {
    padding: 2px;
    display: inline-block;
    border-radius: 12px;
    background-image: linear-gradient(90deg,
            #2b1457 0%,
            #771568 32.95%,
            #fe4349 58.5%,
            #fec601 100%);
}

.btn-primary .gradintButton {
    color: #fff;
    font-family: "helvetica_neueultralight";
    cursor: pointer;
    font-weight: 900;
}

.btn-yellow {
    cursor: pointer;
    font-family: "Anthro Light";
    padding: 16px 25px;
    font-weight: bolder;
    font-size: 18px;
    display: inline-block;
    border-radius: 40px;
    background-color: #FEC401;
    color: #301554;

}

.btn-primary .gradientContainer {
    padding: 8px 22px;
    background-image: linear-gradient(90deg,
            #2b1457 0%,
            #771568 32.95%,
            #fe4349 58.5%,
            #fec601 100%);
    width: fit-content;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover .gradientContainer {
    background: #fff;
}

.btn-primary:hover .gradintButton {
    background-image: linear-gradient(90deg,
            #2b1457 0%,
            #771568 32.95%,
            #fe4349 58.5%,
            #fec601 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition-duration: 0.3s;
}

/* spotlight */
.spotlight {
    /* background: #fcdff1; */
    height: 100vh;
    width: 100%;
    position: relative;
}
.spotlight .contents{
    display: flex;
    width: 85%;
    height: 100%;
    margin-left: auto;
}
.spotlight .contents .left{
    display:flex;
    justify-content: center;
    flex-direction: column;
    width: 42%;
    padding-right: 20px;
    padding-top: 80px;
}
.spotlight .contents .left p{
    margin-bottom: 20px;
}
.spotlight .contents .left .title-box h2{
    font-size: 44px;
    color: #301554;
}
.spotlight .contents .right{
    width: 58%;
    height: 100%;
    background: linear-gradient(180deg, #7b1569 0%, #331458 83.22%);
}
.banner {
    width: 100%;
    background-image: linear-gradient(90deg,
            #2b1457 0%,
            #771568 32.95%,
            #fe4349 58.5%,
            #fec601 100%);
    text-align: center;
    padding: 25px 0;
}

.banner marquee {
    font-size: 24px;
    color: #fff;
    letter-spacing: 0.5rem;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

header .left {
    display: flex;
    align-items: center;
}

header .left .hamBurger {
    width: 40px;
    height: 30px;
    /* background:red; */
    position: relative;
}

.middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 100%; */
    z-index: 1;

}

.dropbtn {
    color: white;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #331658;
    min-width: 360px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #fff;
}

.dropdown-content a:hover {
    background-color: #331658b5;
}

.dropdown:hover .dropdown-content {
    display: block;
}

div.head {
    padding: 30px 0;
}

div.head div.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

div.head div.wrapper div.left-box {
    display: flex;
    align-items: center;
}

.card-bx {
    width: 49%;
    height: 280px;
    margin-right: 10px;
}

.card-bx .image-box {
    width: 100%;
    height: 60%;
}

.card-bx img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px 10px 0 0;
}

div.head div.wrapper div.left-box div.menu {}

div.head div.wrapper div.left-box div.menu img.dropbtn {}

div.head div.wrapper div.left-box div.menu div.dropdown-content {}

div.head div.wrapper div.left-box div.menu div.dropdown-content a {}

div.head div.wrapper div.left-box div.logo {

    margin-left: 25px;
}

div.head div.wrapper div.left-box div.logo a {}

div.head div.wrapper div.left-box div.logo a img {
    display: block;
    width: 200px;
}

div.head div.wrapper div.right-box {}

div.head div.wrapper div.right-box div.links {}

div.head div.wrapper div.right-box div.links a:nth-child(n+2) {
    margin-left: 22px;
}

#consulting {
    padding: 100px 0 80px;
}

#consulting div.wrapper {}

#consulting h2 {
    /* color: #716b80; */
    color: #301554;
    font-size: 56px;
}

#consulting div.wrapper div.main-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#consulting div.wrapper div.main-box div.left-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

#consulting div.wrapper div.main-box div.small-box {
    width: 25%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

#consulting div.wrapper div.main-box div.left-box img {
    display: block;
    width: 100%;
}

#consulting div.wrapper div.main-box div.right-box {
    width: 43%;
}

/* project page left and right box  */

#consulting div.wrapper div.main-box div.small-right-box {
    width: 70%;
}

#consulting div.wrapper div.main-box div.small-right-box p {
    margin-bottom: 50px;
    font-size: 24px;
}


#consulting div.wrapper div.main-box div.right-box h2 {
    color: #301554;


}

#consulting div.wrapper div.main-box div.right-box p {
    margin-bottom: 50px;
    font-size: 28px;
}

#consulting div.wrapper div.main-box div.right-box a.btn-primary {}

#consulting div.wrapper div.main-box div.right-box a.btn-primary div.gradientContainer {}

#consulting div.wrapper div.main-box div.right-box a.btn-primary div.gradientContainer h4.gradintButton {}

.line-border {
    background-image: linear-gradient(90deg, #2b1457 0%, #771568 32.95%, #fe4349 58.5%, #fec601 100%);
    display: block;
    width: 100%;
    height: 10px;
}

#diverse {
    /* background-image: linear-gradient(90deg, #2b1457 0%, #771568 32.95%, #fe4349 58.5%, #fec601 100%); */
    padding: 80px 0;
}

#diverse.diverse-bx {
    /* background-image: unset; */
}

#diverse div.wrapper {
    display: flex;
    justify-content: space-between;
}

#diverse div.wrapper div.left-box {
    width: 42%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;

}

#diverse .left-box h2 {
    color: #301554;
    font-family: "archivo_blackregular";
    font-size: 44px;

}

#diverse div.left-box p {
    margin-top: 40px;
    color: #301554;
    /* font-weight: 500; */
    font-size: 22px;
}

#diverse .left-box div.exploreButton {
    margin-bottom: 30px;
}

#diverse div.wrapper div.right-box {
    width: 40%;
}

#diverse div.wrapper div.right-box .img-container {
    width: 30%;
}

#diverse div.wrapper div.right-box img {
    display: block;
    width: 100%;
}

#Events {
    padding: 100px 0;
    width: 100%;
    height: 700px;
    background-image: linear-gradient(90deg, #2b1457 0%, #771568 32.95%, #fe4349 58.5%, #fec601 100%);
}

#Events .items {
    display: flex;
    justify-content: space-between;
    position: relative;
}

#Events .left-box {
    padding: 100px;
    width: 40%;
}

#Events .left-box h2 {
    color: #fff;
    font-family: "archivo_blackregular";
    font-size: 44px;
}

#Events .left-box p {
    margin-top: 40px;
    color: #fff;
    /* font-weight: 500; */
    font-size: 22px;
}

#Events .left-box button {
    margin-top: 30px;
    font-family: "montserratthin";
    padding: 10px 60px;
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
    border-radius: 40px;
    background-color: #FEC401;
    color: #301554;

}

#Events .right-box {
    width: 50%;
    height: 100%;
    /* background-image: url("../images/events_coming_soon.png"); */
    background-size: contain;
    background-repeat: no-repeat;
    /* position: relative; */
}

#Events .right-box .img-container {
    right: 0px;
    top: -99px;
    width: 924px;
    height: 699px;
    position: absolute;

}

#Events .right-box .img-container img {
    width: 100%;
    height: 100%;
    display: block;

}

#Times {
    padding: 150px 0 100px;
}

#Times .wrapper {}

#Times .items {
    display: flex;
    justify-content: space-between;

}

#Times .left {
    width: 41%;
}

#Times .left h2 {
    color: #301554;
    font-family: "helvetica_neuemedium_extended";
    font-size: 48px;

}

#Times .left p {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;

}

#Times .left .exploreButton {
    margin-top: 50px;
}

#Times .right {
    width: 50%;
}

#Times .right .img-container {
    width: 676px;
}

#Times .right .img-container img {
    width: 100%;
    display: block;
}

#Gallery {
    padding: 80px 0;
    background-image: linear-gradient(90deg, #2b1457 0%, #771568 32.95%, #fe4349 58.5%, #fec601 100%);

}

#Gallery .container {
    /* display: flex; */
}

#Gallery .container .top {}

#Gallery .container .top h2 {
    color: #fff;
    font-family: "archivo_blackregular";
    font-size: 44px;
}

#Gallery .container .bottom {
    position: relative;
}

#Gallery .container .bottom .prev {
    position: absolute;
    cursor: pointer;
    transform: rotate(90deg);
    width: 65px;
    top: 186px;
    left: -80px;

}

#Gallery .container .bottom .prev img {
    width: 100%;
    display: block;
}

#Gallery .container .bottom .next {
    position: absolute;
    cursor: pointer;
    transform: rotate(270deg);
    width: 65px;
    bottom: 226px;
    right: -83px;
}

#Gallery .container .bottom .next img {
    width: 100%;
    display: block;
}

#Gallery .bottom ul {
    margin-top: 20px;

    /* display: flex; */
    width: 100%;
    /* justify-content: space-between; */

}

#Gallery .bottom ul li {
    margin-left: 25px;
    height: 315px;
    width: 200px;


}

#Gallery .bottom ul li img {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: 450px;
}

.middle ul {
    display: flex;
    z-index: 1;
}

.middle ul li {
    margin-right: 80px;
}

.middle ul li a {
    font-weight: bold;
    color: #2d1457;
}

.middle ul li:nth-child(n + 4) a {
    color: #fff;
}

.register .top {
    padding-bottom: 30px;
}

.register .top.change {
    box-shadow: 1px 6px 5px 1px rgb(64 60 67 / 16%);
}

.register .top.change .middle ul li {
    border-bottom: 1px solid #ffffff;
}

.register .top.change .middle ul li:hover,
.register .top.change .middle ul li.active {
    border-bottom: 1px solid #2d1457;
}

.differentNav.middle ul li:nth-child(n + 4) a {
    color: #2d1457;
}

.middle ul li:hover a {}

.middle ul li:last-child {
    margin-right: 0;
}

header .left .hamBurger input {
    position: absolute;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
}

header .left .hamBurger label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header .left .hamBurger span {
    display: block;
    height: 5px;
    width: 100%;
    background: #1d0c38;
    font-size: 12px;
    transition: all 0.4s ease;
    position: relative;
}

header .left .hamBurger .bar::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #1d0c38;
    position: absolute;
    transition: all 0.4s ease;
    top: 13px;
}

header .left .hamBurger .bar::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #1d0c38;
    position: absolute;
    transition: all 0.4s ease;
    bottom: 13px;
}

header .left .hamBurger input[name="toggle-nav"]:checked+label[for="toggle-nav"] .bar {
    background: transparent;
}

header .left .hamBurger input[name="toggle-nav"]:checked+label[for="toggle-nav"] .bar::after {
    transform: rotate(-45deg);
    background: #1d0c38;
    top: 0;
}

header .left .hamBurger input[name="toggle-nav"]:checked+label[for="toggle-nav"] .bar::before {
    transform: rotate(45deg);
    background: #1d0c38;
    bottom: 0;
}

header .left .logo {
    width: 280px;
    /* margin-left:60px ; */
}

header .left .logo img {
    display: block;
    width: 100%;
}

header .right {
    display: flex;
    align-items: center;
    z-index: 1;
}


header .right .login {
    margin-right: 20px;
    /* color: #2d1457; */
    color: #fff;
    cursor: pointer;
}

header .right h4 {}

header .right .btn-primary {}

header .right .btn-primary .gradientContainer {}

header .right .btn-primary .gradientContainer .gradintButton {}

.spotlight .wrapper {
    height: 100%;
}

.spotlight .wrapper .container {
    height: calc(100vh - 128px);
    display: flex;
    align-items: center;
}

.spotlight .wrapper .container .ContentContainer {
    width: 45%;
}

.BackgroundContainer {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #7b1569 0%, #331458 83.22%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

/* .BackgroundContainer .imageContainer {
    position: absolute;
    width: 100%;
    background-image: url(../images/Spotlight.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: bottom 0 center;
    height: 100%;
} */

.BackgroundContainer .women{
    width: 55%;
    height: 80%;
    margin: 0 auto;
}
.BackgroundContainer .women img{
    width: 100%;
    height: 100%;
}

.spotlight .wrapper .container .title-box {}

.spotlight .wrapper .MoreContent {
    padding: 155px;

}

.spotlight .wrapper .MoreContent .backButton {
    margin-top: 150px;
    /* text-align: left; */

}

.spotlight .wrapper .container .title-box h2 {
    color: #301554;
}

.spotlight .container .contentContainer .btn-primary .gradientContainer {
    margin-bottom: 40px;
}

.spotlight .container .ContentContainer .ButtonLearnMore {
    margin-top: 100px;
}

/* aboutus */
.aboutUs {
    padding: 150px 0 100px 0;
}

.aboutUs .wrapper {}

.aboutUs .wrapper .title-box {}

.aboutUs .wrapper .title-box h2 {}

.aboutUs .wrapper .container {
    background-image: url(../images/about.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left 0 center;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.aboutUs .wrapper .container .contentContainer {
    width: 50%;
}

.aboutUs .wrapper .container .contentContainer .mrt-c {
    margin-top: 14px;
}

.aboutUs .wrapper .container h2 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    color: #301554;
    font-weight: bold;
}

.aboutUs .wrapper .container h2 .imageContainer {
    margin-left: 10px;
    width: 200px;
}

.aboutUs .wrapper .container h2 .imageContainer img {
    display: block;
    width: 100%;
}

.aboutUs .wrapper .container p {}

/* stories */
.stories {
    padding: 150px 0;
    /* background: linear-gradient(180deg, #7b1569 0%, #331458 83.22%); */
}

.stories .wrapper {}

.stories .wrapper .title-box {
    position: relative;
}

.stories .wrapper .title-box h2 {
    color: #301554;

}

.stories .wrapper .title-box .image-box {
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: -1;
    filter: opacity(40%);
    top: -40px;
    right: 82px;
    /* left: 70%; */
}

.stories .wrapper .title-box .image-box img {
    display: block;
    width: 100%;
}

.stories .container {
    position: relative;
    width: 100%;
}

.stories .container .buttonArrow {
    width: 35px !important;
    height: 35px;
    position: absolute;
    right: 6px;
    cursor: pointer;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    border-color: rgba(223, 225, 229, 0);
    border-radius: 50%;
    z-index: 1;

}

.stories .container .innerContainer {
    padding-left: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.paddingMain {
    padding-top: 30px;
}

.stories .container .innerContainer .card {
    background: #c7265c;
    width: 33.3%;
    padding: 26px;
    border-radius: 18px;
    margin-right: 40px;


}

.stories .container .innerContainer .card-bx .card {
    width: 100%;
    border-radius: 0 0px 10px 10px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 8px;
}

.stories .container .innerContainer .card-bx .card p {
    color: #ff0000;
}

.stories .container .innerContainer .card:first-child {
    /* margin-left: 190px; */
}

.stories.idae-story .container .innerContainer .card:first-child {
    margin-left: 0;
}

.stories .container .innerContainer .card:last-child {
    margin-right: 0;
}

.stories .container .innerContainer .card .image-box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: linear-gradient(360deg,
            #2b1457 0%,
            #771568 32.95%,
            #fe4349 58.5%,
            #fec601 100%);
    margin: 0 auto;
    margin-bottom: 16px;
    padding: 5px;
}

.stories .container .innerContainer .card .image-box img {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stories .container .innerContainer .card h4 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 4px;
    text-transform: capitalize;
    text-align: center;
}

.stories .container .innerContainer .card h6 {
    text-transform: capitalize;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
}

.stories .container .innerContainer .card p {
    margin-top: 20px;
    color: #ffffff;
    text-align: center;
    height: fit-content;
    font-size: 15px;
}

#media .container .card-bx{
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
#media .container .card-bx .card{
    padding: 20px 30px;
    
}
#media .container .card-bx .card h2{
    margin-bottom: 15px;
    color: #301554;
    font-family: "antonregular";
    font-size: 28px;
    
}


/* projects */
.projects {
    padding: 100px 0;
    background: linear-gradient(180deg, #7b1569 0%, #331458 83.22%);
}

.projects .wrapper {}

.projects .wrapper .title-box {}

.projects .wrapper .title-box h2 {
    /* color: #301554; */

}

.projects .container {}

.projects .container .subcontainer {
    position: relative;
    padding-left: 30px;

}

.projects .container .subcontainer .buttonArrow {
    width: 35px !important;
    height: 35px;
    position: absolute;
    right: 6px;
    cursor: pointer;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    border-color: rgba(223, 225, 229, 0);
    border-radius: 50%;
    z-index: 1;
    top: 0 !important;
    bottom: 0;
    margin: auto 0;
    padding-top: 5px;
}

.projects .container .subcontainer .innerContaienr {
    display: flex;

}

.projects .container .subcontainer .buttonArrow img {
    display: block;
    width: 100%;
    height: 100%;
}

.projects .container .subcontainer .card {
    background: #c7265c;
    /* background: white; */
    width: 44%;
    padding: 57px;
    border-radius: 27px;
    margin-right: 48px;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.20);
}

.projects .container .subcontainer .card:first-child {
    /* margin-left: 130px; */
}

.projects .container .subcontainer .card:last-child {
    margin-right: 0;
}

.projects .container .subcontainer .card .image-box {
    width: 135px;
    margin: 0 auto;
    margin-bottom: 16px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
    border-radius: 50%;
}

.projects .container .subcontainer .card .image-box img {
    display: block;
    height: 100%;
}

.projects .container .subcontainer .card h4 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 4px;
    text-transform: capitalize;
    text-align: center;
    max-width: 90%;
}

.projects .container .subcontainer .card p {
    margin-top: 26px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

/* impacts */
.ourImpacts {
    /* background: linear-gradient(180deg, #7b1569 0%, #331458 83.22%); */
    padding: 150px 0;
}

.ourImpacts .wrapper {}

.ourImpacts .title-box {}

.ourImpacts .title-box h2 {
    color: #301554;
}

.ourImpacts .container {
    display: flex;
    padding: 0 60px 0;
    /* justify-content: space-between; */
}

.ourImpacts .container .card {
    background: #c7265c;
    width: 28%;
    border-radius: 12px;
    padding: 22px 22px 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}

.ourImpacts .container .card .image-box {
    margin-bottom: 20px;
    width: 50px;
}

.ourImpacts .container .card .image-box img {
    width: 100%;
    display: block;

}

.ourImpacts .container .card h4 {
    font-size: 40px;
    color: white;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    font-weight: bold;
    width: fit-content;
    margin-bottom: 4px;
}

.ourImpacts .container .card h6 {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
}

/* volunteer */
.volunteer {
    padding: 100px 0;
    background: linear-gradient(180deg, #7b1569 0%, #331458 83.22%);
}

.volunteer .wrapper {}

.volunteer .wrapper .title-box {}

.volunteer .wrapper .title-box h2 {
    color: #fff;
}

.volunteer .wrapper .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.volunteer .wrapper .container .left {
    width: 35%;
}

.volunteer .wrapper .container .left h3 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    width: fit-content;
    margin-bottom: 32px;
}

.volunteer .wrapper .container .left p {
    text-align: left;
    margin-bottom: 50px;
    color: #fff;
    font-size: 20px;
}

.volunteer .wrapper .container .left .btn-primary {}

.volunteer .wrapper .container .left .btn-primary .gradientContainer {}

.volunteer .wrapper .container .left .btn-primary .gradientContainer .gradintButton {}

.volunteer .wrapper .container .right {
    width: 58%;
}

.volunteer .wrapper .container .right .imageContainer {
    width: 700px;
}

.volunteer .wrapper .container .right .imageContainer img {
    width: 100%;
    display: block;
}

/* team */

#Patrons {
    padding: 100px 0;
    background-image: linear-gradient(90deg, #2b1457 0%, #771568 32.95%, #fe4349 58.5%, #fec601 100%);

}

#Patrons .wrapper {
    /* display: flex; */
    /* justify-content: center; */
}

#Patrons .top {}

#Patrons .title-box h2 {}

#Patrons .container {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#Patrons .container .img-comma {
    position: absolute;
    width: 200px;
    top: -75px;
    left: 32px;
}

#Patrons .container .img-comma img {
    width: 100%;
    filter: opacity(35%);
    display: block;
}

#Patrons .container .card {
    background: #c7265c;
    border-radius: 20px;
    width: 45%;
    padding: 60px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;

}

#Patrons .container .img-container {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 16px;
    border: 2px solid rgb(255, 255, 255);
    padding: 4px;
}

#Patrons .container .card .img-container img {
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#Patrons .content h3 {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 2px;
}

#Patrons .content h6 {
    margin-top: 16px;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 4px;

}

#Patrons .content p {
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
}

#Patrons .content h6 {}

.team {
    padding: 100px 0;

}

.team .wrapper {}

.team .wrapper .title-box {}

.team .wrapper .title-box h2 {
    color: #301554;
}

.team .wrapper .container {
    display: flex;
    justify-content: center;
}

.team .wrapper .container .card {
    background: #c7265c;
    /* border-radius: 20px; */
    width: 45%;
    padding: 60px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.team .wrapper .container .card .image-box {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 16px;
    border: 2px solid rgb(255, 255, 255);
    padding: 4px;
}

.team .wrapper .container .card .image-box img {
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team .wrapper .container .card h3 {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.team .wrapper .container .card h6 {
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 4px;
}

.team .wrapper .container .card p {
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
}

.team .wrapper .container .card .social {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.team .wrapper .container .card .social li {
    margin-right: 10px;
}

.team .wrapper .container .card .social li:last-child {
    margin-right: 0;
}

.team .wrapper .container .card .social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.team .wrapper .container .card .social li a img {
    display: block;
    width: 100%;
    height: 100%;
}
.header-float{
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    height: 80px;
}
.header-float .left{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-float .left .logo{
    width: 280px;
    margin-left: 10px;
}
.header-float .left .logo a{
    width: 100%;
    display: block;
}
.header-float .left .logo a img{
    width: 100%;
    display: block;
}
.header-float .right{
    width: 300px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-float .right a{
    color: #fff;
}


/* Register */

.register header {
    margin-bottom: 50px;
}

.register,
.register input,
.register textarea,
.register select {
    font-family: 'Roboto', sans-serif;
}

.register .title-box h2 {
    margin: 50px 0 0 0;
}

.register .title-box h6 {
    font-size: 14px;
}

.register .wrapper .container h2 {
    margin-bottom: 40px;
    color: #301554;
    font-weight: bold;
}

.register .wrapper .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}

.register .wrapper .container .contentContainer {
    width: 70%;
}

.register .wrapper .container .rightLogo {
    width: 30%;
}

.register .project:nth-child(2n) .wrapper .container {
    flex-direction: row-reverse;
}

.register .wrapper .container .contentBottom {}

.register .wrapper .container .contentBottom p {}

.register .wrapper .container .btn-primary {
    margin-top: 30px;
}

.register .wrapper .container .rightLogo {
    width: 250px;
}

.register .wrapper .container .rightLogo img {
    width: 100%;
    display: block;
}

.seperation {
    display: block;
    height: 8px;
    width: 100%;
    background-image: linear-gradient(90deg,
            #2b1457 0%,
            #771568 32.95%,
            #fe4349 58.5%,
            #fec601 100%);
    /* margin-top: 50px; */
}

/* faq */
.faq {
    padding: 100px 0 60px;
}

.faq .title-box h2 {
    color: #301554;
}

.faq .container {}

/* accordion */
.accordionCustom {
    width: 80%;
    margin: 0 auto;
    height: 300px;
    overflow-y: scroll;
    padding-right: 8px;
}

.accordionCustom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

.accordionCustom::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.accordionCustom::-webkit-scrollbar-thumb {
    /* background: linear-gradient(180deg, #FFE6F4 0%, #F2BBD9 100%); */
    background: linear-gradient(180deg, #7b1569 0%, #331458 83.22%);
}

.accordionCustom .accordionSingle {
    background: #c7265c;
    box-shadow: 0px 8px 21px rgba(0, 0, 0, 0.06);
    padding: 16px 24px;
    margin-bottom: 15px;
}

.accordionCustom .accordionSingle:nth-child(2n) {
    background: linear-gradient(180deg, #7b1569 0%, #331458 83.22%);
}

.accordionCustom .accordion {
    cursor: pointer;
}

.accordionCustom .active .accordionTop .image-box {
    transform: rotate(180deg);
}

.accordionCustom .accordion .accordionTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordionCustom .accordion .accordionTop .accordionTop-left {}

.accordionCustom .accordion .accordionTop .accordionTop-left h4 {
    color: #ffffff;
    margin-bottom: 9px;
    font-weight: bold;
    text-transform: capitalize;
}

.accordionCustom .accordion .accordionTop .accordionTop-left h6 {
    margin-bottom: 0 !important;
}

.accordionCustom .accordion .accordionTop .image-box {
    width: 14px;
    height: 7px;
    transition: all 0.4s ease;
}

.accordionCustom .accordion .accordionTop .image-box img {
    display: block;
    width: 100%;
    height: 100%;
}

.accordionCustom .accordion .accordion-content {}

.accordionCustom .panel {
    display: none;
    margin-top: 20px;
}

.accordionCustom .panel p {
    font-size: 15px;
    color: #fff;
}

/* accordion end*/
.logoBottom {
    background-image: linear-gradient(90deg,
            #2b1457 0%,
            #771568 32.95%,
            #fe4349 58.5%,
            #fec601 100%);
    padding-top: 8px;
}

.logoBottom .commonContainer {
    background: #fff;
    padding: 30px 0;
}

.logoBottom .commonContainer .imageContainer {
    width: 250px;
    margin: 0 auto;
}

.logoBottom .commonContainer .imageContainer img {
    display: block;
    width: 100%;
}

/* footer */
footer {
    padding: 70px 0;
    background-image: linear-gradient(90deg,
            #2b1457 0%,
            #771568 32.95%,
            #fe4349 58.5%,
            #fec601 100%);
}

footer .wrapper {}

footer .wrapper .container {
    display: flex;
    justify-content: space-between;
}

.Moving {
    position: fixed;
    bottom: 20px;
    width: 42px;
    height: 42px;
    transform: rotate(-90deg);
    z-index: 2;
    right: 18px;
}

.Moving img {
    display: block;
    width: 100%;
    height: 100%;
}

footer .wrapper .container .footercol {
    max-width: 20%;
}

footer .wrapper .container .col1 .btn-primary-rev {
    /* background: #fff; */
}

footer .wrapper .container .col1 .btn-primary-rev .gradientContainer {
    /* background: transparent; */
}

footer .wrapper .container .footercol p {
    font-size: 14px;
}

footer .wrapper .container .col1 p {
    margin-bottom: 20px;
}

footer .wrapper .container .footercol .commonClass {
    color: #fff;
    opacity: 1;
    font-size: 15px;
    line-height: 21px;
    transition: all 0.3s ease-in-out;
}

footer .wrapper .container .footercol .commonClass:hover {
    opacity: 0.5;
}

footer .wrapper .container .footercol .commonLi {
    margin-bottom: 8px;
}

footer .wrapper .container .footercol .commonLi:last-child {
    margin-bottom: 0px;
}

footer .wrapper .container .col1 {}

footer .wrapper .container .col2 {}

footer .wrapper .container .col3 ul li a {
    display: flex;
}

footer .wrapper .container .col3 ul li a .image-box {
    max-width: 18px;
    max-height: 16px;
    margin-right: 15px;
}

footer .wrapper .container .col3 ul li .image-box img {
    width: 100%;
    /* object-fit: cover; */
    display: block;
}

footer .wrapper .container .col4 .social {
    display: flex;
    margin-top: 16px;
}

footer .wrapper .container .col4 .social .footercommonLi:nth-child(n + 2) {
    margin-left: 15px;
}

footer .wrapper .container .col4 .social .socialIcon {
    display: inline-block;
    width: 24px;
    height: 24px;
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

footer .wrapper .container .col4 .social .socialIcon:hover {
    opacity: 1;
}

footer .wrapper .container .col4 .social .socialIcon img {
    display: block;
    width: 100%;
}

footer .wrapper .container .footercol .f-14 {
    margin-bottom: 24px;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    color: #ffffff;
    display: inline-block;
}

footer .wrapper .container .footercol p {
    color: #fff;
    font-size: 15px;
}

footer .wrapper .container .footercol .btn-primary-rev {}

footer .wrapper .container .footercol .btn-primary-rev .gradientContainer {}

footer .wrapper .container .footercol .btn-primary-rev .gradientContainer .gradintButton {}

/* modal */
.registerModal {
    width: 100%;
    height: 100%;
    background-color: #00000052;
    position: fixed;
    z-index: 2;
    display: none;
}

.registerModal .modalClose {
    position: absolute;
    right: -13px;
    top: -7px;
    cursor: pointer;
}

.registerModal .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registerModal .container .contentContainer {
    padding: 40px;
    border-radius: 20px;
    background: #f4f4f4;
    display: flex;
    position: relative;
    align-items: center;
}

.registerModal .container .contentContainer .modalLeft {
    margin-right: 70px;
}

.registerModal .container .contentContainer .modalLeft .f-14 {
    margin-bottom: 4px;
    font-weight: bold;
}

.registerModal .container .contentContainer .modalLeft .image-box {
    width: 134px;
    margin-bottom: 20px;
}

.registerModal .container .contentContainer .modalLeft .image-box img {
    display: block;
    width: 100%;
}

.registerModal .container .contentContainer .modalLeft .imageMain {
    width: 260px;
}

.registerModal .container .contentContainer .modalLeft .imageMain img {
    display: block;
    width: 100%;
}

.registerModal .container .contentContainer .modalRight {}

.registerModal .container .contentContainer .modalRight h5.qs {
    font-weight: inherit;
    font-size: 16px;
    margin-bottom: 10px;
}

.registerModal .container .contentContainer .modalRight .buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.registerModal .container .contentContainer .modalRight .buttons a {
    width: 47%;
}

.registerModal .container .contentContainer .modalRight form {
    display: flex;
    flex-direction: column;
}

.registerModal .container .contentContainer .modalRight form input {
    background: #fff;
    padding: 15px 20px;
    border-radius: 30px;
    width: 300px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #8d8d8d;
}

::placeholder {
    margin-left: 4px !important;
}

.btn-primary.modalbutton .gradientContainer {
    width: 100%;
    padding: 14px 20px;
}

.btn-primary.modalbutton .gradientContainer .gradintButton {
    font-size: 14px;
}

.btn-primary.modalbutton {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.btn-primary.modalbutton {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 12px;
    color: #fff;
    font-weight: 700;
    border-radius: 24px;
}

/* custom select=================================== */
.custom-select-parent {
    position: relative;
    font-family: "Anthro Light";
}

.custom-select-parent select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select-selected {
    background-color: #f4f4f4;
    color: #8d8d8d;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 22px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    padding: 15px 20px;
    border: 1px solid #8a74a82b;
    /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
    cursor: pointer;
    user-select: none;
    border-radius: 30px;
    font-size: 12px;
    color: #8d8d8d;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 24px;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/* modal end */

.register form.registration {
    margin: 20px 0 50px;
}

.register form.registration ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.register form.registration ul li {
    width: 47%;
    margin-bottom: 20px;
    position: relative;
}

.register form.registration ul li.full-width {
    width: 100%;
    color: red;
}

.register form.registration label.error {
    color: #ff0000;
    position: absolute;
    bottom: -20px;
    font-size: 12px;
}

.register form.registration label {
    font-size: 14px;
    color: #8d8d8d;
    margin-bottom: 5px;
    margin-left: 16px;
    display: block;
}

.register form.registration input,
.register form.registration select,
.register form.registration textarea {
    background: #f4f4f4;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 12px;
    color: #8d8d8d;
    width: 100%;
}

@media all and (max-width: 1500px) {
    .title-box h2 {
        font-size: 40px;
        font-family: "antonregular";
        margin-bottom: 25px;
    }

    .spotlight {
        background-size: 46%, 64%;
    }
}

.loader-parent {
    align-items: center;
    background: #39195a45;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.2s linear;
    width: 100%;
    z-index: 9999;
}

.loader-parent .loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #FFF #FFF transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader-parent .loader::after,
.loader-parent .loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #39195a #39195a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

.loader-parent .loader::before {
    width: 32px;
    height: 32px;
    border-color: #FFF #FFF transparent transparent;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/* Time-diverse */

#Time-diverse {
    padding: 110px 0;
    background-image: linear-gradient(90deg, #2b1457 0%, #771568 32.95%, #fe4349 58.5%, #fec601 100%);


}

#Time-diverse .flex {
    display: flex;
    justify-content: space-between;
    position: relative;
}

#Time-diverse .top .h2 {
    width: 100%;
}

#Time-diverse .left {
    width: 42%;

}

#Time-diverse .left h2 {
    color: white;
    font-family: "helvetica_neuemedium_extended";
    font-size: 44px;
}

#Time-diverse .left p {
    color: white;
    font-weight: 600;
    font-size: 24px;
    margin-top: 30px;
}

#Time-diverse .right {
    width: 920px;
    height: 488px;
    bottom: -110px;
    right: -242px;
    position: absolute;
}

#Time-diverse .right img {
    display: block;
    width: 100%;
    height: 100%;
}

/* #Time diverse */


#Team {
    padding: 100px 0;
    /* background-image: linear-gradient(90deg, #2b1457 0%, #771568 32.95%, #fe4349 58.5%, #fec601 100%); */

}

#Team .wrapper {
    /* display: flex; */
    /* justify-content: center; */
}

#Team .top {}

#Team .title-box h2 {}

#Team .container {
    display: flex;
    justify-content: space-between;

}

#Team .container .img-comma {
    position: absolute;
    width: 200px;
    top: -75px;
    left: 32px;
}

#Team .container .img-comma img {
    width: 100%;
    filter: opacity(35%);
    display: block;
}

#Team .container .card {
    background: #c7265c;
    border-radius: 20px;
    width: 45%;
    padding: 60px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;

}

#Team .container .img-container {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 16px;
    border: 2px solid rgb(255, 255, 255);
    padding: 4px;
}

#Team .container .card .img-container img {
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#Team .content h3 {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 2px;
}

#Team .content h6 {
    margin-top: 16px;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 4px;

}

#Team .content p {
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
}

#Team .title h2 {
    font-size: 44px;
    font-family: "helvetica_neuemedium_extended";
    margin-bottom: 40px;
    color: #301554;

}

/* summary  */

#Summary {
    padding-top: 90px;
    /* position: relative; */
}

#Summary .wrapper {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

#Summary .left {
    width: 60%;
}

#Summary .left .contents {
    padding: 100px 0;
}

#Summary .left .contents h3 {
    color: #301554;
    font-size: 22px;
    margin-top: 10px;
    font-weight: 600;

}

#Summary .right {
    /* width: 25%; */
}

#Summary .right .img-container {
    width: 450px;
    /* position: absolute; */
    right: 0;
    top: 0;
}

#Summary .right .img-container img {
    width: 100%;
    display: block;
}

#Upcoming {}

#Upcoming .content {

    display: flex;
}

#Upcoming .flex {
    padding: 100px 0 50px 150px;
}

#Upcoming .left {
    width: 80%;
}

#Upcoming .left h2 {
    margin-bottom: 30px;
    color: #301554;
    font-family: "helvetica_neuemedium_extended";
    font-size: 56px;

}

#Upcoming .left p {
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 24px;
    color: #2d1457;
}

#Upcoming .container {
    width: 1500px;
}

#Upcoming .container img {
    display: block;
    width: 100%;
}

#Volunteer {
    padding: 150px 0 100px;
}

#Volunteer .wrapper {
    display: flex;
}

#Volunteer .left {
    width: 56%;
    position: relative;
}

#Volunteer .left .container {
    width: 700px;
    height: 500px;

}

#Volunteer .left .container img {
    width: 100%;
    display: block;

}

#Volunteer .left .Img-container {
    position: absolute;
    bottom: 166px;
    left: 174px;
    width: 300px;
}

#Volunteer .left .Img-container img {
    width: 100%;
    display: block;
}

#Volunteer .right {
    width: 42%;
}

#Volunteer .right .title {}

#Volunteer .right .title h2 {
    margin-bottom: 30px;
    color: #301554;
    font-family: "helvetica_neuemedium_extended";
    font-size: 56px;

}

#Volunteer .right .title p {
    margin-bottom: 50px;
}

#Womentor {
    padding: 20px;
}

#Womentor .image {
    width: 350px;
    margin: 0 auto;
}

#Womentor .image img {
    width: 100%;
    display: block;
    display: flex;
}

/* page Events */

#Event-Home {
    height: 100vh;
    /* width: 100%; */
    background-image: url("../images/Events\ .jpg");
    background-repeat: no-repeat;
    background-size: cover;


}

#Event-Home .contents {
    padding: 200px 0;
    width: 60%;
}

#Event-Home .contents .title-box h2 {
    margin-bottom: 60px;
}

#Event-Home .contents .title-box p {
    color: white;
    font-size: 28px;
    margin-bottom: 60px;
    text-shadow: 1px 1px rosybrown;
}

.Slider {
    padding: 80px 0;
}

.Slider .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Slider .container .slick-slide {
    margin: 0 27px;
}

/* .slick-slider .slick-track, .slick-slider .slick-list{
    gap: 55px;
} */

.Slider .title {}

.Slider .title h2 {
    margin-bottom: 30px;
    color: #2d1457;
    font-size: 44px;
    font-family: "helvetica_neuemedium_extended";
}

.Slider .container .card {
    background: white;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 45%;
}

.Slider .container .card .top {}

.Slider .container .card .top .imageContainer {
    width: 100%;
    height: 230px;
}

.Slider .container .card .top .imageContainer img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

    width: 100%;
    height: 100%;
    display: block;
}

.Slider .container .card .content {
    padding: 20px 30px;
}

.Slider .container .card .content h2 {
    color: #2d1457;

}

.Slider .container .card .content .title-box p {

}

#Skills {
    /* height: 100vh; */
    padding: 100px 0 20px;
    background-image: linear-gradient(360deg, #2b1457 0%, #771568 32.95%, #fe4349 58.5%, #fec601 100%);
}

#Skills .top {}

#Skills .heading h2 {
    color: #fff;
    font-size: 44px;
    font-family: "helvetica_neuemedium_extended";
}

#Skills .imageContainer {
    margin: 0 auto;
    width: 68%;
    margin-top: 79px;
}

#Skills .imageContainer img {
    width: 100%;
    display: block;
    height: 100%;
}

/* project page  */

.pro {

    padding: 100px 0;
}

.pro:first-child {
    padding: 0 0 100px 0;
}

.project-flex-reverse {
    flex-direction: row-reverse;
}

.pro .wrapper {}

.pro .wrapper .heading {}

.pro .wrapper .heading h2 {
    color: #301554;
    font-size: 44px;
    font-family: "helvetica_neuemedium_extended";
    margin-bottom: 40px;
}

.pro .content {}

.pro .content .main-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro .content .main-box .details {
    width: 70%;
}

.pro .content .main-box .details h3 {
    color: #301554;
    font-size: 44px;
    font-family: "helvetica_neuemedium_extended";
    margin-bottom: 40px;
}

.pro .content .main-box .details p {
    margin-bottom: 40px;
    font-size: 26px;
}

.pro .content .main-box .img-container {
    width: 20%;
}

.pro .content .main-box img {
    width: 100%;
    display: block;
}

/* Gallary page  */

#Main {
    padding: 100px 0;
}

#Main .top {
    text-align: center;
}

#Main .top h2 {
    color: #2d1457;
    font-size: 44px;
    font-family: "helvetica_neuemedium_extended";
}

#Main .top p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}

#Main .gallerySection {
    /* height: max-content; */
    margin-top: 50px;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#Main .gallerySection .card {
    width: 30%;
    height: 370px;
    position: relative;


}

#Main .gallerySection .top {
    /* height: 200px; */
}

#Main .gallerySection .imageContainer {
    width: 100%;
    height: 100%;
}

#Main .gallerySection .imageContainer img {
    display: block;
    width: 100%;
    height: 100%;

}

#Main .gallerySection .contents {
    background: #2d1457;
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
}

#Main .gallerySection .contents h2 {
    color: white;
    font-size: 22px;
    font-family: "helvetica_neuemedium_extended";
}

#Main .gallerySection .contents p {
    margin-top: 10px;
    color: white;
    font-size: 18px;
}


/* response */


@media all and (max-width:1480px) {
    #Events .right-box .img-container {
        width: 781px;
        height: 616px;
    }

    #Events {
        height: 617px;
    }
    #Events .left-box{
        padding: 50px;
    }
}
@media all and (max-width:1180px) {
    #Events {
        height: 569px;
    }
}

@media all and (max-width:1280px) {
    .spotlight .contents .left{
        /* padding-top: 140px; */
    }
    .spotlight{
        height: 120vh;
    }
    .BackgroundContainer .women {
        width: 68%;
        height: 74%;
        margin: 0 auto;
    }
    .volunteer .wrapper .container .left {
        width: 48%;
    }

    .volunteer .wrapper .container .right .imageContainer {
        width: 585px;
    }

    #Events .left-box {
        padding: 59px;
        width: 44%;
    }
    #Events .right-box .img-container {
        width: 700px;
        height: 616px;
    }

    #Time-diverse .right {
        width: 712px;
        height: 365px;
        bottom: -110px;
        right: -47px;
    }

    #consulting div.wrapper div.main-box div.right-box {
        width: 65%;
        margin-top: 50px;

    }

    #Patrons .container {
        margin-top: 60px;
    }

    #Patrons .container .card {
        width: 48%;
    }

    #Team {
        padding: 60px 0;
    }

    #Main .gallerySection .card {
        width: 32%;
        height: 390px;
    }

    .spotlight .wrapper .MoreContent {
        padding: 80px;
    }

    .spotlight .wrapper .MoreContent .backButton {
        margin-top: 85px;
    }

    #consulting h2 {
        margin-bottom: 45px;
    }

    #Skills .imageContainer {
        width: 835px;
    }

    .Slider .container .card {

        width: 48%;
    }

    #Summary .left {
        width: 62%;
    }

    #Time-diverse .right {
        width: 737px;
        height: 396px;
        bottom: -110px;
        right: -52px;
    }

    #consulting div.wrapper div.main-box div.left-box {
        width: 40%;
    }

    #consulting div.wrapper div.main-box div.right-box {
        width: 55%;
        margin-top: 50px;
    }

    #Upcoming .flex {
        padding: 50px 0 10px 50px;
    }

    #Upcoming .left {
        width: 97%;
    }

    #Upcoming .container {
        width: 1580px;
    }

    #Volunteer .left {
        width: 56%;
        position: relative;
    }

    #Volunteer .left .container {
        width: 613px;
        height: 458px;
    }

    #Volunteer .right {
        width: 43%;
    }

    #Times .left {
        width: 52%;
    }

    #Times .right {
        width: 47%;
    }

    #Times .right .img-container {
        width: 540px;
    }

    #Gallery .container .bottom .prev {
        left: -55px;
    }

    #Gallery .container .bottom .next {
        right: -63px;
    }
}
    @media all and (max-width:1080px) {
        .spotlight .header-float .middle {
            display: none;
        }
        .BackgroundContainer .women {
            width: 84%;
            height: 73%;
        }
        .volunteer .wrapper .container .right .imageContainer {
            width: 470px;
        }

        .volunteer .wrapper .container .right {
            width: 47%;
        }

        #Times .right .img-container {
            width: 487px;
        }

        #Times .right {
            width: 48%;
        }

        #Time-diverse .left {
            width: 48%;
        }

        #Events {
            height: 522px;
        }

        #Events .left-box {
            padding: 40px;
            width: 50%;
        }

        #Events .right-box .img-container {
            width: 532px;
            height: 522px;
        }

        #Time-diverse .right {
            width: 578px;
            height: 326px;
        }

        #Time-diverse .left h2 {
            font-size: 56px;
        }

        #Main .gallerySection .card {
            width: 48%;
        }

        #consulting div.wrapper div.main-box div.right-box p {

            font-size: 22px;
        }

        #Upcoming .container {
            display: none;
        }

        #Volunteer .left .Img-container {
            position: absolute;
            bottom: 225px;
            left: 53px;
            width: 326px;
        }

        #Volunteer .left .container {
            width: 443px;
            height: 438px;
        }

        #Volunteer .right {
            width: 62%;
        }


    }

    @media all and (max-width:980px) {
        .spotlight .contents .left {
            width: 49%;
            padding-right: 33px;
        }
        .spotlight .header-float .right a:first-child{
            color: #1d0c38;
            font-size: 18px;
            margin-left: 75px;
         }
         .spotlight .contents .left {
            width: 100%;
            padding-right: 33px;
        }
        .BackgroundContainer .women {
            width: 84%;
            height: 63%;
        }
        .spotlight .contents .right {
            display: none;
        }

        .register .wrapper .container .rightLogo {
            width: 190px;
        }

        #Time-diverse .left {
            width: 68%;
        }

        #Time-diverse .right {
            width: 355px;
            height: 204px;
            bottom: -110px;
            right: -44px;
        }

        #consulting {
            padding: 60px 0 50px;
        }

        #consulting h2 {
            margin-bottom: 0px;
            font-size: 48px;
        }

        #Patrons .container .card {
            padding: 20px;

        }

        #Patrons {
            padding: 60px 0;
        }

        #Team .container .card {
            width: 48%;
            padding: 27px;

        }

        #Event-Home .contents {
            padding: 100px 0;
            width: 82%;
        }

        a {
            font-size: 18px;
        }

        .Slider .container .card {
            width: 49%;
        }

        #Main .gallerySection .contents h2 {
            font-size: 20px;

        }

        #Main .gallerySection .contents p {

            font-size: 16px;
        }

        #Main .gallerySection .card {
            width: 48%;
        }

        #consulting h2 {
            font-size: 44px;
        }

        #consulting div.wrapper div.main-box div.small-right-box p {
            font-size: 18px;
            margin-top: 20px;
        }

        #Skills .imageContainer {
            width: 760px;
        }

        #Skills .heading h2 {
            font-size: 52px;
        }

        .Slider {
            padding: 52px 0;
        }

        .Slider .container .card {
            width: 49%;
        }

        .Slider .container .card .content p {
            font-size: 16px;
        }

        #Summary .left .contents {
            padding: 30px 0;
        }

        #consulting h2 {
            margin-bottom: 20px;
            font-size: 48px;
        }

        #consulting div.wrapper div.main-box div.right-box p {
            margin-bottom: 50px;
            font-size: 18px;
        }

        #Upcoming .flex {
            padding: 50px 0 30px 45px;
        }

        #Upcoming .container {
            display: none;
        }

        #Summary .left .contents {
            padding: 43px 0;
        }

        #Summary .left .contents h3 {
            font-size: 18px;

        }

        #Times .right .img-container {
            /* width: 375px; */
            display: none;
        }

        #Times .right {
            width: 0;
        }

        #Times .left {
            width: 100%;
        }

        #Events .left-box {
            width: 97%;
        }

        #Events .right-box {
            width: 0;
        }

        #Events .right-box .img-container {
            display: none;
        }

        .volunteer .wrapper .container .left {
            width: 100%;
        }

        .volunteer .wrapper .container .right {
            display: none;
        }

        .volunteer .wrapper .container .right .imageContainer {
            width: 440px;
        }

        .pro .content .main-box .img-container {
            width: 25%;
        }

        .pro .content .main-box .details h3 {
            font-size: 48px;
        }

        .pro .content .main-box .details p {
            font-size: 20px;
        }

        #Volunteer .left .container {
            width: 373px;
            height: 458px;
        }

        #Volunteer .left .Img-container {
            position: absolute;
            bottom: 275px;
            left: 47px;
            width: 275px;
        }

        #Volunteer .right {
            width: 70%;
        }

        .stories .container .innerContainer .card {
            width: 50%;
            margin-right: 30px;
        }

        .stories .container .innerContainer {
            padding-left: 100px;

        }

        .stories .container {
            position: relative;
            width: 96%;
        }
        #Gallery .container .bottom .next {
           display: none;
        }
        #Gallery .container .bottom .prev {
            display: none;
        }

    }

    @media all and (max-width:768px) {
        .spotlight {
            /* height: 84vh; */
        }
        .header-float .left .logo {
            width: 211px;
            margin-left: 10px;
        }
        .BackgroundContainer {
            display: none;
        }

        header .left .logo {
            width: 200px;
        }

        header .right .login {
            color: #2d1457;
        }

        .spotlight .wrapper .container .ContentContainer {
            width: 100%;
        }

        #diverse .left-box div.exploreButton {
            margin-top: 30px;
        }

        #diverse div.wrapper div.left-box {
            width: 60%;
        }

        .team .wrapper .container .card {
            width: 100%;
            padding: 25px;
            margin-top: 30px;
        }

        .team .wrapper .container {
            display: block;
        }

        .faq {
            padding: 60px 0 60px;
        }

        .volunteer .wrapper .container .right {
            display: none;
        }

        .volunteer .wrapper .container .left {
            width: 100%;
        }

        .stories {
            padding: 100px 0;
        }

        #Time-diverse .right {
            display: none;
        }

        #Time-diverse .left {
            width: 100%;
        }

        #consulting h2 {
            font-size: 42px;
        }

        #Patrons .container {
            display: block;
        }

        #Patrons .container .card {
            width: 100%;
            margin-top: 50px;
        }

        #Team .container {
            display: block;
        }

        #Team .container .card {
            width: 100%;
            margin-top: 30px;

        }

        #Event-Home {
            background-image: none;
            background-image: linear-gradient(90deg,
                    #2b1457 0%,
                    #771568 32.95%,
                    #fe4349 58.5%,
                    #fec601 100%);
        }

        div.head div.wrapper div.right-box div.links a {
            font-size: 20px;
        }

        #Summary {
            padding-top: 10px;
        }

        #Summary .right .img-container {
            display: none;
        }

        #Summary .left {
            width: 100%;
        }

        #Upcoming .left p {
            font-size: 18px;

        }

        #Volunteer .left .container {
            display: none;
        }

        #Volunteer .left {
            display: none;
        }

        #Volunteer .right {
            width: 100%;
        }

        #Volunteer {
            padding: 90px 0 90px;
        }

        footer .wrapper .container .footercol .commonClass {
            font-size: 12px;
        }

        #Main {
            padding: 70px 0;
        }

        #Main .top p {
            font-size: 16px;
        }

        #Main .gallerySection .card {
            width: 48%;
        }

        .pro .content .main-box .img-container {
            display: none;
        }

        .pro .content .main-box .details {
            width: 100%;
        }

        div.head div.wrapper div.right-box div.links {
            display: none;
        }

        div.head div.wrapper div.left-box div.logo {
            margin-left: 180px;
        }

        #Time-diverse .left h2 {
            font-size: 42px;
        }

        #Time-diverse .left p {
            font-size: 18px;
        }

        #Event-Home .contents {
            width: 100%;
        }

        #Event-Home {
            height: 82vh;
        }

        #Main .gallerySection .contents {
            padding: 22px;
        }

        #Skills .imageContainer {
            width: 610px;
        }

        #Skills {
            height: 85vh;
        }

        .stories .container .innerContainer {
            padding-left: 38px;
        }
    }


    @media all and (max-width:640px) {
        .spotlight .contents .left .title-box h2 {
            font-size: 38px;
            color: #301554;
        }
        .register .wrapper .container .contentContainer {
            width: 100%;
        }

        .register .wrapper .container .rightLogo {
            display: none;
        }

        #Time-diverse .left h2 {
            font-size: 38px;
        }
        .spotlight .contents .left p {
            margin-bottom: 18px;
        }
        .btn-primary .gradientContainer {
            padding: 4px 10px;
        }

        #Time-diverse .left p {
            font-size: 16px;
        }

        #consulting div.wrapper div.main-box div.left-box {
            display: none;
        }

        #consulting div.wrapper div.main-box div.right-box {
            width: 100%;
        }

        #consulting div.wrapper div.main-box div.right-box h2 {
            font-size: 32px;
        }

        #consulting div.wrapper div.main-box div.right-box p {
            font-size: 16px;
            margin-top: 10px;
        }

        #consulting h2 {
            margin-bottom: 0px;

        }

        #Event-Home .contents {
            width: 100%;
        }

        #Event-Home .contents .title-box p {
            font-size: 18px;

        }

        .Slider .container {
            display: block;
        }

        .Slider .container .card {
            width: 100%;
            margin-top: 20px;
        }

        #Main .gallerySection .card {
            width: 100%;
        }

        #consulting div.wrapper div.main-box div.small-box {
            display: none;
        }

        #consulting div.wrapper div.main-box div.small-right-box {
            width: 100%;
        }

        #consulting h2 {
            font-size: 36px;
        }

        #consulting div.wrapper div.main-box div.small-right-box p {
            font-size: 16px;
        }

        #Skills .imageContainer {
            width: 530px;
        }

        #Skills {
            height: 80vh;
        }

        footer .wrapper .container {
            display: block;
        }

        footer .wrapper .container .footercol {
            max-width: 100%;
            margin-top: 20px;
        }

        footer .wrapper .container .col2 {
            display: none;
        }

        footer .wrapper .container .col3 ul {
            display: flex;
        }

        footer .wrapper .container .col3 ul li {
            margin-left: 20px;
        }

        footer .wrapper .container .col4 ul {
            display: flex;
        }

        footer .wrapper .container .col4 ul li {
            margin-left: 10px;
        }

        div.head div.wrapper div.right-box div.links {
            display: none;
        }

        div.head div.wrapper div.left-box div.logo {
            margin-left: 140px;
        }

        header .middle {
            display: none;
        }

        #diverse div.left-box p {
            font-size: 16px;
        }

        #Events .left-box p {
            font-size: 16px;
        }

        #diverse .left-box h2 {

            font-size: 42px;
        }

        #Events .left-box h2 {
            font-size: 42px;
        }

        #Times .left h2 {
            font-size: 42px;
        }

        #Times .left p {
            font-size: 16px;
        }

        #Gallery .container .top h2 {
            font-size: 42px;
        }

        .volunteer .wrapper .container .left p {
            font-size: 16px;
        }

        p {
            font-size: 16px;
            line-height: 24px;
            color: #2d1457;
        }

        #Patrons .container .img-comma {
            display: none;
        }

        #Event-Home .contents .title-box h2 {
            font-size: 42px;
        }

        #Event-Home .contents .title-box p {
            font-size: 18px;
        }

        .pro .wrapper .heading h2 {
            font-size: 48px;
        }

        .pro .content .main-box .details h3 {
            font-size: 42px;
        }

        .pro .content .main-box .details p {
            font-size: 18px;
        }

        #Upcoming .left h2 {
            font-size: 42px;
        }

        #Volunteer .right .title h2 {
            font-size: 42px;
        }

        #Upcoming .flex {
            padding: 50px 0 30px 0px;
        }

        #Event-Home {
            height: 78vh;
        }

        .logoBottom .commonContainer .imageContainer {
            width: 230px;
            margin: 0 auto;
        }

        .stories .wrapper .title-box .image-box {
            display: none;
        }

    }

    @media all and (max-width:480px) {
        .header-float .left .logo {
            width: 146px;
            margin-left: 10px;
        }
        .header-float .left .logo {
            width: 146px;
            font-size: 12px;
            margin-left: 10px;
        }
        .spotlight .contents .left .title-box h2 {
            font-size: 28px;
            color: #301554;
        }
        .spotlight .contents .left p {
            margin-bottom: 12px;
        }

        .btn-primary .gradientContainer {
            padding: 5px 10px;
        }

        h4 {
            font-size: 14px;
        }

        .register .wrapper .container .contentBottom p {
            font-size: 14px;
        }

        .title-box h2 {
            font-size: 34px;
        }

        p {
            font-size: 16px;
        }

        header .right {
            display: none;
        }

        header .left {
            text-align: center;
            margin: 0 auto;
        }

        div.head div.wrapper div.left-box div.logo {
            margin-left: 50px;
        }

        .pro .wrapper .heading h2 {
            font-size: 34px;
        }

        .pro .content .main-box .details h3 {
            font-size: 34px;
        }

        #Time-diverse .left h2 {
            font-size: 34px;
        }

        #Summary .left .contents h3 {
            font-size: 16px;
        }

        #Upcoming .left p {
            font-size: 16px;
        }

        #Event-Home .contents .title-box h2 {
            font-size: 34px;
        }

        #Skills .imageContainer {
            width: 374px;
        }

        #Skills {
            height: 68vh;
        }

        #Skills .heading h2 {
            font-size: 34px;
        }

        .Slider .title h2 {
            font-size: 34px;
        }

        .title-box h2 {
            font-size: 32px;
        }

        .Slider .container .card .content p {
            font-size: 14px;
        }

        .logoBottom .commonContainer .imageContainer {
            width: 220px;
        }
        #diverse .left-box h2 {
            font-size: 30px;
        }
        #diverse div.left-box p {
            font-size: 14px;
        }
        #Events .left-box h2 {
            font-size: 34px;
        }
        #Events .left-box p {
            font-size: 14px;
        }
        #Times .left h2 {
            font-size: 32px;
        }
        #Times .left p {
            font-size: 14px;
        }
        #Gallery .container .top h2 {
            font-size: 24px;
        }
        #Main .top h2 {
            color: #2d1457;
            font-size: 36px;
            font-family: "antonregular";
        }
        #Main .top p {
            font-size: 14px;
        }
        .spotlight .header-float .right a:first-child {
            color: #1d0c38;
            font-size: 14px;
            margin-left: 57px;
        }
        .projects .container .subcontainer .buttonArrow{
            display: none;
        }


    }

    @media all and (max-width:329px) {

        div.head div.wrapper div.left-box div.logo {
            margin-left: 26px;
        }

        #Summary .left .contents h3 {
            font-size: 14px;
        }

        #Time-diverse .left h2 {
            font-size: 24px;
        }

        #Time-diverse .left p {
            font-size: 14px;
        }

        #consulting div.wrapper div.main-box div.right-box h2 {
            font-size: 24px;
        }

        #consulting div.wrapper div.main-box div.right-box p {
            font-size: 14px;
        }

        #Upcoming .left h2 {
            font-size: 24px;
        }

        #Upcoming .left p {
            font-size: 14px;
        }

        #Volunteer .right .title h2 {
            font-size: 24px;
        }

        #Volunteer .right .title p {
            font-size: 14px;
        }

        footer .wrapper .container .footercol p {
            font-size: 14px;
        }

        #consulting h2 {
            font-size: 24px;
        }

        #Event-Home .contents .title-box h2 {
            font-size: 28px;
        }

        #Event-Home .contents .title-box p {
            font-size: 12px;
        }

        footer .wrapper .container .col3 ul li a .image-box {
            display: none;
        }

        #Main .top h2 {
            font-size: 24px;
        }

        #Main .top p {
            font-size: 14px;
        }

        #Main .gallerySection .contents {
            padding: 22px;
        }

        #Skills .heading h2 {
            font-size: 24px;
        }

        #Skills .imageContainer {
            width: 246px;
        }

        #Skills {
            height: 45vh;
        }

        .title-box h2 {
            font-size: 24px;
        }

        .Slider .container .card .content p {
            font-size: 12px;
        }

        .Slider .title h2 {
            font-size: 24px;
        }

        .logoBottom .commonContainer .imageContainer {
            width: 185px;
        }
    }