@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Courgette&family=Lemonada:wght@400;600&family=Outfit:wght@600&family=Philosopher:ital,wght@1,700&family=Poppins:wght@300;400;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


body{
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(90deg, rgba(248,208,32,1) 0%, rgba(255,255,255,1) 52%, rgba(1,168,204,1) 100%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    backdrop-filter: brightness(100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
  }

  /* #myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
  }   */
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

svg {
    margin-bottom: -10%;
}



/* #particles-js {
    position: absolute;
    height: 100vh;
    z-index: -1;
} */

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container-fluid {
    text-align: center;
}


main {
    text-align: center;
    z-index: auto;
}


p {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Philosopher', sans-serif;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;

}






/* @media (max-height:500px) {



    body {
        margin-left: 0%;
        background-size: 200% 200%;
        animation: gradient 30s ease infinite;
        height: 100vh;
    }
} */



  
  

@media only screen and (min-width: 100px) and (max-width: 1080px) {
   
    html{
        overflow: hidden;
        position:fixed;
    }
    #img1{
        width: 326px;
	margin-bottom:30%;
    }
   
}

/*@media screen and (min-width: 1080px) and (min-height: 2340px) {
  #img1{
        width: 1100px;
        margin-bottom: 55%;
    }
} */









#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;

    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    z-index: -1;
}


