*{

    margin: 0;
    padding: 0;
}

body{

    
    font-family: 'open sans', 'sans-serif';
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

li{

list-style: none;
display: inline-block;

}

a{
text-decoration: none;
transition: all 500ms ease-in-out;

}

a:hover,
a:active{
text-decoration: none;
}

h1,
h2,
h4{
 
font-family: 'PT sans Narrow' Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
}

p{

    font-size: 15px;
    line-height: 21px;
}
.btn{

transition: all 100ms ease-in-out;
font-weight: 500 !important;
text-transform: uppercase;

}

.btn:hover {
background-color: #ededed !important;
color: #3c3c3c !important;
border: 1px solid #fff !important;

}

/* Navbar styling */

.navbar{
background-color: #202022;
text-transform: uppercase;
font-weight: 300;
margin-bottom: -2px;
border-bottom: 2px solid #222220;
}

.navbar-img{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin-bottom: 5px;
}
.navbar a:hover {
    border-bottom: solid 2px #d34747 ;
}
@media(max-width: 768px) {
    .navbar a:hover {
        border-bottom: none;
    }
} 

/* Login box styling */

#login_dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgb(255,255,255,0.8);
}

b{
    font-weight: 400;
}

#login_dp .help-block{
font-size: 12px;
} 

#login_dp .bottom {
background-color: rgb(255,255,255,0.9);
border-top: 1px solid #ddd;
padding: 14px;
clear: both;
}

#login_dp .social-buttons{
margin: 12px 0;

}
#login_dp .social-buttons a{
    width: 49%;
}

#login_dp .form-group{ 
margin-bottom: 10px;
}

.btn-fb{
    color: #fff;
    background-color: #3b5998;
    
}

.btn-fb:hover{
    background-color: #496ebc;

}
.btn-tw{
background-color: #55acee ;
color: #fff;
}
.btn-tw:hover{
background-color: #59b5fa;
}

.social-buttons i{
    margin-right: 5px;
}

#Signup-button{
    background-color: #d34747;
    border:0 ;
    border-radius: 0;
    height: 2.5em;
}

@media(max-width) {
#login_dp {
    background-color: inherit;
    color: #fff;
}
}
#login_dp .bottom {
    background-color:inherit ;
    border-top: 0 none;
}

/* Header styling */

.header{
background-image: linear-gradient(rgb(0,0,0,0.8), rgb(0,0,0,0.8)), url(../images/library.jpeg);    
background-size: cover;
background-position: center ;
height:100vh;

}


.header h1{
color: #fff;
text-align: center;
font-size:60px;
margin-top: 170px;
font-family: "Roboto", sans-serif;

}

.header h3{
color: #fff;
text-align: center;


}

.header span{
font-size: 30px;
position: relative;
top: -10px;
}

@media(max-width:768px){
.header h1{
  font-size:50px;
  margin-top: 260px;  
}
.header h3{
    font-size: 15px;
}

}

.flex-container{
display: flex !important;
border: 1px solid transparent !important;
height: 100px;
justify-content: center;

}

.btn-grp{
text-align: center;
justify-content: center;
align-self: center;

}

.flex-1 {
margin-right: 5px;
background-color: #d34747;
border-radius: 0;
border: 0;

}

.flex-2{
margin-left: 5px;
background-color: #36a73a ;
border: 0;
border-radius: 0;


}




/* services styling */



 /* .services {
    padding: 80px;
    text-align: center;
    
}

.services h1, .services h4{
padding-top: 20px,0,0,20px;
color: #fcfcfc;
}

.services h4{
margin-top: 30px;
color:#222220

}
.services p {
padding-bottom: 40px; ;
font-size: 14px;
color: #737373;
}

.services{
    margin-top: 30px;
}

.services p{
    margin-top: 20px;
}

#list3{
margin-top: 60px;

}

@media(max-width:768px){
.services{
    padding: 50px;
    margin-top: 50px;
}

}  

.img{
width: 150px;
height: 150px;
border-radius: 100%;

}  */




