@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}
  
*,
*::before,
*::after{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:0;
    padding:0;
    text-decoration:none;
    outline:none;
}
:root{
    /* backgroundcolor */
    --bg-color:#250821;
    --second-bg-color:#292e33;

     /* text-color */
    --primary-text:#f5f5f5  ;
    --hover-color:#12f7ff  ;
    
    --neon-box-shadow: 0 0 .5rem #12f7ff  ;
    --font-neon-text-shadow: rgb(18,247,255) 0px 7px 29px;

    --para-font : 20px ;
    --para-font-sm : 16px ;
    --para-light-color : #bdbdbd ;

     /* fontfamily */
     --primary-font:'Poppins' ,  sans-serif;
     --secondary-font:'Roboto' , sans-serif;
}


body,
html{
    background-color: var(--bg-color);
    font-family:var(--primary-font);
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p{
    margin:0;
}

h1{
    font-size:3.3rem;
    color:var(--primary-text);
}

h2{
    color: var(--primary-text);
    font-size:2.6rem;
}

h3{
    color:var(--primary-text);
    font-size:2rem;
}

h4{
    font-size:1.8rem;
    color:var(--primary-text);
}

h5{
  /* font-size: 1.8rem; */
  /* font-weight: 600; */
  color: var(--primary-text);
}

p{
    font-size: var(--para-font);
    color:var(--primary-text);
    font-family:var(--primary-font);
}

embed,
iframe,
img,
object{
    max-width:100%;
}

ul{
    margin:0;
    padding:0;
    list-style:none;
}
a:active,
a:focus,
a:hover{
    color: var(--hover-color) !important;
    text-decoration:none;
    text-shadow : var(--font-neon-text-shadow) !important;
    outline:0;
}
a {
    color: var(--primary-text) !important;
    text-decoration:none;

}
a:hover,
button:hover{

        transition: all 0.3s ease-in;
}
span{
    color: var(--hover-color);
    font-size: var(--para-font);
}

/* Custom Scrollbar website */
::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-track{
    background:var(--text-white);
}

::-webkit-scrollbar-thumb{
    background:var(--secondry-color);
}

/* Navabr Links Color Styling */
header.header-wrapper ul.navbar-nav .nav-item a.nav-link{
    color: var(--text-white);
    font-weight: 600;
}
header.header-wrapper ul.navbar-nav .nav-item a.nav-link.active{
    color: var(--hover-color);
}
header.header-wrapper ul.navbar-nav .nav-item a.nav-link:hover{
    color: var(--hover-color);
    text-shadow:  var(--font-neon-text-shadow);
}
header.header-wrapper {
    height: 80px;
    display: grid;
    align-items: center;
}




.main-btn {
    color: var(--bg-color) !important; 
    background: var(--hover-color);
    text-transform: uppercase;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 1rem;
    transition: all .6s ease-in-out;
    /* box-shadow: #48abe0 0px 7px 29px 0px; */
    box-shadow: #48abe0 0px 2px 8px 0px;
    cursor: pointer;
}
.main-btn:hover{
    background:var(--hover-color);
    color:var(--bg-color) !important;
    /* border:0.2rem solid var(--secondry-color);    */
    box-shadow: 0 0 50px 3px #48abe0;
}

section{
    padding-block : 100px;
}

section.hero-section {
    min-height: calc(100vh - 80px );
    width: 100%;
    height: 100%;

}
section.hero-section .change-text{
    font-size: 1.5rem;
    font-size: 600;
} 
section.hero-section .change-text h3{
    margin-block: 10px;
}
section.hero-section .change-text h3:nth-child(2){
    font-size: 2rem;
    font-size: 600;
    margin-left: 20px;
} 
section.hero-section .change-text h3:nth-child(2) span{
    font-size: 2rem;
} 
section.hero-section .hero-content p {
    color: var(--para-light-color);
}
section.hero-section .contact-info-box .email-wrapper a span, 
section.hero-section .contact-info-box .linkedin-wrapper a span
{
    color: var(--para-light-color);
}
section.hero-section .contact-info-box .email-wrapper a span:hover, 
section.hero-section .contact-info-box .linkedin-wrapper a span:hover
{
    color: var(--hover-color);
    transition: all .3s ease-in-out;
}
/* section.hero-section .btn-wrapper{
    transition: all .3s ease-in-out;
} */
section.hero-section {
    padding-block: 0;
}
section.hero-section .img-wrapper {
    width: 100%;
    /* height: 500px; */
}
section.hero-section .img-wrapper img {
    width: 100%;

}
section.hero-section .social-icons i {
    border: 2px solid var(--hover-color);
    color: var(--primary-text);
    padding: 10px;
    font-size: var(--para-font);
    box-shadow: #48abe0 0px 2px 8px 0px;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 15px;
}
section.hero-section .social-icons i:hover {
    box-shadow: 0 0 50px 3px #48abe0;
}
section.about-section .about-content span ,
section.services-section .main-text span{
    color: var(--para-light-color) ;
    text-transform: uppercase;
}
section.about-section .about-content h2 ,
section.services-section .main-text h2{
    color: var(--hover-color) ;
    font-weight: 600;
}
section.about-section .about-content h3{
    font-size: 1.5rem;
}
section.about-section .about-content p{
    color: var(--para-light-color);
}
section.about-section .img-about{
    position: relative;
}
section.about-section .info-detail1, 
section.about-section .info-detail2, 
section.about-section .info-detail3 {
    background-color: var(--bg-color);
    font-size: .8rem;
    position: absolute;
    padding: 10px;
    width: 125px;
    height: 125px;
    border-radius: 69% 31% 66% 34% / 31% 30% 70% 79%;
    display: block;
    box-shadow: 0 0 50px 3px #48abe0;
    border: 1px solid var(--hover-color);
    outline: 2px solid var(--bg-color);
    z-index: 100;
} 
section.about-section .info-detail1 {
    left: 0%;
    top: 34%;
}
section.about-section .info-detail2 {
    left: 76%;
    top: 10%;
}
section.about-section .info-detail3{
    left: 75%;
    top: 70%;
}
section.about-section .img-about span{
    color: var(--hover-color);
    font-size: var(--para-font);
}
section.about-section .img-about .info-detail p{
    font-size: .8rem;
}
/* services */
section.services-section .service-box{
    padding: 2rem 1rem;
    text-align: center;
    background-color: var(--second-bg-color);
    transition: all .4s ease-in-out;
    border-radius: 10px;
}
section.services-section .service-box p{
   color: var(--para-light-color);
   font-size:  var(--para-font-sm);
   margin-top: 10px;
}
section.services-section .service-box i{
    border: 2px solid var(--hover-color);
    width: 130px;
    height: 130px;
    background-color: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:3rem;
    border-radius: 50%;
    position: relative;
    color: var(--hover-color);
    box-shadow: 0 0 50px 3px #48abe0;
    outline: 3px solid var(--bg-color);
}
section.services-section .service-box:hover {
    transform: translateY(-.7rem);
    cursor: pointer;
}


section.skills-section {
    background-color: var(--second-bg-color);
}
section.skills-section .skill-main {
    width: 100%;
    /* display: grid;
    grid-template-columns: repeat(2 , 1fr);
    grid-row-gap: 30px ;
    grid-column-gap: 50px ; */
}
section.skills-section .skill-bar {
    margin-bottom: 2.3rem; 
}
section.skills-section .skill-main h3{
    margin-bottom: 2rem;
    /* font-size: ; */
    font-weight: 700;
    text-align: center !important;
}
section.skills-section .skill-left .skill-bar .info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px ;
}
section.skills-section .skill-left .skill-bar .bar{
    width: 100%;
    height: 10px;
    background-color: var(--bg-color);
    border-radius: 25px;
    margin-top: 10px;
    position: relative;
}
section.skills-section .skill-left .skill-bar .bar span{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 25px;
    background-color: var(--hover-color);
    box-shadow: 0 0 50px 3px #48abe0;

}
section.skills-section .skill-left .skill-bar .bar .html{
    width: 90%;
    animation: html 2s;
}
section.skills-section .skill-left .skill-bar .bar .css{
    width: 90%;
    animation: css 3s;
}
section.skills-section .skill-left .skill-bar .bar .javascript{
    width: 85%;
    animation: css 4s;

}
section.skills-section .skill-left .skill-bar .bar .figma{
    width: 85%;
    animation: figma 5s;

}
section.skills-section .skill-left .skill-bar .bar .shopify{
    width: 90%;
    animation: shopify 6s;

}
section.skills-section .skill-left .skill-bar .bar .wordpress{
    width: 90%;
    animation: wordpress 7s;

}
section.skills-section .skill-left .skill-bar .bar .webflow {
    width: 90%;
    animation: webflow 8s;


}
@keyframes html {
     0% {
        width: 0%;
     }
    90% {
        width: 90%;
     }
}
@keyframes css {
     0% {
        width: 0%;
     }
    90% {
        width: 90%;
     }
}
@keyframes javascript {
     0% {
        width: 0%;
     }
    85% {
        width: 85%;
     }
}

