@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
*{box-sizing: border-box;font-family: 'Poppins', sans-serif;}body{margin:0px;padding:0px;}img{max-width:100%;height:auto;}.bttg4e-wrap{width: 100%;max-width:1255px;margin:auto;}.txt-cntr{text-align:center;}.txt-wht{color:#fff;}.prize-img{max-width:400px;}.btn-syl{max-width: 280px;}.bttg4e-headings{font-size: 30px;margin: 5px 0;}p{line-height: 1.7;font-size: 18px;margin: 5px 0;}.btn-pd{padding-top: 15px;}.bttg4e-wrap-full{max-width: 100%;width: 100%;margin:auto;}a{text-decoration: none;}
.bttg4e-wrapq{max-width:900px;margin:auto;}

/*flex*/
.bttg4e-flex{display: flex;}.bttg4e-flex-jus{justify-content: space-between;}.bttg4e-flex-aln{align-items: center;}.bttg4e-flex-gp{gap: 20px;}
/*flex-child*/
.bttg4e-flex-50{flex: 50%;}.bttg4e-flex-25{flex: 25%;}.bttg4e-flex-33{flex: 33.33%;}.bttg4e-flex-40{flex: 40%;}.bttg4e-flex-60{flex: 60%;}.bttg4e-flex-70{flex: 70%;}.bttg4e-flex-30{flex: 30%;}.bttg4e-flex-20{flex: 20%;}.bttg4e-flex-80{flex: 80%;}
/*header*/
.logo-img{max-width: 200px;}.bttg4e-header{padding: 2px;}.bttg4e-header h2{margin: 0px;font-size: 30px;font-weight: 700;text-shadow: 2px 2px #3333334d;}.bttg4e-header a{color: #000;}
.bttg4e-msubs{font-size:20px;color:#fff; }
.bttg4e-ppti{font-size:30px; font-weight:700; margin-bottom:0px} .itp h2{margin-bottom:0px;}
/*banner*/ 
.bttg4e-banner-img{max-width: 400px;}.bttg4e-banner{padding: 40px 10px; background:linear-gradient(0deg, #4162ab 25%, #282460 100%);  background-size:Cover;background-repeat:no-repeat;} .bttg4e-mnhd{font-size: 32px;font-weight: 600;color:#fff;margin:0px;} .bttg4e-mnhds{font-size: 32px;font-weight: 600;margin:0px;} .bft-imgf{border-radius:20px;background-color:#fff;padding:10px;}
.btn-styd{font-size: 30px;font-weight: 800; line-height: 1.2em; fill: #000000;   color: #000000; background-color: #FFB431; border-radius: 5px 5px 5px 5px;box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.18); display:inline-block;margin-top:25px;padding:15px;transition: 0.3s; animation: heartbeat 2s infinite;} .bttg4e-pd{color:#fff;font-size:16px;margin-top:12px;}  .btn-sani{animation: heartbeat 2s infinite;}
@keyframes heartbeat{ 
0% {
    transform: scale(1);
}
25% {
    transform: scale(1.1);
}
50% {
    transform: scale(1);
}
75% {
    transform: scale(1.1);
}
100% {
    transform: scale(1);
}}
/*about*/
.bttg4e-abt{margin:30px 10px;} .bttg4e-ctn{max-width:1100px; margin:auto;} 
/*footer*/
.bttg4e-footer{padding: 20px 0px;background-color:#efefef}.bttg4e-footer a{color: #000;font-weight: 700;}
.desk-nn{display: none;}.mob-nn{display: block;}
/*contact-page-css*/
input[type=text], select, textarea {
    width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px;  box-sizing: border-box; margin-top: 6px;margin-bottom: 16px; resize: vertical;
  }
  input[type=submit] { background-color: #ffffff; color: #000; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer;}
  input[type=submit]:hover {background-color: #ecdada;}
/*media-query*/
@media only screen and (max-width:767px){
.bttg4e-flex-dir{flex-direction: column;}.mob-cntr{text-align: center;}.bttg4e-headings{font-size: 25px;}.bttg4e-header h2{font-size: 25px;}.bttg4e-wrap{padding: 0px 20px;}.bttg4e-flex-dir-rev{flex-direction: column-reverse;}.bttg4e-banner h2{font-size: 25px;}.bttg4e-banner-p{margin: auto;}.desk-nn{display: block;}.mob-nn{display: none;} .btn-styd{font-size: 25px;}
}