
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{  
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    text-decoration: none;
}
.header{

    min-height: 50vh;
    width: 100%;
    background-image: url(img/books.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    

}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{

    width: 150px;
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{

    list-style: none;
    display: inline-block;
    padding:  8px 12px;
    position: relative;
}
.nav-links ul li a{

 color: #fff;
 text-decoration: none;
 font-size: 13px;
}
.nav-links ul li::after{
    content: '';
    width: 0px;
    height: 2px;
    background:#f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
    
}
.text-box{

    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{

    font-size: 30px;
}
.text-box p{

    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;

}
.hero-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;

}
nav.fa{

    display: none;
}
@media(max-width: 700px){
    .text-box h1{
        font-size: 20px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: absolute;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav.fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{

        padding: 30px;
    }
    
    }

 @media(max-width: 700px){
     .row{
         flex-direction: column;
     }
 }

 .aboutus{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 0px;
 }
 .container9{
  
    display: block;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 20%;
    
    }
    
    .section9{
  
      width: 100%;
      
      background-color:rgb(255, 255, 255);
      padding-top: 10%;
    
      }
    
      .content9{
        float:left;
        width: 50%;
        height: auto;
        }
        
        .image-section9{
        float: right;
        width: 45%;
        }
        
        
        .image-section9 img{
        
        width: 80%;
        height: auto;
        
        }
        .content-section9 .title9{
          text-transform: lowercase;
          font-size: 30px;
          
          }
  
          .content9 h3{
            margin-top: 30px;
            color: #f44336;
            font-size: 21px;
            }
            .content9 p{
            margin-top: 10px;
            font-family: sans-serif;
            font-size: 17px;
            line-height: 1.5;
            
            }
            .content9 .button9{
            margin-top: 30px;
            
            
            }
   
            .button9 a{
              text-decoration: none;
              transition: 1s;
            }
            .content9 .button9 a{
            background-color:#f44336 ;
            padding: 12px 40px;
            font-size: 25px;
            letter-spacing: 1.5px;
            color: #fff;
            
            }
            .content9 .button9 a:hover{
            background-color:black ;
            transition: 1s;
            
            }

            
                
                .section10{
              
                  width: 100%;
                  
                  background-color:rgb(255, 255, 255);
                  padding-top: 10%;
                  }
                
                  .content10{
                    float:right;
                    width: 50%;
                    height: auto;
                    }
                    
                    .image-section10{
                    float: left;
                    width: 45%;
                    }
                    
                    
                    .image-section10 img{
                    
                    width: 80%;
                    height: auto;
                    
                    }
                    .content-section10 .title10{
                      text-transform: lowercase;
                      font-size: 30px;
                      
                      }
              
                      .content10 h3{
                        margin-top: 30px;
                        color: #f44336;
                        font-size: 21px;
                        }
                        .content10 p{
                        margin-top: 10px;
                        font-family: sans-serif;
                        font-size: 17px;
                        line-height: 1.5;
                        
                        }
                        .content10 .button10{
                        margin-top: 30px;
                        
                        
                        }
               
                        .button10 a{
                          text-decoration: none;
                          transition: 1s;
                        }
                        .content10 .button10 a{
                        background-color:#f44336 ;
                        padding: 12px 40px;
                        font-size: 25px;
                        letter-spacing: 1.5px;
                        color: #fff;
                        
                        }
                        .content10 .button10 a:hover{
                        background-color:black ;
                        transition: 1s;
                        
                        }
                        
                        footer{
                          width: 100%;
                          position: absolute;
                          top: 1590px;
                          background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/rptgtpxd-1396254731bk.jpg);
                          background-position: center;
                          background-size: cover;
                        
                        
                        }
                        footer .content{
                          max-width: 1350px;
                          margin: auto;
                          padding: 0px;
                          display: flex;
                          flex-wrap: wrap;
                          justify-content: space-between;
                        }
                        footer .content p,a{
                          color: #fff;
                        }
                        footer .content .box{
                          width: 33%;
                          transition: all 0.4s ease;
                        }
                        
                        footer .content .topic{
                            font-size: 22px;
                            font-weight: 600;
                            color: #fff;
                            margin-bottom: 16px;
                          
                          }
                          footer .content p{
                            text-align: justify;
                          }
                          footer .content .lower .topic{
                            margin: 24px 0 5px 0;
                          }
                          footer .content .lower i{
                            padding-right: 16px;
                          }
                          footer .content .middle{
                            padding-left: 80px;
                          }
                          footer .content .middle a{
                            line-height: 32px;
                          }
                          footer .content .right input[type="email"]{
                            height: 45px;
                            width: 100%;
                            outline: none;
                            color: #d9d9d9;
                            background: #000;
                            border-radius: 5px;
                            padding-left: 10px;
                            font-size: 17px;
                            border: 2px solid #222222;
                          }
                          footer .content .right input[type="submit"]{
                            height: 42px;
                            width: 100%;
                            font-size: 18px;
                            color: #d9d9d9;
                            background: #eb2f06;
                            outline: none;
                            border-radius: 5px;
                            letter-spacing: 1px;
                            cursor: pointer;
                            margin-top: 12px;
                            border: 2px solid #eb2f06;
                            transition: all 0.3s ease-in-out;
                          }
                          .content .right input[type="submit"]:hover{
                            background: none;
                            color:  #eb2f06;
                          }
                          footer .content .media-icons a{
                            font-size: 16px;
                            height: 45px;
                            width: 45px;
                            display: inline-block;
                            text-align: center;
                            line-height: 43px;
                            border-radius: 5px;
                            border: 2px solid #222222;
                            margin: 30px 5px 0 0;
                            transition: all 0.3s ease;
                          }
                          .content .media-icons a:hover{
                            border-color: #eb2f06;
                          }
                          footer .bottom{
                            width: 100%;
                            text-align: right;
                            color: #d9d9d9;
                            padding: 0 40px 5px 0;
                          
                          }
                          footer .bottom a{
                            color: #eb2f06;
                          }
                          footer a{
                            transition: all 0.3s ease;
                          }
                          footer a:hover{
                            color: #eb2f06;
                          }
                          @media (max-width:1100px) {
                            footer .content .middle{
                              padding-left: 50px;
                            }
                          }
                          @media (max-width:950px){
                            footer .content .box{
                              width: 50%;
                            }
                            .content .right{
                              margin-top: 40px;
                            }
                          }
                          @media (max-width:560px){
                            footer{
                              position: relative;
                            }
                            footer .content .box{
                              width: 100%;
                              margin-top: 30px;
                            }
                            footer .content .middle{
                              padding-left: 0;
                              
                            }
                          }
                        