body{
    background-image: url(./bgsquig1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
/* NAVBAR */
.navbar {
    /* background: transparent; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
    font-size: 1.1rem;
    color: #fff;
    transition: color 0.3s ease;
}
.navbar-nav .nav-link:hover {
    color: hsl(0, 100%, 50%);
}

.background{
    background-image: url(./bgsquig1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 700px;
}
#back{
    width: 100%;
    text-align: center;
}
#c{
    /* margin-top: 50px; */
    font-family: "Kanit", sans-serif;
    color: white;
    font-size: 20px;
}
#ve{
    color: red;
    text-shadow: 0px 0px 20px black;
    font-family: "Geist Mono", monospace;
    font-size: 25px;
    
}
#dis{
    color: white;
}
#profile{
    /* margin-top: 20px; */
    width: 150px;
    height: 150px;
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
}
#harsh{
    margin-top: 20px;
    font-family: "Kanit", sans-serif;
    color: white;
    font-size: 30px;
}
#para{
    color: white;
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
}
#para1{
    color: red;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 30px;
}
.social{
    text-align: center;
}
#youtube{
    color: red;
}
#insta{
    color: #ffffff;
}
.social{
    display: flex;
    justify-content: center;
}
.social a{
    text-decoration: none;
    padding: 5px;
    margin: 10px;
    /* background-color: white; */
    border-radius: 50%;
    text-align: center;
    margin-top: 20px;

}
.social a i{
    font-size: 2em;
}
.social a:hover{
    transition: 0.5;
}
.social a i{
    transition: all 0.3s linear;
}
.social a i:hover{
    color: white;
    transform: scale(1.2);
}

/* NEXT PAGE SECTION */
.bg2{
    background-image: url(./bt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 700px;
}
.bg3{
    background-image: url(./bt2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 700px;
}
#on{
    color: white;
    width: 100%;
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: normal;
    /* margin-top: 10px; */
    
}
#title{
    color: white;
    align-items: center;
    font-family: "Roboto", serif;
    font-weight: 900;
    font-style: normal;
}
#sale{
    color: white;
    /* margin-top: 200px; */
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: normal;
    
}
#pu{
    width: 20%;
    padding: 10px;
    margin-top: 10px;
    
}
#pu:hover{
    background-color: black;
    color: white;
}
/* From Uiverse.io by xueyuantan */ 
#pick{
    width: 8em;
    height: 3em;
    border-radius: 00em;
    font-size: 15px;
    font-family: inherit;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;

   }
   
   #pick::before {
    content: '';
    width: 0;
    height: 3em;
    border-radius: 0em;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #0fd850 0%, #f9f047 100%);
    transition: .5s ease;
    display: block;
    z-index: -1;
   }
   
   #pick:hover::before {
    width: 10em;
   }

   /* LOADER */
   /* Preloader Background */
#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Loader Animation */
.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-top: 5px solid #e63946;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Hide content initially */
#content {
    display: none;
}


#contactme{
    background-image: url(./lastbg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 700px;
    
}

/* CONTACT SECTION CSS */
  
/* From Uiverse.io by DavidTM96 */ 
.form {
    display: flex;
    flex-direction: column;
    align-self: center;
    font-family: inherit;
    gap: 10px;
    padding-inline: 2em;
    padding-bottom: 0.4em;
    background-color: #171717;
    background-color: #0a192f;
    border-radius: 20px;
  }
  
  .form-heading {
    text-align: center;
    margin: 2em;
    color: #64ffda;
    font-size: 1.2em;
    background-color: transparent;
    align-self: center;
  }
  
  .form-field {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    border-radius: 10px;
    padding: 0.6em;
    border: none;
    outline: none;
    color: white;
    background-color: #171717;
    box-shadow: inset 2px 5px 10px rgb(5, 5, 5);
  }
  
  .input-field {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    color: #ccd6f6;
    padding-inline: 1em;
  }
  
  .sendMessage-btn {
    cursor: pointer;
    margin-bottom: 3em;
    padding: 1em;
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #64ffda;
    font-weight: bold;
    outline: 1px solid #64ffda;
    transition: all ease-in-out 0.3s;
  }
  
  .sendMessage-btn:hover {
    transition: all ease-in-out 0.3s;
    background-color: #64ffda;
    color: #000;
    cursor: pointer;
    box-shadow: inset 2px 5px 10px rgb(5, 5, 5);
  }
  
  .form-card1 {
    background-image: linear-gradient(163deg, #64ffda 0%, #64ffda 100%);
    border-radius: 22px;
    transition: all 0.3s;
  }
  
  .form-card1:hover {
    box-shadow: 0px 0px 30px 1px rgba(100, 255, 218, 0.3);
  }
  
  .form-card2 {
    border-radius: 0;
    transition: all 0.2s;
  }
  
  .form-card2:hover {
    transform: scale(0.98);
    border-radius: 20px;
  }
  


@media(min-width:200px) and (max-width:600px){
    .background{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bg2{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .bg3{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .container.d-flex.justify-content-around{
        font-size: 15px;
    }
    .contact{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .background1 #profile{
        width: 150px;
        height: 150px;
        font-size: 20px;
        
    }
    #ve{
        font-size: 15px;
    }
    #para1,#para{
        font-size: 15px;
    }
   /* CARD SECTION */
   /* .card{
    width: 50%;
    height: 10px;
    display: flex;
    align-items: center;
   } */
    #pre-text{
        text-align: center;
    }
}