/* font family */

/* open sence */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");

/* Roboto */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap");

/* icons  */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Roboto", sans-serif;
}

p,
li,
span {
    font-family: "Open Sans", sans-serif;
}

button {
    font-family: "Roboto", sans-serif !important;
    font-size: 18px;
}

.meetBtn {
    border-radius: 35px !important;
    padding: 14px 50px !important;
    font-weight: 500;

    text-transform: uppercase;
    margin: 8px 5px;
}

a {
    text-decoration: none;
    font-family: "Roboto", sans-serif !important;
}

/* header */

.headersec {
    background: rgb(255, 255, 255) !important;
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.headersec img {
    width: 200px;
}

.headerlinkContainer {
    text-align: right;
    display: flex; 
    justify-content: flex-end
 }
 
 .navlinks {
  
     display: flex;
     justify-content: center;
     align-items: center;
     right: 0;
     
 }
.navlinks a {
    color: black;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.dropdownlinks
{
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;  
    outline: none;
}
.dropdown li a
{
    color: rgb(94, 94, 94);
    font-weight: 400;  
}
.signinbtn {
    color: rgb(51, 103, 213);
    padding: 7px 25px;
    border-radius: 30px;
    font-family: "Roboto", sans-serif;
}
.headersec  i 
{
    font-size: 25px;
    color: rgb(15, 168, 15);
}




/* body */

.headingSec
{
    height: 35vh;
    display: flex;
    justify-content: center;
    align-items: center;
    
    padding: 5vw 5vw 0vw 5vw;
}
.headingdata
{
  
    align-self: flex-end;
    text-align: center;
}
.headingdata h1 
{
    font-size: 40px;
    font-weight: 600; 
}
.headingdata p 
{
    font-size: 18px;
    color: gray;
    max-width: 80%;
    margin: auto;   
}


/* demo Cards  */

.demoCards
{
    
    padding: 5vw;
}
.demo
{
    background: rgb(244, 247, 252);

    width: 100%;
    margin: 20px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1);
    /* border: 1px rgb(226, 226, 226) solid; */
    
}
.demo h1 
{
    font-size: 28px;
    font-weight: 600;
}
.demo p 
{
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: gray;
}
.accountcred p{
    color: rgb(51, 51, 51);
}
.demo a,.sometextSection a
{
    border-radius: 30px;
    padding: 8px 30px;
    font-size: 18px;
}
.demonun
{

    margin-top: 30px;

}


/* some text  */

.sometextSection
{
    padding:0vw 5vw 5vw 5vw;
    text-align: center;
   
}
.sometextSection img 
{    
width: 15%;
}

.sometextSection i 
{
    font-size: 100px;
    color: rgb(51, 103, 213);
}
.sometextSection h1 
{
    font-size: 28px;
    font-weight: 600;
}

.sometextSection p 
{
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: gray;
    max-width: 80%;
    margin: auto;
}






/* footer card   */

.footerCard {
    padding:5vw ;
}

.footercardholder {
    background: rgb(244, 247, 252);
    border-radius: 20px;
    padding: 10px 30px 0px 30px;
}

.footerCardtextSec {
    align-self: center;
}

.footerCardtextSec a {
    padding: 10px 30px;
    border-radius: 30px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    background: rgb(51, 103, 213);
    color: white;
}

.footerCardtextSec h2 {
    font-weight: 600;
    font-size: 40px;
    color: rgb(51, 103, 213);
}

.footerCardimg {
    align-self: center;
    text-align: right;
}

.footerCardimg img {
    width: 55%;
}

/* footer */

.footer {
    padding: 2vw 4vw 1vw 4vw;
    /* background-image: linear-gradient(to right top, #3367d5, #097fe5, #0096f0, #00adf9, #35c2ff); */
    background: rgb(2, 2, 37);
}

.aboutSec,
.cotactformSec {
    width: 100%;
}

.footercontent h2 {
    color: white;
    font-size: 30px;
    font-weight: 600;
}

.footercontent p {
    color: rgb(150, 150, 150);
    font-size: 18px;
}

.form-label {
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.cotactformSec button {
    background: #35c2ff;
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 10px 35px;
    border-radius: 30px;
}

.aboutSec a {
    color: rgb(207, 207, 207);
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    display: block;
}

.footercontent hr {
    color: white;
}

.flogosec,
.flinksSec,
.fsocial {
    width: 100%;
    align-self: center;
}

.flogosec img {
    width: 50%;
}

.flinksSec {
    text-align: center;
   
}

.flinksSec a {
    display:block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
     padding:8px  !important;
    font-size: 16px;
    width: fit-content;
    margin: auto;
    
}
.linkSec
{
    text-align: center;

    width: 100%;
}
.fsocial {
    text-align: right;
}

.fsocial i {
    color: white;
    font-size: 25px;
    margin: 0px 8px;
}

.fsocial a {
    color: white;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}

.fsocial p {
    color: rgb(150, 150, 150);
    font-size: 17px;
    font-weight: 500;
    margin: 5px 0px;
}

.cotactformSec input,
.cotactformSec textarea {
    background: #cfdbf8 !important;
}

#copyResult
{
    color: green;
    font-size: 15px;
    display: inline;
}



