/* Google Font Poppins */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,600;1,300&display=swap');

html,
body {
    font-family: 'Poppins';
    box-sizing: border-box;
    margin: 0;
    overflow-x: hidden;
    top: 0;
    left: 0;
}


/* header - nav */

.navbar {
    position: fixed;
    z-index: 55;
}

.navigationbar {
    z-index: 1;
    position: fixed;
    top: 0px;
    width: 100%;
    display: block;
    transition: top 0.3s;
    height: 64px;
}

.navbar-brand {
    z-index: 20;
    position: fixed;
    top: 3%;
    width: 10%;
    left: 5%;
}

/* .navbar-nav button {
    left: 240%;
    padding: 8px 15px !important;
    position: relative;
    color: #FFFFFF;
    background: #0950CC;
    border-radius: 5px;
    border: 0px solid grey;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
} */

.navbar-nav button:hover {
    background-color: #4AF3FA;
    color: #000000;
}

.social-link i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 40px;
    color: #000000;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.social-link i:hover {
    color: #0950CC;
    background-color: rgba(255, 255, 255, 0.55);
}

.nav-link {
    color: #fff;
    padding: 8px 24px !important;
    position: relative;
    display: inline-block;
}

.nav-link:hover {
    border-bottom: 4px solid #fff;
    border-radius: 2px;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    border-top: 4px solid #0950CC;
    border-radius: 2px;
}

.navbar-expand-lg .navbar-nav .nav-link:active {
    border-top: 4px solid #0950CC;
    color: aqua;
}

/* .menu-toggle {
    font-size: 24px;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
    display: flex;
    align-items: center;
    z-index: 2;
} */

.navbar-collapse.show {
    display: flex !important;
    justify-content: center;
}

.navbar-toggler {
    position: fixed;
    top: 5%;
    right: 5%;
    background-color: #fff;
}

#navbarNav {
    display: none;
    flex-direction: column;
    align-items: center;
}

.navbar-menu.show {
    display: flex !important;
}

.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    border-radius: 6px;
    background-color: #002366;
    position: fixed;
    right: 12%;
    top: 5%;
    z-index: 50;
}

@media (max-width: 767px){
    .navbar-nav {
        flex-direction: column;
        right: 20%;
    }

    .nav-link{
       padding: 4px 10px !important;
       font-size: 15px;
    }
}

/* hero section */

.wrapper-hero {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.container-hero {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    pointer-events: none;
}

/* .hero {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: left;
}

.hero video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    object-fit: cover;
}

.hero::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0;

} */

/* .hero .caption {
    position: relative;
    z-index: 55;
    text-align: left;
    margin: auto;
    color: white;
    padding-top: 100px;
} */

/* .caption img {
    height: 100px;
}

.caption h1 {
    font-size: 25px;
}

.caption p {
    font-size: 80px;
    line-height: 1.05;
    font-family: 'Montserrat', sans-serif;
    ;
}

.caption button {
    font-size: 13px;
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 5px;
    border: 0px;
    background-color: #0950CC;
    color: #FFFFFF;
    border-radius: 50px;
} */

/* .caption button:hover {
    background-color: #0950CC;
    color: #FFFFFF;
} */

.img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.full-width-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-container {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
}

.image-section {
    transition: flex 1s ease;
    position: relative;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}


.image-container .image-section:hover {
    flex: 8;
}

.image-section:not(.active) {
    flex: 2;
}

/* .image-section.image1 {
    opacity: 0.9;
} */

.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), transparent);
    z-index: 1;
    backdrop-filter: blur(1px);
  }

  
.image1.active {
    flex: 8;
}

.image2,
.image3 {
    flex: 1;
}

.image2.active,
.image3.active {
    flex: 8;
}


/* .image-section:hover {
    transform: scale(1.1);
}

.image-section:hover~.image-section {
    opacity: 0.5;
} */

/* .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 10;
} */
.caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 600px;
    z-index: 10;
    opacity: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
}

.caption1 {
    left: 10%;
}

.caption2 {
    left: 25%;
    transform: translateY(50%);
}

.caption3 {
    left: 45%;
    transform: translateY(50%);
}

.active-caption {
    opacity: 1;
    transform: translateY(-50%);
    pointer-events: auto;
}

/* .image1.active ~ .caption {
    left: 10%;
}

.image2.active ~ .caption {
    left: 50%;
}

.image3.active ~ .caption {
    left: 90%;
} */
.caption h1,
.caption p {
    color: #fff;
    margin: 0;
}

.caption h1{
    font-size: 20px;
}

.caption button {
    padding: 10px 20px;
    font-size: 1rem;
    color: #fff;
    background-color: #007bff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

.caption button:hover {
    background-color: #0056b3;
}


@media (min-width: 768px) and (max-width: 1024px){
    .active-caption{
        width: 50%;
    }

    .caption h1{
        font-size: 20px;
    }

    .caption p{
        font-size: 40px;
    }
}

@media (max-width: 767px){
    .active-caption{
        width: min-content;
        margin-top: 25%;
    }

    .caption p{
        font-size: 30px;
    }
    
    .caption h1{
        font-size: 14px;
    }
}

/* details */
.details {
    margin-top: -50px;
    padding: 10%;
}

.details-info {

    justify-content: center;
    text-align: center;
    width: 100%;
}

.details-info p {
    font-size: 30px;
}

.details-info h1 {
    font-size: 20px;
}

.details-info h2 {
    font-size: 17px;
    margin-bottom: 5px;
}

.img-details {
    margin-top: -10px;
    width: 690px;
    height: 729px;
    flex-shrink: 0;
    z-index: -1;
}

.left-icons,
.right-icons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 75px;
    position: relative;
    top: -60px;
    width: 100px;
}

.icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 30px;
}

.left-icons img {
    width: 165px;
    height: 150px;
}

.right-icons img {
    width: 165px;
    height: 150px;
}

.user-friendly {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-friendly .inner-icon {
    width: 63px;
    height: 63px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.user-friendly .icon-containers img:first-child {
    width: 150px;
    height: 103px;
}

.icon-containers {
    position: relative;
}

.icon-text {
    margin-top: 10px;
    color: #002366;
    font-size: 22.3px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

.button-container {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 17%;
    left: 0;
    right: 0;
    padding-bottom: 20px;
    z-index: 0;
}

.button-img {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 5px;
    color: #002366;
    border-radius: 50px;
    border: 3.44px solid #002366;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    width: 240px;
    height: 60px;
    justify-content: center;
}

.button-icon {
    width: 30px;
    height: 30px;
    margin-left: 8px;
}

.left-side-design {
    position: absolute;
    left: -50px;
    width: 475px;
    height: auto;
    bottom: -40px;
    z-index: -2;
}

.right-side-design {
    position: absolute;
    right: 0;
    width: 480px;
    height: auto;
    bottom: -40px;
    z-index: -2;
}

.wrapper-details {
    position: relative;
    padding-bottom: 100px;
    margin-top: 5%;
}

.oval-bg {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.oval-bg-container {
    width: 100%;
    height: auto;
    margin-top: -275px;
    z-index: 0;
}

@media (min-width: 768px) and (max-width: 1024px){
    #details{
        max-width: 540px;
    }

    .icon-wrapper{
        margin-top: 110px;
    }

    .left-side-design,
    .right-side-design{
        display: none;
    }

    .left-icons,
    .right-icons{
        gap: 50px;
    }
}

@media (max-width: 767px){

    .wrapper-details{
        margin-top: 10%;
    }

    .details-info h2{
        margin-bottom: 20%;
    }

    .icon-wrapper{
        flex-direction: column;
    }

    .left-icons,
    .right-icons{
        width: auto;
        flex-direction: row;
        gap: 50px;
    }

    .img-details{
        display: none;
    }

    .button-container{
        bottom: 12%;
    }

    .left-side-design,
    .right-side-design{
        display: none;
    }

    .right-icons img,
    .left-icons img{
        width: 140px;
        height: 140px;
    }

    .left-icons img{
        position: relative;
        left: -2%;
    }

    .icon-containers{
        margin-top: 22%;
    }

    .user-friendly .icon-containers img:first-child{
        width: 124px;
        height: 94px;
    }

    .icon-text{
        font-size: 17px;
        white-space: wrap;
    }
}

/*quality */

.quality {
    margin-top: -50px;
    padding: 10%;
}

.wrapper-quality {
    position: relative;
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.quality-info {
    text-align: center;
    position: relative;
    top: -690px;
}

.quality-info h1 {
    font-size: 26px;
    color: #FFFFFF;
    line-height: 2;
}

.quality-info p {
    font-size: 40px;
    color: #FFFFFF;
}

.card-view {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, 280px);
    column-gap: 25px;
    row-gap: 20px;
    padding: 20px;
    justify-content: center;
    margin-top: -650px;
}

.feature-card {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    height: auto;
    text-align: left;
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    overflow: hidden;
}

.feature-description {
    opacity: 0;
    max-height: 0;
    transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
    font-size: 12px;
    font-weight: 500;
    margin-top: -5px;
    padding-left: 20px;
    list-style: disc;
}

.feature-card:hover {
    background-color: #0946BC;
    transform: translateY(-5px);
}

.feature-card:hover .feature-title {
    transform: translateY(-3px) scale(0.9);
    font-size: 16px;
    color: white;
}

.feature-card:hover .feature-description {
    opacity: 1;
    color: white;
    transform: translateY(0px);
    max-height: 40px;
    margin-top: 2px;
}

.feature-card:hover .feature-icon {
    filter: brightness(0) invert(1);
}

.card-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    position: relative;
}

.feature-icon {
    width: 45px;
    height: 45px;
    transition: filter 0.3s ease;
}

.feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #0946BC;
    transition: transform 0.3s ease, color 0.3s ease;
    white-space: nowrap;
    margin-bottom: 5px;
}

@media (min-width:1200px) {
    .quality-info {
        margin-top: 0;
        top: -630px;
    }

    .quality-info h1{
        line-height: normal;
    }

    /* .wrapper-quality{
        margin-top: 90px;
    } */
}

@media (min-width: 768px) and (max-width: 1024px) {
    .quality-info {
        margin-top: -20%;
    }

    .quality-info p{
        font-size: 28px;
    }

    .quality-info h1{
        line-height: normal;
    }


    .oval-bg-container{
        width: 250%;
        position: relative;
        z-index: -1;
        left: -70%;
        margin-top: -230px;
    }
   

    .img-details {
        width: 75%;
        height: auto;
    }

    .wrapper-quality .card-view{
        grid-template-columns: repeat(2, 280px);
    }

    .button-container {
        bottom: 19%;
    }
}

@media (max-width: 767px){
    
    .oval-bg-container{
        width: 500%;
        position: relative;
        z-index: -1;
        left: -190%;
        margin-top: -140px;
    }

    .quality-info{
        margin-top: -40%;
    }

    .quality-info h1{
        line-height: normal;
        font-size: 23px;
    }

    .quality-info p{
        font-size: 25px;
        line-height: 1;
    }

    .wrapper-quality .card-view{
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        margin-top: -700px;
    }

    .feature-card{
        height: auto;
    }

    .wrapper-quality .card-content{
        flex-direction: column;
        align-items: flex-start;
    }

    .wrapper-quality .feature-title{
        font-size: 15px;
    }

    .wrapper-quality .feature-icon{
        width: 30px;
        height: 30px;
    }
}

/* financial */
.financial {
    margin-top: -50px;
    padding: 10%;
}

.financial-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}

