.schoolbell-regular {
    font-family: "Schoolbell", cursive;
    font-weight: 400;
    font-style: normal;


}
	
/* body {
  --white: #fefefeff;
  --cornell-red: #af0b0eff;
  --tea-rose-red: #f7cac5ff;
  --turkey-red: #a50408ff;
  --bittersweet-shimmer: #bc5b5aff;

  background-color: var(--white);
  background-image:
    linear-gradient(45deg, var(--cornell-red) 25%, transparent 25%),
    linear-gradient(-45deg, var(--tea-rose-red) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--bittersweet-shimmer) 75%),
    linear-gradient(-45deg, transparent 75%, var(--turkey-red) 75%);
  background-size: 40px 40px;
  background-repeat: repeat;
} */

body {
   background: 
		  radial-gradient(farthest-side at -33.33% 50%,#0000 52%,#BC5B5A 54% 57%,#0000 59%) 0 calc(288px/2),
		  radial-gradient(farthest-side at 50% 133.33%,#0000 52%,#BC5B5A 54% 57%,#0000 59%) calc(288px/2) 0,
		  radial-gradient(farthest-side at 133.33% 50%,#0000 52%,#BC5B5A 54% 57%,#0000 59%),
		  radial-gradient(farthest-side at 50% -33.33%,#0000 52%,#BC5B5A 54% 57%,#0000 59%),
		  #FEFEFE;
	background-size: calc(288px/4.667) 288px,288px calc(288px/4.667);

    background-color: #F5F5FF;
}

/* Base font size for the body */
body {
  font-size: 1rem; /* 16px if root font size is 16px */
  line-height: 1.5; /* for readability */
}

:root {
    --white: #fefefeff;
    --cornell-red: #af0b0eff;
    --tea-rose-red: #f7cac5ff;
    --turkey-red: #a50408ff;
    --bittersweet-shimmer: #bc5b5aff;
}

/* Start https://www.cursors-4u.com */
* {
    cursor: url(https://cur.cursors-4u.net/nature/nat-1/nat32.cur), auto !important;
}

* {
    scroll-behavior: smooth;
    font-family: 'Schoolbell', cursive !important;
}

/* Top header and the navigation parts START similiear for all */
.top_main {
    padding-top: 34px;
    border-bottom: none;

    /* background: #963334FF;
background: linear-gradient(0deg, rgba(150, 51, 52, 1) 0%, rgba(150, 51, 52, 1) 35%, rgba(251, 233, 225, 1) 100%);
*/
}

 .color-effect[data-astro-cid-j7pv25f6] {
    background: linear-gradient(120deg, var(--white), var(--bittersweet-shimmer));
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: bolder;
    font-size: 60px;
    -webkit-text-fill-color: transparent;
}

.top_text {
    background: #963334FF;
    background: -webkit-linear-gradient(0deg, rgba(150, 51, 52, 1) 23%, rgba(154, 9, 11, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(150, 51, 52, 1) 23%, rgba(154, 9, 11, 1) 100%);
    background: linear-gradient(0deg, rgba(150, 51, 52, 1) 23%, rgba(154, 9, 11, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#963334", endColorstr="#9A090B", GradientType=0);

   text-shadow: rgba(255,255,255,1) 0px 0px 74px;

    color: #F5F5FF;
    border-radius: 50% 50% 0 0;
    margin-top: 50px;
    border-width: 8px 8px 0 8px ;
    border: #94090b solid;
    border-spacing: 5px;
    margin-bottom: 5px;
    
    box-shadow: 18px 19px 63px -11px rgba(56,56,56,0.78);
-webkit-box-shadow: 18px 19px 63px -11px rgba(56,56,56,0.78);
-moz-box-shadow: 18px 19px 63px -11px rgba(56,56,56,0.78);

}

.top_text h1 {
    padding-top: 50px;
    text-shadow: rgba(255,255,255,1) 0px 0px 74px;

}

.nav_main {
    border-spacing: 5px;
    background-color: var(--tea-rose-red);
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-radius: 16px;
    border: #94090b solid;
box-shadow: 18px 19px 63px -11px rgba(56,56,56,0.78);
-webkit-box-shadow: 18px 19px 63px -11px rgba(56,56,56,0.78);
-moz-box-shadow: 18px 19px 63px -11px rgba(56,56,56,0.78);
}

.nav_ul{
    padding-top: 10px;
    gap: 10px;
}
.nav {
    color: var(--turkey-red);
    border-radius: 50% 50% 0% 0%;
    margin-left: 12px;
    text-align: center;
    justify-content: center;
    
}


.nav a {
    margin-top: 10px;
    display: flex;
    transition: transform 0.3s ease;
    font-size: 20px;
    text-decoration: none;
    color: inherit;
}

.nav a:hover {
    letter-spacing:1px;
    list-style: none;
    border-radius: 10% 10% 10% 10%;
    color: var(--turkey-red);
    background-color:rgba(175, 11, 14, 0.384);
    border: 1px var(--turkey-red) solid;
    animation: navmation infinite 1s  0s  ease-in-out;

    
}
@keyframes navmation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }

  
  
}
/* Top header and the navigation parts ENDS */


/* The Home page css STARTS below */
.home_main {
    padding: 30px 20px;
    text-align: start;
    background-color:white;
    border: #94090b 1px solid;
    border-radius: 16px;
    
    /* box-shadow: 18px 19px 63px -11px rgba(56,56,56,0.78);
-webkit-box-shadow: 18px 19px 63px -11px rgba(56,56,56,0.78);
-moz-box-shadow: 18px 19px 63px -11px rgba(56,56,56,0.78); */

}

.home_left {
    font-size: large;
    background-color:var(--tea-rose-red);
    border-radius: 16px;
    border: 3px dashed #94090b;
    padding-top: 20px;
    padding-bottom: 20px;
}

.icon {
    padding: 15px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.icon:hover {
    transform: scale(1.2); /* Adjust the scale factor as needed */
}

.tickcounter{
     padding: 15px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.home_right {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: large;
    background-color: #ffaca3;
    border-radius: 16px;
}
.date{
    color: #94090b;
}


/* The Home page css ENDS  */


/* THE TOS page STARTS BELOW */
.pricing{
    background-color: white;
    border-radius: 16px;
    padding: 20px 20px;
    border: 1px #94090b solid;
}

.tos_left{
border-right: 2px #94090b solid;
}
.tos_above_portion{
    padding-top: 20px;
}
.tos_lower_portion{
    padding-top: 30px;
}
.tos_right{
        padding-top: 20px;
}
.tos_list{
 list-style: none;
}
.symbol{
      display: inline-block;
    font-weight: 900;
    color: var(--cornell-red);
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
/* section 2 for tos */

.impo{
    background-color: var(--tea-rose-red);
    border-radius: 16px;
    border: 1px #94090b solid;
    padding: 20px;

}
.expect{
    background-color: #fa8987;
    border-radius: 16px;
    border: 1px #94090b solid;
    padding: 20px;

}
.headings{
    font-weight: 900;
}
/* THE TOS page ENDS  */



/* The gallery page CSS STARTS */
.intro{
    padding: 2rem;
}
.link{
    text-decoration: dotted;
    font-size: larger;
}
.gall_main{
    background-color: white;
    border-radius: 16px;
    padding: 20px 20px;
    border: 1px #94090b solid;}
.image{
    height: 300px;
    width: 200px;
    transition: transform 0.3s ease;
    border-radius: 16px;
    transition: all  0.3s ease;
/* 
    filter: blur(2px);
-webkit-filter: blur(2px);
-moz-filter: blur(2px); */
}

.image:hover{
    border-radius: 16px;
    border: #000000 3px solid;
    transform: scale(1.1); /* Adjust the scale factor as needed */
    /* filter: blur(0px);
-webkit-filter: blur(0px);
-moz-filter: blur(0px); */
}

.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}




.photo-gallery .item {
    
  padding-bottom:30px;
}
.item{
    transition: scale 0.5s ease;


}

.item:hover{
    scale:calc(1.1);
    
}

.lightbox {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.9);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

.lightbox img {
    max-width: 90%;
    max-height: 80vh;
    border-radius: 10px;
    border: 2px white solid;
      
    box-shadow: 0 0 20px rgba(0,0,0,0.8);

    -webkit-box-shadow:0px 0px 126px 23px rgba(173,255,230,0.54);
    -moz-box-shadow: 0px 0px 126px 23px rgba(173,255,230,0.54);
    box-shadow: 0px 0px 126px 23px rgba(173,255,230,0.54);
    }

.lightbox:target {
    display: flex;
    }

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    }

        
/* The Galerry Page CSS ENDS */