@import url('https://fonts.googleapis.com/css?family=Roboto');


*{
    margin: 0;
    padding: 0;
}

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body{
    margin: 0;
     padding: 0;
     font-family: 'Roboto', sans-serif;
     font-family: "Alkatra", cursive;
     font-family: "Delicious Handrawn", cursive;
     font-family: "Poppins", sans-serif;
     font-family: "Roboto Slab", serif;
     font-family: "Secular One", sans-serif;
     overflow-x: hidden;
     text-rendering: optimizeLegibility;
    

}

 /* PRELOADER ANIMATION CSS CODE ../Vanilla-1s-265px.svg */

 #preloader{
    position: fixed;
    background: #fff url(../Images/gigslogo.png) no-repeat center center;
    opacity: 0.9;
    background-size: 40em;
    height: 100vh;
    width: 100%;

    z-index: 10000;
 }

 :root {
    --animate-delay: 2s;
  }

  /* ------------------------------------------------------------------------------------------------ */
/* GO TO TOP BUTTON  */
/* ------------------------------------------------------------------------------------------------ */
#myBtn {
   
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    /* background: linear-gradient(45deg, rgb(154, 50, 206) , rgb(51, 167, 255)); */
    color: white; /* Text color */
    background: orange;
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    height: 40 px !important;
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

  /* -------------------- HEADER SECTION --------------------  */
  span{
    /* background-image: linear-gradient(90deg, #667eea 0%, #764ba2 100%); */
    background: darkblue;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: none;
}

.fitImg{
        width: 100% !important;
        height: fit-content !important;
      
}

.buttonbox button{
    margin: 20px 10px;
  }

.colouredText{
    background-image: linear-gradient(90deg, #642B73 , #C6426E );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: none;
    font-weight: 700;
    border-radius: 5px;
    transition: transform 0.3s, background-color 0.3s , color 0.3s;
}


.colouredText:hover{
    background-image:linear-gradient(90deg, #fff, #fff );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: none;
    font-weight: 700;
    border-radius: 5px;
   
}

/* ------------ MAIN SECTION CSS --------------------  */
.mainImg{
   width: 100%;
   height: fit-content;
}

.main-heading{
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
}

.main-h1{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6vw;
    position: relative;
    /* background: linear-gradient(0deg, rgb(178, 98, 217) , rgb(69, 163, 235)); */
    -webkit-text-fill-color: transparent;
    background: orange;
    -webkit-background-clip: text;
    background-clip: none;
}
.main-h1::after {
    content: "";
    align-self: center;
    /* background: linear-gradient(80deg, orange, darkblue); */
    background: rgb(96, 94, 255);
    width: 20vw;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    bottom: -20px;

    /* left: 18%; */
    /* transform: translateX(-50%); */
  }

.registerIcon ion-icon{
    width: 50px;
    height: 50px;
}

.steps{
    width: 50%;
    margin: auto;
    margin-top: 50px;
    font-size: larger;
}



#logobtn{
    font-size: 1rem;
    font-weight: 700;
    padding: 0.5rem 1em;
    /* color:rgb(44, 154, 238); */
    border: 3px solid rgb(0, 0, 0) ;
    color: darkblue;
    border-radius: 5px;
    transition: transform 1.5s, background-color 0.5s , color 0.4s;

}

#logobtn:hover{
    transform: translateY(-10px);
    background: rgb(236, 164, 40);
    color: white !important; 

}
.get_started_btn:hover{
    /* background: linear-gradient(135deg, rgb(178, 98, 217) , rgb(69, 163, 235)); */
    /* background: linear-gradient(0deg, rgb(154, 50, 206) , rgb(51, 167, 255)); */
    background: darkblue;
    color: white;
  }

#steps2div{
    padding: 3px;
}

/* ------------- FAQ CSS ------------  */
.faq{
    padding: 20px 30px;
    border: 5px solid darkblue;
    border-radius: 10px;
    background: #f6f3ff;
}



/* #accordion-collapse-heading-1{
    color: black ;
    background: #d8eaff ;
    border-radius: 5px;
}

#accordion-collapse-heading-2{
    color: black ;
    background: #dbebff;
    border-radius: 5px;
}
#accordion-collapse-heading-3{
    color: black ;
    background: #dbebff ;
    border-radius: 5px;
} */
.faqdiv,.faqdiv p{
    background: #ffffff !important;
    color: black !important;
}

.flex-grow p{
    color: darkblue!important;
}

#discord:hover{
    color: hsl(235, 100%, 73%);
}

#instagram:hover{
    color:  #F56040 ;
}

/* ------------ DOWNLOAD OUR APP -----------  */
#downloadourapp{
    background: orange;
}