header{
    z-index: 1000;
}

.shadow-fix{
  --tw-shadow: 0 8px 12px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hero-background{
    background-image: url("img/homepage/background-1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}
.bg-linearr{
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.bg-linear2{
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.hero-section{
    height: 100vh;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section-h1{
    line-height: 130%;
    letter-spacing: 0.01em;
}
.hero-section-h2{
    font-size: 20px;
    line-height: 180%;
}
.button-primary{
    background: linear-gradient(90.03deg, #2B92EB 0.02%, #2DBFF9 99.98%);
    border-radius: 50px;
}

.button-primary:hover{
    background: linear-gradient(90.03deg, #2DBFF9 0.02%, #2B92EB 80%);
}


.hero-bottom{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20%;
}

.aboutpage{
    background-image: url("img/about/background-2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: -10;
}

.pricingpage{
    background-image: url("img/pricing/pricing-background.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: -10;
}

.pricingpage img{
    width: 100%;
    height: 100%;
}

.button-primary a{
    color: white;
}

.noteezsection{
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #F8F9FA;
    height: 100vh;
}

.noteezsection h1{
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #2B92EB;
}

.noteezsection h2{
    font-style: bold;
    font-weight: 400;
    font-size: 30px;
    line-height: 180%;
    color: #A7A7A7;
}

.cta{
background: linear-gradient(270deg, #2B92EB 29.03%, #4DCCFF 100%);
border-radius: 30px;
}
/* The dots/bullets/indicators */
.dot-position{
  bottom: 5%;
  left: 5%;
}

.dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
}
.dot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.dot::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 0px;
    height: 0px;
    background-color: white;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.dot:hover::before,
.dot.active::before {
    opacity: 0.5;
}
.dot:hover::after,
.dot.active::after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
}


/* end of slide show section */

.rectangle1{
  width:1015px;
  height:0.5px;
  background:white;
}

.post{
    display:block
}
.post.hidden{
    display:none
}


.-margin-10px{
    margin-top:-10px;
}

.navbar-background{
    background-color:transparent;
}

@media (max-width: 1024px) {
    .navbar-background{
        background-color:white;
    }
}
@media (max-width: 768px) {
    .hero-section{
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
.text-centerr{
    text-align: center;
}

.noteezsection h1{
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #2B92EB;
}

.noteezsection h2{
    margin-top:10px;
    font-style: bold;
    font-weight: 400;
    font-size: 16px;
    color: #A7A7A7;
}
}

.button-primary[type='submit']{
    background: linear-gradient(90.03deg, #2B92EB 0.02%, #2DBFF9 99.98%) !important;
}

.button-primary[type='submit']:hover{
    background: linear-gradient(90.03deg, #2DBFF9 0.02%, #2B92EB 80%) !important;
}