.wrapper-financial {
    position: relative;
    padding-bottom: 20px;
}

.financial-info {
    text-align: center;
}

.financial-info h1 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 175%;
}

.financial-info p {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 127%;
}

.financial-image {
    justify-content: center;
    display: flex;
    margin-top: 20%;
}

.desktop-img {
    width: 379px;
    height: 324px;
}

.phone-img {
    width: 214px;
    height: 415px;
    transform: rotate(1.368deg);
    border-radius: 36.473px;
    position: relative;
    z-index: -1;
    margin-left: -100px;
    margin-top: -150px;
}

.financial-design .left-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    position: relative;
    top: -60px;
    width: 100px;
    right: 7%;
}

.financial-design .right-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    position: relative;
    top: -60px;
    width: 100px;
    left: 7%;
}

.financial-design .feature-card {
    display: flex;
    width: 265px;
    height: auto;
    padding: 25px;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    border-radius: 14.848px;
    border: 1px solid rgba(9, 70, 188, 0.60);
    background: #FFF;
}

.feature-description {
    opacity: 0;
    max-height: 0;
    transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
    font-size: 11px;
    font-weight: 500;
    margin-top: -5px;
    padding-left: 20px;
    list-style: disc;
}

.financial-design .feature-card:hover {
    background: #0946BC;
}

.financial-design .feature-card:hover .feature-title {
    font-size: 15px;
}

.financial-design .feature-card:hover .feature-description {
    opacity: 1;
    color: white;
    font-size: 12px;
    transform: translateY(0px);
    max-height: 100px;
    margin-top: 2px;
}

.financial-design .feature-title {
    font-size: 17px;
    font-weight: 700;
    word-wrap: break-word;
    overflow: hidden;
    max-width: 100%;
    white-space: normal;
}

.right-description {
    width: 365px;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.right-description p {
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 1024px){
    .financial{
        margin: 0;
    }

    .financial-container{
        margin-top: 15%;
    }

    .financial-info p {
        font-size: 30px;
    }

    .phone-img{
        display: none;
    }

    .financial-image{
        width: 35%;
        margin-top: 25%;
        margin-left: 5%;
    }

    .desktop-img{
        width: 100%;
        height: auto;
    }

    .right-description{
        width: 300px;
        height: auto;
        padding: 0;
    }
    
    .financial-design .left-side{
        right: 0;
    }
    .financial-design .right-side{
        left: 8%;
    }

    .financial-design  .feature-card{
        width: 230px;
        height: auto;
    }
}

@media (max-width: 767px){
    .financial{
        margin-top: 0;
    }

    .financial-info h1{
        font-size: 22px;
    }

    .financial-info p{
        font-size: 30px;
    }

    .financial-container{
        flex-direction: column;
        align-items: center;
    }

    .financial-design .left-side{
        right: 0;
        margin-top: 20%;
    }

    .financial-design .right-side{
        left: 0;
        top: 0;
    }

    .financial-image{
        margin: 20%;
    }
    .phone-img{
        width: 200px;
        height: 315px;
        margin-top: -80px;
    }

    .desktop-img{
        width: 250px;
        height: 250px;
        margin-top: 15px;
    }
}

/* solution */

.solution {
    margin-top: -50px;
    padding: 10%;
}

.solution h2 {
    text-align: start;
    font-size: 34px;
    line-height: 44px;
    font-weight: bold;
}

.solution p {
    text-align: start;
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
}

.solution-frame {
    animation: drop 2s ease;
}

@keyframes drop {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

#user {
    margin-top: 100px;
    margin-bottom: 100px;
}

.first-co {
    width: 230px;
    height: 320px;
    left: 644px;
    top: 1092px;
    background: #de1111;
    border: 1px solid rgba(28, 73, 102, 0.2);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    align-self: start;
}


/* home app */

.homeApp {
    margin-top: -50px;
    padding: 10%;
}

.wrapper-homeApp {
    background-color: #002366;
    padding: 20px;
}

.home-title {
    color: #FFFFFF;
    text-align: center;
}

.home-title h4 {
    font-size: 40px;
    font-weight: 700;
}

.home-title h5 {
    font-size: 27px;
    font-weight: 600;
}

.homeApp-icon {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.circle-icon {
    background-color: #0946BC;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.circle-icon img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s;
}

.circle-icon:hover {
    background-color: #FFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    filter: brightness(1) invert(0);
}

.circle-icon img:hover {
    filter: brightness(1) invert(0);
}

.homeApp p {
    font-size: 10px;
    color: #FFF;
}

.homeApp h6 {
    font-size: 13px;
    font-weight: 500;
    color: #FFF;
}

.app-frame {
    animation: drop 2s ease;
}

@keyframes drop {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    .homeApp{
        margin-top: 0;
    }

    .home-title h4{
        font-size: 30px;
    }

    .homeApp .col-md-4 {
        width: auto !important;
    }

    .app-frame{
        display: none;
    }
}

@media (max-width: 767px){
    .homeApp{
        margin-top: 0;
    }

    .app-frame{
        display: none;
    }
}

/* residents web */

.residents {
    margin-top: -50%;
    padding: 10%;
}

.residents .card-view {
    margin: auto;
}

.residents .feature-card {
    display: flex;
    width: 270px;
    height: auto;
    padding: 29.028px 29.814px 28.617px 29.772px;
    justify-content: center;
    align-items: center;
    gap: 16.375px;
    flex-shrink: 0;
    border-radius: 14.886px;
    border: 1.116px solid rgba(9, 70, 188, 0.60);
    background: #FFF;
    cursor: pointer;
}

.residents .card-content {
    display: flex;
    align-items: center;
    gap: 5px;
}

.residents .feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #0946BC;
    word-wrap: break-word;
    overflow: hidden;
    max-width: 100%;
    white-space: normal;
    text-align: left;
    transition: color 0.3s ease;
}

.resident-title {
    text-align: center;
    margin-top: 10%;
}

.resident-title h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 135%;
}

