:root{
    --body-bg-color: #fff;

    --header-text-color: #ee408d;


    --topbar-text-color: #ee408d;
    --topbar-bg-color: #fff;
    --top-font-size: 32px;
    --top-font-weight: 700;
    --top-font-family:'Alatsi', sans-serif;

}


.topbar {
    font-family: var(--top-font-family);
    font-size: var(--top-font-size);
    color: var(--topbar-text-color);
    font-weight: var(--top-font-weight);
    padding-left: 50px;
    padding-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 10px 10px rgb(227, 200, 200);
    width:100%;
    height: auto;
    background-color: var(--topbar-bg-color);
}
.topbars {
    box-shadow: 0px 10px 10px rgb(227, 200, 200);
    width:100%;
    height: auto;
    width:100%;


}
.widedivblack {
    background-color: #000000;
    text-align: center;
    width: 100%;

}
.topbar h1 {
    font-family: 'Alatsi', sans-serif;
    color: var(--header-text-color);
    font-weight: 700;
}

.title h1 {
    font-family: 'Alatsi', sans-serif;
    color: var(--header-text-color);
    font-weight: 700;
}

.topbarimg {
    max-width:100% ;
    min-width:220px ;
    margin-top: 30px;
    border-top-right-radius: 90px;
    border-bottom-left-radius: 90px;
    margin-bottom: 10px;
    margin-right: 45px
}
.topbarcornerbot {

    margin-top: 30px;
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
    margin-bottom: 10px;
}
.topbarcornerup {

    margin-top: 80px;
    border-top-right-radius: 90px;
    border-top-left-radius: 90px;
    margin-bottom: 10px;
}
.topbarimgs {
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    margin-bottom: 60px;
}

.banner {
    max-height: 400px;
    margin-bottom: 60px;
}

.topbarbottom {
    font-family: 'Alatsi', sans-serif;
    color: #fff;
    font-weight: 70;
    background-color: #ee408d;

    padding-top:  8px;

    position: sticky;
    top: 0px;

    font-size: 20px;
    box-shadow: 10px 5px 5px rgb(227, 200, 200);


    width:100%;
    height: auto;


}

.topbarbottom span {
    margin-left: 5%;
}

.topbarbottom a {
    color: #fff;
    font-size: 12pt;
}

.topbarbottom a {
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.topbarbottom a::before,
a::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    text-decoration: none;
}

.topbarbottom a::before {
    background-color: #54b3d6;
    height: 2px;
    bottom: 0;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.topbarbottom a::after {
    content: attr(data-replace);
    height: 100%;
    top: 0;
    transform-origin: 100% 50%;
    transform: translate3d(200%, 0, 0);
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
    color: #54b3d6;
}

.topbarbottom a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.topbarbottom a:hover::after {
    transform: translate3d(0, 0, 0);
}

.topbarbottom span {
    display: inline-block;
    transition: transform .3s cubic-bezier(0.76, 0, 0.24, 1);
}

.topbarbottom a:hover span {
    transform: translate3d(-200%, 0, 0);
}

.whitebars {
    height: 0px;
    background-color: white;
}

.prof {
    text-align: center;
}

.profinfo {
    text-align: left;
}

.propic {
    margin: 20px;
    border-radius: 50%;
    max-width: 100px;
    height: auto;
}

.pinktitle h1 {
    font-family: 'Alatsi', sans-serif;
    color: #ee408d;
    font-weight: 700;
}

.bannerimage {
    width: 100%;
    text-align: center;
    height: auto;

}
.bodycls {

    background-color: var(--body-bg-color);
}
.socialicondiv {
    padding:20px;
    background-color:white;
    text-align: right;
    float: right;
}
.maincontainer{
    padding-left: 20px;
    padding-right:0px;
}
.pblacktext{
    color: black;
    font-size: 20pt
}
.imgtextrow{
    border-radius: 30px;padding: 30px;background-color: #fff;
}
.pinkheadertext{
    font-size: 40px; font-family: 'Aldrich', sans-serif; color: var(--header-text-color);
}
.blackpanel{
    padding:50px;background-color: black; border-radius: 30px;
}
