body {

  font-family: "Cairo", sans-serif;

}

.Herosection {

  display: flex;
  align-items: center;
  padding-top: 90px;
  background-image: url(./public/external/Background\ pattern.png);
}
.subheader {
  margin-top: 39px;
  margin-bottom: 48px;
  font-size: 24px;
}
.herotext 
{
color: var(--gray-900, #101828);
text-align: right;
font-size: 60px;
line-height: 72px;
font-weight: 650;
}
.navbtns {
    display: flex;
}
.navbuttons.buttons-button {
    background: var(--brand-600, #7f56d9);
    border-radius: 8px;
    border-style: solid;
    border-color: var(--brand-600, #7f56d9);
    border-width: 1px;
    padding: 10px 16px 10px 16px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    box-shadow: var(--shadows-shadow-xs-box-shadow, 0px 1px 2px 0px rgba(16, 24, 40, 0.05));
    overflow: hidden;
    }
    .navbar-nav .nav-link.active {
        color: #7f56d9 !important;
        font-weight: bold;
    }

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        align-content: stretch;
        justify-content: space-between;
    }
}
.section {
    background: var(--gray-50, #f9fafb);
    padding: 96px 0px 160px 0px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.buttonsnav{
    display: flex;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 42px;
    align-items: flex-end;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.feature-text {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    flex-shrink: 0;
    min-width: 240px;
    max-width: 560px;
    position: relative;
}

.content2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.text-and-supporting-text {
    padding: 10px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.text {
    color: var(--gray-900, #101828);
    text-align: right;

    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
}

.supporting-text {
    color: var(--gray-600, #475467);
    text-align: right;
    
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

.featured-icon {
    background: var(--base-white, #ffffff);
    border-radius: 10px;
    border-style: solid;
    border-color: var(--gray-200, #eaecf0);
    border-width: 1px;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    box-shadow: var(--shadows-shadow-xs-box-shadow, 0px 1px 2px 0px rgba(16, 24, 40, 0.05));
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.message-chat-circle {
    width: 24px;
    height: 24px;
    overflow: visible;
}

.content3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.text-and-supporting-text2 {
    padding: 10px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.zap {
    width: 24px;
    height: 24px;
   
    overflow: visible;
}

.heading-and-supporting-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.subheading {
    color: var(--brand-700, #6941c6);
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
}

.heading-and-subheading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.heading {
    color: var(--gray-900, #101828);
    text-align: right;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    font-weight: 500;
    position: relative;
    align-self: stretch;
}

.supporting-text2 {
    color: var(--gray-600, #475467);
    text-align: right;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
    max-width: 500px;
  
}



.secondsection
{
    background: var(--gray-50, #f9fafb);
    padding: 96px 0px 96px 0px;
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
   
    border-radius: 24px;
}


.secondsection .heading-and-supporting-text{
    margin-right: 64px;
}



.secondsection .supporting-text {
    color: var(--gray-600, #475467);
    text-align: right;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    position: relative;
    max-width: 90%;
    flex: 1;
}





.thirdsection{
  display: flex;
  margin-top: -50px;
  justify-content: center;
  display: none;
}


.video-player {
    border-radius: 8px;
    flex-shrink: 0;
    width: 800px;
    height: 450px;
    position: relative;
    box-shadow: var(--shadows-shadow-3xl-box-shadow, 0px 32px 64px -12px rgba(16, 24, 40, 0.14));
    overflow: hidden;
}

.shadow-overlay-player {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%);
    height: 116px;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.overlay {
    background: rgba(0, 0, 0, 0.10);
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    top: 0px;
}

.video-progress {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    right: 20px;
    left: 12px;
    bottom: 8px;
}



.background {
    background: var(--base-white, #ffffff);
    border-radius: 4px;
    opacity: 0.30000001192092896;
    height: 8px;
    position: absolute;
    right: 0px;
    left: 28px;
    top: 4px;
}

.buffering {
    height: 8px;
    position: absolute;
    right: 0px;
    left: 28px;
    top: 4px;
}

.buffering-progress {
    background: var(--base-white, #ffffff);
    border-radius: 4px;
    opacity: 0.5;
    width: 16%;
    height: 8px;
    position: absolute;
    right: 84%;
    left: 0%;
    top: 0px;
}

.progress-line {
    background: var(--base-white, #ffffff);
    border-radius: 4px;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 28px;
    top: 4px;
}

.play {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: visible;
}

.timestamps {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.timestamp-start {
    color: var(--base-white, #ffffff);
    text-align: left;
    font-family: var(--text-xs-semibold-font-family, 'Inter-SemiBold', sans-serif);
    font-size: var(--text-xs-semibold-font-size, 12px);
    line-height: var(--text-xs-semibold-line-height, 18px);
    font-weight: var(--text-xs-semibold-font-weight, 600);
    position: relative;
}

.timestamp-end {
    color: var(--base-white, #ffffff);
    text-align: left;
    font-family: var(--text-xs-semibold-font-family, 'Inter-SemiBold', sans-serif);
    font-size: var(--text-xs-semibold-font-size, 12px);
    line-height: var(--text-xs-semibold-line-height, 18px);
    font-weight: var(--text-xs-semibold-font-weight, 600);
    position: relative;
}

.play-button {
    width: 80px;
    height: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    overflow: visible;
}











































.fourthsection .mobile-app-store-badge2{
  display:flex;
  gap: 12px;
} 
.illustration4{
    height: 380px;
    width:  506px;
}

.fourthsection{
  background-color: #53389E;
    display: flex;
    margin-top: 83px;
    margin-bottom: 83px;
    border-radius: 24px;
    justify-content: space-between;
    align-items: center;
}
.foruthcontent {
  margin-top: 83px;
  margin-bottom: 83px;
  margin-right: 64px;
}
.fourthsection .supporting-text4 {
  color: var(--base-white, #E9D7FE);
   
}
.fourthcontent {
    padding: 64px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: flex-end;
    justify-content: center;
    flex: 1;
    position: relative;
}

.fourthsection .heading-and-supporting-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.fourthsection .heading {
    color: var(--base-white, #ffffff);
    text-align: right;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    font-weight: 700;
    position: relative;
    align-self: stretch;
}

.fourthsection .supporting-text {
    color: var(--brand-200, #e9d7fe);
    text-align: right;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

.fourthsection .actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    margin-top: 42px;
}

.fourthsection .mobile-app-store-badge {
    border-radius: 7px;
    flex-shrink: 0;
    width: 132px;
    height: 44px;
    position: relative;
    overflow: visible;
}









































.fifthsection .pricing-section {
    background: var(--base-white, #ffffff);
    padding: 96px 0px 96px 0px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}


.fifthsection .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
   
}

.fifthsection .heading-and-supporting-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    flex-shrink: 0;
    max-width: 768px;
    position: relative;
}

.fifthsection .heading-and-subheading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.fifthsection .subheading {
    color: var(--brand-700, #6941c6);
    text-align: right;

    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
}

.fifthsection .heading {
    color: var(--gray-900, #101828);
    text-align: right;
    
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    font-weight: 600;
    position: relative;
    align-self: stretch;
}

.fifthsection .supporting-text {
    color: var(--gray-600, #475467);
    text-align: right;
      
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

.fifthsection .container2 {
  
    display: flex;
    flex-direction: row;
    gap: 64px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    
}

.fifthsection .pricing-tier-card {
    background: var(--base-white, #ffffff);
    border-radius: 16px;
    border-style: solid;
    border-color: var(--gray-200, #eaecf0);
    border-width: 1px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    min-width: 592px;
    position: relative;
    box-shadow: var(--shadows-shadow-lg-box-shadow, 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08));
    overflow: hidden;
}

.fifthsection .header {
    border-style: solid;
    border-color: var(--gray-200, #eaecf0);
    border-width: 0px 0px 1px 0px;
    padding: 32px 32px 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.fifthsection .heading-and-price {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.fifthsection .price {
    display: flex;
    flex-direction: row;
    gap: 2px;
    align-items: flex-end;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.fifthsection .period-wrap {
    padding: 0px 0px 8px 0px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.fifthsection .period {
    color: var(--gray-600, #475467);
    text-align: right;
    font-family: 'Cairo-Medium', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
}

.fifthsection .wrap {
    padding: 0px 0px 20px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.fifthsection .div {
    color: var(--gray-900, #101828);
    text-align: right;
    
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    font-weight: 600;
    position: relative;
    width: 21px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.fifthsection .price2 {
    color: var(--gray-900, #101828);
    text-align: right;
    
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -0.02em;
    font-weight: 600;
    position: relative;
}

.fifthsection .heading-and-supporting-text2 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    min-width: 240px;
    position: relative;
}

.fifthsection .heading-and-badge {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.fifthsection .heading2 {
    color: var(--gray-900, #101828);
    text-align: right;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    position: relative;
}

.fifthsection .badge {
    background: var(--brand-50, #f9f5ff);
    border-radius: 16px;
    border-style: solid;
    border-color: var(--brand-200, #e9d7fe);
    border-width: 1px;
    padding: 2px 10px 2px 10px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.fifthsection .text {
    color: var(--brand-700, #6941c6);
    text-align: right;
    font-family: 'Cairo-Medium', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
}

.fifthsection .text2 {
    color: var(--gray-600, #475467);
    text-align: right;
      
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

.fifthsection .content2 {
    border-style: solid;
    border-color: var(--gray-200, #eaecf0);
    border-width: 0px 0px 1px 0px;
    padding: 32px 32px 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.fifthsection .text-and-supporting-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-end;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.fifthsection .text3 {
    color: var(--gray-900, #101828);
    text-align: right;
    
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
}

.fifthsection .supporting-text2 {
    color: var(--gray-600, #475467);
    text-align: right;
    font-family: '-', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

.fifthsection .supporting-text-2-span {
    color: var(--gray-600, #475467);
      
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.fifthsection .supporting-text-2-span2 {
    color: var(--gray-600, #475467);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.fifthsection .supporting-text-2-span3 {
    color: var(--gray-600, #475467);
      
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.fifthsection .check-items-wrap {
    display: flex;
    flex-direction: row;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.fifthsection .check-item-text {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    min-width: 240px;
    position: relative;
}

.fifthsection .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.fifthsection .check-icon {
    border-radius: 12px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.fifthsection .check-icon2 {
    border-radius: 12px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.fifthsection .check-icon3 {
    border-radius: 12px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.fifthsection .check-icon4 {
    border-radius: 12px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.fifthsection .check-icon5 {
    border-radius: 12px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.fifthsection .check-icon6 {
    border-radius: 12px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.fifthsection .check-icon7 {
    border-radius: 12px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.fifthsection .check-icon8 {
    border-radius: 12px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.fifthsection .check-icon9 {
    border-radius: 12px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.fifthsection .check-icon10 {
    border-radius: 12px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.fifthsection .footer {
    background: var(--base-white, #ffffff);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    display: none;
}

.fifthsection .actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.fifthsection .buttons-button {
    background: var(--brand-600, #7f56d9);
    border-radius: 8px;
    border-style: solid;
    border-color: var(--brand-600, #7f56d9);
    border-width: 1px;
    padding: 12px 18px 12px 18px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    box-shadow: var(--shadows-shadow-xs-box-shadow, 0px 1px 2px 0px rgba(16, 24, 40, 0.05));
    overflow: hidden;
}

.fifthsection .text-padding {
    padding: 0px 2px 0px 2px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.fifthsection .text4 {
    color: var(--base-white, #ffffff);
    text-align: right;
    font-family: 'Inter-SemiBold', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
}

.fifthsection .content3 {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.fifthsection .content4 {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: flex-end;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 560px;
    height: 240px;
    position: relative;
}

.fifthsection .feature-text {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    flex-shrink: 0;
    min-width: 240px;
    max-width: 560px;
    position: relative;
}

.fifthsection .content5 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.fifthsection .text-and-supporting-text2 {
    padding: 10px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.fifthsection .text5 {
    color: var(--gray-900, #101828);
    text-align: right;
    
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
}

.fifthsection .supporting-text3 {
    color: var(--gray-600, #475467);
    text-align: right;
      
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    align-self: stretch;
}

.fifthsection .featured-icon {
    background: var(--base-white, #ffffff);
    border-radius: 10px;
    border-style: solid;
    border-color: var(--gray-200, #eaecf0);
    border-width: 1px;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    position: relative;
    box-shadow: var(--shadows-shadow-xs-box-shadow, 0px 1px 2px 0px rgba(16, 24, 40, 0.05));
}

.fifthsection .message-chat-circle {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 12px;
    top: 12px;
    overflow: visible;
}

.fifthsection .content6 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

.fifthsection .text-and-supporting-text3 {
    padding: 10px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.fifthsection .zap {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 12px;
    top: 12px;
    overflow: visible;
}

.fifthsection .face-happy {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 12px;
    top: 12px;
    overflow: visible;
}

a {
    color: black;
    background-color: transparent;
    text-decoration: none;
  }

.button1 a{
    color: white;
    text-decoration: none;
}





















































.sixthsection {

    margin-bottom: 50px;
}



.sixthsection.content6 {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: flex-end;
    justify-content: flex-start;
    flex: 1;
    position: relative;
    }

    .frame-6 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-end;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    }

    .heading-and-supporting-text {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        flex-shrink: 0;
        max-width: 480px;
        position: relative;
        }
        .heading {
        color: var(--gray-900, #101828);
        text-align: right;
        font-size: 34px;
        line-height: 60px;
        letter-spacing: -0.02em;
        font-weight: 500;
        position: relative;
        align-self: stretch;
        }
        .heading2 {
        color: var(--gray-900, #101828);
        text-align: right;
        font-size: 24px;
        line-height: 60px;
        letter-spacing: -0.02em;
        font-weight: 600;
        position: relative;
        align-self: stretch;
        }
        .frame-3 {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        }
        .supporting-text {
        color: var(--gray-600, #475467);
        text-align: right;
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
        position: relative;
        flex: 1;
        }
        .heading3 {
        color: var(--gray-900, #101828);
        text-align: right;
        font-size: 24px;
       
        letter-spacing: -0.02em;
        font-weight: 600;
        position: relative;
        }
        .frame-4 {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        }
        .frame-5 {
        display: flex;
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: flex-start;
        align-self: stretch;
        flex-shrink: 0;
        position: relative;
        }
  .text-footer {
    font-weight: 650;
  }
  .footercontent{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  
    padding-top: 16px;
    padding-bottom: 16px;
  }

  @media only screen and (min-width: 1024px) and (max-width: 1280px) {
    /* Styles for screens that are exactly 1024px wide or up to 1280px */
    .herotext {
        color: var(--gray-900, #101828);
        text-align: right;
        font-size: 45px;
        line-height: 72px;
        font-weight: 650;
    }
    .fifthsection .content4 {
        display: flex;
        flex-direction: column;
        gap: 48px;
        align-items: flex-end;
        justify-content: flex-start;
        flex-shrink: 0;
        width: auto;
        height: 240px;
        position: relative;
    }
    .heading {
        color: var(--gray-900, #101828);
        text-align: right;
        font-size: 30px;
        line-height: 42px;
        letter-spacing: -0.02em;
        font-weight: 500;
        position: relative;
        align-self: stretch;
    }
    .subheader {
        margin-top: 39px;
        margin-bottom: 48px;
        font-size: 20px;
      }

      .secondsection .supporting-text {
        color: var(--gray-600, #475467);
        text-align: right;
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
        position: relative;
        max-width: 90%;
        flex: 1;
    }
  }
    @media (max-width: 1280px) {
        .fifthsection .pricing-tier-card{
            min-width: 0;
        }

    }
@media (max-width: 575.98px) {
    .phonemockup img{
        width: 600px;
        height: 600px;
        display: none;
    }
    .subheader {
        margin-top: 39px;
        margin-bottom: 48px;
        font-size: 20px;
      }
    .secondsection .supporting-text {
        color: var(--gray-600, #475467);
        text-align: right;
       
        position: relative;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        flex: 1;
    }
    
    .illustration4{
        width: 300px;
        height: 206px;
    }
    .navbtns {
        display: flex;
        flex-direction: column;
    }
    .Herosection{
        text-align: center;
        margin-bottom: 42px;
    }
    .herotext {
        text-align: center;
        font-size: 32px;
        line-height: 36px;
        font-weight: 650;
    }
    .subheader {
        margin-top: 16px;
        margin-bottom: 24px;
    }
    .illustration {
        display: none;
    }
    .illustration4wrap {
        text-align: center;
    }
    .video-player {
        display: none;
    }
    .fourthsection {
        flex-direction: column;
    }
    .foruthcontent{
        margin-right: 16px;
        margin-top: 42px;
    }
    .fifthsection .pricing-tier-card{
        min-width: 0;
    }
    .fifthsection .pricing-section{
        padding: 0;
    }
    .fifthsection .content4 {
        width: auto;
       
    }
    .fifthsection .content2 {
        padding-right: 16px;
        padding-left: 16px;
    }
    .fifthsection .content3 {
        display: flex;
        flex-direction: column;
        gap: 48px;
        align-items: flex-start;
        justify-content: flex-start;
        flex: 1;
        position: relative;
    }
    .fifthsection .header {
        padding-right: 16px;
        padding-left: 16px;
    }
    .fifthsection .content{
        padding-right: 16px;
        padding-left: 16px;
    }
    
    .fifthsection .pricing-section {
        background: var(--base-white, #ffffff);
        padding: 42px 0px 42px 0px;
        display: flex;
        flex-direction: column;
        gap: 64px;
        align-items: center;
        justify-content: flex-start;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
    }
    .fifthsection .container2 {
        display: flex;
        flex-direction: column;
        gap: 64px;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }

    .secondsection {
        flex-direction: column;
        padding: 42px 16px 42px 16px;
    }
    .fourthsection .supporting-text4 {
        max-width: 80%;
    }
    .secondsection .heading{
        font-size: 24px;
        line-height: 32px;
    }
    .secondsection .heading-and-supporting-text {
        margin: 0;
    }
    .sixthsection {
        margin-top: 50px;
       
    }
    .footercontent{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
      
        padding-top: 16px;
        padding-bottom: 16px;
      }
      .footercontent ul {
        padding-top: 8px;
        padding-right: 0;
      }
      .footercontent .footerlogo {
        width: 40px;
        height: 40px;
      }
  }

