@import url('https://fonts.googleapis.com/css2?family=Baloo+Chettan+2&display=swap');

* {
  font-family: 'Baloo Chettan 2', cursive;
}


.logo img {
  margin: auto;
  height: auto; /* Maintain aspect ratio */
  max-width: 150vw; /* Adjust width as needed */
  width: 150px;
}

/* basic styles */

body, html {
  background-image: url('homepage.jpg'); /* Add your image URL here */
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  overflow: hidden;
  overflow-y: scroll;	
  text-align: center;
  margin: auto;
  padding: 0;
  font-style: italic;
}


p {
	text-align: center;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-top: -50px;
	margin-left: -100px;
   
}


a:link {
	text-decoration: none;
}

.contact {
	top: 80%;
	position: fixed;
	text-align: center;
	width: 100%;
	word-wrap: normal;
}

.contact img{
    vertical-align: middle;
    border-style: none;
	height: 1.5rem;
}

.mail {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.footer {
  position: fixed; /* Ensures footer stays at the bottom */
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  padding: 10px 0;
  box-sizing: border-box;
  z-index: 10;
  font-size: 12px;
}

.footer a {
  color: white; /* Ensures text is visible on the dark background */
  text-decoration: none;
}

img {
    vertical-align: middle;
    border-style: none;
    width: 30px;
}


input {position: absolute; display: none}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.btn {
  width: 40px;
  height: 60px;
  border-radius: 70px;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}


.menuBtn, .closeBtn {
    position: relative;
    transition: all 0.3s ease;
    font-size: initial;
    color: #f1f1f1;
}

.btn {
  /* background: #ECEFF1; */
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  backdrop-filter: blur(1px) saturate(100%) contrast(60%) brightness(110%);
  -webkit-backdrop-filter: blur(1px) saturate(100%) contrast(60%) brightness(110%);
  -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.btn:not(:first-child) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -2;
  
  -webkit-transition: all 0.6s cubic-bezier(.87,-.41,.19,1.44);
  transition: all 0.6s cubic-bezier(.87,-.41,.19,1.44);
}

.btn:nth-child(2) {top:0px;-webkit-transition-delay: 0s;transition-delay: 0s}
.btn:nth-child(3) {left:0px;;-webkit-transition-delay: 0.1s;;transition-delay: 0.1s; display: none;}
.btn:nth-child(4) {left:0px;;-webkit-transition-delay: 0.2s;;transition-delay: 0.2s}
.btn:nth-child(5) {top:0px;left:0px;-webkit-transition-delay: 0.3s;transition-delay: 0.3s}
.btn:nth-child(6) {top:0px;-webkit-transition-delay: 0.4s;transition-delay: 0.4s}
.btn:nth-child(7) {top:0px;left:0px;-webkit-transition-delay: 0.5s;transition-delay: 0.5s}
.btn:nth-child(8) {left:0px;-webkit-transition-delay: 0.6s;transition-delay: 0.6s}


input#toggle:checked ~ #show-menu .btn:nth-child(2) {
  top:-150px;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input#toggle:checked ~ #show-menu .btn:nth-child(3) {
  left: 100px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  top: -80px;
}

input#toggle:checked ~ #show-menu .btn:nth-child(4) {
  left:100px;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input#toggle:checked ~ #show-menu .btn:nth-child(5) {
  top :100px;left:100px;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input#toggle:checked ~ #show-menu .btn:nth-child(6) {
  top:150px;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input#toggle:checked ~ #show-menu .btn:nth-child(7) {
  top:100px;left:-100px;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input#toggle:checked ~ #show-menu .btn:nth-child(8) {
  left:-100px;opacity:1;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.menuBtn, .closeBtn {
  position: absolute;
  transition: all 0.3s ease;
}

.closeBtn {
  transform: translateY(50px);
  opacity: 0;
}

input#toggle:checked ~ #show-menu .btn .menuBtn {
  transform: translateY(-50px);
  opacity: 0;
}

input#toggle:checked ~ #show-menu .btn .closeBtn {
  transform: translateY(0px);
  opacity: 1;
}