
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
   }
   body{
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
   }
   body::-webkit-scrollbar{
       display: none;
   }
   .kuttynav{
    display: none;
   }
   .navbar{
    margin-top: 15px;
    height: 170px;
    width: 100%;
    padding: 20px;
    /* background-color: yellow; */
    display: flex;
    align-items: center;
    justify-content: space-between;
   }
   .n1{
    height:93%;
    width: 14%;
    /* background-color: darkcyan; */
    overflow: hidden;
    padding: 10px;
   }
   .n1 img{
    height:100%;
    width: 100%;
    object-fit: contain;
   }
   .n2{
    height: 80%;
    width:50%;
    /* background-color: saddlebrown; */
    display: flex;
    align-items: center;
    justify-content:space-around;
   }
   .n2 a{
    text-decoration: none;
    color: #555555;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
   }
   .n2 a:hover{
    color:gold;
   }
   .heading{
    height: 200px;
    width: 100%;
    /* background-color: darksalmon; */
    padding: 20px;
   }
   .subheading{
    height: 100%;
    width: 100%;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   }
   .subheading h1{
    font-size: 45px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    color: #555555;
   }
   .subheading p{
    height:5px;
    width: 60px;
    background-color:rgb(255, 212, 22);
}
   




/* .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #333;
}

.payment-method {
    margin-bottom: 30px;
}

.payment-method h2 {
    color: #444;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.payment-method p {
    font-size: 16px;
    color: #555;
}

.qr-codes {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.qr-code {
    text-align: center;
    margin-bottom: 20px;
}

.qr-code img {
    max-width: 200px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
} */

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    background-color: #f0f2f5;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #333;
    margin-bottom: 40px;
    font-size: 2.5em;
}

.payment-method {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fafafa;
}

.payment-method h2 {
    color: #444;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 1.8em;
}

.payment-method p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.6;
    margin: 10px 0;
}