.resident-title h6 {
    font-size: 26px;
    font-weight: 600;
    line-height: 175%;
}

.resident-icon {
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: filter 0.3s;
    fill: #0946BC;
    width: 100%;
    height: 100%;
    margin-left: -20px;
}

.small-icon {
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: filter 0.3s;
    transform: scale(0.6) translateX(-15px);
    
}

.feature-card:hover .dark {
    display: none;
}

.feature-card:hover .light {
    display: flex !important;
}

.residents .feature-card:hover {
    background-color: #0946BC;
}

.wrapper-residents .feature-card:hover .feature-title {
    color: #FFF;
    transform: translateX(-10px);
}

.wrapper-residents .feature-card:hover .feature-description {
    max-height: 60px;
    transform: translateX(-30px);
    width: 150px;
}

/* .feature-card:hover .resident-icon img {
    fill: #FFF;
} */

.wrapper-residents .feature-card:hover .resident-icon {
    filter: brightness(0) saturate(100%) invert(100%);
    transform: scale(0.6);
}

.wrapper-residents .feature-card:hover .small-icon {
    filter: brightness(0) saturate(100%) invert(100%);
    margin-right: 10%;
}

.residents p {
    font-size: 10px;
}

.residents-frame {
    animation: drop 2s ease;
}

@keyframes drop {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .residents {
        margin-top: 0;
    }

    .resident-title h6 {
        font-size: 24px;
    }

    .resident-title h4 {
        font-size: 24px;
    }

    .residents .card-view{
        margin: auto;
        grid-template-columns: repeat(2,280px);
    }
}

@media (max-width: 767px){
    .residents{
        margin-top: 0;
    }

    .resident-title h4{
        font-size: 30px;
    }

    .residents .card-view{
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }

    
}




/* security web */

.security {
    margin-top: -2%;
    padding: 10%;
}

.wrapper-security {
    margin-top: 10%;
}

.visitor-management {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 20px;
}

.visitor-management h2 {
    font-size: 28px;
    color: #0946BC;
    font-weight: 700;
    margin-top: -1%;
    text-align: center;
}

.visitor-icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.visitor-icon img {
    width: 100px;
    height: auto;
}

.row-security {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.left-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    position: relative;
    width: 40%;
    margin-right: -5%;
}

.right-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: center;
    position: relative;
    width: 40%;
    margin-left: -5%;
}

.card-image {
    width: fit-content;
    height: auto;
    margin-bottom: 10px;
    width: 60%;
}

.card-title {
    background-color: #0946BC;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
    width: 60%;
    margin-top: 10px;
}

.card-description {
    font-size: 14px;
    margin-top: 10px;
    width: 60%;
}

.seperator {
    width: 15px;
    height: 200px;
    background-color: #0946BC;
}

.security-text {
    text-align: center;
}

.security-text h6 {
    font-size: 26px;
    font-weight: 600;
}

.security-text h4 {
    font-size: 40px;
    font-weight: 700;
}

.security-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    max-width: auto;
    align-items: center;
    justify-content: center;
}

.security-icon img {
    width: 100px;
    height: auto;
}