/*   About us   */

.about-us {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.about-us h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}

.about-us p {
    text-align: center;
    margin-bottom: 40px;
    color: #555;
    font-size: 14px;
    line-height: 1.8;
}

.about-us img {
    width: 250px;
    height: 150px;
    border-radius: 5px;
    margin-bottom: 50px;
    margin-left: 60px;
}

.about-us h4 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.about-us ul {
    padding-left: 0;
    list-style: none;
    text-align: center;
}

@media (max-width: 576px) {
    #about-us img{
        margin-left: 80px;
    }
}



/* General Styles for the Services Section */

.services{
    background-image: linear-gradient(rgb(0,0,0,0.8), rgb(0,0,0,0.8)), url(../images/services\ section\ Bck.jpg);    
    background-size: cover;
    background-position: center ;
    
    
    }

#services {
    padding: 60px 0;
    background-color: #f9f9f9;
  }
  
  #services h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #fdfdfd;
  }
  
  #services p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
  }
  
  /* Card Styles */
  #services .card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  #services .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  }
  
  #services .card-img-top {
    height: 200px;
    width: 400px;
    object-fit: cover;
  }

  
  #services .card-body {
    padding: 20px;
    text-align: center;
  }
  
  #services .card-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #007bff;
  }
  
  #services .card-text {
    font-size: 10px;
    color: #ffffff;
    line-height: 1.5;
  }
  
  /* Media Queries for Responsiveness */
  @media (max-width: 992px) {
    #services h2 {
      font-size: 2rem;
    }
  
    #services p {
      font-size: 0.95rem;
    }
  
    #services .card-title {
      font-size: 1.1rem;
    }
  
    #services .card-text {
      font-size: 0.9rem;
    }
  }
  
  @media (max-width: 768px) {
    #services h2 {
      font-size: 1.8rem;
    }
  
    #services p {
      font-size: 14px;
    }
  
    #services .card {
      margin-bottom: 20px;
      margin-left: 20px;
    }
  
    #services .card-img-top {
      height: 180px;
    }
  
    #services .card-title {
      font-size: 1rem;
    }
  
    #services .card-text {
      font-size: 0.85rem;
    }
  }
  
  @media (max-width: 576px) {
    #services h2 {
      font-size: 1.5rem;
    }
  
    #services p {
      font-size: 0.8rem;
    }
  
    #services .card-img-top {
      height: 150px;
    }
  
    #services .card-title {
      font-size: 0.9rem;
    }
  
    #services .card-text {
      font-size: 0.8rem;
    }

  }


/* Sales section  */

/* .sales{
padding:150px 50px 60px 80px ;
min-height:600px ;
color:#fff;
background-color:#222220 ;

}

.sales #left-side img{
 height: 150px;
 width: 400px;
 min-height: 300px;
display: inline-block;
margin-left: 8px;
}

.sales #right-side{
    margin-bottom: 50px;
}

.sales #right-side h1{
    font-family: "Montserrat", sans-serif;
    font-size: 30px;

}

.sales #right-side p{
 margin: top 20px; ;
 font-size: 17px;
 line-height: 30px;
 text-align: justify;
}

@media(max-width:768px){
    .sales{
        padding: 30px;
        margin-top: -10px;
        line-height: 500px;

    }
    .sales #right-side h1{
     font-size: 25px;
    }
}

/* Pricing section  */

/* .pricing {
padding: 50px 80px;
text-align: center;
background-color: #bf5353;
}

.pricing h2 .pricing p{
color: #fff;

}

.pricing p{
    padding-top: 20px;
    padding-bottom: 40px; 
}


.pricing .packages{
padding: 50px;
background-color: #fff;
margin-top: 30px;
border: 1px solid #ccc;
border-radius: 5px;

}
.packages li{
display: block;
padding: 5px;
}

.packages h1,
.packages h4,
.packages b {
    color: #4c4c4c;
}

.packages p,
.packages li{
    color: #737373;
}

.packages button{
    margin-top: 10px;
}

@media(max-width:546px){
 .pricing{
    padding: 50px 0px;
 }   
 .packages{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
 }
}

/* Mission section  */

