/* 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: sticky; /* or 'relative' if needed */
    top: 0;
    z-index: 1050;
    /* z-index: 55; */
}

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

.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: #000000;
    padding: 8px 24px !important;
    position: relative;
    display: inline-block;
}

.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;
}


/* hero section */

.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;
    background: rgba(2, 2, 37, 0.5);
}

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

.caption img {
    height: 100px;
}

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

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

.caption button {
    font-size: 14px;
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 5px;
    border: 0px;
    background-color: #FFFFFF;
}

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


/* 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: auto;
    padding: 10%;
}

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

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

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

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


/* residents web */

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

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

.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);
    }
}


/* security web */

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

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

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

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

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


/* our client */


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


/* about us */

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

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

.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;
}


/* 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%;
}

.contact-info {
    padding: 30px 30px;
    background: #0950CC;
    color: #FFFFFF;
    border-radius: 10px;
}

.contact-info p {
    font-size: 13px;
}

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

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

.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: #FFFFFF;
    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;
}


/* request form */

.request-form {
    background: transparent;
}

.formBox {
    position: relative;
}

.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;
    margin-bottom: 10px;
    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;
    font-size: 0.8em;
    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%;
}

.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;
}


/* footer */

.footer {
    padding: 8%;
}

.copy {
    padding: 5%;
}

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

.social-links i {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.55);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: black;
    transition: all 0.5s ease;
    margin-bottom: 30px;
}

.social-links i:hover {
    color: #0950CC;
    background-color: black;
}


/* 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: 36px;
        font-weight: lighter;
    }
    .caption p {
        font-size: 44px;
    }
    .caption button {
        padding: 10px 20px;
        border-radius: 5px;
        margin-top: 35px;
        font-size: 18px;
    }
    .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;
    }
}
