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

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








/* body  */

  /* heDER TEXT */
.titleSec
{
 
    
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    background-position: center;
   
}

.textContainer
{

    height: 100%;
    width: 100%;
    padding: 7.2vw 5vw;
    background: rgba(0, 0, 0, 0.678);
    display: flex;
    justify-content:center;
    align-items: center;

}
.textContainer h1 
{
    color: rgb(255, 255, 255);
    align-self: flex-end;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 45px;
}



/* landing text img Sec  */


.landingImgText
{
    padding: 5vw;
}

.landingText 
{
  
}

.landingText span 
{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.landingText h2 
{
    font-size: 35px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.landingText p 
{
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: gray;
}

.landingText ul 
{
    display: block;
margin-left: -5%;
}
.landingText ul li 
{
    display: block;
    margin: 5px 0px;
    font-size: 17px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: rgb(85, 85, 85);
    display: flex;

    
    
}


.landingText ul li i 
{
    color: rgb(51, 103, 213);
    font-size: 23px;
    margin-right: 10px;
}
.landingText a
{
    padding: 10px 30px;
    border-radius: 30px;
    font-family: "Roboto", sans-serif;
    
    font-weight: 500;
    background: rgb(51, 103, 213);
    color: white;
}

.landingImageSec
{
    
 
    text-align: right;
}

.landingImageSec img 
{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


/* feachersCard  */
.feachersCard 
{
    padding: 5vw;
}

.feachersCardHoder
{
    background: rgb(245, 248, 252);
    margin: 8px;
    padding: 20px;
    border: 1px rgb(230, 246, 255) solid;
    border-radius: 8px;
}

.feachersCardHoder i 
{
    font-size: 50px;
    color: rgb(51, 103, 213);
}
.feacherstxthead
{
    align-self: center;
    align-items:left;
}

.text
{
    background: chartreuse;
}


/* achevments Data */


.achevments
{
    background-image: url("../images/home/images/7.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   
}
.achebcontainer
{
    padding: 5vw;
    background: rgba(1, 5, 63, 0.616);
}

.achevhearing
{
    text-align: center;
    color: white;
    font-family: "Roboto", sans-serif;
}
.achevhearing span 
{
font-size: 18px;
text-transform: uppercase;
}
.achevhearing  h2 
{
    font-size: 45px;
    font-weight: 600;

}
.achevhearing p 
{
    max-width: 70%;
    margin: auto;
    font-size: 18px;
}

.achevDataholder
{
    margin-top: 5vw;
    text-align: center;
}

.achevDataholder i 
{
    font-size: 50px;
    color: rgb(199, 199, 199);
}
.achevDataholder h1 
{
    font-size: 70px;
    color: white;
    font-weight: 900;
}


.achevDataholder p 
{
    color: white;
    font-size: 22px;
    font-weight: 600;
}


/* zig zak section  */

.zigZksec
{
    padding: 5vw;
   
    overflow-x: hidden;
}
.ZikText 
{
background: rgb(247, 247, 247);
}

.ZikText span 
{
    font-size: 16px;
    text-transform: uppercase;  
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.ZikText  h2 
{
    font-size: 35px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}
.ZikText p 
{
    
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: gray;
}
.ZikText  a 
{
    padding: 10px 30px;
    border-radius: 30px;
    font-family: "Roboto", sans-serif;
    
    font-weight: 500;
    background: rgb(51, 103, 213);
    color: white;  
}

.ZikImg img,.hideinLargeScreen img
{
    width: 100%;
    height: 100%;
}

.hideinLargeScreen 
{
    display: none;
}