/* .mission{
padding:80px ;
min-height:600px;
padding-top: 120px;
}

.mission #left-side{
 margin-bottom: 50px;   
}

.mission #left-side h1{
font-size: 30px;
font-family: "Montserrat", sans-serif;
}

.mission #left-side p{
margin-top: 20px;
font-size: 17px;
line-height: 30px;
text-align: justify;

}

.mission #right-side img{
min-height:50px;
width: 450px;
margin-left:100px;
}

@media(max-width:834px){
.mission{
    padding: 80px;
    min-height: 600px;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.mission #right-side img{
margin-top: 60px;
height: 100%;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.mission #left-side h1{
    font-size: 17px;
}

} 

/* Clients section  
.client{
padding:50px 0px 80px;
background-color: #bf5353;
text-align: center;
color: #fff;
}

.client h2{
    color: #fff;
}

.client p{
    padding-bottom: 40px;
}
.client img{
width: 200px;
cursor: pointer;
margin: 40px 0;
}

@media(max-width:768px){
   .client p{
   margin-left: 20px;
   margin-right: 20px;

   } 
} */
 /* Client Reviews Section */
/* Client Reviews Section */
.client-reviews {
  padding: 60px 0;
  background-color: #f9f9f9;
  text-align: center;
}

.client-reviews h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #333;
}

.client-reviews .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.client-reviews .col-lg-4 {
  flex: 0 0 30%;
  max-width: 30%;
}

/* Review Card Styling */
.review-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.review-card h5 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #007bff;
}

.review-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Rating Stars Styling */
.rating {
  color: #ffc107; /* Gold color for stars */
  font-size: 1.5rem;
}

.rating .star {
  margin-right: 5px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .client-reviews .col-lg-4 {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (max-width: 768px) {
  .client-reviews .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .client-reviews h2 {
    font-size: 2rem;
  }
}


/* Team section  

.team{
padding: 50px 0px 80px;
text-align: center;
}

.team b,
.team h2,
.team h4 {

margin: 20px 0px 20px;
color: #4c4c4c;
}

.team b {
    font-weight: 600;
}

.team p{
    color: #737373;
}

.team img{

    width:150px;
    height: 150px;
    margin-top: 80px;
}
.team i{
    height: 30px;
    width: 30px;
    padding:5px;
    border-radius: 50%;
    font-size: 17px;
    background-color: #89db80;
    color:#fff;
}

.team i:hover{
background-color: #8cc36e; 
} */

/* contact section  */

.contacts{
    padding: 50px 0px 80px;
    text-align: center;
    background-color: #bf5353;
}
.contacts p{
padding-bottom: 70px;
color: #fff;
margin: 20px 0px 20px;

}

.contacts .input-group{
margin-bottom: 25px;
}

.contacts .form-control{
    border-radius: 0px !important
}

.contacts span{
    border-radius: 0 !important
}

.contacts .btn{
margin-top: -12px;
border-radius: 0;
width: 100%;
font-size: 15px;
background-color: #f08080;
}

.contacts .btn:hover{
background-color: #a85959 !important;
color: #fff;

}

/* Footer section  */

.footer{
    padding: 10px;
    background-color:#222222 ;
    color:#cccccc ;
}

.footer input{
    height:40px ;
    width:185px  ;
    padding:5px ;
    background-color: #cccccc;
    border: none;
}

.footer .social{
font-size: 20px;
height: 30px;
width: 30px;
text-align: center;
padding: 2px;
margin-bottom: 15px;
margin-right: 5px;
color: #eee;

}

.footer .btn{
    padding:10px 5px 10px ;
    margin: -3px 0px 0px 5px;
    color: #222222;
}
.socailContainer{
    margin-left: 390px;
    margin-top: 20px;
}

@media(max-width:378px){
.footer .btn{
    margin: 8px 10px 10px 5px;
}
}
