*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    max-width: 1500px;
    margin: 0 auto;
    background-size: cover;
    font-family: 'Ubuntu', sans-serif;
    scroll-behavior: smooth;
    background: black;
}
hr{
    background: #5ce1e6;
    height: 6px;
}
.text-gradient {
    background: radial-gradient(
      64.18% 64.18% at 71.16% 35.69%,
      #def9fa 0.89%,
      #bef3f5 17.23%,
      #9dedf0 42.04%,
      #7de7eb 55.12%,
      #5ce1e6 71.54%,
      #33bbcf 100%
    );
  }
  button{
    cursor: pointer;
  }
.btn{
    border: 1px solid #5ce1e6;
    padding: 0.5rem 1.2rem;
    color: var(--text-color);
    border-radius: 5px;
    font-weight: 700;
    margin: 0 4px;
}
.btn i{
    padding-right: 5px;
}
.bounce{
    animation: bounce 3s ease-in-out infinite;
    padding-left: 2.5rem;
}
.bounce:hover{
    animation: bounce 5s ease-in-out infinite;
}
.pulse:hover{
    animation: pulse 0.9s ease-in-out infinite;
}
.spooky:hover{
    animation: rotate 5s ease-in-out infinite;
}
.rotate:hover{
    animation: rotate 3s ease-in-out;
}
html.sr .load-hidden {
    visibility: hidden;
    transform: translateZ(100px);
}
.dark-mode {
    background: black;
    color: var(--white);
}
.darkmodebtn{
    display: flex;
    position: fixed;
    top: 10px;
    opacity: 0.6;
    font-size: 20px;
    padding: 5px;
    padding-right: 0;
}
.darkmodebtn:hover{
    font-size: 20px;
    border: 1px solid var(--main-color);
}
/* .showdark{
   display: none;
} */
.visible{
    display: flex;
}
#resume{
    position: fixed;
    top: 10px;
    right: 5%;
    z-index: 1000;
}
.fixed-nav{
    z-index: 1000;
}



/* header-section starts here */
.header-links{
    border-bottom: 4px solid #5ce1e6;
    padding: 50px 0 10px 0;
    display: flex;
    justify-content: space-between;
}
.header-links-container{
    /* border: 2px solid tomato; */
    width: 15%;
    display: flex;
    justify-content: space-evenly;
}
.header-links h5{
    color: var(--light-grey-color);
    font-size: 18px;
}
.header-links-container a{
    text-decoration: none;
    color: var(--light-grey-color);
}
.header-links-container a:hover{
    font-size: 25px;
    color: #5ce1e6;
    transition: all ease-in 0.7s;
}
.header-body{
    /* border: 1px solid tomato; */
    width: 80%;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
    /* position: relative; */
}
.left-header-body{
    /* border: 1px solid teal; */
    width: 50%;
}
.left-header-body h1{
    font-size: 40px;
    line-height: 1.5;
    color: var(--text-color);
}
.left-header-body p{
    color: var(--text-color);
    padding: 20px 0 40px;
}
.left-header-body a{
    font-size: 20px;
    text-decoration: none;
}
.about-meP{
    font-size: 18px;
    line-height: 1.5;
}
.right-header-body{
    /* border: 1px solid blue; */
    width: 50%;
    display: flex;
    justify-content: center;
}
.right-header-body img{
    border-radius: 50%;
    height: 18.75rem;
    width: 60%;
}
/* header-section ends here  */
/* services-section starts here */
.services-section{
    /* border: 2px solid tomato; */
    /* background: white; */
    padding: 5rem;
}
.services-section h2{
    text-align: center;
    font-size: 40px;
    padding-bottom: 1.8rem;
}
.services-container{
    /* border: 2px solid green; */
    width: 90%;
    margin: 0 auto;
    padding: 0.625rem;
    display: flex;
    justify-content: space-evenly;
}
.services-1{
    border: 2px solid #5ce1e6;
    width: 35%;
    background: #5ce1e6;
    color: white;
    padding: 1.25rem;
    border-radius: 10px;
}
.services-1 h3{
    font-size: 40px;
    font-weight: 500;
    padding: 1.2rem 0;
}
.services-2{
    border: 1px solid #5ce1e6;
    width: 36%;
    position: relative;
    padding: 1.25rem 0.625rem  1.25rem 2.5rem;
    border-radius: 10px;
}
.services-2 img{
    width: 30%;
    position: absolute;
    border: 10px solid white;
    background: var(--main-color);
    right: -20px;
    top: -20px;
    padding: 10px;
    border-radius: 50%;
    /* animation: ripple 2s infinite; */
}
.services-2 h4{
    padding: 1rem 0;
    font-size: 25px;
    color: var(--light-grey-color);
}
.services-2 p{
    padding: 0.625rem 0;
    line-height: 1.5;
    font-size: 18px;
    color: var(--text-color);
    font-weight: 500;
}
/* services-section ends here  */
/* project-section starts here */
.t-e-section{
    /* border: 2px solid green; */
    display: flex;
    justify-content: space-between;
}
.tools{
    /* border: 2px solid tomato; */
    width: 30%;
    margin: 5.5rem 0;
    text-align: center;
}
.tools h3{
    padding: 2.5rem 0 1.25rem 0;
    font-size: 1.525rem;
    color: var(--text-color);
}
.tools-img{
    padding: 1.25rem;
}

