:root {
    --main-color: #2BDA7D;
    --bg-color:#242728;
    --text-color:#ffffff;
       /* --main-color: #1599f1;  */
   } 

@media only screen and (max-width: 600px) {
    *{

        margin: 0;
        padding: 0;
      
      
        scroll-behavior: smooth;
        }
        body{
            
        }
        
        .button-28{
            width: 50%;
        }




/***loading*/
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    display: grid;
    place-items: center;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	background: url(https://smallenvelop.com/wp-content/uploads/2014/08/Preloader_11.gif) center no-repeat var(--bg-color);
}
.se-pre-con img{
    width: 200px;
    height: 200px;

}

        .wrapper{
            width: 100%;
            height: 711px;
            background:var(--bg-color) ;
            opacity: 0;
        
        }
        
        .navbar{
            width: 100%;
            height: 71.1px;
        
          display: flex;
            justify-content: center;
            align-items: center; 
            position: fixed;
            background-color: var(--bg-color);
            z-index: 9999;
          
            
         
          
        }
        .main{
            width: 100%;
            height: 639.9px;
            display: flex;
            /* border:1px solid red; */
            /* justify-content: flex-end;
            align-items: flex-start;  */
            
        /* background-image: url(./162060.svg); */
        /* background-position: left;
        
        background-size: 32%,0%;
        background-repeat: no-repeat; */
        display: flex;
        flex-direction: column-reverse;
        }
        .rightmain
        {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        /* border:1px solid red; */
        }
        .leftmain{
        width: 100%;
        height: 50%;
        overflow:visible;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        z-index: 3;
        /* border:1px solid red; */
        }  
        .navleft{
            width: 40%;
            height: 100%;
        }
        .navright{
            width: 60%;
            height: 100%;
            display: flex;
            justify-content: flex-end;
            align-items: center;
        
        }
        .container {
            width:40%;
            height: 80%;
            display: inline-block;
            cursor: pointer;
            margin-right: 10px;
            margin-left: 300px;
          
           
        }
        .bar1,
        .bar2,
        .bar3 {
            width: 45px;
            height: 6px;
            background-color:var(--main-color);
            margin: 8px 0;
            transition: 0.4s;
        }
        .change .bar1 {
            -webkit-transform: rotate(-45deg) translate(-10px, 8px);
            transform: rotate(-45deg) translate(-10px, 8px);
        }
        .change .bar2 {
            opacity: 0;
        }
        .change .bar3 {
            -webkit-transform: rotate(45deg) translate(-10px, -10px);
            transform: rotate(45deg) translate(-10px, -10px);
        }
        .navbar h2{
        
            /* color: #DAFF82; */
            font-family: 'Dosis', sans-serif;
        
        font-family: 'Fuzzy Bubbles', cursive;
        }
        
        .navleft .logo{
            width: 50%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: flex-start;
        
        }
        .logo img{
        
        width: 120px;
        height:80px;
        transition: transform  2s;
        cursor: pointer;
        }
        .logo img:hover{
        /* transform: rotate(360deg); */
        transform: rotateY(360deg);
        /* rotate: 360deg; */
        }
        
        .navlist {
            height: 100%;
            width: 70%;
            display: flex;
            list-style: none;
            justify-content: space-around;
            align-items: center;
            display: none;
        }
        
        .navlist li {
            text-decoration: none;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            height:100%;
           /* border:1px solid red; */
        }
        
        /* .active{
            border-bottom: 2px solid   var(--main-color);
           border-bottom-left-radius: 20px;
           border-bottom-right-radius:0px;
         
        } */
        
        .navlist a {
            
            font-size: 1.4vw;
            text-decoration: none;
            color: var(--text-color);
            color:  var(--main-color);
            font-family: 'Dosis', sans-serif;
        
        font-family: 'Fuzzy Bubbles', cursive;
            font-weight: 500;
        }
        
        /* #tree1 {
            width: 100%;
            height: 80%;
        } */



        .incolor{
            width: 20%;
            height: 100%;
           display: flex;
           justify-content: center;
           align-items: center;
           margin-right: 10px;
          
        }
        input[type=color]{
            width: 35px;
            height: 35px;
            border-radius: 100%;
            overflow: hidden;
            border: none;
        
        }
        


        .circlesmall{
            width: 190px;
            height: 205px;
          background-image: url(../images/IMG_8738~2.jpg);
          border: 2px solid  var(--main-color);
            border-radius: 100%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            box-shadow: -4px -3px 45px 21px rgba(0,0,0,0.35);
            cursor: pointer;
            transition: transform  4s;
        }
        .circlebig{
            width: 215px;
            height: 230px;
        border-radius: 100%;
        /* background-color:  var(--main-color); */
          border: 5px solid  var(--main-color);
          box-shadow: -4px -3px 45px 21px rgba(0,0,0,0.45);
          transition: transform  4s ease;
        cursor: pointer;
          
        display: flex;
        justify-content: center;
        align-items: center;
          
        
        }
        .circlebig:hover{
            transform: rotate(360deg);
        }
        
        .circlesmall:hover{
            transform: rotate(-360deg);
        }
        
        .textsection{
            width: 100%;
            height: 100%;
        
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            
        
        }
        .subtextsec{
            width: 80%;
            height: 100%;
        
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    
        
        }
        .subtextsec p{
            font-size: 1rem;
            font-family: 'Caveat', cursive;
        color:  var(--main-color);
        font-family: 'Dosis', sans-serif;
        
        font-family: 'Fuzzy Bubbles', cursive;
        
        }
        .subtextsec h1  {
        font-family: 'Caveat', cursive;
        
        font-family: 'Dosis', sans-serif;
        
        font-family: 'Fuzzy Bubbles', cursive;
        font-size: 3rem;
        color: var(--text-color);
        cursor: pointer;
        }
        /* .subtextsec span{
        display: none;
        }  */
        /* #fname{
        font-size: 1px;
        transition: font-size  4s ease;
        visibility: hidden;
        }
        
        #lname{
        font-size: 1px;
        transition: font-size  4s ease;
        visibility: hidden;
        
        }  */
        .header1:hover ~ .active{
            border-bottom: 2px solid   var(--main-color);
           border-bottom-left-radius: 20px;
           border-bottom-right-radius:0px;
        }
        .fullform{
        font-size: 0.1px;
        
        transition: font-size  4s ease;
        
        
        }
        
        
        .fullform2{
        font-size: 3rem;
        font-family: 'Caveat', cursive;
        
        font-family: 'Dosis', sans-serif;
        
        font-family: 'Fuzzy Bubbles', cursive;
       
        color: var(--text-color);
        cursor: pointer;
        transition: font-size  4s ease;
        } 
        .subtextsec h3{
        font-family: 'Caveat', cursive;
        
        font-family: 'Dosis', sans-serif;
        
        font-family: 'Fuzzy Bubbles', cursive;
        font-size: 1.5rem;
        color:  var(--main-color);
        }
        #dots{
        width: 100px;
        height: 100px;
        }

