
.top-logo-heading h5 {
  font-family: "Fugaz One", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  margin-left: 5px;}

.top-logo-heading h2 {font-family: "Fugaz One", sans-serif;
  font-size: 72px;
  font-weight: 400;
  color: rgb(255, 198, 50);
  line-height: 0.9;
  margin-bottom: 0;}

.top-logo-heading span {font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  color: #fff;}

 .gyandora-logo {padding-left: 85px;padding-bottom: 15px;} 
 .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 1240px;}

.blue-bg {background-color: #2f44ad;}
.pt-150 {padding-top: 150px;}
.pt-20 {padding-top: 20px;}
.pt-50 {padding-top: 50px;}
h3{font-size: 32px;
  font-family: "Fugaz One", sans-serif;
  text-transform: uppercase;
  color: rgb(252, 252, 252);}

  h1{font-size: 48px;
  font-family: "Fugaz One", sans-serif;
  text-transform: uppercase;
  color: rgb(252, 252, 252);}

  .btn {padding: 12px 100px;
  border-radius: 0;
  font-family: Inter;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 14px;
  background-color: rgb(255, 198, 50);
  color: #000;}

  .btn:hover{background-color: rgb(241, 241, 241); color: #000; }

  @media (max-width: 768px) {
   .pt-150 {padding-top: 50px;}
   h3 {font-size: 22px;}
   h1 { font-size: 58px;}
   .btn {padding: 12px 80px;}
   .top-logo-heading span {font-size: 24px;line-height: 30px;}
   
}

.pb-m-60 {padding-bottom: 60px;}
/* Media query for standard 1366 x 768 resolution, 16:9 aspect ratio */
@media screen and (min-device-width: 280px) and (max-device-width: 400px) {
 .top-logo-heading h2 {font-size: 60px;}
  h1 {font-size: 50px;}
 .btn { padding: 12px 70px;  }

}