#services{
    padding-top: 157px;
}
.smalltitle{
    color: var(--purple);
    font-size: 18px;
    letter-spacing: 2px;
}
#services h1{
    margin-top: 30px;
}
#services p{
    padding-top: 20px;
    max-width: 600px;
    line-height: 28px;
    font-size: 18px;
    opacity: 0.9;
}

#squares{
    display: flex;
    justify-content: space-between;
    column-gap: 34px;
    margin-top: 70px;
}
#squares .square{
    width: 100%;
    max-width: 600px;
    background-color: #ffffff;
    padding: 40px;
    height: auto;
    max-height: 1000px;
    padding-top: 60px;
    border-width: 4px;
    border-style: solid;
    border-radius: 35px;
    border: 1px solid transparent;
    background: 
        linear-gradient(to bottom, rgba(216, 233, 246, 0.18), rgba(216, 233, 246, 0.26) 25%,rgba(216, 233, 246, 0.08));
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    cursor: pointer;
    position: relative;
}

#squares .square::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 35px; 
  padding: 1px; 
  background:linear-gradient(to bottom,rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.1)); 
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
}

#squares .square:hover{

    border: 1px solid #101010;
    background: none;
    background-color: #FFEED2; 
}

#squares .square:hover h2{
  color: var(--dark) !important;
}
#squares .square:hover p{
  color: var(--dark) !important;
}
.squaresnumbers{
    margin-left: -21px;
    margin-top: -21px;
}
#squares h2{
    font-size: 42px;
    line-height: 50px;
    margin: 10px 0;
}
#squares p{
    font-size: 15px;
    line-height: 26px;
    width: 95%;
    max-width: 332px;
}
#squaresbuttoncontainer{
    display: flex;
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 30px;
}
#services button{
    height: 30px;
    width: 30px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: width 300ms ease;
}
#squares .square:hover #squaresbuttoncontainer  button{
  background-color: rgba(123, 123, 123, 0.3);
    width: 45px;
}
#squares .square:hover #squaresbuttoncontainer img{
    margin-left: 20px;
}
#squaresbuttoncontainer p{
    margin: auto 15px;
    padding: 0;
    font-size: 20px;
    max-width:120px;
}
#services button img{
    height: 15px;
    margin: auto;
    margin-left: 3px;
    margin-top: 3px;
    transition: margin-left 300ms ease;
}


.squarestext{
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 1s ease;
  -moz-transition: max-height 1s ease;
  -ms-transition: max-height 1s ease;
  -o-transition: max-height 1s ease;
  transition: max-height 1s ease;
}

.squarebutton{
  opacity: 0;
  position: absolute;
  bottom:10px;
  width: 200px;
}
.learnmore{
  margin-top: -20px !important;
}


.blurredbg{
  position: absolute;
  top: 150px;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: -1;
}
.blurredbg2{
  position: absolute;
  top: -100px;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: -1;
  opacity: 1;
  
}
.blurredbg3{
  position: absolute;
  top: -100px;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: -1;
  opacity: 1;
  
}