.slider{
    display: block;
    width: 40%;
    height: 100vh;
    position: fixed;
    left: -180px;
    z-index: 999;
/*   
    backgrsi]]ound-color:  var(--main-color); */
    transition: left  2s ease;
    backdrop-filter: blur(25px) saturate(200%);
    -webkit-backdrop-filter: blur(25px) saturate(200%);
    background-color: rgba(43, 218, 125, 0.85);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

.sliderchange{
  
    width: 40%;
    height: 100vh;
    position: fixed;
    left: 0px;
    z-index: 999;
    backdrop-filter: blur(25px) saturate(200%);
    -webkit-backdrop-filter: blur(25px) saturate(200%);
    background-color: rgba(43, 218, 125, 0.85);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    transition: left  2s ease;
}


.navlistmob a{
    text-decoration: none;
    font-family: 'Caveat', cursive;
        
    font-family: 'Dosis', sans-serif;
    
    font-family: 'Fuzzy Bubbles', cursive;
    font-size: 1.5rem;
    font-weight: 400;
    color: rgb(255, 255, 255);
    
}
.navcontain{
    width: 100%;
    height: 80%;

}
.navlistmob {
    margin-top: 100px;
    width: 100%;
    height: 60%;
    list-style: none;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-items: center;

}







#dots{
    width: 100px;
    height: 100px;
    }
   
    .guidemsgbox{
        display: none;
    }



    
