html {
  overflow-x: hidden;
  max-width: 100%;
}
  body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100%;
}
#menuToggle
{
  display: block;
  position: relative;
  top: 43px;
  left: 17px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a
{
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}
#menuToggle a:hover
{
  text-decoration: underline;
}
#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: calc(100vw - 80px);
  height: 100vh;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 18px 0;
  font-size: 25px;
  font-family: 'Alegreya Sans SC', sans-serif; 
  text-transform: uppercase;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}

@font-face {
    font-display: block;
    font-family: Roboto;
    src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
  }

  @font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 600;
    src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
  }

  @font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 700;
    src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
  }

  #sib-container input:-ms-input-placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
  }

  #sib-container input::placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
  }

  #sib-container textarea::placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
  }

@media screen and (max-width: 625px) { .fr { display: none; } }
@media screen and (min-width: 626px) { .bw { display: none; } }

.bgc{
background-color: #e6e3da;
color: #000;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
.mpage{
background-color: #fff;
margin: 1.8%;
padding: 0.8%;
justify-content: center;
text-align: center;
}
.tpage{
background-color: #e6e3da;
margin: 1.8%;
padding: 0.8%;
justify-content: center;
text-align: center;
}
.ppage{
background-image: url("https://nirabpaudel.com.np/img/pa.jpg");
background-repeat: no-repeat;
background-size: cover;
margin: 1.8%;
padding: 0.8%;
justify-content: center;
text-align: center;
}
.ct1{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
padding: 0 1rem;
}
.des{
color: #000;
font-family: 'EB Garamond', serif;
font-size: 140%;
margin-left: 25%;
margin-right: 25%; 
}
.des2{
color: #000;
font-family: "PT Sans", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 140%;
margin-left: 25%;
margin-right: 25%; 
}
.lh{
color: #000;
text-decoration: none;
}
.lh:hover{
text-decoration: underline;
}
@media screen and (max-width: 1000px) { .des { margin-left: 15%; margin-right: 15%; } } @media screen and (max-width: 800px) { .des { margin-left: 10%; margin-right: 10%; } } @media screen and (max-width: 625px) { .des { margin-left: 5%; margin-right: 5%; } }
@media screen and (max-width: 1000px) { .des2 { margin-left: 15%; margin-right: 15%; } } @media screen and (max-width: 800px) { .des2 { margin-left: 10%; margin-right: 10%; } } @media screen and (max-width: 625px) { .des2 { margin-left: 5%; margin-right: 5%; } }
.qpage{
background-color: #e6e3da;
margin-top: 0%;
padding-top: 0%;
margin-bottom: 1.8%;
padding-bottom: 0.8%;
margin-left: 1.8%;
padding-left: 0.8%;
margin-right: 1.8%;
padding-right: 0.8%;
justify-content: center;
text-align: center;
}

.grid{
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
animation: slide-up 1s ease;
animation-delay: 0.5s;
}
@media screen and (max-width: 1000px) { .grid { grid-template-columns: repeat(2, 1fr); } } 
@media screen and (max-width: 520px) { .grid { grid-template-columns: repeat(1, 1fr); } }
.card{
background-color: #fff;
border-radius: 1rem;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
padding: 1rem;
}
.card img{
width: 100%;
height: 50%;
border-radius: 0.5rem;
margin-bottom: 0.2rem;
text-align: center;
}
.card h3{
font-size: 1.3rem;
margin-bottom: 0.2rem;
font-family: 'Open Sans', sans-serif;
text-align: center;
}
.pgb{
font-family: 'Open Sans', sans-serif;
font-size: 0.95rem;
margin-bottom: 1px;
text-align: center;
}
.rm{
font-family: 'Open Sans', sans-serif;
font-size: 0.795rem;
text-decoration: none;
color: #0000FF;
}
.rm:hover{
text-decoration: underline;
}

.btnc{
background-color: #fff;
border: none;
color: #333;
font-size: 1rem;
padding: 0.6rem 1.6rem;
text-align: center;
text-transform: uppercase;
transition: background-color 0.3s ease;
margin-bottom: 8rem;
font-family: 'Lato', sans-serif;
}

.btnc:hover {
background-color: #d3d3d3;
}

.btnctmp{
background-color: #fff;
border: none;
color: #333;
font-size: 1rem;
padding: 0.6rem 1.6rem;
text-align: center;
text-transform: uppercase;
transition: background-color 0.3s ease;
margin-bottom: 8rem;
font-family: 'Lato', sans-serif;
}

.btnctmp:hover {
background-color: #a9a9a9;
color: #fff;
}

.bgph{ 
background-color: #e6e3da;
margin: 1.8%;
padding: 0.8%;
justify-content: center;
text-align: center; 
}
.pix{
justify-content: center;
text-align: center;
padding-bottom: 4%;
padding-top: 4%;
padding-left: 4%;
padding-right: 4%;
}
.columnz{
float: left;
width: 23.73%;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 2%;
}
@media screen and (max-width: 1000px) { .columnz { width: 44.61%; } } 
/* @media screen and (max-width: 520px) { .columnz { width: 100%; } } */
.columnzx{
float: left;
width: 23.73%;
padding-left: 5px;
padding-right: 5px;
padding-top: 0px;
padding-bottom: 2%;
}
.rowz::after {
content: "";
clear: both;
display: table;
}
@media screen and (max-width: 1000px) { .columnzx { width: 44.61%; } } 
/* @media screen and (max-width: 520px) { .columnzx { width: 100%; } } */
.btnv{
background-color: #fff;
border: none;
color: #333;
font-size: 1rem;
padding: 0.6rem 1.6rem;
text-align: center;
text-transform: uppercase;
transition: background-color 0.3s ease;
text-decoration: none;
font-family: 'Lato', sans-serif;
}

.btnv:hover {
background-color: #e6e3da;
border: 1px dashed black;
}

.btnw1{
background-color: #fff;
border: none;
color: #333;
font-size: 1rem;
padding: 0.6rem 1.6rem;
margin-right: 8px;
text-align: center;
text-transform: uppercase;
transition: background-color 0.3s ease;
text-decoration: none;
font-family: 'Lato', sans-serif;
}

.btnw1:hover {
background-color: #e6e3da;
border: 1px dashed black;
}

@media screen and (max-width: 520px) { .btnw1 { font-size: 0.8rem; padding: 0.4rem 0.5rem; margin-right: 3px; } }

.btnw2{
background-color: #fff;
border: none;
color: #333;
font-size: 1rem;
padding: 0.6rem 1.6rem;
margin-left: 8px;
text-align: center;
text-transform: uppercase;
transition: background-color 0.3s ease;
text-decoration: none;
font-family: 'Lato', sans-serif;
}

.btnw2:hover {
background-color: #e6e3da;
border: 1px dashed black;
}

@media screen and (max-width: 520px) { .btnw2 { font-size: 0.8rem; padding: 0.4rem 0.5rem; margin-left: 3px; } }

.lpage{
background-color: #0d172f;
margin-left: 1.8%;
margin-right: 1.8%;
margin-top: 1.8%;
margin-bottom: 2.2%;
padding-left: 0.8%;
padding-right: 0.8%;
padding-top: 0.8%;
justify-content: center;
text-align: center;
color: #fff;
}
.lpage a{
color: #fff;
text-decoration: none;
}
.lpage a:hover{
text-decoration: underline;
}
.btls{
/* background-color: #1DB954; */
background-color: #2C2D2D;
color: #fff; 
font-size: 18px; -webkit-user-select: none; -ms-user-select: none; user-select: none;
height: 16px;
padding: 7px; 
margin-right: 3px;
border-radius: 1rem; 
text-decoration: none; 
text-align: center; 
display: inline-block; 
cursor: pointer; 
transition: all 0.5s; 
} 
.btll{
background-color: #C3000D; 
color: #fff; 
font-size: 18px; -webkit-user-select: none; -ms-user-select: none; user-select: none;
height: 18px;
padding: 6px; 
margin-left: 3px;
border-radius: 1rem; 
text-decoration: none; 
text-align: center; 
display: inline-block; 
cursor: pointer; 
transition: all 0.5s; 
} 
        .containerco {
            max-width: 800px;
            margin: 0 auto;
            background-color: #fff;
            padding-right: 20px;
            padding-left: 20px;
            padding-top: 2px;
            padding-bottom: 2px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            font-family: Arial, sans-serif;
        }
        .sectionco {
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #ccc;
            overflow: hidden;
        }
        .sectionco h4 {
            font-size: 30px;
            margin-bottom: 20px;
            margin-top: 5px;
        }
        .itemco {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        .itemco img {
            width: 80px;
            height: 80px;
            margin-right: 20px;
            border-radius: 4px;
        }
        .itemco .info {
            flex: 1;
        }
        .itemco h5 {
            margin: 0;
            font-size: 18px;
            margin-bottom: 5px;
        }
        .itemco p {
            margin: 0;
            color: #666;
        }