.sercont::after{
  content: '';
  position: absolute;
  width: 100vw;
  height: 250px;
  background:linear-gradient(to bottom, #010A22, #010a2200);
  top: 145px;
  left: 0;
  z-index: -1;
}
.sercont2::after{
  content: '';
  position: absolute;
  width: 100vw;
  height: 250px;
  background:linear-gradient(to bottom, #010A22, #010a2200);
  top: -100px;
  left: 0;
  z-index: -1;
}

.sercont2::before{
  content: '';
  position: absolute;
  width: 100vw;
  height: 200px;
  background:linear-gradient(to top, #010A22, #010a2200);
  top: -300px;
  left: 0;
  z-index: -1;
}


.sercont3::after{
  content: '';
  position: absolute;
  width: 100vw;
  height: 250px;
  background:linear-gradient(to bottom, #010A22, #010a2200);
  top: -100px;
  left: 0;
  z-index: -1;
}


.marquee-container{
    margin-top: 120px;
    overflow: hidden;
    width: 100vw;
}

.marquee-container2{
    margin-bottom: 120px;
    overflow: hidden;
    width: 100vw;
}
.marquee-container3{
    margin-top: 50px;
    margin-bottom: 150px;
    overflow: hidden;
    width: 100vw;
}
.marquee-container4{
    overflow: hidden;
    width: 100vw;
}
.marquee-container5{
    overflow: hidden;
    width: 100vw;
}
:root {
  --timing: 40000ms;
}
.marquee {
    display: flex;
    -webkit-animation: var(--timing) linear 0s infinite normal both running marquee;
            animation: var(--timing) linear 0s infinite normal both running marquee;
  }
  .marquee2 {
    display: flex;
    -webkit-animation: var(--timing) linear 0s infinite normal both running marquee2;
            animation: var(--timing) linear 0s infinite normal both running marquee2;
  }
  
  .marquee3 {
    display: flex;
    -webkit-animation: var(--timing) linear 0s infinite normal both running marquee;
            animation: var(--timing) linear 0s infinite normal both running marquee;
  }
  .marquee4 {
    display: flex;
    -webkit-animation: var(--timing) linear 0s infinite normal both running marquee;
            animation: var(--timing) linear 0s infinite normal both running marquee;
  }
  
  .marquee5 {
    display: flex;
    -webkit-animation: var(--timing) linear 0s infinite normal both running marquee2;
            animation: var(--timing) linear 0s infinite normal both running marquee2;
  }
  
  #marqueesorange{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 120px;
    background-color: var(--blue);
  }
  
  .item {
    display: flex;
    padding: 0 10px;
    box-sizing: content-box;
    transform: translate3d(0,0,0);
  }
  
  .item2 {
    display: flex;
    padding: 0 10px;
    box-sizing: content-box;
    transform: translate3d(0,0,0);
  }
  
  
  .item3 {
    display: flex;
    padding: 0 10px;
    box-sizing: content-box;
    transform: translate3d(0,0,0);
  }
  .item4 {
    display: flex;
    padding: 0 10px;
    box-sizing: content-box;
    transform: translate3d(0,0,0);
  }
  
  .item5 {
    display: flex;
    padding: 0 10px;
    box-sizing: content-box;
    transform: translate3d(0,0,0);
  }
  
  
  
  .item .card {
    display: flex;
    border: 1px solid transparent;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.02) ,rgba(255, 255, 255, 0.02)); 
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border-radius: 26px;
    font-size: 27px;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 25px 85px;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
  }

  .item .card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 26px; 
    padding: 1px; 
    background:linear-gradient(to right,rgba(255, 255, 255, 0.12),rgba(255, 255, 255, 0.0)); 
    -webkit-mask: 
       linear-gradient(#fff 0 0) content-box, 
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude; 
  }


  .item2 .card {
    display: flex;
    border: 1px solid transparent;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.02) ,rgba(255, 255, 255, 0.02)); 
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border-radius: 26px;
    font-size: 27px;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 25px 85px;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
  }

  .item2 .card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 26px; 
    padding: 1px; 
    background:linear-gradient(to right,rgba(255, 255, 255, 0.12),rgba(255, 255, 255, 0.0)); 
    -webkit-mask: 
       linear-gradient(#fff 0 0) content-box, 
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude; 
  }


  .item4 .card {
    display: flex;
    border: 1px solid transparent;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.02) ,rgba(255, 255, 255, 0.02)); 
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border-radius: 26px;
    font-size: 27px;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 25px 85px;
    white-space: nowrap;
    position: relative;
  }

  .item5 .card {
    display: flex;
    border: 1px solid transparent;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.02) ,rgba(255, 255, 255, 0.02)); 
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border-radius: 26px;
    font-size: 27px;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 25px 85px;
    white-space: nowrap;
    position: relative;
  }





  .marquee3 .card {
    background-color: rgba(255, 255, 255, 0.04);
    padding: 15px 15px;
    min-width: 350px;
    min-height: 180px;
    border-radius: 20px;
    display: flex;
    border: 1px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    font-size: 27px;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 25px 85px;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
  }

  .marquee4 .item4 .card {
    background: transparent;
    padding: 15px 15px;
    min-width: 350px;
    color: var(--dark);
    font-size: 40px;
    position: relative;
  }
  .marquee4 .item4 .card::after {
    content: '';
    position: absolute;
    width: 75px;
    height: 3px;
    background-color: var(--dark);
    right: -48px;
  }

  .marquee4 .item4 .card:hover {
    background: transparent;
    border: none;
  }

  .marquee5 .item5 .card {
    background: transparent;
    padding: 15px 15px;
    min-width: 350px;
    color: var(--dark);
    font-size: 40px;
    position: relative;
  }
  .marquee5 .item5 .card::after {
    content: '';
    position: absolute;
    width: 75px;
    height: 3px;
    background-color: var(--dark);
    right: -48px;
  }

  .marquee5 .item5 .card:hover {
    background: transparent;
    border: none;
  }


  .marquee3 .card img{
    height: auto;
    width: auto;
    max-width: 178px;
    max-height: 80px;
  }

  .marquee3 .card:hover {
    background-color: rgba(255, 255, 255, 0.06);
    cursor: inherit;
  }