.aboutsec{
  
    width: 100%;
    height:  558.8px;
    background:var(--bg-color) ;
    display: flex;
    flex-direction: column;
   align-items: center;
    justify-content: center;
    /* background: var(--text-color); */
    /* border:1px solid red; */

}
.headerskill{
    width: 100%;
    height: 10%;
    background:var(--bg-color) ;
    display: flex;
    justify-content: center;
    align-items: center;

    /* border:1px solid red; */

}
.skillsbarsec{
   
    width: 80%;
    height: 90%;
    /* background-color: rebeccapurple; */
    /* background:var(--bg-color) ; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  
}
.headerskill h1{
    
    font-family: 'Caveat', cursive;

font-family: 'Dosis', sans-serif;
color: var(--text-color);
font-family: 'Fuzzy Bubbles', cursive;
font-size: 3rem;
}
.barsec{
    /* border:1px solid red; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    /* border:1px solid red; */
}
 /* .barper{
   
    width:80%;
    height: 100%; 
    background:  var(--main-color);
}  */
.barcover{
    width:100%;
    height: 80px; 
    /* border:1px solid red; */
    display: flex;
  justify-content: flex-end;
   flex-direction: column;
  /* border:1px solid red; */
  grid-column: span 2;
}
.barcover h2{
   font-family: 'Caveat', cursive;
  
font-family: 'Dosis', sans-serif;
color: var(--text-color);
font-family: 'Fuzzy Bubbles', cursive;
font-size: 1.5rem;
}
.bartextsec{
    display: flex;
    justify-content: space-between;
}

.bartextsec h3{
    font-family: 'Caveat', cursive;
 
 font-family: 'Dosis', sans-serif;
 color:var(--main-color);
 font-family: 'Fuzzy Bubbles', cursive;
 font-size: 1.2rem;
 }
 .subbarsecleft{
 display: flex;
 flex-direction: column;
 width: 100%;
 height: 50%;

 }
 .subbarsecright{
    width: 100%;
    height: 50%;
    background-color: var(--bg-color);
    /* background-color: #2BDA7D2BDA7D; */
 }

.barcover:nth-last-child(1):nth-child(odd) {
	grid-column: 2 / span 2;
} 
.bar{
    width:60%;
    height:20px;
    background-color: rgb(255, 255, 255);
   margin-top: 10px;
  border-radius: 10px;
  transition-property: all;
    transition-duration: 2s;
    transition-timing-function: ease-in-out;

}
.subbar{
    height: 100%;
   border-radius: 10px;
   background-color: var(--main-color);
   transition: width 2s;
   width: 10%;
}




#htmlbar{
   
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: ease-in-out;
    
}
#cssbar{
      
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: ease-in-out;
    
}
#javascriptbar{
      
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: ease-in-out;
}
#csharpbar{
      
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: ease-in-out;
}
#sqlbar{
      
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: ease-in-out;
}

#shellscriptbar{
      
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: ease-in-out;
}











.aboutdetailssec{
    width: 100%;
    height: 658.8px;
    display: none;
}
.adsheadersec{
    width: 100%;
    height: 30%;
    background-color: var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.adsheadersec h1{
    
    font-family: 'Caveat', cursive;

font-family: 'Dosis', sans-serif;
color: var(--text-color);
font-family: 'Fuzzy Bubbles', cursive;
font-size: 3rem;
} 
.adsdetailssec{
    width: 100%;
    height: 70%;
   
}

/**********tooltip*************/

  
  .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color:  var(--main-color);
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
 
  left: 14%;
  bottom: 50%;

  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
  }
  /* #head1:hover + #tooltip1 {   visibility: visible; } */
  /* .header1:hover .tooltiptext{
    visibility: visible;
  } */





