@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');


* {
    padding: 0;
    margin: 0%;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}


 body {
        background-image: url("https://img.freepik.com/free-vector/blue-curve-background_53876-113112.jpg");  
      
      background-repeat: no-repeat; 
      background-size: cover;
    width: 100%;
    height: 50%;    
} 


/* -----------------------------navbaar--------------------------- */
/* -----------------------------navbaar--------------------------- */
/* -----------------------------navbaar--------------------------- */

.navbar-brand {
   
    margin-top: .5rem;
    justify-content: center;
    align-items: center;
       
    
} 
 .nav-item {
    margin-left: 5rem;
    font-family: popin,  sans-serif;
    font-weight: 600;
    
    
}


#navbarDropdownMenuLink{
    
    color: black;
}
.navbar-toggler:hover{
    border: 3px solid blue;
}
#dropdown{
    background-color: #70BDE9;
    border-radius: 1rem;
}
/* -----------------------------------header----------------------------------? */
/* -----------------------------------header----------------------------------? */
/* -----------------------------------header----------------------------------? */
  header h1 {
    color: rgb(31, 67, 132);
    text-align: center;
    font-size: 4rem;
    margin-top: 5rem;
    font-family: popin;
} 

 span {
    color: #4E67AF;
    font-family: poppin, sans-serif;
}  

#btn{

    width: 50%;
    text-decoration: none;
    letter-spacing: 2px;
    background-color: 303ef7;
    display: inline-block;
    border-radius: 30px;
    font-size: 2rem;
    padding: 10px 5px;
    color: black;
    margin-top: 1rem;
border: 1px solid black;
margin-bottom: 20px;
margin-left: 12vw;
margin-top: 3rem;
transition: all;

   
}

#btn:hover {
    background-color: transparent;
    border: 2px solid;
    color:blue;
    
}








/*-----------------------------------*\
  ------------------------------------#Achievements-------------------------------
\*-----------------------------------*/



  /* ---------------------------Dynamically cards? */
  /* ---------------------------Dynamically cards? */
  /* ---------------------------Dynamically cards? */



.section-two .card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    
  }
  .section-two h2{
   margin-top: 4rem;
   font-size: 3rem;
  }
  .section-two p{
    color: #0A2940;
    line-height: 1.6;
    text-align: center;
   
  }
  .section-two p:hover{
    cursor: pointer;
    font-size: 20px;
  }
  .card {
    width: 300px;
    margin: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
  }
  
  .card:hover {
    transform: scale(1.05);
    background-color: aqua;
    
  }
  
  .card-content {
    padding: 20px;
  }
  
 .card h2 {
    margin: 0;
    font-size: 20px;
   
    
  }
  
  
 .card p {
    margin: 10px 0 0;
    font-size: 16px;
    color: #0A2940;
    line-height: 1.6;
   
  }
  
  img {
    width: 100%; 
    height: auto; 
    border-radius: 10px 10px 0 0; 
  }
  
  .buy-button {
    display: block;
    background-color: #1c4ea5;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    transition: all;
  }
  
  .buy-button:hover {
    background-color: #4c45a0;
    font-size: 1.5rem;
   
  }
 /* ---------------------------Services------------------- */
 /* ---------------------------Services------------------- */
 /* ---------------------------Services------------------- */

.card-group {
     width: 80%;
    height: 8%; 
    background-color: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
  }
  
.section-three p{
    color: #0A2940;
    line-height: 1.6;
    text-align: center;
    margin-top: 2rem;
   
   
}
.section-three .card-text p:hover{
    color: whitesmoke;
}
.section-three p:hover{
    color:black;
    font-size: 20px;
    cursor: pointer;
}
.card-group .card-body p:hover{
    color: whitesmoke;
}
.section-three h2{
    margin-top: 3rem;
}

.section-three .card:hover {
    transform: scale(1.05);
    background-color: rgb(27, 85, 184);
     color: black;
     transform: scale(.2s);
     cursor: pointer;
  }


/* ---------------------------Teams Section---------------------------- */
/* ---------------------------Teams Section---------------------------- */
/* ---------------------------Teams Section---------------------------- */
#teams h3{
    color: #0A2940;
    font-size: 14px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

