/* @import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Dosis:wght@500&family=Fuzzy+Bubbles:wght@700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@500&family=Fuzzy+Bubbles:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Dosis:wght@500&family=Fuzzy+Bubbles&display=swap');

:root {
 --main-color: #2BDA7D;
 --bg-color:#242728;
 --text-color:#ffffff;
    /* --main-color: #1599f1;  */
} 
#foo {
    color: var(--main-color);
}

*{
margin: 0;
padding: 0;
scroll-behavior: smooth;



}

body{
    background:var(--bg-color) ;
    overflow:hidden;
 
}





/***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: 100px;
    height: 100px;

}

.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;
    /* justify-content: flex-end;
    align-items: flex-start;  */
    overflow: hidden; 
/* background-image: url(./162060.svg); */
/* background-position: left;

background-size: 32%,0%;
background-repeat: no-repeat; */
}
.rightmain
{
width: 60%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;


}
.leftmain{
width: 40%;
height: 100%;

display: flex;
justify-content: center;
align-items: center;
}  
.navbar h2{

    /* color: #DAFF82; */
    font-family: 'Dosis', sans-serif;

font-family: 'Fuzzy Bubbles', cursive;


}

.navleft{
    width: 45%;
    height: 100%;
    
}
.navright{
    width: 55%;
    height: 100%;
   display: flex;
}
.navleft .logo{
    width: 50%;
    height: 100%;
  

}
.logo img{

width: 140px;
height:100px;
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;
   
}

.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.6vw;
    text-decoration: none;
    color: var(--text-color);
    color:  var(--main-color);
    font-family: 'Dosis', sans-serif;
    font-family: 'Fuzzy Bubbles', cursive;
    font-weight: bolder;
    cursor: pointer;
}
.incolor{
    width: 30%;
    height: 100%;
   display: flex;
   justify-content: center;
   align-items: flex-end;
  
}
input[type=color]{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    border: none;

}

/* #tree1 {
    width: 100%;
    height: 80%;
} */
.circlesmall{
    width: 380px;
    height: 405px;
  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;
    animation: mymove1 6s ease;
    animation-iteration-count: infinite;
    /* transition: transform  4s; */
}
.circlebig{
    width: 400px;
    height: 430px;
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;
   animation: mymove 6s ease;
  animation-iteration-count: infinite;

}

@keyframes mymove {
    from {  transform: rotate(0deg);
    
    }
    to { transform: rotate(360deg);}
  }

  
@keyframes mymove1 {
    from {  transform: rotate(0deg);}
    to { transform: rotate(-360deg);}
  }
/* .circlebig:hover{
    transform: rotate(360deg);
}

.circlesmall:hover{
    transform: rotate(-360deg);
} */

.textsection{
    width: 100%;
    height: 60%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.subtextsec{
    width: 80%;
    height: 80%;

display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;

}
.subtextsec p{
    font-size: 2rem;
    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: 4.5rem;
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::before{
    content:'';

  display:none;
  width:150px;
  height:100px;
background-image: url(/images/coollogo_com-298481279.png);
background-position: center;
background-size: 100%,100%;
  z-index: 999;
  position: absolute;
  left:250px;
  top: 250px;
   
}
    
.header1:hover + .header1::before{
    display: block;
}


.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: 4rem;
 
transition: font-size  4s ease;
} 
.subtextsec h3{
font-family: 'Caveat', cursive;

font-family: 'Dosis', sans-serif;

font-family: 'Fuzzy Bubbles', cursive;
font-size: 2rem;
color:  var(--main-color);
}
#dots{
width: 100px;
height: 100px;
}