/************profiles************/







#bob2{
left:100%;
top: 0%; 
-webkit-animation: animateBubble2 29s linear infinite, sideWays 8s ease-in-out infinite alternate;
-moz-animation: animateBubbl2 29s linear infinite, sideWays 8s ease-in-out infinite alternate;
animation: animateBubble2 29s linear infinite, sideWays 8s ease-in-out infinite alternate;
 animation-delay:3s; 

}

#bob3{
left:100%;
top: 0%; 
-webkit-animation: animateBubble3 29s linear infinite, sideWays 8s ease-in-out infinite alternate;
-moz-animation: animateBubble3 29s linear infinite, sideWays 8s ease-in-out infinite alternate;
animation: animateBubble3 29s linear infinite, sideWays 8s ease-in-out infinite alternate;
animation-delay:6s;

} 

#bob4{
left:100%;
top: 0%; 
-webkit-animation: animateBubble4 29s linear infinite, sideWays 8s ease-in-out infinite alternate;
-moz-animation: animateBubble4 29s linear infinite, sideWays 8s ease-in-out infinite alternate;
animation: animateBubble4 29s linear infinite, sideWays 8s ease-in-out infinite alternate;
animation-delay:9s;

} 

#bob1{
left: 100%;
top: 0%; 

-webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;


}


#bob5{
left:100%;
top: 0%; 
-webkit-animation: animateBubble5 29s linear infinite, sideWays 8s ease-in-out infinite alternate;
-moz-animation: animateBubble5 29s linear infinite, sideWays 8s ease-in-out infinite alternate;
animation: animateBubble5 29s linear infinite, sideWays 8s ease-in-out infinite alternate;
animation-delay:12s;

} 


#bob6{
left:100%;
top: 0%; 
-webkit-animation: animateBubble6 29s linear infinite, sideWays 8s ease-in-out infinite alternate;
-moz-animation: animateBubble6 29s linear infinite, sideWays 8s ease-in-out infinite alternate;
animation: animateBubble6 29s linear infinite, sideWays 8s ease-in-out infinite alternate;
animation-delay:16s;

} 

.bubble img{
    width: 50%;
    height: 50%;
    z-index: 0;
}


/* OBJECTS */

.bubble {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
z-index: 1;
-webkit-box-shadow: 0 20px 30px rgba(22, 120, 247, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
display: flex;
justify-content: center;
align-items: center;
height: 100px;
position: absolute;
width: 100px;
cursor: pointer;
/* 
-webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
-moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;

left: 90%;
top: 50%;  */

-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
transform: scale(0.6); 
}

.bubble:after {
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

-webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
-moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);

content: "";
height: 100px;
left: 0px;
position: absolute;
width: 100px;
}