.card:hover{
    border: 1px solid #101010;
    background: none;
    background-color: #FFEED2;
    color: var(--dark);
}
  
  .card > * {
      margin: auto;
      height: 100%;
    }
  
  .marquee-container {
    display: flex;
    width: 100%;
    font-size: 18px;
    padding-top: 20px;
  }
  
  .marquee-container2 {
    display: flex;
    width: 100%;
    font-size: 18px;
    padding-top: 20px;
  }
  
  @-webkit-keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  
  @keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

  @-webkit-keyframes marquee2 {
    0% {
      transform: translateX(-100%);
    }
    100% {
        transform: translateX(00%);
    }
  }
  
  @keyframes marquee2 {
    0% {
      transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
  }



  #whyus{
        color: white;
        width: 100%;
        border-radius: 30px;
        padding: 30px;
        padding-top: 65px;
        padding-bottom: 76px;
        display: flex;
        justify-content: space-between;
        column-gap: 40px;
    
  }
  .whyustext{
    margin-top: 35px;
    position: relative;
  }

  .whyustext h1{
    font-size: 58px;
    min-width: 100px;
    margin-top: 30px;
  }
  .whyustext p{
    width: 85%;
    max-width: 607px;
    font-size: 18px;
    line-height: 28px;
    opacity: 0.9;
    padding-top: 20px;
  }

  #whyusbuttoncontainer{
    margin-top: 50px;
    margin-left: -15px;
  }

  #whyuslist{
    padding: 0 !important;
    list-style: none;
    margin-top: 50px;
  }
  #whyuslist li{
    display: flex;
    margin-top: 30px;
  }
  .listdots{
    width: 10px;
    height: 10px;
    background-color:var(--blue);
    border-radius: 10px;
    margin: auto 0;
    margin-right: 10px;
  }

#whyusbuttoncontainer{
    display: flex;
    cursor: pointer;
    width: 300px;

}
#whyus button{
    height: 87px;
    width: 87px;
    border-radius: 87px;
    background-color: var(--blue);

    transition: all 300ms ease;
}
#whyusbuttoncontainer:hover  button{

  background-color: var(--purple);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
#whyusbuttoncontainer p{
    padding: 0;
    margin: auto 20px;
    font-size: 26px;
    width: 150px;
}
#whyus button img{
    width: 14px;
    height: 22px;
    margin: auto;
    margin-left: 6px;
    margin-top: 3px;
    transition: margin-left 300ms ease;
}


