
@import url('https://fonts.cdnfonts.com/css/agency-fb');

@import url('https://fonts.cdnfonts.com/css/maiandra-gd');

*{
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: "got";
    src: url("https://db.onlinewebfonts.com/t/97c4b25dc74e0ab045154e75a8fdd69d.eot");
    src: url("https://db.onlinewebfonts.com/t/97c4b25dc74e0ab045154e75a8fdd69d.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/97c4b25dc74e0ab045154e75a8fdd69d.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/97c4b25dc74e0ab045154e75a8fdd69d.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/97c4b25dc74e0ab045154e75a8fdd69d.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/97c4b25dc74e0ab045154e75a8fdd69d.svg#Game of Thrones")format("svg");
}

.container {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url(images/fire-dragon-landscape.jpeg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
}
.container::after{
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background:linear-gradient(to top,rgba(0, 0, 0, 1),rgba(186, 248, 228, 0));   
}


.disclaimer {
    width: 60%;
    height: 60%;
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000000;
  }
  
  .disc-in{
    width: 90%;
    height: 80%;
    border: 1px solid rgba(255, 255, 255, 0.551);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  
  .text{
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    gap: 20px;
  }
  
  .disc-in a{
    display: inline-block;
    padding: 8px 18px;
    background: rgb(255, 255, 255,0.8);
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    color: #111;
    font-family: 'Maiandra GD', sans-serif;
    letter-spacing: 2px;
    transition: 0.5s;
  }
  
  .text h1{
    font-family: got;
    color: rgba(216, 64, 41, 0.9);
  }
  
  .text p{
    font-family: 'Maiandra GD', sans-serif;
    font-size: 17px;
    line-height: 25px;
    text-transform: capitalize; 
  }


  .text-focus-in{-webkit-animation:text-focus-in 0.5s cubic-bezier(.55,.085,.68,.53) both;animation:text-focus-in 0.5s cubic-bezier(.55,.085,.68,.53) both}


 /* ----------------------------------------------
 * Generated by Animista on 2024-10-20 19:35:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}


  @media screen and (width<=480px){


    .disclaimer {
        width: 85%;
        height: 80%;
        text-align: center;
        color: white;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000000;
      }
      
      .disc-in{
        width: 80%;
        height: 90%;
        border: 1px solid rgba(255, 255, 255, 0.551);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
      }
      
      .text{
        display: flex;
        flex-direction: column;
        padding: 0 10px;
        gap: 20px;
      }
      
      .disc-in a{
        display: inline-block;
        padding: 8px 15px;
        background: rgb(255, 255, 255,0.8);
        border-radius: 4px;
        text-decoration: none;
        font-weight: bold;
        color: #111;
        font-size: 12px;
        font-family: 'Maiandra GD', sans-serif;
        letter-spacing: 2px;
        transition: 0.5s;
      }
      
      .text h1{
        font-family: got;
        font-size: 20px;
        color: rgba(216, 64, 41, 0.9);
      }
      
      .text p{
        font-family: 'Maiandra GD', sans-serif;
        font-size: 17px;
        line-height: 28px; 
      }
    

  }

  @media screen and (height<=730px){

    .text p{
      font-family: 'Maiandra GD', sans-serif;
      font-size: 16px;
      line-height: 25px; 
    }
  }
  