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

/* pricing page   */
.priceingpage
{
    padding: 8vw 4vw 4vh 4vw;
}

.headingtext
{
    text-align: center;
}

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

.headingtext p 
{
    font-size: 18px;
    color: gray;
    max-width: 80%;
    margin: auto;
}
.feachersData
{
    width: 100%;
}
.allfeachers
{
    
}
.feachersData ul
{
list-style: none;
}
.feachersData ul li
{
    margin:5px 0px ;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: rgb(97, 97, 97);
}
.feachersData ul li i 
{
    color: rgb(51, 103, 213);
    margin-right: 5px ;
}

/* plans */
.priceingCardHolder
{
    padding: 0vw 4vw;
}
.microplan
{
    background: rgb(225, 230, 240);
    border-radius: 15px;
    padding: 3vw;
    position: relative;
    overflow: hidden;
    margin: 4vw 0px;
    
}
.microplantext
{
    position: absolute;
    top: 3;
    left: -5%;
    width: 20%;
    
    background-image: linear-gradient(to right top, #3367d5, #097fe5, #0096f0, #00adf9, #35c2ff);
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-transform: rotate(-45deg); /* IE 9 */
    transform: rotate(-45deg);
}



.microplantext h3 
{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-top: 5px;
    font-size: 20px;
    letter-spacing: 1px;
}

.microplanFeachers
{
    
    width:fit-content;
    margin: auto;
    text-align: left;
    
}
.microplanFeachers p 
{
    font-size: 18px;
    font-family: 'Roboto', sans-serif; 
    font-weight: 500;
    padding: 0;
    margin: 1px 0px;
    display: flex;
  
    align-items: center;
}
.microplanFeachers i 
{
    margin-right: 5px;
    color: rgb(51, 103, 213);
    font-weight: 600;
    font-family: 'Roboto', sans-serif; 
    font-size: 28px;
}

.macroFeachersdata
{
    margin-top: 3vw;
    
   

}
.microplans
{
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1);
    
    border-radius: 10px;
    
  
   
     background: rgb(255, 255, 255);
}

.microheader,.feachersData
{
    padding: 20px;
}

.microplans h2 
{
    font-family: Graphik-Regular-Web, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-top: 5px;
    font-size: 40px;  
    color: rgb(0, 0, 0); 
    line-height: 40px;

}
.microplans h3 
{
    font-weight: 900;
    margin: 20px 0px;
    font-size: 30px;
    line-height: 0px;
    display: inline;
    line-height: 40px;
    font-family: Graphik-Bold-Web, Helvetica, Arial, sans-serif;
}
.microplans p 
{
    font-family: 'Roboto', sans-serif; 
    font-size: 18px;   
}
.microplans p i 
{
    color: rgb(51, 103, 213);
    margin-right: 8px;  
}
.microplans a 
{
    border-radius: 25px;

    justify-content: center;
    align-items: center;
    padding: 8px 25px;
}

.paymentbuttons
{
    text-align: center;

    
}


.microplans__text,.microplans__buttons
{
    
}
.microplans__buttonsPaypal
{
    padding: 0px 20px;

 
   
}
.largeFeachersdata
{
  
    padding: 0px 15vw;
}
.largeplandData
{
    margin: 12px;
}

.largePlans
{

    background: chartreuse;
    margin: auto;
    width: auto;
}


/* Custom requerments */
.customrequerment
{
    text-align: center;
    padding: 3vw 5vw;

}
.customrequerment h2 
{
    font-weight: 600;
}
.customrequerment p 
{
    max-width: 80%;
    margin: auto;
    font-size: 18px;
    color: gray;
    font-family: "Roboto", sans-serif;
}
.customrequerment button
{
padding: 10px 30px;
background: rgb(51, 103, 213);
font-size: 18px;
color: rgb(255, 255, 255);
font-weight: 500;
border-radius: 30px;
}
/* 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;
}


/* Frequently asked questions */
.faqSecData
{
    padding: 4vw;
}
.faqh
{
    text-align: center;
}
.faqh h1 
{
    font-weight: 600;
    font-size: 40px;
}

.faqSec
{
    width: 100%;
    padding: 20px;
}
.faqSec h3 
{
    font-size: 20px;
    font-weight: 600;
    color: rgb(168, 167, 167);
}
.faqSec button
{
    color: black !important;
    font-weight: 500;
}