.icon-desc {
    text-align: center;
    color: #0946BC;
    font-size: 22px;
    font-weight: 700;
    max-width: 150px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.icon-desc p {
    text-align: center;
    font-size: 22px;
}

.security-icon {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.security p {
    font-size: 22px;
}

.security-frame {
    animation: drop 2s ease;
}

@keyframes drop {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .wrapper-security {
        margin-top: 0;
    }

    .security-text h4 {
        font-size: 30px;
    }

    .visitor-management h2 {
        font-size: 20px;
    }

    .security-container {
        flex-wrap: wrap;
        gap: 15px;
    }

    .security p {
        font-size: 18px;
    }

    .left-section {
        margin-top: 5%;
    }

    .card-image {
        width: 80%;
    }

    .card-title {
        width: 80%;
    }

    .card-description {
        width: 80%;
    }

    .visitor-icon {
        margin-left: 3%;
        margin-right: 3%;
    }

}

@media (max-width: 767px){
    .security-container{
        flex-wrap: wrap;
    }

    .security p{
        font-size: 15px;
    }

    .icon-desc{
        max-width: 120px;
    }

    .security-text h4{
        font-size: 30px;
    }

    .row-security{
        flex-direction: column;
    }

    .visitor-icon{
        margin: 10% 0;
    }

    .visitor-management h2{
        font-size: 20px;
    }

    .left-section{
        margin-right: 0;
        width: 100%;
        align-items: center;
    }

    .right-section{
        margin-left: 0;
        width: 100%;
        align-items: center;
    }
}


/* our client */


/* .client{
    margin-top: 65px;
    padding: 10%;
} */


/* about us */



.about {
    margin-top: -20%;
    position: relative;
    padding: 10%;
}

.about-us-text {
    text-align: center;
    justify-content: center;
}

.about-us-text h6 {
    font-size: 26px;
    font-weight: 600;
}

.about-us-text p {
    font-size: 40px;
    font-weight: 700;
}

/* .about img {
    position: absolute;
    height: 26%;
    margin-top: 45px;
} */

.detail-container {
    width: 35%;
    flex: 1;
    margin: 0 20px;
}

.detail-container p {
    font-size: 15px;
    font-weight: 400;
    line-height: 19.78px;
    font-style: normal;
}

.detail-container h3 {
    font-size: 24px;
    font-weight: 600;
}

.content-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.text-section {
    width: 60%;
    margin-top: 5%;
    gap: 20px;
}

.flex-container1 {
    display: flex;
    margin-bottom: 20px;
    width: 90%;
    justify-content: center;
}

.flex-container2 {
    display: flex;
    margin-bottom: 20px;
    width: 90%;
    justify-content: center;
    position: relative;
    left: -8%;
}

.flex-container3 {
    display: flex;
    margin-bottom: 20px;
    width: 90%;
    justify-content: center;
}

.icon-container {
    display: flex;
    width: 73.723px;
    height: 73.723px;
    transform: rotate(45deg);
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 11.058px;
    border: 1.474px solid #000;
    position: relative;
    padding: 0;
    margin-right: 20px;
}

.icon-container img {
    width: 70%;
    height: auto;
    transform: rotate(-45deg);
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.image-grid {
    position: relative;
    width: 500px;
    height: 500px;
    margin-top: 3%;
}

/* .diamond-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: rotate(-45deg);
    border-radius: 10px;
} */

.diamond-image {
    position: absolute;
    object-fit: cover;
    width: 210px;
    height: 210px;
}

.diamond-image:nth-child(1) {
    top: 0;
    /* Top image */
    left: 50%;
    transform: translateX(-50%);
}

.diamond-image:nth-child(2) {
    top: 50%;
    left: 100%;
    /* Right image */
    transform: translateY(-50%) translateX(-100%);
}

.diamond-image:nth-child(3) {
    top: 100%;
    /* Bottom image */
    left: 50%;
    transform: translateY(-100%) translateX(-50%);
}

.diamond-image:nth-child(4) {
    top: 50%;
    left: 0;
    /* Left image */
    transform: translateY(-50%);
}

/* .image-grid img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    transform: rotate(-45deg);
    border-radius: 10px;
} */

.about-col-1 {
    align-items: center;
    padding: 10%;
}

.about h1 {
    margin-top: auto;
    font-size: 34px;
    line-height: 40px;
    text-align: start;
    font-weight: bold;
}

/* .about p {
    font-size: 14px;
    line-height: 26px;
    text-align: start;
} */

.about-col-2 {
    background-color: #0950CC;
    color: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .about {
        margin-top: 0;
    }

    .about-us-text p {
        font-size: 24px;
    }

    /* .detail-container p {
        width: max-content;
    } */

    .text-section {
        width: 100%;
    }

    .content-flex {
        flex-direction: column;
    }

    .image-grid {
        margin-left: 5%;
    }
}

@media (max-width: 767px){
    .about{
        margin: 0;
    }

    .about-us-text p{
        font-size: 26px;
    }
    
    .text-section{
        width: 100%;
    }

    .detail-container{
        width: 100%;
    }

    .flex-container2{
        left: -10%;
    }
    .content-flex{
        flex-direction: column;
        align-items: center;
    }

    .image-grid{
        width: 350px;
        height: 350px;
    }

    .diamond-image{
        width: 150px;
        height: 150px;
    }
}

/* partners section */


/* .partner{
    margin-top: 0px;
    margin-bottom: 35px;
}

.companies .col-md-2:hover{
    position: relative;
    transition: top ease 0.5s;
    top: -10px;
} */


/* price section */


/* .pricing{
    background-color: #0BCBFB;
    margin-top: -10%;
    margin-bottom: 20%;
    padding: 10%;
}

.pricing .card {
    border: none;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
  
.pricing .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.price-head{
    margin-top: 10%;
    margin-bottom: 15%;
    text-align: center;
}

#pricing span{
    font-weight: 500;
    font-size: 20px;
    text-align: center; 
}

#pricing button{
    width: 203px;
    height: 63px;
    left: 110px;
    border: 0px;
    border-radius: 4px;
    background-color:#FFFFFF;
    line-height: 140%;
}

#pricing button:hover{
    border: none;
    color: #FFFFFF;
    background-color:#0950CC;
}

#pricing h1 {
    text-align: center;
}

#pricing h1 span {
    font-size: 16px;
    font-weight: 400;
}

.mention {
    text-align: end;
    color: #0BCBFB;
    margin-bottom: -1%;
}

.see-all-features{
    margin-bottom: 1%;
    margin-left: -5.2%;
    margin-right: 5.2% !important;
    width: 112% !important;
    height: 50px !important;
    border: none;
    background: rgba(217, 217, 217, 0.55) !important;
}

.see-all-features:hover {
    color: #000000 !important;
    background-color: #0BCBFB !important; 
}

.content {
    margin-top: 8% !important;
    margin-bottom: 0% !important;
    display: none;
    overflow: hidden;
} */


/* contact */

.contact {
    margin-top: -20%;
    padding: 10%;
}

.wrapper-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
}

.hr {
    margin: 0 auto;
    width: 80%;
    border: 1px solid #000;
}

.container .contact {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.contact-info {
    padding: 10px;
    background: #DCE8FF;
    color: #000;
    border-radius: 10px 0 0 10px;
    box-shadow: 1.731px 1.731px 10.734px 0px rgba(0, 0, 0, 0.25);
    flex: 1;
    margin: 0;
}

.box-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-radius: 10px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.contact-info h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.contact-info h5 {
    font-size: 14px;
    font-weight: 400;
}

.contact-info h4 {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: center;
}

.contact-info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 135%;
    margin-top: 10px;
}

.infoBox {
    display: flex;
    flex-direction: column;
}

.contact-chat,
.contact-address,
.contact-phone {
    display: flex;
    align-items:center;
    gap: 1.5rem;
}

.contact-chat img,
.contact-address img,
.contact-phone img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.info .infoBox div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-chat .ms-3,
.contact-address .ms-3,
.contact-phone .ms-3 {
    display: flex;
    flex-direction: column;
    justify-content: center; 
}

.infoBox p,
a {
    font-size: 14px;
}

.infoBox div span {
    width: 30px;
    height: 30px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-right: 15px;
    color: #000000;
}

.infoBox a {
    color: #000;
    text-decoration: none;
}

.contact-chat {
    display: flex;
}

.contact-chat a:hover {
    color: black;
}

.contact-address {
    display: flex;
}

.contact-address a:hover {
    color: black;
}

.contact-phone {
    display: flex;
}

.contact-phone a:hover {
    color: black;
}


.contact-info h2 {
    color: #6A6A6A;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.contact-info .social-links {
    text-align: center;
    margin-top: 20px;
    margin-left: 25px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.contact-info .social-links i {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 40px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #00CCFF;
    color: #0946BC;
    transition: all 0.5s ease;
    margin-bottom: 30px;
}

.contact-info .social-links i:hover {
    color: #ffffff;
    background-color: #0946BC;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .box-container {
        flex-direction: column;
    }
}

@media (max-width: 767px){
    .contact{
        padding: 4%;
        margin-top: 0;
    }

    .contact-info h3{
        font-size: 27px;
        justify-content: center;
    }

    .contact-info h4{
        font-size: 14px;
    }
    
    .box-container{
        flex-direction: column;
        flex-wrap: nowrap;
        margin-bottom: -20%;
    }

    .contact-chat .ms-3, .contact-address .ms-3, .contact-phone .ms-3{
        margin-left: 0 !important;
    }

    .contact-info .social-links{
        margin-left: 40px;
    }

    .infoBox p, a {
        font-size: 13px;
    }

    .d-flex{
        margin-left: 0 !important;
    }

    .formBox{
        padding: 5%;
    }
}

/* .social-icon{
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icon a {
    text-decoration: none; 
    font-size: 24px; 
    color: #000; 
    display: inline-block; 
} */

/* request form */

.request-form {
    background: #FFF;
    border-radius: 0 10px 10px 0;
    box-shadow: 1.731px 1.731px 10.734px 0px rgba(0, 0, 0, 0.25);
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
    justify-content: center;
    padding-bottom: 5%;
}

.d-flex {
    display: flex;
    align-items: center;
    margin-left: 15%;
}

.formBox {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.formBox h3 {
    margin-top: 35px;
    margin-bottom: -10px;
    line-height: 34px;
}

.formBox .row50 {
    display: flex;
    gap: 10px;
}

.row50 input {
    width: 100%;
}

.inputBox {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.formBox .row100 .inputBox {
    width: 100%;
}

.inputBox span {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 0.8em;
}

.inputBox input {
    padding: 10px;
    font-size: 0.8em;
    outline: none;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
}

.inputBox textarea {
    padding: 10px;
    min-height: 150px;
    font-size: 1em;
    outline: none;
    border: 1px solid #AAAAAA;
    border-radius: 5px;
    resize: none;
    min-height: 120px;
    margin-bottom: 10px;
}

.inputBox input[type="submit"] {
    background: #FFFFFF;
    color: #0950CC;
    font-size: 1em;
    max-width: 150px;
    cursor: pointer;
    border-radius: 5px;
}

.inputBox input[type="submit"]:hover {
    background: #0950CC;
    color: #FFFFFF;
}

.inputBox ::placeholder {
    color: #999
}


/* get app */

.getApp {
    margin-top: -2%;
}

.wrapper-getApp {
    position: relative;
    overflow: hidden;
}

.bubble-bg {
    width: 55%;
    z-index: -2;
    position: absolute;
    left: -30px;
    margin-top: -275px;
}

.footer-bg {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.footer-bg-container {
    width: 120%;
    height: auto;
    z-index: 0;
    margin-top: 230px;
    position: relative;
    display: flex;
}

.content-section {
    display: flex;
    z-index: 0;
    position: relative;
    width: 100%;
}

.content-text {
    position: relative;
    z-index: 0;
    /* On top of the blue background */
    text-align: left;
    padding: 6%;
    margin-left: 5%;
}

.content-text h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
    line-height: 53px;
    /* 132.5% */
    letter-spacing: 1px;
}

.content-text p {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    /* 100% */
    letter-spacing: 1px;
}

.download-icon {
    margin-left: 10%;
}

.phone-images {
    position: relative;
    max-width: 70%;
    display: flex;
    justify-content: center;
    margin-left: 20%;
    margin-top: -80px;
}

/* .phone-img {
    position: absolute;
    width: 200px;
} */

.left-phone {
    left: -250px;
    transform: rotate(-15deg);
    position: absolute;
    width: 270px;
}

.center-phone {
    z-index: 3;
    position: absolute;
    width: 270px;
}

.right-phone {
    right: -250px;
    transform: rotate(15deg);
    position: absolute;
    width: 270px;
}

.get-app-frame {
    height: 380px;
    left: 10em;
    display: flex;
    justify-content: end;
}

.play-store {
    text-align: start;
    padding: 10%;
}

.play-store h1 {
    margin-top: 20px;
    margin-bottom: 25px;
    line-height: 40px;
    font-weight: 600;
}

.play-store p {
    margin-top: -15px;
}

.play-store img {
    margin-top: 25px;
}

@media (min-width: 768px) and (max-width: 1024px) {

    .wrapper-getApp {
        margin-top: -30%;
    }

    .content-text {
        margin-left: 0;
        margin-top: 3%;
    }

    .bubble-bg {
        width: 70%;
    }

    .content-text h1 {
        font-size: 27px;
        line-height: normal;
    }

    .content-text p {
        font-size: 17px;
    }

    .footer-bg {
        width: 150%;
        margin-top: 1%;
    }

    .phone-images {
        margin-top: -30px;
    }

    .left-phone,
    .right-phone,
    .center-phone {
        width: 170px;
    }

    .left-phone {
        left: -210px;
    }

    .right-phone {
        right: -110px;
    }

    .center-phone {
        left: -130px;
    }
}

@media (max-width: 767px){
    .content-section{
        flex-direction: column;

    }

    .content-text{
        margin-left: 0;
    }

    .content-text h1{
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0;
    }

    .content-text p{
        font-size: 15px;
        line-height: normal;
        letter-spacing: 0;
    }
    .phone-images{
        display: none;
    }

    .download-icon{
        margin-left: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .footer-bg{
        width: 220%;
        left: -60%;
    }

    .bubble-bg{
        margin-top: 0;
        width: 100%;
    }
}


/* footer */

.footer {
    padding: 8%;
}

.wrapper-footer{
    margin-top: 2%;
}

.copy {
    padding: 5%;
}

.footer-about {
    text-align: justify;
    width: 100%;
}

.social-links {
    align-items: center;
    justify-content: center;
    display: flex;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .footer .social-links {
        flex-direction: column;
    }

    .wrapper-footer{
        margin-top: 0;
    }

    .footer-info{
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px){
    .wrapper-footer{
        margin-top: 0;
    }
}

.social-links i {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 40px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #00CCFF;
    color: white;
    transition: all 0.5s ease;
    margin-bottom: 30px;
}

.social-links i:hover {
    color: #002366;
    background-color: white;
}

.subscription-container {
    background-color: #FFF;
    padding: 20px;
    border-radius: 10px;
    width: 385px;
    height: 200px;
    text-align: center;
}

.subscription-container h3 {
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
}

.subscription-container hr {
    width: 100%;
    margin: 10px auto;
    border: 0;
    border-top: 1px solid #000;
}

.subscription-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.subscription-form label {
    font-size: 12px;
    color: #555;
    align-self: start;
}

.subscription-form input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
    outline: none;
}

.subscription-form button {
    background-color: #0056ff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.subscription-form button:hover {
    background-color: #0041c4;
}

/* scroll up*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 1px;
    cursor: pointer;
    padding: 15px;
    border: none;
    background-color: transparent;
}


/* mdi:vector-triangle */

.triangle-1 {
    display: none;
}

.triangle-2 {
    display: none;
}

.triangle-3 {
    display: none;
}

.triangle-4 {
    display: none;
}

.triangle-9 {
    display: none;
}

.triangle-10 {
    display: none;
}


/* Privacy Policy */

.content {
    margin-top: 35px;
    margin-bottom: 5px;
    text-align: justify;
    line-height: 36px;
    padding: 10%;
}

.content h1 {
    color: #0950CC;
    margin-top: -50px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: start;
    line-height: 34px;
}

.content h5 {
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 600;
}

.content h6 {
    text-transform: uppercase;
    margin-top: 30px;
    font-weight: 600;
}

@media only screen and (min-width: 1200px) {
    .caption img {
        margin-top: -100px;
        height: 200px;
    }

    /* .caption h1 {
        font-size: 13px;
        font-weight: lighter;
    } */

    .caption p {
        font-size: 80px;
        line-height: 1.05;
    }

    .caption button {
        padding: 10px 20px;
        border-radius: 50px;
        margin-top: 35px;
        font-size: 13px;
    }

    .solution {
        margin-top: 100px;
        padding: 0%;
    }

    .solution h2 {
        font-size: 60px;
        line-height: 84px;
        font-weight: 500;
    }

    .solution p {
        line-height: 44px;
        margin-top: 35px;
        font-size: 18px;
    }

    .homeApp {
        margin-top: 55px;
        padding: 0%;
    }

    .homeApp p {
        font-size: 16px;
    }

    .residents {
        margin-top: 55px;
        padding: 0%;
    }

    .residents p {
        font-size: 16px;
    }

    .security {
        margin-top: 55px;
        padding: 0%;
    }

    .security p {
        font-size: 16px;
    }

    .container-security {
        padding: 4px;
    }

    .security-icon {
        margin-top: 65px;
    }

    /* .client{
        padding: 0%;
    } */
    .about {
        margin-top: 55px;
        padding: 2%;
    }

    .about-col-1 {
        padding: 0%;
        margin-top: 90px;
    }

    .about-col-1 p {
        padding-right: 5%;
    }

    .about-col-2 {
        padding: 60px;
    }

    .about h1 {
        font-size: 54px;
        line-height: 74px;
        font-weight: bold;
    }

    /* .about h3 {
        font-size: 30px;
        font-weight: bold;
    } */

    /* .about p {
        font-size: 16px;
        line-height: 34px;
        margin-right: 50px;
    } */

    /* .about img {
        left: 10%;
        height: 55%;
        margin-top: 45px;
    } */

    /* .partner{
        margin-top: 55px;
        margin-bottom: 0px;
    } */
    /* .wrapper-pricing{
        background-color: #0BCBFB;
        height: 280px;
        display: flex;
        align-items: center;
        margin-top: 155px;
        margin-bottom: 255px;
    }

    .pricing{
        margin-top: 75px;
        margin-bottom: 0%;
        background-color: transparent;
        padding: 0%;
    }

    .price-head{
        text-align: start;
        position: absolute;
        margin-top: 105px;
        margin-bottom: 0%;
    }
    
    .price-head h2, p{
        text-align: start;
    }

    .see-all-features{
        margin-left: -6%;
        margin-right: -6%;
    } */
    .contact {
        margin: 50px;
        padding: 0%;
    }

    .contact-info {
        width: auto;
        height: auto;
        margin-left: auto;
    }

    /* .contact-info h3 {
        margin-top: 10px;
    } */

    /* .contact-info p,
    a {
        font-size: 14px;
    } */

    /* .formBox {
        padding: 10px;
        left: 30px;
    } */

    /* .formBox h3 {
        margin-top: -35px;
        line-height: 115px;
    } */

    .formBox .row50 {
        gap: 20px;
    }

    .inputBox span {
        margin-top: 15px;
        font-size: 1em;
    }

    .inputBox input {
        font-size: 1em;
    }

    /* .inputBox textarea {
        font-size: 1em;
        min-height: 183px;
    } */

    .inputBox input[type="submit"] {
        font-size: 16px;
        padding: auto;
    }

    .play-store {
        padding: 0%;
    }

    .play-store h1 {
        margin-top: 60px;
        line-height: 55px;
    }

    .play-store p {
        margin-right: 240px;
    }

    .play-store a {
        height: 50px;
        width: 170px;
    }

    .footer {
        padding: 0%;
    }

    .copy {
        padding: 0%;
    }

    #myBtn {
        bottom: 20px;
    }

    .social-link i {
        display: none;
    }

    .content {
        margin-top: 100px;
        margin-bottom: 100px;
        padding: 0%;
    }

    .content h1 {
        margin-bottom: 30px;
    }

    .triangle-1 {
        display: flex;
        position: absolute;
        width: 425.08px;
        height: 427.58px;
        left: 5.75px;
        top: 750px;
        z-index: -1;
        opacity: 5;
    }

    .triangle-2 {
        display: flex;
        position: absolute;
        width: 425.08px;
        height: 427.58px;
        right: 5.75px;
        top: 1250px;
        z-index: -1;
        opacity: 5;
    }

    .triangle-3 {
        display: flex;
        position: absolute;
        width: 425.08px;
        height: 427.58px;
        left: 5.75px;
        top: 1890px;
        z-index: -1;
        opacity: 5;
    }

    .triangle-4 {
        display: flex;
        position: absolute;
        width: 425.08px;
        height: 427.58px;
        right: 5.75px;
        top: 2550px;
        z-index: -1;
        opacity: 5;
    }

    .triangle-9 {
        display: flex;
        position: absolute;
        width: 425.08px;
        height: 427.58px;
        right: 5.75px;
        top: 3910px;
        z-index: -1;
        opacity: 5;
    }

    .triangle-10 {
        display: flex;
        position: absolute;
        width: 425.08px;
        height: 427.58px;
        left: 5.75px;
        top: 4700px;
        z-index: -1;
        opacity: 5;
    }
}

.error-message{
    font-size: 15px;
    margin-bottom: -8%;
}

.success-message{
    font-size: 15px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: -8%;
}