.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: 20%;
    background:var(--bg-color) ;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border:1px solid red; */

}
.skillsbarsec{
    width: 80%;
    height: 80%;
    /* background-color: rebeccapurple; */
    /* background:var(--bg-color) ; */
    display: flex;
    justify-content: space-around;
    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: 4rem;
}
.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: grid;
	grid-template-columns: repeat( 4, 1fr );
    grid-gap: 3rem; 
    padding: 0.5rem;
    /* display: grid;
   grid-gap: 1rem; 
  grid-template-columns: 2fr 2fr;

  grid-auto-flow:dense;
  place-items: center;
  padding: 1rem; */
width: 100%;
/* background-color: blue; */
height: 60%;
 }
 .subbarsecright{
    width: 50%;
    height: 100%;
    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;
}









.slider{
    display: none;
}
.sliderchange{
    display:none;
}

.aboutdetailssec{
    width: 100%;
    height: 658.8px;
}
.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: 5rem;
} 
.adsdetailssec{
    width: 100%;
    height: 70%;
    background-color: rgb(141, 94, 78);
}

/**********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: 2; 
-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: 2; 
-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: 2; 
-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: 2; 

-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: 2; 
-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: 2; 
-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: 150px;
position: absolute;
width: 150px;
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) 2, rgba(255,255,255,0) 70%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(2,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) 2,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 2,rgba(255,255,255,0) 70%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 2,rgba(255,255,255,0) 70%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 2,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: 140px;
left: 10px;
position: absolute;
width: 140px;
}


.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;
}

.projectsec {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: space-around;
    align-items: center;

   
}

.owl-carousel {
  
    display: flex;
    height: 600px;
    justify-content: space-around;
    align-items: center;
   

  
}

.item {
    width: 400px; /* Set the width of each item */
    margin-left:40px ;
    height: 350px;
    padding-top: 160px;
  
}

.cardx {
    width: 400px;
    height: 254px;
    background-image: linear-gradient(163deg, var(--main-color) 2, #3700ff 100%);
    cursor: pointer;
    border-radius: 20px;
    transition: all .3s;
    border: 2px solid #0a0a0a ;
}

.cardx2 {
    position: relative;
    width: 400px;
    height: 254px;
    background-color: #1a1a1a;
    border-radius: 20px;
    transition: all .2s;
}

.cardx2 img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    filter: blur(4px) grayscale(100%);
}

.centered {
    position: absolute;
    top:5%;
    left: 25%;
    transform: translate(-50%, -50%);
    color: #ff0000;
    visibility: visible;
    transition: visibility 0.5s;
    background-color: #1a1a1a;
    padding-left: 10px;
    width: 190px;
    border-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    
}



.centered h2{
    color: #065dd8;
    font-weight: 600;

    font-size: 20px; /* Adjust the font size as needed */
   
}

.cardx2:hover img {
    filter: blur(0px) grayscale(0);
}

.cardx2:hover .centered {
    visibility: hidden;
}

.cardx2:hover .para  {
    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);
}


#bluecolor{
    color: #065dd8;
}


#yellowcolor{
    color: #FCC302;
}
#greenbluecolor{
    color: #4F9A94;
}
#orangecolor{

    color:#c85000;
}










 


/* 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: 2;
}
}
.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: 4.5rem;
color: var(--text-color);
position: relative;
top: 20px;
}


.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: 651px;
    background:var(--bg-color) ;
    display: flex;
    /* filter: drop-shadow(0px 25px 6px var(--bg-color)); */

}
.imagesec{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.subimagesec{
    width: 80%;
    height: 80%;
   
    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: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.actualform{
    width: 60%;
    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%;
}










/**************************************************/










/* CSS */
.button-28 {
  appearance: none;
  background-color: transparent;
  border: 2px solid var(--main-color);
  border-radius: 15px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Dosis', sans-serif;
  font-family: 'Fuzzy Bubbles', cursive;
   font-size: 22px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 30%;
  will-change: transform;
  margin-top: 20px;
}

.button-28:disabled {
  pointer-events: none;
}

.button-28:hover {
  color: #fff;
  background-color:var(--main-color);
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-28:active {
  box-shadow: none;
  transform: translateY(0);
}


/* CSS */
