*{
    background-color: black;

}
.navbar-main{
    display: flex;
    justify-content: space-between;
    margin-left: 10%;
    margin-right: 15%;
}
.navbar-compo{
    display: flex;
    justify-content: space-between;
    /* background-color: red; */
    /* margin-left: 14%; */
    /* margin-right: 40%; */
}

.navbar-logo{
    display:flex;
    /* margin-left: 15%; */
    /* padding-right:20%; */
    /* padding: 10px; */
    /* background-color: red; */
}
.navbar-logo-name{
    color: c3d0e5;
    padding: 20px;
    font-size: 20px;
    /* font-weight:bold; */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    /* width: 20px; */
}
.navbar-menu{
    display: flex;
    /* padding: 10px; */
    background-color: rgb(255, 255, 255);
}
.navbar-memu-button{
    font-size:15px;
    padding:10px;
    padding-top: 20px;
    color: #9d9d9d;
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;

}

.search-compo{
    /* background-color: red; */
    display: flex;
    width: 50px;
    height: 25px;
    /* padding: 10px; */
    padding-top: 15px;
    justify-content: space-between;
    margin-right: 300px;
    /* padding-right: 40%; */
}
 .search-compo-light-img{
    width: 30px;
    height: 25px;
    margin-right: 6px;
}
.search-compo-fild{
    display: flex;
    /* background-color: red; */
    /* border: 1px solid rgb(66, 65, 65); */
}
.search-compo-fild input{
    display: flex;
    border: 1px solid rgb(66, 65, 65);
    border-radius: 3%;
}
.btn-Download{
    background-color: #0078d4;
    color: aliceblue;
    border:0px;
    border-radius: 3px;
    margin-left: 7px;
    font-size: 13px;
}







.agent-mode{
    color: #9fb1d1;
    text-align:center;
    background-color: rgb(22 26 41);
    border: 1px solid rgb(44, 44, 44);
    padding:8px ;
    font-size: 13px;
}
.agent-mode-span{
    background-color: rgba(255, 11, 84, 0);
}
.agent-mode-span-a{
    background-color: rgba(255, 11, 84, 0);
    color:#4daafc;
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}






.landing-page{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.landing-page-title1{
    color: #c3d0e5;
    font-weight:bold;
    font-size: 72px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.landing-page-title2{
    color: #c3d0e5;
    font-weight:bold;
    font-size: 72px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.landing-page-btn button{
    background-color: #293036;
    color: aliceblue;
    border:1px solid rgb(163, 149, 149);
    border-radius: 3px;
    font-size: 21px;
    padding: 13px;
}
.landing-page-btn button.landing-btn-1{
    background-color: #0078d4;
    color: aliceblue;
    border:0px;
    border-radius: 3px;
    font-size: 21px;
    padding: 13px;
    
}
.landing-page-links{
    padding-top: 7px;
    color: white;
}
.landing-page-links a{
    color: #0078d4;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;   
    font-size: 12px;
    font-weight:bold
    /* height: 100px; */
}
.landing-page-links span{
    color: rgb(136, 136, 136);
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 12px;
    font-weight:bold
}

.landing-page-video{
    margin-top: 3%;
}
.landing-page-video img{
    width: 1150px;
    height: 750px;
    border-radius: 10px;
}
.landing-page-video video{
    width: 1000px;
    height: 600px;
    position: absolute;
    z-index: +1;
    top: 65%;
    left: 21%;
}






.card{
    display: flex;
    color: wheat;
    padding-top: 6%;
    margin-left: 14%;
    margin-right: 60%;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;

}

.card div{
    border: 1px solid rgb(55, 55, 55);
    margin-top:10% ;
    padding: 10px;
    /* padding-top:10px ; */
    /* margin-top: 19%; */
    margin: 6%;
    border-radius: 10px;

}
.card h1{
    font-size: 18px;
    color: #c3d0e5;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.card img{
    width: 330px;
    height: 200px;
}

.card p{
    color: #9fb1d1;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}


.banner{
    margin-top: 3%;
    text-align: center;
    /* margin: 10%; */
}

.banner img{
    height: 150px;
    width: 1185px;
    border-radius: 10px;
}

.banner-div{
    color: rgb(236, 236, 236);
    display: flex;
    margin-left: 23%;
    margin-top: -7%;
}

.banner h1{
    background-color: transparent;
    margin-right: 100px;
}
.banner div{
    background-color: transparent;
}
.banner p{
    background-color: transparent;
    color: #9fb1d1;
}
.banner button{
    margin-right: 82%;
    color: #9fb1d1;
    border:1px solid  #787676;
    padding: 2%;
    border-radius: 5px;
    font-weight:bold;
    background-color: #323232;
}







.box-ele{
    /* display: flex; */
    margin-top:10%;
    /* padding: 11%; */
}
.box-ele img{
    height: 500px;
    width: 700px;
    margin-right:15%;
}
.box-ele div{
    display: flex;
}
.box-ele span{
    margin-right: 9%;
    margin-left: 14%;
}
.box-ele h1{
    color: #c3d0e5;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;

}
.box-ele p{
    color: #9fb1d1;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;

}
.box-ele a{
    color: #4daafc;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;

}