@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&display=swap');

* {
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
/*navbar start*/
.navbar-brand img {
    width: 192px;

}

.navbar-nav li a {
    color: #78828A;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 15.48px;
    font-style: normal;
    font-weight: 500;
    line-height: 34.403px;
    /* 222.248% */
    letter-spacing: -0.464px;
}

.navbar-nav li a.active {
    font-weight: 700;

    color: rgba(35, 43, 66, 1);
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    color: white;
    background-color: #232B42;
    border: 1px solid transparent;

}

.btn-link {
    border-radius: 4px;
    background: #66D17A;
    padding: 17px 22.02px;
    color: #FCFDFE;

    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 14px */
    text-decoration: none;
}

#home {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
}

.small-text {
    color: #66D17A;

    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    /* 13.2px */
    margin-bottom: 19px
}

.small-text img {
    margin-right: 16px;
    width: 31.404px;
    height: 31.404px;

}

.head-text {
    color: #232C41;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 40px */
    letter-spacing: -1.6px;
}

.head-parap {
    color: #78828A;

    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    padding-top: 16px;
}

.google-btn {
    padding-left: 8px;
}

/*
hero section end*/

.tabs-section {
    background: #F1F8FF;
    padding-bottom: 70px;
}

/*tabs section*/
.vertical-tabs .nav-link {
    color: #939598;
    font-family: "azo-sans-web", sans-serif;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0;
    padding: 30px;
}

.vertical-tabs .nav-link img {
    padding-right: 12px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: initial;
    background-color: initial;
        color: #7FA6C4;
}

.vertical-tabs .nav-link {
    border-bottom: 1px solid #D8E5F3;
    color: #232C41;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding: 20px 0;
}

.vertical-tabs .tab-content {
    margin-top: 30px;
}

.tabs-head h5 {
    color: #232C41;
    padding-bottom: 32px;
    padding-top: 72px;
    font-family: 'Poppins';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -1.6px;
}

/*help section*/
.help-cards h4 {
    color: #232C41;
    padding-top: 27px;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 26px */
}

.help-cards p {
    color: #78828A;

    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    /* 22.4px */
    max-width: 260px;
}

.helo-head h5 {
    color: #232C41;
    padding-top: 72px;
    padding-bottom: 68px;
    font-family: 'Poppins';
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    /* 44px */
    letter-spacing: -1.6px;
}

/*contact us*/
.contact-bg {
    background: url(../black-woman-img/contact-bg.png);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 72px;
}

.contact-detail {
    border-radius: 4px;
    background: #3C4560;
    box-shadow: 30px 30px 33.3px 0px #08080952;
    padding: 26px 32px;
    margin: 82px 0 60px;
    width: 381px;
}

.contact-detail h5 {
    color: #FCFDFE;
    padding-bottom: 38px;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height:   26.4px ;
  
    letter-spacing: -0.96px;

}

.contact-detail input {
    border-radius: 4px;
    border: 1px solid #CBD6E2;
    background: #F5F8FA;
    height: 40px;
    align-items: center;
    color: #ACC1CF;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 14px;
}

.sb-btn button {
    border-radius: 4px;
    background: #66D07A;
    padding: 16px 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    width: 100%;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 6.44px;
}

.contact-us img {
    position: absolute;
    bottom: 0;
}

.mobile-span {
    display: none;
}

.desktop-span {
    display: block;
}


#v-pills-tab .p-details {
    color: #515D7F;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #C1E0FF;
    background: #FCFDFE;
    box-shadow: 0px 20.13393px 44.29464px 0px rgba(203, 211, 220, 0.20);
}

.hero-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-block: 20px;
    gap: 10px;
}

.hero-buttons a {
    height: 61px;
}


/*footer*/
.footer{
height: 180px;
padding: 71.94px 115px 78.06px 157px;
background: #111624;
}

