* {
    margin: 0;
    padding: 0;
    font-family: "Work Sans";
}

:root {
    --navbar-fonts: #1d1d1d;
    --black: #000000;
    --purple: #611f69;
    --brightpurple: #9602c7;
    --white: #fff;

}

header {
    padding: 0rem 5%;
}

nav {
    box-sizing: border-box;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 3rem;
    width: 90vw;
    padding: 0.25rem 2rem;
    box-shadow: #1d1d1d;
    position: fixed;
    top: 5px;
    background-color: var(--white);

}

.nav-left {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-left-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 1rem;
}

.nav-buttons {
    color: var(--navbar-fonts);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-weight: 500;
}

.underlined:hover {
    text-decoration: underline;
}

.down-arrow {
    border: solid var(--navbar-fonts);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
}

.searchbutton {
    background-color: transparent;
    border: none;
}

.nav-right {
    display: flex;
    gap: 2rem;
    align-items: center;
    padding: 1rem 0rem;
}

.purple-border-button {
    text-decoration: none;
    color: var(--purple);
    border: 1px solid var(--purple);
    padding: 0.75rem;
    font-weight: 500;
    border-radius: 0.25rem;
    text-transform: uppercase;

}

.purple-button {
    text-decoration: none;
    background-color: var(--purple);
    color: var(--white);
    padding: 0.75rem;
    font-weight: 500;
    border-radius: 0.25rem;
    text-transform: uppercase;
}
.purple-hover:hover{
    background-color: #38113c;
}
.border-hover:hover{
    border: 2px solid #38113c;
}
.sec1 {
    margin-top: 7rem;

}

.video-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.video-box video {
    border-right: 1px solid;
}

.sec1-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
}

.sec1-buttons {
    padding: 1.25rem;
}

.sec1-p,
b {
    text-transform: none;
}

.company-logos {
    height: 100%;
    padding: 2rem;
}

.company-logos-list {
    list-style: none;
    display: flex;
    gap: 5rem;
    align-self: center;
    flex-wrap: wrap;
}

.section-1-video-box {
    width: 100%;
    display: flex;
    justify-content: center;
}


.ellipse {
    width: 100%;
    height: 10vw;
    background: #f9f1ff;
    border-radius: 100%;
    position: absolute;
    transform: translateY(28rem);
    z-index: -1;
}
.sec2{
    background: linear-gradient(#f9f1ff,#fff 20%);
    padding-top: 6rem;
}
.sec2-head{
    font-family: "poppins";
    font-weight: 600;
    font-size: 3.125rem;
    line-height: 3.5rem;
    text-transform: none;
    text-align: center;
    width: 60%;
    margin: auto;
    letter-spacing: -.75px;
    
}
.sec2-mini-svgs{
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    
}
.sec2-mini-svg-box{
    display: flex;
    gap: 1rem;
}
.capitalization{
    text-transform: uppercase;
    font-weight: 500;
}
.sec-2-first,.sec-2-third,.sec-2-fourth{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 8rem auto;
    width: 90vw;
}
.sec-2-first-left , .sec-2-third-left , .sec-2-fourth-left{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 80%;
   
}
.sec-head{
    font-size: 2rem ;
    font-weight: bold;
}
.sec-p{
    text-align: justify;
}
.numb-p{
    display: flex;
    text-align: justify;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
.numb{
    color: var(--brightpurple);
    font-size: 3.5rem;
    font-weight: bolder;
    font-family: 'poppins';
}
.numb-smaller{
    font-size: 3.125rem;
    font-weight: 600;
    min-width: 14rem;
    gap: 0;
}
.sec-2-first-right,.sec-2-third-right,.sec-2-fourth-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.sec-2-first-video,.sec-2-third-video,.sec-2-fourth-video{
    width: 90%;
}

.sec-2-second{
    display: flex;
    justify-content: space-between;
    margin: 8rem auto 2rem auto;
    width: 90vw;
}
.sec-2-second-left{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 80%;   
}
.sec-2-second-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.sec-2-second-video{
    width: 90%;
}
.slack-ai-flex{
    display: flex;
    align-items: center;
    color: var(--purple);
}
.sec3{
    display: flex;
    width: 90vw;
    margin: auto;
    gap: 1rem;
}
.comp-plans-card{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid #d3d3d3;
    padding: 1rem;
    border-radius: 0.5rem;
    box-sizing: border-box;
    font-size: 0.875rem;
}
.comp-plans-card-top{
    min-height: 7.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 15rem;

}
.comp-plans-card-title{
    font-size: 1.5rem ;
    font-weight: 600;
}
.comp-plans-card-bottom{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;  
}
.comp-plans-card-bullet-title{
    min-height: 2rem;
    font-weight: 500;
}
.comp-plans-card-bullets{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 12rem;
}
.comp-plans-card-bullet{
    display: flex;
    gap: 1rem;
}

.v--fill-blue{
    fill: #1264a3;
    min-width: 14px;
}
.comp-plans-card-promo{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #1264a3;
    
}
.comp-plans-card-promo-badge{
    background-color: #c2e6fd;
    color: #1264a3;
    border-radius: 1.5rem;
    padding: 0 0.25rem;
}
.sec3-buttonbox{
    width: 32vw;
    margin: 4rem auto;
}
footer{
    border-top: 1px solid #d3d3d3;
    width: 95vw;
    margin: 2rem auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 5rem;
    padding-top: 2rem;
}
.footer-sections{
    display: flex;
    gap: 1rem;
}
.footer-section{
    list-style: none;
    min-width: 12rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer-ssec-title{
    font-weight: 500;
}
.footer-links{
    color: #696969;
    text-decoration: none;
}
.footer-links:hover{
    color: #0e79cb;
}