/* start global styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    background-color: #F7ECDE;
}
@font-face {
    font-family:Pacifico;
    src: url(../webfonts/EduNSWACTCursive-VariableFont_wght.ttf);
}
@font-face {
    font-family:Alegreya;
    src: url(../webfonts/Alegreya-VariableFont_wght.ttf);
}
/*end global styles */

/*start logo */
.Book{
    font-family: Pacifico ;
}
.heading-logo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 25%;
    left: 0;
    bottom: 10px;
    background-color: #fec260;
    transition: height 0.35s;
    z-index: -1;
}

.heading-logo:hover::before {
    height: 50%;
}
/*end logo */

/* */ 
.form-header{
font-family:Alegreya;
    background-image: linear-gradient(to right, #3ca55c, #ccc912);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.form-control:focus{
border-color:rgba(255, 193, 7, 1);
 box-shadow: 0 0 0 .25rem rgba(255, 193, 7, 0.397);
}



/*model*/
.modal-title div:nth-child(1) {
   
    background-color: #f15f5d;
}

.modal-title div:nth-child(2) {
  
    background-color: #febe2e;
}

.modal-title div:nth-child(3) {
   
      background-color: #4db748;
}

.modal-title div {
    width: 25px;
    height: 25px;
  
}

.modal-header{
    border-bottom: none!important;
}