#booleanimagecontainer{
  border-style: solid;
  border: 1px solid transparent;
  background: 
      linear-gradient(to bottom, rgba(216, 233, 246, 0.06), rgba(216, 233, 246, 0.28) 45%,rgba(216, 233, 246, 0.02));
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  cursor: pointer;
  position: relative;
  max-width: 535px;
  padding: 15px;
  display: flex;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  min-height: 400px;
}
#booleanimagecontainer::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px; 
  padding: 1px; 
  background:linear-gradient(135deg,rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0.02)); 
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

  #booleanimage{
    max-width: 500px;
    height: auto;

    
  }




  #ourfounder{
    color: white;
    width: 100%;
    border-radius: 30px;
    padding: 30px;
    padding-top: 65px;
    padding-bottom: 76px;
    display: flex;
    justify-content: center;
    margin-top: 110px;
    height: 753px;
    position: relative;
    overflow: hidden;
    

}
#ourfounderimage{
    position: absolute;
    margin: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    padding: 0;
    top: 0;
    margin: auto;
    z-index: 0;
    filter: blur(1px);
}
#ourfounder::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px; 
  padding: 1px; 
  background:linear-gradient(135deg,rgba(255, 255, 255, 0.2),rgba(255, 255, 255, 0.1)); 
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 

}
.ourfoundertext{
    z-index: 10;
    padding: auto;
    margin: auto;
    text-align: center;
    
}
.ourfoundertext h1{
    line-height: 65px;
}
.ourfoundertext p{
    max-width: 847px;
    opacity: 0.9;
    font-size: 18px;
    margin-top: 20px;
}
#ourfounderbutton{
    background-color: #FFEED2;
    font-size: 26px;
    line-height: 26px;
    padding: 22px 64px;
    margin: auto 0;
    border-radius: 40px;
    font-family: Roie;
    color: var(--dark);
    cursor: pointer;
    transition: 300ms ease all;
    outline: none;
    margin-top: 49px;

}
#ourfounderbutton:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
}
#asseenon{
    margin-top: 120px;
}
#asseenon p{
    margin: 20px auto;
}
#footer{
    text-align: center;
}
#footer h1{
    line-height: 70px;
    text-align: center;
    margin-bottom: 60px;
}
#contactusiconcontainer{
    width: 160px;
    height: 160px;
    transition: all 200ms ease;
    margin-bottom: 120px;
}

#contactusiconcontainer:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    filter: brightness(1.4);
    -webkit-filter: brightness(1.4);
}
#logoandlinks{
    display: flex;
    justify-content: space-between;
}
#contactinfo{
    display: flex;
    column-gap: 20px;
}
#contactinfo div{
    display: flex;
    margin: auto 0;
}
#contactinfo div a{
    line-height: 24px;
    margin-left: 10px;
    cursor: pointer;
}
#footerline{
    margin-top: 40px;
    border: none;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}
#copyrightinfo{
    margin-top: 22px;
    margin-bottom: 22px;
    opacity: 0.4;
    font-size: 16px;
}
.infoo{
    display: none;
}
.dimmed{
  color: #0c0e1232 !important;
}

@media only screen and (min-width:1600px){
    .sectionsmaxwidth{
        padding: 0 75px;
    }

.sercont2::before{
  content: '';
  position: absolute;
  width: 100vw;
  height: 400px;
  background:linear-gradient(to top, #010A22, #010a2200);
  top: -500px;
  left: 0;
  z-index: -1;
}

    }
    

@media only screen and (max-width:1100px){

.squarestext{
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 2s ease;
  -moz-transition: max-height 2s ease;
  -ms-transition: max-height 2s ease;
  -o-transition: max-height 2s ease;
  transition: max-height 2s ease;
}


  #booleanimagecontainer{
    margin: 0 auto;
  }
  .blurredbg{
    position: absolute;
    top: 10px;
    left: 0;
    height: 1100px;
    width: auto;
    z-index: -1;
  }
  .blurredbg2{
    position: absolute;
    top: -100px;
    left: 0;
    height: 1200px;
    width: auto;
    z-index: -1;
    opacity: 1;
    
  }
  .blurredbg3{
    position: absolute;
    top: -100px;
    left: 0;
    height: 1200px;
    width: auto;
    z-index: -1;
    opacity: 1;
    
  }
  .sercont{
    position: relative;
    overflow: hidden;
  }
  .sercont2{
    position: relative;
    overflow: hidden;
  }
  .sercont3{
    position: relative;
    overflow: hidden;
  }
  .sercont::after{
    content: '';
    position: absolute;
    width: 100vw;
    height: 250px;
    background:linear-gradient(to bottom, #010A22, #010a2200);
    top: 10px;
    left: 0;
    z-index: -1;
  }
  .sercont2::after{
    content: '';
    position: absolute;
    width: 100vw;
    height: 250px;
    background:linear-gradient(to bottom, #010A22, #010a2200);
    top: 0px;
    left: 0;
    z-index: -1;
  }
  .sercont3::after{
    content: '';
    position: absolute;
    width: 100vw;
    height: 250px;
    background:linear-gradient(to bottom, #010A22, #010a2200);
    top: 0px;
    left: 0;
    z-index: -1;
  }
  
  
    #squares{
        display: block;
        justify-content: center;
        row-gap: 60px;
        margin-top: 00px;
    }
    #squares .square{
        margin: 30px auto;

    }
    #whyus{
          padding: 60px 5%;
          display: block;
      
    }
    #whyusbuttoncontainer{
      position: relative;
      bottom: 0px;
    }
    #booleanimagecontainer{
        text-align: center;
    }
    #booleanimage{
      width: 95%;
      max-width: 300px;
      height: auto;
      margin: 0 auto;
    }
  

