*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body{
    width: 100%;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* Global Styling */
h1{
    font-size: 50px;
    line-height: 64px;
    color: #222;
}
h2{
    font-size: 46px;
    line-height: 54px;
    color: #222;
}
h4{
    font-size: 20px;
    color: #222;
}
h6{
    font-size: 12px;
    font-weight: 700;
}
p{
    font-size: 16px;
    color: #465b52;
}
.section-p1{
    padding: 10px 90px;
}
.d-btn{
    text-decoration: none;
    color: #fff;
    display: inline-block;
    border: none;
    outline: none;
    background-color: rgb(0, 181, 253);
    padding: 18px 20px;
    border-radius: 5px;
    transition: 0.2s ease;
}
.d-btn:hover{
    background-color: rgb(0, 170, 255);
    box-shadow: 0 0 5px rgb(98, 187, 222);
}
.learn-more{
    color: #fff;
    transition: 0.2s ease;
}
.learn-more:hover{
    color: #0ea99f!important;
}

/* ===================> Header Section <=================== */
#header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8vh;
    padding: 0px 150px;
    /* background: #C9CCD3; */
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
    /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6); */
    border-bottom: 1px solid lightgray;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
}
#header .nav-brand{
    text-decoration: none;
    color: black;
    font-family: "Winky Rough", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-size: 30px;
    font-style: normal;
}
#navbar{
    display: flex;
    justify-content: center;
    align-items: center;
}
#navbar li{
    list-style: none;
    padding: 0 20px;
    position: relative;
}
#navbar li a{
    text-decoration: none;
    font-size: 17px;
    /* font-weight: 600; */
    color: #1a1a1a;
    transition: 0.3 ease;
}
#navbar li a:hover,
#navbar li a.active{
    color: #1a315b;
}



#close,
#mobile{
    display: none;
}

/* Second Head */
#second-head{
    padding: 5px 150px;
    /* background-color: rgb(14, 169, 159); */
    background-color: #1a315b;
    z-index: 999;
    border-bottom: 1px solid lightgray;
}


/* ===================> Home Page <=================== */
#home-page #hero{
    background: url("../img/banner-1.jpg");
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#hero .content{
    position: absolute;
    right: calc(15%);
    top: calc(10%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#hero .content img{
    max-width: 90px;
}
#hero .content .app-detail{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}
#hero .content p{
    margin: 0;
    color: #fff;
}
#hero .content .features{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}
#hero .content .features div{
    display: flex;
    column-gap: 10px;
    width: 220px;
}
#hero .content .features img{
    width: 40px;
}
#hero .content .more div{
    display: flex;
    column-gap: 20px;
    row-gap: 15px;
    align-items: center;
}
#hero .content .more p{
    font-weight: 500;
    font-size: 13px;
}
#hero .content .more a:last-child{
    font-size: 13px;
    color: #fff;
}

#home-page #os-options{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-image: linear-gradient(to right, #434343 0%, black 100%);
    padding: 20px 0;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}
#home-page #os-options>p{
    font-size: 24px;
    color: #ffffff;
    font-weight: lighter;
}
#home-page #os-options .os-blocks{
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}
#home-page #os-options .os-blocks img{
    width: 25px;
}
#home-page #os-options .os-blocks a{
    text-decoration: none;
}
#home-page #os-options .os-blocks p{
    color: #fff;
    transition: 0.2s ease;
}
#home-page #os-options .os-blocks a:hover p{
    color: #0ea99f;
}

#software-home{
    background-image: conic-gradient(from 36deg at 20% 80%, rgb(161, 0, 255) 0%, rgb(0, 0, 0) 25%, rgb(17, 156, 253) 30%);
}
#software-home .software-container{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 25px;
}

.circle-card {
    width: 300px;
    height: 300px;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    transition: 0.2s ease-in;
    margin: 0px auto;
}
.circle-card:hover{
    transform: translate(0px, -8px);
}
.circle-card h5{
    font-size: 15px;
    margin-top: 10px;
}
.circle-card p{
    color: #434343;
    font-weight: lighter;
    font-size: 14px;
    text-align: center;
}
.circle-card img{
    width: 55px;
}
.circle-card a.d-btn{
    text-decoration: none;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    margin-top: 10px;
}
.circle-card a{
    font-size: 13px;
    color: black;
    font-weight: lighter;
    margin-top: 5px;
}

.offcanvas{
    height: 50vh!important;
}

a.explore-more{
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    background-color: rgb(2, 2, 205);
    border-radius: 5px;
    transition: 0.2s ease;
}
a.explore-more:hover{
    background-color: rgb(3, 3, 149);
}

#different-section i{
    font-size: 40px;
}
#different-section h6{
    font-size: 20px;
    font-weight: 450;
}

/* ===================> Footer Section <=================== */
#top-footer{
    /* background-color: #0ea99f; */
    background-color: #1a315b;
    padding: 30px 0;
    margin-top: 20px;
    /* border: 1px solid lightgrey; */
}
.top-container img {
    filter: brightness(0) invert(1);
    width: 45px;
}

.top-container{
    display: flex;
    justify-content: space-around;
    column-gap: 15px;
    row-gap: 15px;
    flex-wrap: wrap;
}
.top-container .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
}
.top-container .box p{
    margin: 0;
    padding: 0;
    color: white;
}
.top-container .box button{
    border: none;
    outline: none;
    border: 1px solid lightgrey;
    border-radius: 3px;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: 400;
    transition: 0.2s ease;
}
.top-container .box button:hover{
    background-color: #00b5fd;
    border-color: #00b5fd;
}
footer{
    background-color: gainsboro;
}
footer,
footer p{
    font-size: 14px;
}
.main-foot .support-center a{
    text-decoration: none;
    color: grey;
    transition: 0.2s ease;
    font-weight: 490;
}
.main-foot .support-center a:hover{
    color: #0ea99f;
}


/* Call Popup */
/* Chat Icon */
/* Adding Animation on the call icon */



/* @media screen and (max-width:646px) {
    .chat-icon{
        bottom:30px;
    }
}

@media screen and (max-width:576px) {
    .chat-icon{
        bottom:70px;
    }
} */


@keyframes colorChange {
    0% {
        color: red;
    }

    50% {
        color: green;
    }

    100% {
        color: orange;
    }
}
.chat-icon{
    position:absolute;
    display: inline-block;
    background-image: linear-gradient(to top, #bdc2e8 0%, #bdc2e8 1%, #e6dee9 100%);
    padding: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    border-radius: 50%;
    right: 15px;
    bottom:60px;
    cursor: pointer;
    position:fixed;
    transition: .2s ease-in-out;
    animation: colorChange 1s infinite;
}
.chat-icon i{
    font-weight: 500;
}