.social-icons{
    display: inline-flex;
}
.social-icons li{
    color: #FCFDFE;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 0 13px;
}
.copyright p{
    color: #8F9CC3;

font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 21px;
}
.footer-flex{
    display: flex;
    justify-content: space-between;
}
.small-text-footer p{
    color: #8F9CC3;
padding-top: 34px;
font-family: DM Sans;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.small-text-footer p a{
color: #6694D7;

font-family: DM Sans;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline
}
/* roadmap-section */
.roadmap-section{
    background: url(/black-woman-img/roadmap-bg.png);
    padding: 50px;
    min-height: 217px;
    background-position-x: center;
    background-position-y: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.road-map-left{
    width: 100%;
    height: 100%;
    font-family: 'Poppins';
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height:  40px ;
    letter-spacing: -1.6px;
}
.road-map-left h1{
    background: linear-gradient(94deg, #F3F9FF 46.41%, rgba(243, 249, 255, 0.00) 119.28%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; 
}

.learn-more-btn{ 
    display: inline-flex;
height: 60px;
padding: 24px 32px;
justify-content: center;
align-items: center;
gap: 14.126px;
flex-shrink: 0; 
border-radius: 5.65px;
background: #00C566; 
border: none;
color: #FCFDFE;
text-align: center;
font-family: 'Poppins';
font-size: 19.776px;
font-style: normal;
font-weight: 600;
line-height: 19.776px ;
text-decoration: none;
}
.road-map-right{
    display: flex;
    justify-content: end;
    align-items: center;
}

/* intigration-section */
.intigration-section {
    padding-top: 125px;
    background: #F9F9F9;
    padding-bottom: 125px;
}
.intigration-section .header{
    max-width: 312px; 
}
.intigration-section .header h4{
    color: #00C566;
font-family: 'Poppins';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height:  14.56px ;
letter-spacing: 2.88px;
text-transform: uppercase;
margin-bottom: 18px;
}
.intigration-section .header p{
    color: #232B42;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 40px ;
letter-spacing: -1.2px;
margin-bottom: 31px;

}
.intigration-cards{
 row-gap: 75px;

}
.intigration-cards .inti-card{
    max-width: 278px; 
}
.intigration-cards .inti-card .heading{
    color: #00C566;
font-family: 'Poppins';
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 32px;
margin-bottom: 32px;
}
.intigration-cards .inti-card .sub-heading{
    color: var(--HZN-Active-Button, #5681AA);
font-family: 'Poppins';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height:  19.2px ;
letter-spacing: 0.48px;
margin-bottom: 24px;
max-width: 240px;
}
.intigration-cards .inti-card  .sub-cards{
    display: flex;
    row-gap: 24px;
    flex-direction: column;
  
}
.intigration-cards .inti-card  .sub-cards .sub-card{
border-top: 1px solid #B3C4D9;
padding-top: 16px;
}
.intigration-cards .inti-card  .sub-cards h6{
    color: var(--HZN-Description-Text, #53677A);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height:  22.4px ;
}
.intigration-cards .inti-card  .sub-cards p{
    color: var(--HZN-Small-text, #7A8697);
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height:  16.8px ;
letter-spacing: 0.42px;
}

/* vertical-line-section start */
.vertical-line-section{
    margin-top: 100px;
    padding-block: 70px;
  padding-bottom: 125px;
}
.vertical-line-section .header{
    max-width: 337px; 
}
.vertical-line-section .header h4{
    color: #00C566;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height:  14.56px ;
letter-spacing: 2.88px;
text-transform: uppercase;
margin-bottom: 15px;
}
.vertical-line-section .header p{
    color: #232B42;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height:  40px ;
letter-spacing: -1.2px;
}

.bar {
    list-style: none;
    padding-left: 10px;
  }
  .bar >li {
    position: relative;
    padding-top: 15px;
  }
  .bar>li:before {
 
    margin-right: 10px;
    font-size: 20px;
  }
  .bar>li:after {
    position: absolute;
    left: -10px;
    top: 0;
    content: '';
    border-left: 1px solid #CCD4DE;
    margin-left: 0;
    height: 150%;
  }
  .bar >li:first-of-type:after {
    top: 20px;
  }
  .bar >li:last-of-type:after {
    top: -50%;
  }
.bar-content{
    margin-left: 24px;
}
.dot{
    position: absolute;
    left: -17px;
    z-index: 10;
    top: 20px;
}

.current-version-h1{
    background: linear-gradient(91deg, #232B42 -5.57%, #5B85FF 38.56%, #21CD7A 90.57%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.bar .bar-content h1{
    font-family: 'Poppins';
font-size: 24.634px;
font-style: normal;
font-weight: 400;
line-height:  22.417px ;
letter-spacing: -0.739px; 
margin-bottom: 24px;
}
.bar .bar-content p{
    color: var(--HZN-Description-Text, #53677A);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;

}
@media screen and (max-width:480px) {
    
    .road-map-left{
    max-width: 332px; 
    }
    .road-map-right {
        display: flex;
        justify-content: start;
        align-items: center;
      }
 
    .roadmap-section{
        background: url(/black-woman-img/mobile-roadmap-bg.png);
        padding: 25px;
        min-height: 516px; 
        background-position-x: center;
        background-position-y: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .contact-detail {
    margin: 0;
    width: 100%;
}

    .contact-us img {
        position: inherit;

    }

    .helo-head h5 {
        color: #232C41;
        font-family: 'Poppins';
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 35.2px;
        letter-spacing: -1.28px;
        max-width: 350px;
    }

    .mobile-span {
        display: block;
    }

    .desktop-span {
        display: none;
    }

    .helo-head h5 {
        padding-bottom: 10px;
    }


    .tabs-head h5 {
        color: #232C41;
        font-family: 'Poppins';
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 35.2px;
        letter-spacing: -1.28px;
        text-align: center;
    }
    .hero-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-block: 20px;
        flex-direction: column;
        gap: 20px;
    }
.vertical-tabs .nav-link {
    font-size: 16px;
}
    .hero-buttons a {
        background: #232B42;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .head-text {
        color: #232C41;
        font-family: 'Poppins';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -1.28px;
        max-width: 360px;
    }
    #home {
            padding-bottom: 10px;
            padding-top: 6rem;
    }
}


.tabbb-img {
    display: flex;
    justify-content: end;
    align-items: center;
}
.head-parap span{
    display: block;
}
@media (max-width: 768px) { 

.footer-flex {
    display: inline;
}
#contact_us{
padding: 55px 0;
}
.social-icons li img{
    width: 18px;
}
.fb-img img{
    width: 10px!important;
}
.social-icons {
    padding: 0;
}
.social-icons li, .copyright p {
    font-size: 14px;
}
.copyright{
    padding-left: 14px;
}

.small-text img {
    margin-right: 3px;
    width: 26.404px;
    height: 26.404px;
}
.small-text {
    font-size: 10px;
}
.head-parap span {
    display: inline;
}
.navbar-brand img {
    width: 152px;
}
.navbar-toggler{
      width: 41px; 
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-toggler-icon{
    height: 100%;
}
.pa-m{
    padding: 27px 0;
}
.tabs-section {
    padding-bottom: 19px;
}


.vertical-line-section {
    padding-block: 5px;
  }

  .intigration-section {
    padding-top: 60px;
    padding-bottom: 52px;
}
.intigration-cards .inti-card {
    max-width: 100%;

  }
  .intigration-cards {
    row-gap: 40px;
  }
  .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-evenly;
  }
  .btn-link {
    border-radius: 4px;
    background: #66D17A;
    padding: 17px 22.02px;
    color: #FCFDFE;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
    width: 100%;
  }
}


.navbar-collapse.border-lg-0.mt-4.mt-lg-0.collapse.show{
    height: calc(100vh - 90px);
}

/*REVIEW PAGE*/

.review-nav {
    width: 100%;
    height: 65px;
    position: fixed;
    line-height: 65px;
    text-align: center;
     padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
        position: absolute;
    z-index: 9;
}

.review-nav div.logo {
    float: left;
    width: auto;
    height: auto;
    padding-left: 3rem;
}

.review-nav div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 2.5rem;
}

.review-nav div.logo a:hover {
    color: #00e676;
}

.review-nav div.main_list {
    height: 65px;
    float: right;
}

.review-nav div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.review-nav div.main_list ul li {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 3rem;
}
.review-nav .navbar-collapse {
    flex-grow: initial;
}
.navlinks li a {
    text-decoration: none;
        font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    background: #00C566;
    border-radius: 56px;
    padding: 17px 30px;
}
a:hover {
    color: initial;
}
.navlinks li a:hover {
       color: #00C566;
    border: 2px solid #00C566;
    background: #fff;
}
.footer-form button:hover{
    color: #fff;
    background: #9DAFCD;
}
/* Home section */
.review-nav .logo img{
    width: 191px;
}
.review-home {
    width: 100%;
    height: 100vh;
    background-image: url(../black-woman-img/home-review.png);
    background-position: center top;
    background-size: cover;
    position: relative;
}

.navTrigger {
    display: none;
}


.home-heading h5{
    font-size: 70px;
    font-weight:bold;
    color: #fff;
        font-family: 'Poppins', sans-serif;
  padding-bottom: 36px;
}
.home-heading h5 span{
    display: block;
}
.home-heading {
    position: absolute;
    bottom: 7px;
}

/* Media qurey section */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .navTrigger {
        display: block;
    }
    .review-nav div.logo {
        padding-left: 0;
    }
    .review-nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .review-nav div.show_list {
        height: auto;
        display: none;
    }
    .review-nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        right: 0;
        left: 0;
        bottom: 0;
        /*same background color of navbar*/
        background-position: center top;
    }
    .review-nav div.main_list ul li {
        width: 100%;
        padding-right: 0;
    }
    .navlinks li a {
         text-align: center;
    font-size: 14px;
    padding: 11px 9px;
    }
    .review-nav div.media_button {
        display: block;
    }
}


.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: #fff;
    border-radius: 2px;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
    background-color: #111;
}
.black-women{
  width: 100%;
    min-height: 648px;
    background-image: url(../HomeaZZon/black-women-sectionbg.png);
    background-position: right;
    background-size: cover;
    position: relative;
    display: flex;
    padding: 100px 0;
    justify-content: center;
    align-items: center;
}
.black-women .black-heading{
    text-align: end;
}
.black-heading h5{
    color: rgb(252, 252, 253);
    font-family: Poppins;
    font-size: 48px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -4%;
    text-align: right;
}
.black-heading h5 span{
    display: block;
}
.black-heading p{
    color: rgb(202, 213, 240);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 164%;
    letter-spacing: 0%;
    text-align: right;
}
.black-heading p span{
    display: block;
}
.black-women-button-section{
    height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
}

.business-women{
    width: 100%;
    padding: 100px 0;
    background-image: url(../HomeaZZon/bigdreambg.png);
    background-position: center top;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    padding-bottom: 0 !important;
}
.business-heading h5{
 color: rgb(35, 44, 65);
font-family: 'Poppins', sans-serif;
font-size: 58.29px;
font-weight: 600;
line-height: 100%;
letter-spacing: -4%;
text-align: left;
}
.hero-image-container img{
    width: auto;
    position: absolute;
    bottom: 0;
    right: 10%;
}
.business-heading {
    position: relative;
}
.business-heading h5 span{
    display: block;
}
.business-heading p{
    font-size: 24px;
    color: #818386;
    font-family: 'Poppins', sans-serif;
    bottom: -10%;
}
.business-heading p span{
    display: block;
}
.sisterhood-btn{
    text-decoration: none;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    background: #00C566;
    border-radius: 56px;
    padding: 17px 20px;
    text-wrap: nowrap;
    margin-top: 127px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-bottom: 20px;
}
.sisterhood-btn:hover{
    color: #00C566;
  border: 2px solid #00C566;
  background: #fff;
}
.business-heading a{

}
.real-state{
      width: 100%;
    background-image: url(../HomeaZZon/groundbreakingbg.png);
    background-position: center top;
    background-size: cover;
}
.real-state-image-container{
    height: 100%;
    width: 100%;
}
.real-state-image-container img{
    height: 100%;
}
.realstate-text h5{
    font-size: 50px;
    font-weight: bold;
    background: linear-gradient(to right, #ffffff 0%, #9edcf4ba 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins', sans-serif;
    line-height: 55px;
    padding-top: 27px
}
.realstate-text{
    max-width: 689px;
    padding-block: 69px;
}
.realstate-text p{
    font-size: 24px;
    color: #A0CBED;
    font-family: 'Poppins', sans-serif;
    border-top: 1px solid rgb(79, 92, 123);
    margin-top: 90px;
    padding-top: 12px;
}
.real-state .container-fluid{
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
}
.revolution-text{
display:flex;
  align-items: center;
}
.revolution-text h5{
font-size: 16px;
    color: #818386;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.revolution-text1 p span{
    display: block;
}
.revolution-text1 p{
    font-size: 60px;
    color: #232C41;
    font-family: 'Poppins', sans-serif;
    line-height: 58px;
    font-weight: bold;
}   
.line{
      height: 1px;
    flex: 1;
    background-color: #E1E1E1;
    margin-bottom: 8px;
    MARGIN-LEFT: 5PX;
}
.revolution-text1 {
    display: flex;
    justify-content: end;
    padding: 13px 0;
}
.revolution-text1 ul li{
        padding-bottom: 13px;
        color: #585E6B;
        font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.revolution-text1 ul li span{
     color: #00994F;
}
.revoliution {
    padding: 75px 0;
    padding-bottom: 0;
}

/* requirement section */
.requirement-section .container{
  background: url(../HomeaZZon/recquirement-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.requirement-section h1{
    font-size: 40px;
    color: #232C41;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    font-weight: 600;
    margin-left: 30px;
}
.requirement-section .require-card{
    padding: 24px 7px 17px 0;
}
.requirement-section img{

    width: 24px;
    height: 24px;
}
.requirement-section p span{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    font-weight: bold;
}
.requirement-section p{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    margin-top: 15px;
    font-weight: 300;
}
.requirement-section .col-md-7{
    margin-top: 40px;
        margin-bottom: 30px;
}
.requirement-section .col-md-5{
    margin-top: 40px;
}
/* respons-section start */
.respons-section{

    margin-block: 80px;

}
.respons-section .container{
    padding-block: 65px;
 
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}
.respons-section .container h1{
  font-size: 40px;
    font-family: 'Poppins', sans-serif;
    color: #232C41;
    font-weight: 600;
    padding-bottom: 12px;
}
.respons-section .container p{
    color:#585E6B;
    font-size: 16px;
     font-family: 'Poppins', sans-serif;
    max-width: 380px;
}
/* Revolutionizing real estate start */

.revoliution .container{
    background: url(../HomeaZZon/glamor-girl-img.png);
  background-position: inherit;

  background-repeat: no-repeat;
  background-position-x: 2%;
  background-position-y: 0px;
  background-size: contain;
}
.revoliution-section{

    background-color: #E8F3FF;
    padding-block: 80px;
}
.revoliution-section .signle-head{
    color: rgb(35, 44, 65);
    font-family: Poppins;
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -4%;
    text-align: left;
}
.revoliution-section  .respo-card .headd{
    color: #232C41;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    max-width: 478px;
    font-weight: bold;
    }
    .revoliution-section  .respo-card p{
        color: #68809B;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        max-width: 213px;
  
        }
        /*footer*/
        .footer{
              width: 100%;
              height: 100%;
              background-image: url(../HomeaZZon/footer-background.png);
              background-size:cover;
              background-position: center;
              background-repeat: no-repeat;
        }
  .footer-text h5{
color: #A9CBEC;
  font-family: 'Poppins', sans-serif;
        font-size: 24px;
        font-weight: bold;
  }   
    .footer-text h4{
      color: #FCFDFE;
  font-family: 'Poppins', sans-serif;
        font-size: 52.8px;
        font-weight: bold;
            line-height: 56px;
  }     
    .footer-text h4 span{
        display: block;
    }    
    .footer-text p{
      color: #9DAFCD;
  font-family: 'Poppins', sans-serif;
        font-size: 16px;
            padding-bottom: 18px;
  }   
    .footer-text p span{
        display: block;
    }      
    .footer-form input {
    background: transparent;
border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom-color: #FFFFFF;
    padding-left: 0;
    margin-bottom: 17px;
        width: 100%;
        padding-bottom: 11px;
    
}
   .footer-form input::placeholder {
  color: #9DAFCD;
  font-family: 'Poppins', sans-serif;
        font-size: 16px
}
  .footer-form button{
  color: #FCFDFE;
  font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: bold;
        border-radius: 56px;
        padding: 20px 40px;
        border-color: #9DAFCD;
        margin-top: 30px;
}
.bottom-footer{
    background: #111624;
    padding: 50px 0;
}
.bottom-footer img{
    padding: 0 14px;
    width: 44PX;
}
   .bottom-footer ul li {
  color: #FCFDFE;
  font-family: 'Poppins', sans-serif;
        font-size: 16px
}
   .bottom-footer ul {
       display: flex;
    justify-content: space-between;
        margin-bottom: 0;
   }
    .bottom-footer p {
     color: #8F9CC3;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-align: right;
    margin-bottom: 0;
}
.my-border-bot{
    border-bottom: 1px solid rgb(71, 107, 147);
}
.border-bot{
     
    margin-right: 36px;
        margin-bottom: 10px;
}
.border-bot .col-md-6.col-sm-12{
    padding-left: 0;
}
.md-lg-none{
    display: none;
}
.join-enter-btn{
    display: none;
}
.learn-more-black{
    text-decoration: none;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    background: #00C566;
    border-radius: 56px;
    padding: 17px 30px;
}
.footer-img-mb{
    display: none;
}
.desktop-show{
    display: block;
}
.mobile-show{
    display: none;
}
.hero-mobile-btn{
    position: absolute;
    bottom: 5px;
}
.sisterhood-btn.mobile-show.hero-mobile-btn:hover{
color: #00994F;
}
.learn-more-black.mobile-show{
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
.revolution-text1 ul{
    margin-bottom: 100px;
}
@media(max-width:767px){
    .requirement-section .col-md-7 {
        margin-top: 40px;
        margin-bottom: 80px;
      }
    .requirement-section .container{
        background: url(../HomeaZZon/requirement-mobile-bg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
    .footer {
        background: url(../HomeaZZon/footer-mb.png);
        height:initial;
        padding: inherit; 
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }
    .revolution-text1 ul{
        margin-bottom: 20px;
    }
    .bottom-footer .row{
         row-gap: 50px;
    }
    .row .border-bot{
 border:none;
    }
    .row .border-bottomm .col-md-6{
        border-top: 1px solid rgb(71, 107, 147);
    }
    .black-heading h5{
        text-align: left;
    }
    .black-heading p{
        color: rgb(202, 213, 240);
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        line-height: 164%;
        letter-spacing: 0%;
        text-align: left;
    }

    .black-women .black-heading{
        text-align: left;
    }
    .hero-image-container img{
        width: 100%;
  position: relative;
  bottom: 0;
  right: 0;
}
    
    .sisterhood-btn.mobile-show.hero-mobile-btn  {
        color: white;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: 50%;
        right: 0;
        transform: translate(-50%, 0);
        display: flex;
    }

   .hero-image-container {
        min-height: 360px;
    }
    .desktop-show{
        display: none;
    }
    .mobile-show{
        display: block;
    }
.review-nav .navbar-brand{
    display: contents;
}
.footer-img-mb{
    display: block;
}
.footer-img-mb img{
    width: 100%;
}
.home-heading {
    right: 3%;
    left: 3%;
}
    .join-enter-btn{
            display:block;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
      background: #00C566;
    border-radius: 56px;
    padding: 12px 12px;
    margin-bottom: 35px;
}
.home-heading h5 {
        font-size: 25px;
    padding-bottom: 30px;
}
.home-heading h5 span {
        display: inline;
}
.black-heading h5 {
    font-size: 26px;
}
.black-heading h5 span {
        display: inline;
}
.black-heading p span {
    display: inline;
}
.black-women {
    height: fit-content;
    min-height: 300px;
}
.black-women {
    background-color: #101c2e;
        padding: 45px 0 0;
    }
    .md-lg-none{
    display: block;
}
.black-heading{
padding-bottom: 47px;
}
.business-heading h5 {
        font-size: 30px;
    line-height: 34px;

}
.business-women {
  width: 100%;
     padding: 30px 0;
    background-image: url(../HomeaZZon/bigdreambg.png);
    background-position:bottom;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 65px;
}
.revoliution .container{
    background: white !important;
}
.business-heading{
       position: initial; 
}
.business-heading p {
display: none;

}
.realstate-text h5 {
  
    line-height: 37px;
    font-family: Poppins;
    font-size: 30px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -4%;
}
.realstate-text p {
    color: rgb(160, 203, 237);
    font-family: Poppins;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -2%;
    text-align: left;
}
.realstate-text {
    padding: 69px 23px 24px;
}
.revolution-text1 p span {
    display: inline;
}
.revolution-text1 p {
    font-size: 32px;
    line-height: 38px;
}
.revolution-text1 ul{
    padding-left: 0;
}
.requirement-section h1 {
         font-size: 32px;
    margin-bottom: -14px;
    margin-left: 4px;
    }
   
    .border-bot {
    margin-right: 0px;
    margin: 0 4px;
}
.respons-section .container h1 {
    font-size: 32px;
    }
    .revoliution-section .signle-head {
    font-size: 32px;
    line-height: 36px;
    max-width: 271px;
}
.revoliution-section .respo-card .headd {
    color: #232C41;
    padding-top: 21px;
    }
    .revoliution-section {
    padding-block: 63px;
}
.footer{
        padding: 0;
}
.mobile-color-foot{
        padding: 44px 0;
}
.footer-text h5 {
    font-size: 16px;
    font-weight: 500;
}
.footer-text h4 {
    font-size: 30px;
    line-height: 37px;
    }
    .footer-text h4 span{
        display: inline;
    }
    .footer-text p span {
    display: inline;
}
.footer-form input {
    width: 100%;
}
.footer-form button {
    font-size: 14px;
    padding: 13px 9px;
    font-weight: 500;
        width: 100%;
}
.bottom-footer {
    padding: 35px 0;
}
.spcial-icon-footer{
       display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #384665;
    padding-bottom: 24px;
    margin-bottom: 23px;
}
.bottom-footer img {
    padding: 0 14px;
    width: 48PX;
}.instragram{
    width: 47px;
    height: 18px;
    margin-top: 6px;
}
.bottom-footer ul {
    padding-left: 0;
}
.bottom-footer p {
    text-align: left; 
    padding-top: 5px;
}
.respons-section .container {
    padding-block: 0;
    border-top: none; 
     border-bottom: none; 
}
.requirement-section {
    MARGIN: 0px 12PX;
}
.review-nav {
    background: white;
    line-height: 0;
}
}
@media (min-width: 2000px)
{
    .business-women {
    background-size: cover;
        height: 100vh;
}
}