body{
    justify-content: center;
    align-items: center;
    margin:0;
    padding:0;
    color:white;
    height: fit-content; 
    background-color:transparent;
    background-image:
    radial-gradient(at 23% 78%, #ba90e9 0px, transparent 50%),
    radial-gradient(at 49% 87%, hsla(21,61%,73%,1) 0px, transparent 50%),
    radial-gradient(at 84% 49%, hsla(11,82%,69%,1) 0px, transparent 50%);
    height: 780px;
    
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: whitesmoke;
}
a:hover{
    color:white;
}
.container{
    background-color:#ffce99;
    background-image:
    radial-gradient(at 23% 78%, #ba90e9 0px, transparent 50%),
    radial-gradient(at 49% 87%, hsla(21,61%,73%,1) 0px, transparent 50%),
    radial-gradient(at 84% 49%, hsla(11,82%,69%,1) 0px, transparent 50%);
    height: fit-content;
}
.containHeader{
    position: sticky;
    margin:0;
    padding:0;
    background: transparent;
    box-shadow: 0 8px 32px 0 rgba(36, 37, 44, 0.37);
    border-bottom: #9e525b 1px;
    backdrop-filter: blur(20px );
    -webkit-backdrop-filter: blur( 20px ); 
}
#containerBody{
    justify-content: none;
    align-items: none;
}
h2 {
    vertical-align: center;
    text-align: center;
  }
  
  html, body {
    margin: 0;
    height: 100%;
  }
  
  * {
    font-family: "Poppins",;
    box-sizing: border-box;
  }
  
  .top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    margin:0;
    padding:0;
    background: transparent;
    box-shadow: 0 8px 32px 0 rgba(219, 219, 219, 0.5);
    border-bottom: #977a5a 1px;
    backdrop-filter: blur( 20px );
    -webkit-backdrop-filter: blur( 20px );
    color: #FFF;
    height: 50px;
    padding: 1em;
  }
  
  .menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: rgb(241, 240, 240);
    font-weight: 501;
  }
  
  .menu > li {
    margin: 0 1rem;
    overflow: hidden;
  }

  .menu li:hover{
    font-weight: bolder;
    color:white;
    
  }
  
  .menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #menu-toggle {
    display: none;
  }
  
  .menu-button,
  .menu-button::before,
  .menu-button::after {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
  }
  
  .menu-button::before {
    content: '';
    margin-top: -8px;
  }
  
  .menu-button::after {
    content: '';
    margin-top: 8px;
  }
  
  #menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
  }
  
  #menu-toggle:checked + .menu-button-container  .menu-button{
    background: transparent;
    box-shadow: 0 8px 32px 0 rgba(36, 37, 44, 0.37);
    border-bottom: #9e525b 1px;
    backdrop-filter: blur( 10px );
    -webkit-backdrop-filter: blur( 10px );
  }

  #menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
  }
  
  
.containerBody{
    height: fit-content;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin:0;
    padding:0;
}
.mainText{ 
    margin-top:0;
    padding:80px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 900;
    font-size:60pt;
    text-align: center;
    margin-bottom:0;
}
h2{
    margin-top: 0;
    color: rgb(231, 231, 231);
    font-size: 25pt;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 100px;
}

.btn{
    /* background: transparent;
    box-shadow: 0 8px 32px 0 rgba(36, 37, 44, 0.37); */
    /* border:white 2px solid; */
    border:none;
    border-radius: 2px;
    color: white;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 15pt;
    background: transparent;box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );backdrop-filter: blur( 20px );-webkit-backdrop-filter: blur( 20px );border-radius: 10px;border: 1px #9e525b;
    margin-right: 50px;
    padding: 20px;
    min-width: 100px;
}

.btn:hover{
    text-transform: capitalize;
    font-weight: bolder;
    transition: ease-in-out 0.5s;
}


/* start footer */
footer {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  footer hr {
    width: 100px;
    color:white;
    background-color: white;
  }
  /* end footer */
  
  /* start social icon */
  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .social-icon li {
    display: inline-block;
    list-style: none;
  }
  .social-icon li a {
    border-radius: 50%;
    color:white;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    text-align: center;
    margin-right: 10px;
  }
  .social-icon li a:hover {
    color: rgb(168, 106, 168);
  }
  /* end social icon */
  

  @media only screen and (max-width: 800px)and (min-device-width : 768px) {
       .containerBody h1{
        margin-top:100px;
        font-size: 40pt;
        /* font-family: 'Poppins', 'Arial Narrow', Arial, sans-serif; */
        font-family: 'Montserrat Alternates', sans-serif;
        ;
        font-weight:900;
    }
    .menu-button-container {
        display: flex;

      }
      .menu {
        position: absolute;
        top: 0;
        margin-top: 50px;
        left: 0;
        color:#ba90e9;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
      }
      #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
      }
      #menu-toggle:checked ~ .menu li {
          border: #a56faa 1px;
        height: 2.5em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
      }
      .menu > li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
        background-color: hsla(21,61%,73%,1);
        background: linear-gradient(to left, #f1c89c, #d0b0d3);
        box-shadow: 0 8px 32px 0 rgba(36, 37, 44, 0.37);
        border-bottom: #a56faa 1px;
        backdrop-filter: blur( 8px );
        -webkit-backdrop-filter: blur( 8px );
      }
      .menu > li:not(:last-child) {
          border-bottom: #a56faa 1px;
      }

  }
 
  @media only screen and (max-width: 500px){
    .containerBody h1{
        margin-top:100px;
        font-size: 30pt;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    .menu-button-container {
        display: flex;
      }
      .menu {
        position: absolute;
        top: 0;
        margin-top: 50px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
      }
      #menu-toggle ~ .menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
      }
      #menu-toggle:checked ~ .menu li {
          border: #a56faa 1px;
        height: 2.5em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
      }
      .menu > li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
        background: linear-gradient(to left, #f1c89c, #d0b0d3);
        /* box-shadow: 0 8px 32px 0 rgba(36, 37, 44, 0.37);
        border-bottom: #a56faa 1px;
        backdrop-filter: blur( 8px );
        -webkit-backdrop-filter: blur( 8px ); */
      }
      .menu > li:not(:last-child) {
          border-bottom: #a56faa 1px;
      }
  } 

  @media only screen and (max-width: 812px)and (min-device-width : 812px) 
  {   
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
      border: #f1c89c 1px;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background: linear-gradient(to left, #f1c89c, #d0b0d3);
    box-shadow: 0 8px 32px 0 rgba(36, 37, 44, 0.37);
    border-bottom: #f1c89c 1px;
    backdrop-filter: blur( 8px );
    -webkit-backdrop-filter: blur( 8px );
  }
  .menu > li:not(:last-child) {
      border-bottom: #f1c89c 1px;
  }
}
