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

/* 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);
}
/* lets talk  */



.letsTalk
{
    padding: 8vw 10vw 4vh 10vw;
  
}


.heading
{
    text-align: center;
}

.heading h1 
{
    font-size: 40px;
    font-weight: 600;
}

.heading p 
{
    font-size: 18px;
    color: gray;
    max-width: 80%;
    margin: auto;
}


.formSection
{
    margin: 5vw 0px;
}
.formSection label
{
    margin: 5px 0px !important;
    color: black;
    font-size: 17px;
}
.submitbtn
{
    text-align: center;
}
.submitbtn button
{
   
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 10px 40px;
    border-radius: 30px;
    background: rgb(51, 103, 213);
}

.formSection input,.formSection textarea,.formSection select
{
    border: none;
    border-radius:0px;
    border-bottom: 1px rgb(66, 124, 250) solid;
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.055);
    margin: 12px 0px;
    
}


/* success massege  */
.successmsg
{
    height: 100vh;

    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
 
}

.successmsg img
{
    width: 300px;
}
.successmsg h4 
{
    font-weight: 500;
 margin-top: 20px;
 color: green;
}
.successmsg p
{
    font-family: 'Roboto', sans-serif;  
    font-size: 18px;
    font-weight: 500;
    color: gray;
}
.successmsg a 
{
    background: rgb(51, 103, 213);
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 11px 30px;
    border-radius: 40px;
}

/* switch sections */


#loader,#SuccessMsgSec,#errorMsgData,#validationError
{
display: none;
}




/* loader  */

.loaderSec
{
    width: 100vw;
    height: 100vh;
    background: #3a3a3a5b;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:100 !important;
}
.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




/* 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: #ffffff !important;
}
