body {
    margin: 0;
    padding: 0;
    /* background-image: radial-gradient(circle 1292px at -13.6% 51.7%, rgba(0, 56, 68, 1) 0%, rgba(163, 217, 185, 1) 51.5%, rgba(255, 252, 247, 1) 88.6%); */
    /* background-image: linear-gradient( 115.3deg,  rgba(67,202,177,1) 7.4%, rgba(255,255,255,1) 103.1% ); */
    /* background-image: linear-gradient(-225deg, #5271C4 0%, #B19FFF 48%, #ECA1FE 100%); */
    /* background-image: linear-gradient( 112.3deg,  rgba(237,120,153,1) 4.6%, rgba(115,177,193,1) 88.9% ); */
    /* background-image: linear-gradient( 117.9deg,  rgba(183,248,193,1) -3.5%, rgba(169,212,250,1) 53.8%, rgba(148,231,255,1) 100.4% ); */
    /* background-image: linear-gradient( 102.4deg,  rgba(253,189,85,1) 7.8%, rgba(249,131,255,1) 100.3% ); */
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    /* overflow-y: hidden; */
}

.section-spacing {
    padding: 65px 0;
}

.title-txt {
    font-size: 3rem !important;
    font-weight: bold;
    position: relative;
}

.title-txt::after {
    content: "";
    position: absolute;
    width: 20%;
    transform: translateX(-50%);
    height: 2px;
    bottom: 0px;
    left: 50%;
    background-color: black;
}
 .intro-txt {
    font-size: 45px;
 }
.second-navbar {
    z-index: 9999999;
    font-family: museo-sans, sans-serif;
}

.navbar a{
    transition: all 0.5s;
}

.navbar a:hover{
    color: #027a86 !important;
}

nav .nav-item {
    font-weight: bold;
}

nav .nav-item {
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 0%;
    font-weight: bold;
}

nav .nav-item::after {
    content: "";
    position: absolute;
    width: 70%;
    transform: scaleX(0);
    margin-left: 0.6rem;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(4, 0, 0);
    transform-origin: bottom left;
    transition: transform 0.25s linear;
}

nav .nav-item:hover::after {
    transform: scaleX(1);
}

/* ---------------------------------------HOME PAGE-------------------------------------- */
.home-page {}

.intro-txt {
    padding: 40px 40px 20px 0px;
}

.home-page .sub-txt {
    font-weight: 400;
    padding: 0px 0px 20px 0px;
}

.button-86 {
    all: unset;
    width: 100px;
    height: 30px;
    font-size: 16px;
    background: transparent;
    border: none;
    position: relative;
    color: #f0f0f0;
    cursor: pointer;
    z-index: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-86::after,
.button-86::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -99999;
    transition: all .4s;
}

.button-86::before {
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    background: #28282d;
    border-radius: 10px;
}

.button-86::after {
    transform: translate(10px, 10px);
    width: 35px;
    height: 35px;
    background: #ffffff15;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 50px;
}

.button-86:hover::before {
    transform: translate(5%, 20%);
    width: 110%;
    height: 110%;
}

.button-86:hover::after {
    border-radius: 10px;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
}

.button-86:active::after {
    transition: 0s;
    transform: translate(0, 5%);
}

/* ----------------------------------------------RATING------------------------------------- */

.rating .application a img{
 transition: all 0.5s;
}

.rating .application a img:hover {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

/* -------------------------------------------------------HOW IT WORKS-------------------------------------------- */

.how-it-works {}

.card {
    border-radius: 20px;
}

.carousel-img {
    /* width: 60px; */
}



.how-it-works .card-text, .home-page .sub-txt {
    color: #027a86;
}

.headshot {
    flex-shrink: 0;
    margin: 20px;
    border: calc(8px + 0.2vw) solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-size: cover;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.5s;
  }

  .headshot:hover{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  }

  .headshot-3 {
    border-radius: 0% 0%;
    background-image: var(--img-url), linear-gradient(to bottom left, #f83600, #f9d423);
  }


/* #d62462 */


/* --------------------LIFE STYLE--------------------------------------------- */

.style-pic-holder{
    position: relative;
    transition: all 0.5s ease-in-out;
}

.overlay{
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgb(47, 169, 181) 15.6%, rgba(2, 122, 134, 1) 80.3% );
}

.overlay:hover{
    opacity: 1;
}


/* ---------------------------------PARTNERS---------------------------------------------- */

@keyframes slide {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);

    }
}

.logo{
    overflow: hidden;
    white-space: nowrap;
}
.logo:hover .logo-slider{
    animation-play-state: paused;
}

.logo-slider{
    display: inline-block;
    animation: 80s slide infinite linear;
}

.logo-slider img{
    /* height: 50px; */
    margin: 0 40px;
}




/* -------------------------------------------footer---------------------------------------- */
footer {
    background-color: #28282d;
    padding: 85px !important;
}


.footer-nav {
    list-style: none;
}

footer a {
    text-decoration: none;
    color: #5d5d68;
}

footer .about-body i {
    color: #5d5d68;
    transition: all 1s;
}

footer .about-body i:hover {
    color: white;
}

footer .about-body p {
    color: #5d5d68;
    transition: all 0.5s;
}

footer .about-body p:hover {
    color: white;
}

footer .about-body a {
    display: inline-block;
}

/* ---------------------------terms-------------------------------------- */

.terms , .privacy-policy{
    /* background-image: radial-gradient( circle 1292px at -13.6% 51.7%,  rgba(2, 122, 134, 1) 0%, rgba(2, 122, 134, 1) 51.5%, rgba(255,252,247,1) 88.6% ); */
    background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
}

.terms h5{
    line-height: 50px;
}