#logoandlinks{
    display: block;
    justify-content: center;
}
#contactinfo{
    max-width: 500px;
    margin: 0 auto;
    margin-top: 40px;
    flex-wrap: wrap;
    row-gap: 30px;
}
#contactinfo div{
    margin: 0 auto;
}
  
  
    }


@media only screen and (max-width:1000px){
      .calendly-inline-widget{
        height: 1100px !important;
      }
    }


@media only screen and (max-width:800px){
    nav{
        display: none;
    }
    .calendly-inline-widget{
      height: 1100px !important;
      margin: 10px !important;
      margin-top: 20px !important;
      margin-bottom: 80px !important;
    }
}

@media only screen and (max-width:660px){

  
    .sectionspadding{
        padding: 0 0px;
    }
    .planesectmobilepadding{
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    #whyusbuttoncontainer{
      margin-left: 0;
    }
    .bodypadding{
        padding: 0px 15px;
    }
    
    nav{
        display: none;
    }
    #hero{
        padding-bottom: 16px;
    }
    #hero h1{
        font-size: 76px;
        line-height: 80px;
        margin: 0;
        padding-top: 80px;
    }
    #hero p{
        font-size: 16px;
        line-height: 29px;
        max-width: 550px;
        margin: 30px 0px;
    }
    #herobuttoncontainer p{
        margin: 25px 20px;
        font-size: 26px;
    }
    #hero button{
        height: 77px;
        width: 77px;
        border-radius: 87px;
    }
    #herobuttoncontainer:hover  button{
        height: 77px;
        width: 107px;
    }
    #herovideo{
        min-width: 200px !important; 
    }
    .calendly-inline-widget{
      height: 1120px !important;
      margin: 10px !important;
      margin-top: 60px !important;
      margin-bottom: 80px !important;
    }
}


@media only screen and (max-width:450px){

    #hero h1{
        font-size: 58px;
        line-height: 64px;
        margin: 0;
        padding-top: 30px;
    }
    #services{
        padding-top: 90px;
    }
    .marquee-container{
        padding-top: 0;
    }
    .card {
      border-radius: 24px;
      font-size: 22px;
      padding: 20px 35px;
    }
    .item {
      padding: 0 5px;
    }
    .marquee-container2 {
      padding-top: 10px;
      margin-bottom: 60px;
    }
    .marquee-container{
        margin-top: 60px;
    }
    .marquee3 .card {
      padding: 20px 15px;
      min-width: 180px;
      min-height: 140px;
      border-radius: 15px;
    }
    .item3{
        padding: 0 5px;
    }
    #asbrake{
        display: block !important;
    }
    #ourfounder{
        margin-top: 20px;
    }
    #asseenon{
        margin-top: 60px;
    }
  
    }
    
    @media only screen and (max-width:370px){
        header img{
            width: 100px;
        }
        #hero h1{
            font-size: 50px;
            line-height: 59px;
            margin: 0;
            padding-top: 20px;
        }
        #hero button{
            height: 57px;
            width: 57px;
            border-radius: 87px;
        }
        #herobuttoncontainer:hover  button{
            height: 57px;
            width: 77px;
        }
        #herobuttoncontainer:hover img{
            margin-left: 44px;
        }
        #herobuttoncontainer p{
            margin: auto 20px;
            font-size: 24px;
        }
        #footer h1{
            font-size: 55px;
        }
        .calendly-inline-widget{
          margin: 0px !important;
          margin-top: 60px !important;
        }
        }
        