.kt{
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
z-index: 1;
-webkit-box-shadow: 0 20px 30px rgba(22, 120, 247, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
display: flex;
justify-content: center;
align-items: center;
height: 200px;
position: absolute;
width: 200px;


-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
transform: scale(0.6); 
}

.kt img{
    width: 50%;
    height: 50%;
    z-index: 0;
}

/* KEYFRAMES */

/* @-webkit-keyframes animateBubble {
0% {
    margin-top: 1000px;
}
100% {
    margin-top: -100%;
}
}

@-moz-keyframes animateBubble {
0% {
    margin-top: 1000px;
}
100% {
    margin-top: -100%;
}
} */
@keyframes animateBubble {
0% {
    margin-left: 100px;
    margin-top: 0px;
}
25%{
    margin-left: -450px;
    margin-top:185px;
}
50% {
    margin-left: -850px;
    margin-top: -30px;
}
75% {
    margin-left: -1250px;
    margin-top:160px;
}
100%{
    margin-left: -1650px;
    margin-top: -30px;
}

}

@keyframes animateBubble2 {
0% {
    margin-left: 100px;
    margin-top: 0px;
}
25%{
    margin-left: -450px;
    margin-top:185px;
}
50% {
    margin-left: -850px;
    margin-top: -30px;
}
75% {
    margin-left: -1250px;
    margin-top:160px;
}
100%{
    margin-left: -1650px;
    margin-top: -30px;
}

}
/* 
@keyframes animateBubble2 {
0% {
    margin-left: 100px;
    margin-top: 0px;
}
25%{
    margin-left: -450px;
    margin-top:185px;
}
50% {
    margin-left: -850px;
    margin-top: -30px;
}
75% {
    margin-left: -1250px;
    margin-top:160px;
}
100%{
    margin-left: -1650px;
    margin-top: -30px;
}

}  */

@keyframes animateBubble3 {
0% {
    margin-left: 100px;
    margin-top: 0px;
}
25%{
    margin-left: -450px;
    margin-top:185px;
}
50% {
    margin-left: -850px;
    margin-top: -30px;
}
75% {
    margin-left: -1250px;
    margin-top:160px;
}
100%{
    margin-left: -1650px;
    margin-top: -30px;
}

} 



@keyframes animateBubble4 {
0% {
    margin-left: 100px;
    margin-top: 0px;
}
25%{
    margin-left: -450px;
    margin-top:185px;
}
50% {
    margin-left: -850px;
    margin-top: -30px;
}
75% {
    margin-left: -1250px;
    margin-top:160px;
}
100%{
    margin-left: -1650px;
    margin-top: -30px;
}

} 


@keyframes animateBubble5 {
0% {
    margin-left: 100px;
    margin-top: 0px;
}
25%{
    margin-left: -450px;
    margin-top:185px;
}
50% {
    margin-left: -850px;
    margin-top: -30px;
}
75% {
    margin-left: -1250px;
    margin-top:160px;
}
100%{
    margin-left: -1650px;
    margin-top: -30px;
}

} 

@keyframes animateBubble6 {
0% {
    margin-left: 100px;
    margin-top: 0px;
}
25%{
    margin-left: -450px;
    margin-top:185px;
}
50% {
    margin-left: -850px;
    margin-top: -30px;
}
75% {
    margin-left: -1250px;
    margin-top:160px;
}
100%{
    margin-left: -1650px;
    margin-top: -30px;
}

} 


/* 

@keyframes animateBubble3 {
0% {
    margin-left: 30px;
    margin-top: 100px;
}
35%{
    margin-left: 300px;
    margin-top: -500px;
}
65% {
    margin-left: 600px;
    margin-top: -300px;
}
100%{
    margin-left: 30px;
    margin-top: 100px;
}
} */



@keyframes down {
0% {
    
}
100%{
    
    margin-bottom: 0%;
}
}
.profilewrapper{
width: 100%;
height: 300px;
background-color: var(--bg-color);
/* background-image: url(./john-towner-3Kv48NS4WUU-unsplash.jpg);
background-position: center;
background-size: cover; */
position: relative;
overflow: hidden;
filter: drop-shadow(0px 20px 8px var(--main-color));
border-bottom-left-radius: 50%;

}
.profilesec{
 width: 100%;
 height:200px;
 display: flex;
 align-items: flex-end;
 justify-content: center;
 background-color:var(--bg-color);

}
.profilesec h1{
 font-family: 'Caveat', cursive;

font-family: 'Dosis', sans-serif;

font-family: 'Fuzzy Bubbles', cursive;
font-size: 3rem;
color: var(--text-color);
position: relative;
top: 0px;
}


.spaceforfooter
{
    width: 100%;
    height: 100px;
}
footer{

    width: 100%;
    height: 100px;
    background: #2f4858;
    background-color:var(--main-color);
    /* background-color: #00be93; */
    display: flex;
    justify-content: center;
    align-items: center;

  color: var(--text-color);
}
footer h3{
color: var(--text-color);
}

/*****msgbar******/

.msgbar{
    width: 80%;
    height: 70px;
    background-color: lightgreen;
    display: flex;
  position: absolute;
  opacity: 0.7;
border-radius: 16px;
top:570px;
display: none;

}
  .msgbar h3{
      color: green;
     
  }
  .msgtxt{
      width: 65%;
      height: 100%;
      display: flex;
      justify-content: flex-end;
    align-items:center;
  


  }
  .clssec{
      width: 35%;
      height: 100%;
      display: flex;
      justify-content: flex-end;

  }
  .clsimg{
    
      width: 30%;
      height: 100%;
      background-image: url(../images/icons8-msgbar\ clos.svg);
      background-position: center;
      background-size: 50% 50%;
      background-repeat: no-repeat;
  }







/*****contact form*************/



.contacformsec{
    width: 100%;
    height: 1000px;
    background:var(--bg-color) ;
    display: flex;
    flex-direction: column-reverse;    /* filter: drop-shadow(0px 25px 6px var(--bg-color)); */

}
.imagesec{
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;


}
.subimagesec{
    width: 50%;
    height: 50%;

    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border:3px solid  var(--main-color);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    box-shadow: inset 0px 0px 30px 20px  var(--main-color); 
    
-webkit-animation: animatebigbub 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
-moz-animation: animatebigbub 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
animation: animatebigbub 10s linear infinite, sideWays 4s ease-in-out infinite alternate;

}

.subimagesec svg {
    width: 100%;
    height: 100%;

}
@keyframes animatebigbub {
    0% {
        margin-left: 100px;
        margin-top: 0px;
    }
    25%{
        margin-left: 100px;
        margin-top:100px;
    }
    50% {
        margin-left: 100px;
        margin-top:0px;
    
    }
    75% {
        margin-left: 0px;
        margin-top:100px;
    
    }
    100%{
        margin-left: 100px;
        margin-top:0px;
    
    }
    
    } 
.cformsec{
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.actualform{
    width: 80%;
    height: 80%;
    border-radius: 20px;
 border: 3px solid  var(--main-color);
box-shadow: inset 0px 0px 5px 1px  var(--main-color); 
}

.namesec{
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textboxd{
    width: 80%;
    height: 40px;
    border:4px solid  var(--main-color);
    border-radius: 16px;
    background-color: transparent;
    color: var(--text-color);
    text-align: center;
    font-size: 18px;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    font-family: 'Dosis', sans-serif;
   
font-family: 'Fuzzy Bubbles', cursive;

}

/* 
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } 
input:focus::-moz-placeholder { color:transparent; } 
input:focus:-ms-input-placeholder { color:transparent; } */


input:focus::placeholder {
color: transparent;

}
input[type="text"]::placeholder {  
          
          color: var(--text-color);
          font-size: 18px;
          text-align: center;
          padding-left: 0px; 
      } 
      textarea::-webkit-input-placeholder {

        color: var(--text-color);
          font-size: 18px;
          text-align: center;
          padding-left: 0px; 
}

textarea:-moz-placeholder { /* Firefox 18- */

color: var(--text-color);
          font-size: 18px;
          text-align: center;
          padding-left: 0px;  
}

textarea::-moz-placeholder {  /* Firefox 19+ */

color: var(--text-color);
          font-size: 18px;
          text-align: center;
          padding-left: 0px; 
}

textarea:-ms-input-placeholder {

color: var(--text-color);
          font-size: 18px;
          text-align: center;
          padding-left: 0px; 
}
textarea::placeholder {

color: var(--text-color);
          font-size: 18px;
          line-height:130px;
text-align: center; 
        
}           
      .emailsec{
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.msgsec{
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.textaread{
    width: 80%;
    height: 90%;
    border:4px solid  var(--main-color);
    border-radius: 16px;
    background-color: transparent;
    color: var(--text-color);
    text-align: center;
    font-size: 18px;
    font-family: 'Dosis', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
   line-height:130px; 

font-family: 'Fuzzy Bubbles', cursive;
border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}
.btnsec{
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sendbtn{
width: 80%;
height: 40px;
border:4px solid  var(--main-color);
border-radius: 14px;
display: flex;
justify-content: center;
align-items: center;
background-color: transparent;
}
.sendbtn h2{
color: var(--text-color);
font-family: 'Dosis', sans-serif;
   
   font-family: 'Fuzzy Bubbles', cursive;
   
}

#AID{
    position: relative;
    bottom:400px;
     
-webkit-animation: animateg 4s linear normal  ease-in ;
-moz-animation: animateg 4s linear  normal;
animation: animateg 4s linear  normal;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
#GID{
         
-webkit-animation: animateg 4s linear normal  ease-in ;
-moz-animation: animateg 4s linear  normal;
animation: animateg 4s linear  normal;
animation-iteration-count: 1;
animation-delay: 1s;
animation-fill-mode: forwards;
    position: relative;
    bottom:400px
}

/*loader*/


  

@keyframes animateg {
    0% {
        position: relative;
        bottom: 400px;
    }
    25%{
        position: relative;
       bottom:300px;
    }
    50% {
        position: relative;
        bottom:100px;
    
    }
    75% {
        position: relative;
        bottom:-30px;
    
    }
    100%{
      
        position: relative;
        bottom:0px;
   
    
    }
    
    } 









#mobiwarning{
    display: none;
}

.logomobi{
    display: none;
}


/****guide msgbox**********/


.guidemsgbox{
    width: 300px;
    height: 100px;
    filter: drop-shadow(2px 4px 6px black);
background-color: rgb(152 151 151 / 25%); /* Just adjust the color or opacity to make the text pop! */
box-shadow: inset 0 0 0 200px rgb(255 255 255 / 8%);
font-family: 'Caveat', cursive;
color:  var(--main-color);
font-family: 'Dosis', sans-serif;
font-size: 15px;
padding: 10px;
text-align: center;
border-top-left-radius: 50px;
border-top-right-radius: 0px;
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
font-family: 'Fuzzy Bubbles', cursive;
display: flex;
justify-content: center;
position: absolute;
align-items: center;
z-index: 99999999999999999;
left:1070px ;
top: 75px;
border: 1px solid #ffffff;

}
.guidemsgbox h2{
    color: var(--main-color);
}
.sec1guide{
    width: 100%;
    height: 100%;
}


.aboutdetailssec{
    
}

.projectsec {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: space-around;
    align-items: center;

   
}

.owl-carousel {
    display: flex;
   
    justify-content: space-around;
    align-items: center;
   

  
}
.owl-item{
    height: 450px !important;
}

.item {
    width: 200px; /* Set the width of each item */
    margin-left:30px ;
  
  
}

.cardx {
    width: 300px;
    height: 200px;
    background-image: linear-gradient(163deg, var(--main-color) 2, #3700ff 100%);
    cursor: pointer;
    border-radius: 20px;
    transition: all .3s;
}

.cardx2 {
    position: relative;
    width: 300px;
    height: 200px;
    background-color: #1a1a1a;
    border-radius: 20px;
    transition: all .2s;
}

.cardx2 img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    filter: blur(2px) grayscale(100%);
}

.centered {
    position: absolute;
    top: 6%;
    left: 33%;
    transform: translate(-50%, -50%);
    color: #ff0000;
    visibility: visible;
    transition: visibility 0.5s;
    
}
.centered h2{
    color: white;
    font-weight: 600;
    color: #ffffff; /* Set your desired text color */
    font-size: 20px; /* Adjust the font size as needed */
   
}

.cardx2:hover img {
    filter: blur(0px) grayscale(0);
}

.cardx2:hover .centered {
    visibility: hidden;
}

.cardx2:hover {
    transform: scale(0.98);
    border-radius: 20px;
    margin-top: 80px;
}

.cardx:hover {
    box-shadow: 0px 0px 30px 1px var(--main-color);
}





/**************************************************/













}