body{
    
   margin: 0;
   background-color: rgb(21, 21, 21);
   color: white;
   opacity: 1;
   overflow-x: hidden;
   -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.background{
    background-image: url(../1st.webp);

    background-repeat: no-repeat;
    background-attachment: fixed;
 background-size: cover;
    width: 100%;
    height:100% ; 
  background-position: center;
 
    position: fixed;
    opacity: .2;
background-color: black;
z-index: -5;

}
.background3{
    background-image: url(../background_upscaled.webp   );

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 100%; 
  background-position: center;
    overflow:hidden;
    position: fixed;
    opacity: 1;
background-color: black;
z-index: -5;
}
.background2{
    background-image: url(../casio.jpg);

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
   
    height: 1600px; 
  background-position: center;
    overflow:hidden;
    position: fixed;
    opacity: .1;
background-color: black;
z-index: -5;
}
.background4{
    background-image: url(../background4.webp);

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
   
    height: 1600px; 
  background-position: center;
    overflow:hidden;
    position: fixed;
    opacity: .1;
background-color: black;
z-index: -5;

}
.header{
    color: white;
    opacity: 100;
    padding-left: 50px;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
}
.middlepicdiv{
    display: flex;
    justify-content: center;
   align-items: center;



}
.middlepic{
    width: 700px;
    height: auto;
    text-align: center;
    overflow: hidden;
margin-top: 70px;
transition: transform .8s;
transform-style: preserve-3d;
perspective: 1000px;

}





.title{
    font-family: "Playfair Display";
    font-size: 40px;
    width: 20%;
}





.middle{
    width: 40%;
    text-align: center;
    font-family: "Open Sans";
    font-size: 30px;
    padding-top: 8px;
    max-width: 25%;
   
 
}
@media screen and (width <= 500px){
    .title{
     font-size: 10px;
     max-width: 20%;
    }
  .middle{
    font-size: 10px;
  max-width: 20%;

  }

  body{
    zoom: 50%;
  }
    }

.middleflex{
    display: flex;
    justify-content: space-around;
 
}

.navbtns{
    text-decoration: none;
    color: white;
    margin-right: 10px;
}

.navbtns:enabled{
    text-decoration: underline;
}

.btn{
    
    text-align: right;
   color: black;
    border: none;
   
    text-align: center;
  
   font-size: 25px;
   font-family: "Open Sans";
   margin-left: 50%;

}

.abtn{
   
    background-color: white;
    height: 50px;
    width: 200px;
    font-size: 20px;
    border-radius: 2px;
    border: none;
    font-family: "Open Sans";
 
}


.abtn:hover{
    cursor: pointer;
}

.btnbox {
    width: 20%;
    text-align: right;
   
  
}

.ancment{
    text-align: center;
    font-size: 50px;
   margin-top: 150px;
}

.link{
    text-align: center;
    font-size: 0px;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.link2{
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    display: flex;
    color: white;
}
@media screen and (width <= 1460px){

    .abtn{
        display: none;
      }
}

@media screen and (width <= 1000px){
    .title{
     font-size: 40px;
     width: 10%;
    }
  .middle{
    font-size: 30px;
width: 50%;
margin-left: 10%;

    
  }


  .link2{
    font-size: 14px;
  }

  .navbtns{
    margin-right: 50px;
  }
.btnbox{
    margin-top: 100px;
}

    }

.link2:hover{
    cursor: pointer;
}

.info{
    width: 100%;
    height: auto;
    min-height: 400px;
    margin-top: 300px;


}

.mainc{
    width: 20%;
    height: auto;
    margin-right: 10%;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mainctxt{
    width: 20%;
    height: auto;
    margin-right: 10%;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgb(15, 15, 15);
    color: rgb(255, 255, 255);
 margin-top: -75px;   
 font-size: 25px;
 padding-top: 20px;
}

.mainhtxt{
    width: 20%;
    height: auto;
    margin-left: 10%;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgb(15, 15, 15);
    color: rgb(255, 255, 255);
    margin-top: -75px;   
  font-size: 25px;
    padding-top: 20px;
    font-family: "Open Sans";
}


.mainh{
    width: 20%;
    height: auto;
    margin-left: 10%;
 text-align: center;
}

.infoflex{
    display: flex;
    justify-content: center;
}

.info2{
    width: 100%;
    height: auto;

    margin-top: 30px;
    font-family: "Open Sans";
    font-size: 20px;


}

.calender{

    justify-content: center;
    display: flex;
    margin-top: 200px;
}