#teams h2{
    font-size: 40px;
    font-weight: 600;
    color: #0A2940;
    margin-bottom: 20px;
}
#teams h2 span{
    font-weight: 500;
    color: #4E67AF;
}
#teams p{
    color: #0A2940;
    line-height: 1.6;
    margin-bottom: 100px;
}
#teams p:hover{
    font-size: 20px;
    cursor: pointer;
}
#teams .wrapper .card-items{
    display: flex;
    margin-top: -50px;
    justify-content: space-evenly;
    overflow: hidden;
}
#teams .wrapper .card{
    margin: 20px;
    display: flex;
    flex-direction: column;
    background-color: #f6f6f6b4;
    border-radius: 5px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.2);
    overflow: hidden;
    width: 280px;
    z-index: 1;
    transition: all 0.5s ease;
}
#teams .wrapper .card:hover{
    background: #115990;
    transform: scale(1.05);
    cursor: pointer;
}
#teams .wrapper .card .card-header{
    display: inline-block;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    margin: 30px auto;
    transform: translateY(40px);
}
#teams .wrapper .card .card-header img{
    width: 100%;
    height: auto;
}
#teams .wrapper .card-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    min-height: 200px;
}
#teams .wrapper .card h3{
    font-size: 16px;
    color: #95A2BB;
    padding-top: 30px;
}
#teams .wrapper .card .card-body h4{
    font-size: 14px;
    font-weight: 600;
    color: #55BA53;
    margin-top: 0px;
}
#teams .wrapper .card .card-body ul{
    display: flex;
    list-style: none;
    padding-top: 50px;
}
#teams .wrapper .card .card-body ul li i{
    padding: 5px;
    margin: 0 7px;
    border: 1px solid #95A2BB;
    border-radius: 50%;
    background: #0A2940;
    color: #55BA53;
    transition: all 0.3s ease;
}
#teams .wrapper .card .card-body ul li i:hover{
    background: #55BA53;
    color: #0A2940;
}































/* ------------------footer----------------------- */
/* ------------------footer----------------------- */
/* ------------------footer----------------------- */


footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
    background-color:#0A1D3C;
    padding: 60px 10%;
}
 #f-img{
    width: 50%;
    height: 50%;
 }
ul {
    list-style: none;
}

.footer-col {
    width: 25%;
}

.footer-col h4 {
    position: relative;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 22px;
    color:#EBF5FE;
    text-transform: capitalize;
    margin-left: 2.5rem;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    background-color: #4514e3;
    height: 2px;
    width: 40px;
    transition:all 1S;
}

ul li:not(:last-child) {
    margin-bottom: 8px;
}

.footer-col ul li a {
    display: block;
    font-size: 19px;
    text-transform: capitalize;
    color: #bdb6b6;
    text-decoration: none;
    transition: 0.4s;
}

.footer-col ul li a:hover {
    color: white;
    padding-left: 2px;
}

.links a {
    display: inline-block;
    height: 44px;
    width: 44px;
    color: white;
    background-color: rgba(40, 130, 214, 0.8);
    margin: 0 8px 8px 0;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    transition: 0.1s;
    font-size: large;

}

.links a:hover {
    color: #4d4f55;
    background-color:#00FFFF;
}
.credit{
    background-color: #0A1D3C;
    width: 100%;
    height: 100%;
    border-top: 2px solid white;
    padding: 4px 10px;
}
.copyright{
   
    text-align: center;
    font-size: 20px;
    color: #f0f0f0;
    
   
}










/* -------------------------------------------Media Querry------------------------------------- */
/* -------------------------------------------Media Querry------------------------------------- */
/* -------------------------------------------Media Querry------------------------------------- */


@media(max-width: 493px) {
        
    /* ----------------navbar-------------------------- */
    /* ----------------navbar-------------------------- */
    /* ----------------navbar-------------------------- */
   .navbar-brand {
width: 50px;

    }



    header h1{
    font-size: 2.5rem;

   
    }  
    #btn{
        font-size: 1rem;
        width: 100%;
        margin-left: 2vw;
        
    }


    /* -------------------------------section two--------------------- */
    /* -------------------------------section two--------------------- */
    /* -------------------------------section two--------------------- */
    .section-two h2{
        font-size: 2rem;
       
    }

    .section-two p{
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        margin: 50px;
    }


    /* -------------------------------------section two--------------------- */
    /* -------------------------------------section two--------------------- */
    /* -------------------------------------section two--------------------- */
    .card-group{
    width: 80%;
    height: 40%;
    
          
        }
        .section-three p{
            font-size: 1rem;
            font-weight: 700;
            text-align: center;
            margin: 50px;
        }



/* ---------------------------------team section----------------------/ */
/* ---------------------------------team section----------------------/ */
/* ---------------------------------team section----------------------/ */



        #teams .wrapper .card-items{
            width: 270%;
            display: inline;
            align-items: center;
            justify-content: center;
            
        }
        
#teams h2{
    font-size: 30px;
    font-weight: 600;
    
}
#teams h2 span{
    font-weight: 500;
    
}
#teams .wrapper .card{
    margin-left: 80px;
}
#teams p{
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    margin: 50px;
}

/* ----------------------------------------footer---------------------- */
/* ----------------------------------------footer---------------------- */
/* ----------------------------------------footer---------------------- */


#f-img{
    width: 90px;
    height: 70px;

 }

.footer-col h4{
    font-size: 10px;
    
}
.footer-col h4::before {
    content: '';
   
    width: 20px;
    
}

.links a {
    
    height: 40px;
    width: 40px;
   margin-left:45px ;
    font-size: small;

}

.footer-col ul li a {
    display: block;
    font-size: 12px;
}
.copyright{
    font-size: small;
}
}