*{
    padding: 0;
    margin: 0;
}
body{
    overflow: hidden;
    overflow-x: hidden;
}
.loading-bar{
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    /* background-color:#2980b9; */
    background-color: palevioletred;
  
    background-size: cover;
    display:flex;
    justify-content: center;
    align-items: center;
    
}
.main-loading-bar{
    position: absolute;
    width: 100%;
    height: 100vh;
    /* z-index: 100; */
    top: -7%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.please-wait{
    font-size: 1.3rem;
    display: block;
    animation: please 0.8s infinite;
    color: #fff;
     
}
.manu{
    font-size: 1.6em;
    text-transform: uppercase;
    color: #fff;
}
.manu{
   
    margin: 0 3px;
    border-radius: 10px;
    animation: loading 0.8s infinite;

}
.manu:nth-child(2){
    animation-delay: 0.1s;
}
.manu:nth-child(3){
    animation-delay: 0.2s;
}
.manu:nth-child(4){
    animation-delay: 0.3s;
}
.manu:nth-child(5){
    animation-delay: 0.4s;
}
.manu:nth-child(6){
    animation-delay: 0.5s;
}
.manu:nth-child(7){
    animation-delay: 0.6s;
}
.manu:nth-child(8){
    animation-delay: 0.7s;
}
.manu:nth-child(9){
    animation-delay: 0.8s;
}
.manu:nth-child(10){
    animation-delay: 0.9s;
}

 

@keyframes please{
    0%{
        height: 0%;
    }
    50%{
        height: 30px;
    }
    100%{
        height: 0;
    }
}

 
@keyframes loading{
    0%{
        height: 0;
    }
    50%{
        height: 40px;

    }
    100%{
        height:0;
    }
}

 
.top-main-container{
    overflow-x: hidden;
}
   
.top-image-container{
    height:100vh;
    background-image: url(https://i.imgur.com/kEc9HD4.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
     
}
 
.logo-image-handle{
    width: 200px;
    margin-right:400px;
    margin-top: 10px;
  
}
.menu-container{
    height: 80px;
    display:flex;
    justify-content: center;
    font-weight: 400;
}
.menu-container a{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
  
    font-weight: bold;
}
 
.hello-container{
    text-align: center;
   padding: 2.3rem;
 
}
.hello-heading-div{
    height: 200px;
}
 
.main-continer-calligraphy{
    margin-top: 5.5rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  

}
.industry-main-container{
    width: 650px;
    height: 400px;  


}
.industry-heading{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Alex Brush';
    padding:10px 20px;
}
.manuscript-calligraphy{
    font-size: 2rem;
    font-weight: 600;
    padding:  0 20px; 
}
.manuscript-lorem{
    padding: 10px 20px;
    color: rgb(148, 141, 141);
}
 
.image-calligraphy-handle{
    width: 550px;
    height:400px ;
}
.hello-heading{
    text-align: center;
    font-size: 5rem;
    text-transform: capitalize;
    font-weight: 500;
   color: rgb(26, 26, 26);
   padding-top: 1rem; 
}
.lorem-text{
    padding-top: 1.5rem;
    text-transform: uppercase;
    word-spacing: 5px;
    font-weight: 400;
    font-size: 12px;
    color: rgb(134, 126, 126);
    letter-spacing: 1px;
}
.main-container{
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.children-book{
    height:370px;
    max-width: 250px;
    text-align: justify;
    padding: 10px;
    margin-bottom: 40px;
    margin-left: 20px;
    box-sizing: border-box;
  
}
.readmore{
    display: none;
    
    padding-bottom: 1rem;
    color: rgb(143, 132, 132);
    
     

}
.readless{
    padding-top: 15px;
    padding-bottom:5px;
    color: rgb(143, 132, 132);
  
  

}
.read-btn{
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(150, 139, 139);
    font-weight: 200;
    font-size: 0.7rem;
    padding: 10px;
    font-family: - Arial, Helvetica, sans-serif;
    background-color: #fff;
    border: 1px solid rgb(153, 153, 153);
    outline: none;
}
.read-btn:hover{
    color: rgb(240, 75, 108);
}
.icon-container-book{
    height: 60px;
    width: 60px;
    background-color: rgb(84, 88, 88);
    border-radius:50% ;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-left: 50%;
    transform: translate(-50%); 
}
.icon-container-book i{
    font-size: 2.3rem;
    padding: 10px;
    color: #fff;
}
.icon-container-book i:hover{
    color: rgb(243, 50, 88);
}
.icon-heading-text{
    font-size: 1.6rem;
    padding-top: 15px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
    font-weight: 500;
}
.icon-lorem{
    padding-top:18px;
    padding-bottom: 3rem;
    color: rgb(143, 132, 132);
}
 
.recent-news-container{
    padding: 2rem;
    background-color: rgb(248, 70, 106);
    text-align: center;
}
.recent-news-heading{
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold; 
}
.border-underline-container{
    padding: 3rem;
    border: 2px solid #fff;
    margin-top: 4rem;
}
.cirle-image{
    width: 70px;
    height: 70px;
 
    border-radius: 50%;
    margin-top: -5.9rem;
    margin-left: 50%;
    transform: translate(-50% );
    border: 2px solid #fff;
}
.heart-image-heandle{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.recent-news-lorem{
    color: #fff;
    padding-top: 10px;
}
.new-releases-container{
  
    text-align: center;

}
.main-new-releases-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.new-releases-heading{
    text-transform: uppercase;
    font-size: 2rem;
}
.new-releases-image{
    width: 390px;
    height:300px;
}


.About-main-container-text{
    
    margin-top: 8%;
}
.about-image{
    height: 100vh;
   background-image: url(https://i.imgur.com/DA0Udsb.jpg);
   background-repeat: no-repeat;  
   background-attachment: fixed;
}
.About-heading{
    font-size: 3rem;
    text-transform: uppercase;
    color:rgb(250, 250, 250);
    padding-top: 40px;
    text-align: center;
}
.About-loerm-text{
    
    padding-top: 10px;
    color:#fff;
}
.interested-main-container{
 
    padding: 3rem 0px;
    background-color: rgb(139, 137, 137);
    text-align: center;
}
.interested-text-heading1{
    text-transform: uppercase;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;

}
.interested-text-heading2{
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    padding-top: 0.6rem;
  text-align: center;

}
.input-text{
     
    width: 50%;
    height: 45px;
    padding: 0px 10px;
    margin-top: 20px;
    background-color: rgb(156, 156, 155);
    border: none;
    font-size: 0.9rem;
}
::placeholder{
    color: #fff;
    font-weight: bold;
}
 
 
 
.submit-btn{
    text-decoration: none;
    padding: 14px 25px;
    background-color: rgb(248, 70, 106);
    color: #fff;
    text-transform: uppercase;
    margin: 2px;
    
}
.dotsHid{
    display: none;
}
 
 
 .isReadMore{
     display: block;
 }
@media all and (max-width:1024px){
    .top-image-container{
        height: 60vh;
    }
    .industry-main-container{
        height: 300px;
        padding-top: 2rem;
        width: 370px;
    }
    .main-container-calligraphy-image{
        width: 370px;  
    }
    .manuscript-calligraphy{
        font-size: 1.2rem;
    }
    .main-continer-calligraphy{
        margin-top: 4rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; 
    }
    .new-releases-image{
        width: 250px;
        height: 200px;
    }
    .new-releases-image-handle{
        width: 250px;
        height: 200px;
    }
    .main-new-releases-container{
        display: flex;
        flex-wrap: wrap;
        justify-content:center;

    }
    .about-image{
        width: 100%;
        height: 70vh;
    }
    .About-loerm-text{
        font-size:1em;
    }
    .logo-image-handle{
        margin-top: 20px;
        margin-right: 250px;
        height: 50px;
        margin-left: 20px;
    }
     
}

.contact-container{
     
    background-color: #2c3e50;
     
}
.binding-contact-contaier{
    display: flex;
    
    justify-content: space-around;
}
.contact-container-child{
    width: 200px;
    height: 200px;
    margin: 20px;
    margin-top: 80px;

}

.contact-container-child::before{
    content:"";
    width: 3px;
    height: 120px;
    background-color: rgb(77, 73, 73);
    position: absolute;
    margin-left: 140px;
    margin-top: 10px;
    

}
.contact-container-child-image{
    width: 300px;
    height: 100px;
  

}
.fb-heading{
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2rem;
    text-align: left;
    padding-top: 2rem;
    
}
 
.fb-image-handle{
    width: 300px;
    height: 170px;

}
 
.tumblr-container{
    display: flex;
    margin: 10px;

}
 
 
.tumblr-container i{
    font-size: 1.2em;
   
    color: crimson;
    margin: 0px 10px;
   
     
}
.tumblr-heading{
    font-size: 1.2em;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
}
.telephone-heading{
    font-size: 1.2em;
    text-transform: uppercase;color: #fff;
    font-weight: 300;
    margin: 5px;
}
.telephone-icon{
    display: flex;
    margin: 10px;

}
.telephone-icon i{
    color: crimson;
    font-size: 2em;
    margin: 0px 10px;

}
.telephone-heading-number{
    font-size: 1rem;
    color: rgb(110, 100, 100);
    text-align: left;
    margin: 5px 25px;
}
.email-heading{
    font-size: 1.5em;
    text-transform: capitalize;
    color: #fff;
    font-weight: 300;
   
}
.email-icon{
    display: flex;
    margin: 10px;
    

}
.email-icon i{
    font-size: 2em;
    color: crimson;
    margin: 0px 10px;

}


@media all and (max-width:420px){
    .manuscript-calligraphy{
        font-size: 1.1rem;
    width: 250px;
    }
    .industry-heading{
        font-size: 15px;

    }
    .manuscript-lorem{
        width:290px;
    }
    .top-header-container{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        
    }
    .industry-main-container{
        height: 280px;

    }
    .image-calligraphy-handle{
        height: 280px;
    }
    .logo-image-handle{
       
        width: 200px;
        margin-top: 10px;
        margin-right:50px;

    }
    nav{
        width: 90%;
    }
    .border-underline-container{
        padding: 4rem 1rem;
        height: 80px;

    }
    .recent-news-lorem{
        padding-top: 10px;
       
        font-size:16px;
    }
    .cirle-image{margin-top: -6rem;

    }
    .new-releases-image{
        width: 150px;
        height: 180px;
    }
    .new-releases-image-handle{
        width: 150px;
        height: 180px;
    }
    .about-image{
        height: 60vh;
    }
    .About-loerm-text{
        font-size:0.8em;
        word-spacing: 2px;
        letter-spacing: 1px;
    }
     
    .submit-btn{
        padding:15px 15px

     
    }
     
     

}
@media(max-height:150vh){
    .menu-container{
        width: 100%;

        /* background-color: #2c3e50; */
        background-color: cadetblue;
        position: fixed;
        z-index: 1;
   
    }
 


}
/* navigation */

nav{
    width: 100%;
    height: 80px;
    background-color: cadetblue;
 

}
 
nav ul{
    float: right;
    margin-right: 20px;

}
nav ul li{
    display: inline-block;
    line-height:80px;
    margin: 0 15px;

}
nav ul li a{
    position: relative;
    color: #fff;
    font-size: 18px;
    padding: 5px 0;
    text-transform: uppercase;
}
nav ul li a:before{
    position: absolute;
    content:'';
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .4s linear;
}
nav ul li a:hover:before{
    transform: scaleX(1);
    transform-origin: left;

}
label #btn,
label #cancel{
    color: #fff;
    font-size: 30px;
    float: right;
    line-height:80px ;
    margin-right:20px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}

@media(max-width:1118px){
    nav img{
        left: 6%;
    }
    .imgage-contact{
        margin-top: 9rem;

    }
  
}
@media(max-width:944px){
    nav img{
        left:6%;
        top: 20px;
        width: 130px;
    }
    nav ul li a{
        font-size: 17px;
    }
}
@media(max-width:860px){
    label #btn{
        display: block;
    }
    ul{
        position: fixed;
        width: 50%;
        height: 100%;
        background-color: #34495e;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all.6s;
    }
    nav ul li{
        display: block;
        margin: 50px 0;
        line-height: 30px;
    }
    nav ul li a{
        font-size:20px;
    }
    #check:checked ~ ul{
        left: 0;
    }
    #check:checked ~ label #btn{
        display: none;
    }
    #check:checked ~ label #cancel{
        display:block;
    }

    .contact-container-child::before{
        display: none;
     
    }
   
    
    .binding-contact-contaier{
        
        justify-content: left;
        margin:  0px 20px;
        flex-direction: column-reverse;
         
    }
     
    .contact-container-child-image{
        margin-bottom: 9.8rem;
    }
    .contact-container-child{
        width: 200px;
        height: 120px;
        margin: 20px;
        margin-top: 0px;
    }
    .facebook-container{
        display: flex;
        text-align: center;
        align-items: center;
        
        
 
    }
    .facebook-container h1{
        font-size:0.7em;
        text-align: center;
        

    }
    .logo-image-handle{
        margin-top: 20px;
        margin-right: 20px;
        height: 50px;
    }
    .fb-image-handle{
        width: 270px;
        margin-right: 3rem;
    }
  
     

}
.under-line{
    width: 1000px;
    height: 2px;
    background-color: rgb(90, 92, 88);
    margin-top: 1rem;
    margin-left: 65%;
    transform: translate(-50%);
    /* margin-top: -2.5rem; */
}
.created-heading{
    font-size:1.7rem;
    text-transform: uppercase;
    margin-top: 1rem;
    text-align:left;
    margin-left: 2rem;
    color: #fff;
    letter-spacing: 3px;
    /* padding-left: 9.9rem; */

}
span{
    font-size: 0.4em;

}
 