/*!
 * WhiteMinimalist-Theme v1.3
 * https://www.shmaur.com/
 *
 * Licensed Apache-2.0 © shmaur
 */ 
.g-container {
    margin: auto;
          text-align: center;
    order: -2;
}
@media (max-width: 70em) {
    .g-container{

}
}
@media (max-width: 60em) {
    .g-container{
   display:none;
       
}
}
.g-container .title,#siteTitle a {
   /* position: relative;
    font-size: 60px;
    font-weight: bold;
    margin:0;
    overflow: hidden;*/
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #3B82F6 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: #3B82F6, #8B5CF6;
    --tw-gradient-to: #8B5CF6 var(--tw-gradient-to-position);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
     
}
.g-container .title{
       font-size: 3.25rem;
    line-height: 3.5rem;
    font-weight: 700;
    margin-bottom:10px
}
  /*       
.g-container .title::before, .g-container .title::after{
        content: "";
        position: absolute;
        top: -923px;
        left: 50%;
        width: 2000px;
        height: 2000px;
        border-radius: 45% 48% 43% 47%;
        transform: translate(-50%, -50%);
        background: rgba(3, 169, 244, .85);
        animation: rotate 10s infinite linear;
        z-index: 1;
        mix-blend-mode: lighten;
         }
         
         .g-container .title::after {
        border-radius: 43% 47% 44% 48%;
        animation: rotate 10s infinite .5s linear;
    }
*/
@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
         .g-container .txt{
              position: relative;
              font-size: 14px;
    color: #989898;
    padding: 10px 0 20px 0;
   
    font-family: Raleway, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    white-space: pre;
         }


