
@import url('https://fonts.googleapis.com/css2?family=Liter&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
br{
    margin: 0px;
}
 body {
    font-family: "Times New Roman", Times, serif;
   
    font-style: normal;
  }
a{text-decoration:none;
    color:black;
}
  
hr{
    margin: 5px;
}
a{text-decoration: none;}
.menu {
    list-style: none;
}
.header{
    display: flex;
    width: 99%;
}
.menu{
    display: flex;
    margin: revert;
    margin-left: auto;
  order: 2;
}
.menu a{
    padding: 5px;
    color: black;
    transition: 0.5s;
}
.menu a:hover{
    
    color: red;
}

#logo{
    height: 50px;
    width: 50px;
}
.BookBlock{
    display: flex;
    justify-content: center;
}
.book{
    text-align: center;
}
.book img{
    width: 200px;
    padding: 5px;
    margin: 5px;
    border: 1px solid black;
}
.btn{
    font-size: medium;
    padding: 5px 10px;
    color: white;
    background: #ff0000;
    border: 1px solid red;
    transition: 0.5s;
    border-radius: 15px 0px;
}
.btn:hover{
    color: rgb(255, 0, 0);
    background: #ffffff;
    border: 1px solid red;
}
.Headline{
    text-align: center;
    margin: 0px;
}.Headline2{
    
    margin: 0px;
}
.Slider{
    justify-content: center;
    display: flex;
    width: 70%;
    margin: 0 auto;
    padding: 5px;
    /* border: 1px solid black; */
    text-align: center;
}
.SliderBox{
    width: 40%;
    position: relative;

}
.SliderImg{
    width: 100%;
    display: none;
    transition: 0.5s;
    transform: translateX(100);
}

.Sbtn{
    z-index: 1;
    position: absolute;
    margin: auto 0px;
    width: 30px;
    
}
.SRBtn{
    right: 1px;
    
    top: 50%;
}.SLBtn{
    left: 1px;
    
    top: 50%;
}
.ActiveImg{
    display: block;
}
.sliderImgs{
    position: relative;
}
.SliDot {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    right: 50%;
   
    
}.SliDot input{
    size: 50px;
    margin: 10px;
    width: 20px;
    color: #ff0000;
    transition: 0.5s;
    
}
.SliDot input {
    
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: white;
    cursor: pointer;
    margin: 5px;
    transition: background-color 0.3s ease;
}

.SliDot input:checked {
    background-color: #ff6600;
}
.ParaGrap{
    margin: 30px;
   
    color: white;
    padding: 10PX;
}
  .BGBack{background-color: #000000;}
  .BGRED{background-color: #ff0000;}
  .BGGEEN{background-color: #04ba38;}
  .BGPink{
    color:black;
    background-color:rgb(255 0 0 / 12%);}
.contactbox{
    margin: 10px;
    text-align: center;
    width: 500px;
    margin:0 auto;
    

}
.OrderForm{
    padding: 30px;
    text-align: center;
}
table{
    margin: 0 auto;
}
table td,th {
    padding: 10px;
    border: 1px solid black;
}
.foter{
    text-align: center;
}
.Payimg{
    width: 100%;
    text-align: center;

}
.Payimg img{
    width: 60px;
}
.contactbox {
    width: 100%;
}
.LogMenu{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}
.signupfrom{
    text-align: center;
    width: 45%;
    border: 1px solid red;
    padding: 10px 20px ;
    margin: auto;
  }
  .signupfrom input{
    padding: 5px 10px;
    
  }
  #Signup,#Login,.btn{
    color: #fff;
    background-color: #ff0000;
    border: 1px solid red;
    border-radius: 0px 10px;
    padding: 5px 10px;
   
  }
  .Activebtn{
    color: #ff0000;
    background-color: #ffffff;
    border: 1px solid red;
  }
  #Loginbtn,#Signupbtn{
    margin:5px 10px ;
  }

  @media only screen and (max-width: 600px) {
    .signupfrom{
        width: 100%;
   
    }
    #Layer_1{
        width:99%;
    }
    .PageNoVal{
        width:35%;
    }
  }

  .thank-you-box {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #ffffff;
            padding: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
            border-radius: 10px;
            text-align: center;
            width: 300px;
            animation: fadeIn 0.3s ease-in-out;
            z-index: 1;
        }
        .thank-you-box h2 {
            color: #28a745;
            margin: 0;
        }
        .thank-you-box p {
            margin: 10px 0;
            color: #555;
        }
        .thank-you-box button {
            background: #28a745;
            color: white;
            border: none;
            padding: 8px 16px;
            cursor: pointer;
            border-radius: 5px;
            margin-top: 10px;
        }
        .thank-you-box button:hover {
            background: #218838;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translate(-50%, -55%); }
            to { opacity: 1; transform: translate(-50%, -50%); }
        }

        #warning{
            text-align:center;
            background-color: red;
            color:white;
            padding:2px;
        }