.qr-codes {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.qr-code {
    text-align: center;
    margin-bottom: 20px;
}

.qr-code img {
    max-width: 200px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.qr-code img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.qr-code p {
    margin-top: 10px;
    font-size: 1em;
    color: #666;
} */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    background-color: #f0f2f5;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #333;
    margin-bottom: 40px;
    font-size: 2.5em;
}

.payment-method {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    align-items: center;
}

.payment-method h2 {
    color: #444;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 1.8em;
    display: flex;
    align-items: center;
}

.payment-method h2 .icon {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.payment-method p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.6;
    margin: 10px 0;
}

.qr-codes {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.qr-code {
    text-align: center;
    margin-bottom: 20px;
}

.qr-code img {
    max-width: 300px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.qr-code img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.qr-code p {
    margin-top: 10px;
    font-size: 1em;
    color: #666;
}

























   




   *, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
    body{
    margin:0;
    overflow-x:hidden !important;
    box-sizing:border-box;
    font-family: 'Source Sans Pro', sans-serif;
    }
    
    
    a{
    text-decoration:none;
    outline:none !important;
    color:#fff;
    }
    
    .border-shape {
    background: #ffbe00 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 3px;
    left: 0;
    margin: 20px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
    }
    
    .border-shape::before {
    background: #ffbe00 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100px;
    }
    
    .border-shape::after {
    background: #ffbe00 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute;
    right: 80px;
    text-align: center;
    top: 1px;
    width: 100px;
    }
    
    
    
    
    
    
    
    
    
    
    /*FOOTER*/
    footer{
    width:100%;
    background-color:#121619;
    color:#fff;
    }
    
    .top_header{
    padding:2rem;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    }
    
    .top_header section{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    }
    
    .top_header span{
    padding:0 1rem;
    }
    
    .top_header .fa{
    color:#ffbe00;
    font-size:35px;
    }
    
    footer .border-shape {
    width: 40%;
    }
    
    footer .border-shape::before {
    width: 100%;
    left:120px;
    }
    
    footer .border-shape::after {
    width: 100%;
    right:120px;
    }
    
    footer .bottom_content section{
    padding:1.5rem 2rem;
    display:flex;
    align-items:center;
    justify-content:Center;
    }
    
    .bottom_content a{
    margin:0 20px;
    color:rgba(255,255,255,0.7);
    transition:0.5s;
    }
    
    .bottom_content a:hover{
    color:rgba(255,255,255,1);
    }
    
    
    .copyright{
    padding:0.8em 0;
    background-color:#1e1e1e;
    text-align:center;
    color:rgba(255,255,255,0.7);
    font-size:12px;
    }
   .copyright span a{
        color: goldenrod;
    }
    
    
    @media (max-width:820px){
    .top_header{
    padding:1rem;
    display:block;
    }
    
    .top_header section{
    margin:40px 0;
    align-items:left;
    justify-content:left;
    }
    footer .bottom_content section{
    padding:1rem;
    display:block;
    }
    footer .bottom_content section a{
    padding:1rem;
    font-size:12px;
    margin:0 5px;
    display:inline-block;
    }
    }
    










    @media screen and (max-width:600px) {


        *{
           margin: 0;
           padding: 0;
           box-sizing: border-box;   
          }
          body{
           width: 100vw;
           height: 100vh;
           overflow-x: hidden;
          }
          body::-webkit-scrollbar{
              display: none;
          }
          
          .heading{
           height: 200px;
           width: 100%;
           /* background-color: darksalmon; */
           padding: 20px;
          }
          .subheading{
           height: 100%;
           width: 100%;
           /* background-color: red; */
           display: flex;
           flex-direction: column;
           align-items: center;
           justify-content: center;
          }
          .subheading h1{
           font-size: 30px;
           font-weight: 400;
           text-transform: capitalize;
           font-family: "Poppins", sans-serif;
           color: #555555;
          }
          .subheading p{
           height:5px;
           width: 60px;
           background-color:rgb(255, 212, 22);
       }
       /* mobilnavbar */
  .kuttynav{
    height: 130px;
    width: 100%;
    padding: 10px;
    background-color:rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .firstkutty{
    height: 100%;
    width: 35%;
    overflow: hidden;
    background-color:rgb(255, 255, 255);
  }
  .firstkutty img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  

/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

/* *,
*::before,
*::after {
  box-sizing: border-box;
} */

.sec-center {
  position: relative;
  /* max-width: 100%; */
  width:65%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  z-index: 200;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.for-dropdown i{
    font-size: 30px;
    font-style: normal;
    color: #1e1e1e;
    /* margin-top: 20px; */
    /* margin-left: 130px; */
    /* font-weight: 500; */
}
.dropdown:checked + label,
.dropdown:not(:checked) + label{
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  height: 50px;
  /* margin-top: 20px; */
  margin-left: 130px;
  transition: all 200ms linear;
  border-radius: 4px;
  width:60px;
  letter-spacing: 1px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  /* background-color: #ffeba7; */
  cursor: pointer;
  color:gray;
  box-shadow: 0 12px 35px 0 rgba(255,235,167,.15);
}
.dark-light:checked ~ .sec-center .for-dropdown{
  background-color: #102770;
  color: #ffeba7;
  /* font-size: 30px; */
  box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
}
.dropdown:checked + label:before,
.dropdown:not(:checked) + label:before{
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  cursor: auto;
  pointer-events: none;
}
.dropdown:checked + label:before{
  pointer-events: auto;
}
.dropdown:not(:checked) + label .uil {
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.dropdown:checked + label .uil {
  transform: rotate(180deg);
  font-size: 24px;
  margin-left: 10px;
  transition: transform 200ms linear;
}
.section-dropdown {
  position: absolute;
  padding: 5px;
  background-color:#1e1e1e;
  top: 80px;
  left: 0;
  height: 450px;
  width: 100%;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content:space-around;
  box-shadow: 0 14px 35px 0 rgba(9,9,12,0.4);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(30px);
  transition: all 200ms linear;
}
.section-dropdown i{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: rgb(252, 198, 71);
    /* padding: 20px; */
    margin-right: 10px;
    margin-bottom: 5px;
}
.dropdown:checked ~ .section-dropdown{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.section-dropdown:before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
  display: block;
  z-index: 1;
}
.section-dropdown:after {
  position: absolute;
  top: -7px;
  right: 60px;
  /* left: 30px; */
  width: 0; 
  height: 0; 
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; 
  border-bottom: 8px solid #111;
  content: '';
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}
.dark-light:checked ~ .sec-center .section-dropdown:after {
  border-bottom: 8px solid #fff;
}

.section-dropdown a {
  position: relative;
  color: #fff;
  transition: all 200ms linear;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin-top: 3px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  /* margin: 2px 0; */
  margin-left: 10px;
  text-align: left;
  text-decoration: none;
  display:flex;

  
}
.dark-light:checked ~ .sec-center .section-dropdown a {
  color: #102770;
}
a:hover {
  color: #102770;
  background-color: #ffeba7;
}
.dark-light:checked ~ .sec-center .section-dropdown a:hover {
  color: #ffeba7;
  background-color: #102770;
}
a .uil {
  font-size: 22px;
}
.dropdown-sub:checked + label,
.dropdown-sub:not(:checked) + label{
  position: relative;
  color: #fff;
  transition: all 200ms linear;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
  border-radius: 2px;
  padding: 5px 0;
  padding-left: 20px;
  padding-right: 15px;
  text-align: left;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
    -ms-flex-pack: distribute;
    cursor: pointer;
}
.dropdown-sub:checked + label .uil,
.dropdown-sub:not(:checked) + label .uil{
  font-size: 22px;
}
.dropdown-sub:not(:checked) + label .uil {
  transition: transform 200ms linear;
}
.dropdown-sub:checked + label .uil {
  transform: rotate(135deg);
  transition: transform 200ms linear;
}
.dropdown-sub:checked + label:hover,
.dropdown-sub:not(:checked) + label:hover{
  color: #102770;
  background-color: #ffeba7;
}
.dark-light:checked ~ .sec-center .section-dropdown .for-dropdown-sub{
  color: #102770;
}
.dark-light:checked ~ .sec-center .section-dropdown .for-dropdown-sub:hover{
  color: #ffeba7;
  background-color: #102770;
}

.section-dropdown-sub {
  position: relative;
  display: block;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  padding-left: 10px;
  padding-right: 3px;
  overflow: hidden;
  transition: all 200ms linear;
}
.dropdown-sub:checked ~ .section-dropdown-sub{
  pointer-events: auto;
  opacity: 1;
  max-height: 999px;
}
.section-dropdown-sub a {
  font-size: 14px;
}
.section-dropdown-sub a .uil {
  font-size: 20px;
}
       .navbar{
        overflow: hidden;
        display: none;
        margin-top: 15px;
        height: 170px;
        width: 100%;
        padding: 20px;
        /* background-color: yellow; */
        /* display: flex; */
        align-items: center;
        justify-content: space-between;
       }
       .n1{
        height:93%;
        width: 14%;
        /* background-color: darkcyan; */
        overflow: hidden;
        padding: 10px;
       }
       .n1 img{
        height:100%;
        width: 100%;
        object-fit: contain;
       }
       .n2{
        height: 80%;
        width:50%;
        /* background-color: saddlebrown; */
        display: flex;
        align-items: center;
        justify-content:space-around;
       }
       .n2 a{
        text-decoration: none;
        color: #555555;
        font-family: "Poppins", sans-serif;
        text-transform: capitalize;
       }
       .n2 a:hover{
        color:gold;
       }
       
    



       .container {
        height:auto;
        width: 100%;
        /* max-width: 800px; */
        margin: 50px auto;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    
    h1 {
        text-align:left;
        color:white;
        margin-bottom: 40px;
        font-size: 2.5em;
    }
    
    .payment-method {
        margin-bottom: 30px;
        padding: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        background-color:rgb(245, 198, 47);
        display:grid;
        flex-direction: column;
        /* align-items: left; */
        justify-content:left;
        /* align-items: left; */
    }
    
    .payment-method h2 {
        color:rgb(44, 43, 43);
        border-bottom: 2px solid #e0e0e0;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 1.8em;
        display: flex;
        align-items:left;
    }
    
    .payment-method h2 .icon {
        width: 30px;
        height: auto;
        margin-right: 10px;
    }
    
    .payment-method p {
        font-size: 1.1em;
        color: #403e3e;
        line-height: 1.6;
        margin: 10px 0;
    }
    
    .qr-codes {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .qr-code {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .qr-code img {
        max-width: 300px;
        border: 1px solid #ddd;
        padding: 10px;
        background-color: #fff;
        border-radius: 8px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .qr-code img:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .qr-code p {
        margin-top: 10px;
        font-size: 1em;
        color: #666;
    }
    























































       
       
          *, *:after, *:before {
           -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
           box-sizing: border-box;
           }
           body{
           margin:0;
           overflow-x:hidden !important;
           box-sizing:border-box;
           font-family: 'Source Sans Pro', sans-serif;
           }
           
           
           a{
           text-decoration:none;
           outline:none !important;
           color:#fff;
           }
           
           .border-shape {
           background: #ffbe00 none repeat scroll 0 0;
           color: #fff;
           display: block;
           height: 3px;
           left: 0;
           margin: 20px auto;
           position: relative;
           right: 0;
           text-align: center;
           top: 0;
           width: 80px;
           }
           
           .border-shape::before {
           background: #ffbe00 none repeat scroll 0 0;
           bottom: 0;
           content: "";
           height: 1px;
           left: 80px;
           margin: 0 auto;
           position: absolute;
           text-align: center;
           top: 1px;
           width: 100px;
           }
           
           .border-shape::after {
           background: #ffbe00 none repeat scroll 0 0;
           bottom: 0;
           content: "";
           height: 1px;
           margin: 0 auto;
           position: absolute;
           right: 80px;
           text-align: center;
           top: 1px;
           width: 100px;
           }
        
           /*FOOTER*/
           footer{
               overflow: hidden;
               height: auto;
           width:100%;
           background-color:#121619;
           color:#fff;
           }
           
           .top_header{
           padding:2rem;
           display:flex;
           flex-direction: column;
           align-items:center;
           justify-content:center;
           position:relative;
           }
           
           .top_header section{
           display:flex;
           align-items:center;
           justify-content:left;
           height: 100%;
           width:100%;
           }
           
           .top_header span{
           padding:0 1rem;
           }
           
           .top_header .fa{
           color:#ffbe00;
           font-size:35px;
           }
           
           footer .border-shape {
           width: 40%;
           }
           
           footer .border-shape::before {
           width: 100%;
           left:120px;
           }
           
           footer .border-shape::after {
           width: 100%;
           right:120px;
           }
           
           footer .bottom_content section{
           padding:1.5rem 2rem;
           display:flex;
           /* flex-direction: column; */
           align-items:center;
           flex-wrap: wrap;
           justify-content:Center;
           height: 100%;
           width: 100%;
           padding: 20px;
       }
           
           .bottom_content a{
           margin:0 20px;
           color:rgba(255,255,255,0.7);
           transition:0.5s;
           }
           
           .bottom_content a:hover{
           color:rgba(255,255,255,1);
           }
           
           
           .copyright{
           padding:10px;
           background-color:#1e1e1e;
           text-align:center;
           height: 100%;
           width: 100%;
           color:rgba(255,255,255,0.7);
           font-size:12px;
           /* flex-wrap: wrap; */
           }
          .copyright span a{
           /* width: 30%; */
           /* flex-wrap: wrap; */
               color: goldenrod;
           }
           
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
           }