@keyframes figma {
     0% {
        width: 0%;
     }
    85% {
        width: 85%;
     }
}
@keyframes shopify {
     0% {
        width: 0%;
     }
    90% {
        width: 90%;
     }
}
@keyframes wordpress {
     0% {
        width: 0%;
     }
    90% {
        width: 90%;
     }
}
@keyframes webflow {
     0% {
        width: 0%;
     }
    90% {
        width: 90%;
     }
}
section.portfolio-section .myportfolio-tabs {
    border-bottom: 0px;
}

section.portfolio-section .myportfolio-tabs .nav-link:hover{
    border: none;
}
section.portfolio-section .myportfolio-tabs .nav-link.active {
    background-color: transparent;
    color: var(--hover-color);
    font-weight: 700;
    border: none;
    border-bottom: 2px solid var(--hover-color);
}
section.portfolio-section .myportfolio-tabs-content .port-box{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background-color: #292e33;
    border: 2px solid var(--hover-color);
    height: 100%;
}
section.portfolio-section .myportfolio-tabs-content .port-box .port-image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
section.portfolio-section .myportfolio-tabs-content .port-box .port-image img{
    width: 100%;
    height: 100%;
    opacity: .5;
    transform: .5;
    object-fit: cover;
}
section.portfolio-section .myportfolio-tabs-content .port-box .port-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(rgba(0 , 0 ,0 , .2 ) , #12f7ff);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: 0.5s;
    padding: 0 2rem;
}
section.portfolio-section .myportfolio-tabs-content .port-box .port-content h3 {
    font-size: 1.4rem;
    font-weight: 600;
}
section.portfolio-section .myportfolio-tabs-content .port-box .port-content p {
    font-size: var(--para-font-sm);
    margin-top: 10px;    
}
section.portfolio-section .myportfolio-tabs-content .port-box .port-content i {
    background-color: var(--primary-text); 
    color: var(--bg-color);
    font-size: var(--para-font);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid var(--hover-color);
    outline: 2px solid var(--primary-text);
    margin-top: 15px;
}
section.portfolio-section .myportfolio-tabs-content .port-box:hover .port-content {
    opacity: 1;
    cursor: pointer;
}
section.portfolio-section .myportfolio-tabs-content .navigate-website-parent {
    display: inline-block;
    width: 100%;
    height: 100%;
}
section.portfolio-section .myportfolio-tabs .nav-link{
    color: var(--primary-text);
    border: none;
    border-bottom: 2px solid transparent;
}
footer .footer-copyright a{
    background-color: var(--hover-color);
    padding: 10px;
border-radius: 4px;
}
footer .footer-copyright i{
    color: var(--bg-color);
}


/* Define the floating animation */
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}


/* Whatsapp Chat Button */
.whatsapp-widget .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: float 3s ease-in-out infinite; /* Apply the animation */
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.whatsapp-widget .float:hover ,
.whatsapp-widget .float:active ,
.whatsapp-widget .float:visited 
{
  scale: 1.1;
  transition: all 0.3s ease-in-out;
  color: var(--primary-text) !important;
}

.whatsapp-widget .float:hover i {
  color: var(--primary-text);
}

.whatsapp-widget .my-float {
  margin-top: 16px;
}