.tools-img h5{
    padding: 0.6rem 0 0 0;
    font-size: 0.875rem;
    color: var(--text-color);
}
.project-section{
    /* border: 2px solid blue; */
    width: 100%;
    margin: 20px 0;
}
.project-section h3{
    padding: 2.5rem 0 0.875rem 0;
    font-size: 25px;
    color: var(--text-color);
}
.line{
    height: 4px;
    width: 12.5rem;
    background: #5ce1e6;
    margin-bottom: 25px;
}
.project-containers{
    /* border: 2px solid aqua; */
    width: 90%;
    margin: 0 auto;
    display: flex;
}
.project-contents{
    border-right: 2px solid #5ce1e6;
    border-bottom: 2px solid #5ce1e6 !important;
    width: 100%;
    padding: 35px 0;
    /* border: 1px solid red; */
}
.fixed-nav{
    position: fixed;
    top: 0;
}
.border-right{
    border-right: none;
}
.border-bottom{
    border-bottom: none;
}
.project-img{
    /* border: 2px solid purple; */
    width: 80%;
    margin: 0 auto;
    height: 18.75rem;
}
.foodplug{
    background: url(./new-img/onecoop.jpg);
    background-size: cover;
    /* border-radius: 20px; */
}
.antic{
    background: url(./new-img/hoobank.jpg);
    background-size: cover;
    /* border-radius: 20px; */
}
.pca{
    background: url(./new-img/mbn.jpg);
    background-size: cover;
    /* border-radius: 20px; */
}
.tell-vic1{
    background: url(./new-img/stock-keeper.jpg);
    background-size: cover;
    /* border-radius: 20px; */
}
.bottom-project-contents{
    /* border: 2px solid yellow; */
    width: 80%;
    margin: 0 auto;
}
.bottom-project-contents h4{
    padding: 20px 0 0 0;
    font-size: 20px;
    color: var(--text-color);
}
.bottom-project-contents p{
    padding: 15px 0;
    line-height: 1.5;
    color: var(--light-grey-color);
}
.bottom-project-contents p span{
    color: var(--text-color);
    padding-right: 5px;
}
/* project-section ends here  */
/* connect section starts here */
.connect-section{
    /* border: 3px solid red; */
    /* background: #BCCEF8; */
    padding: 1.25rem;
    padding-bottom: 3.9rem;
}
.connect-section h1{
    text-align: center;
    padding: 1.875rem;
    /* color: white; */
    font-size: 2.5rem;
}
.connect-container{
    border: 1px solid #5ce1e6;
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
}
.connect-container h4{
    padding: 0.325rem 0;
    font-weight: 500;
    font-size: 20px;
    color: var(--light-grey-color);
}
.line{
    width: 3rem;
    height: 0.425rem;
    background: #5ce1e6;
    margin-bottom: 0.625rem;
}
.left-container{
    /* border: 3px solid purple; */
    width: 50%;
    padding: 2.5rem;
    padding-top: 0.625rem;
}
.form-input{
    border: 1px solid #5ce1e6;
    outline: none;
    width: 80%;
    padding: 0.625rem;
    border-radius: 5px;
    color: var(--light-grey-color);
    background: transparent;
}
.input-btn{
    outline: none;
}
.right-container{
    /* border: 3px solid yellow; */
    background: url(./new-img/man-on-computer.jpg) ;
    width: 50%;
    padding: 2.5rem;
    padding-top: 0.625rem;
    overflow: hidden;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.connect-icon-holder{
    /* border: 2px solid tomato; */
    display: flex;
    flex-direction: column;
    padding: 1.25rem 0;
}
.connect-icon-holder a{
    text-decoration: none;
    padding: 1.5rem 0;
    color: var(--light-grey-color);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}
.connect-icon-holder i{
    padding: 0.525rem;
    border: none;
    border-radius: 50%;
    background: #5ce1e6;
    color: var(--text-color);
    margin-right: 0.625rem;
}
.connect-icon-holder i:hover{
    border: 4px solid #5ce1e6;
    background: #5ce1e6;
    font-size: 50px;
    transition: all ease-in 0.7s;
}
/* connect section ends here  */


/* header-slider section starts here  */
.header-slider{
    /* border: 1px solid red; */
    margin: 2.5rem auto 0;
    width: 90%;
}
.header-slider p{
    /* border: 1px solid blue; */
    width: 70%;
    margin: 0 auto;
    font-size: 0.688rem;
    padding: 0.625rem 0;
}
.header-slider_images{
    /* border: 1px solid green; */
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 0;
    flex-wrap: wrap;
}
.header-slider_images img{
    width: 18%;
}
.slideshow-container {
    /* border: 1px solid black; */
    width: 70%;
    margin: 3rem auto;
    position: relative;
    border-radius: 5px;
  }
  .slideshow-container h2{
    /* border: 1px solid green; */
    color: var(--text-color);
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
    font-size: 2rem;
  }
  .mySlides {
    display: none;
  }
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 30%;
    width: auto;
    margin-top: -1.375rem;
    padding: 1rem;
    color: #5ce1e6;
    font-weight: bold;
    font-size: 1.25rem;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .prev:hover, .next:hover {
    background-color: var(--button-color);
  }
   /* The dots/bullets/indicators */
   .dot {
    cursor: pointer;
    height: 0.313rem;
    width: 0.313rem;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.dot-div{
    /* border: 3px solid red; */
    position: absolute;
    top: 20%;
    right: 17%;
  }
  .active, .dot:hover {
    background-color: #717171;
  }
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
/* header-slider section ends here  */
/* starts here */
/* ends here  */