
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Pacifico&display=swap');@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Dancing+Script:wght@400..700&family=Pacifico&display=swap');
body{
    margin-left: 25%;
    padding: 0;
    box-sizing: border-box;
    background-color: #022a3f;
    color: #edf2f4;
}
.navbar-brand ,h3{
 font-family: 'Dancing';

}
/* =======================responsive media queory=============== */
@media (max-width:767px) {
    .slidbar{
        display: none;
    }
    body{
        margin: 0;
        padding-top: 20%;
    }
    .navbar{
    background-color:#033855;
    margin: 2% 4%;
    border-radius: 30px;
    /* filter: blur(2px); */
    /* background: rgba(89, 192, 240, 0.15); */
}
.offcanvas{
    background-color: #034264;
    width: 300px;
}
.step-number::after{
    display: none;
}
}
@media (min-width:768px) {
    .navbar{
        display: none;
    }
    body{
    margin-left: 25%;
    }
}

/* ===============scroll design============ */
 .slidbar::-webkit-scrollbar ,body::-webkit-scrollbar  {
  width: 7px;
}

/* Track */
.slidbar::-webkit-scrollbar-track,body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 15px;
}
/* Handle */
.slidbar::-webkit-scrollbar-thumb ,body::-webkit-scrollbar-thumb{
  background: #59c0f0; 
  border-radius: 10px;
}
/* Handle on hover */
.slidbar::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover {
  background: #e8e4e4; 
}
/* =======================navbar================= */
.slidbar{
    width: 24%;
   height: 100vh;
    margin-left:-25%;
    padding: 2%;
    background-color: #0b3044;
    z-index: -1;
    position: fixed;
    color: white;
    overflow-y: scroll;
}
.offcanvas-body{
    background-color:#0b3044 ;
}
.slidbar video{
    width: 150px;   
    height: 150px;    
    object-fit: cover;
    margin-bottom: 5%;
    margin-left: 25px;
}
.side-item ,.offcanvas-body .hidde-item{
    list-style-type: none;
    line-height: 55px;
}
.side-item a,.offcanvas-body a{
    color:#e8e4e4;
    text-decoration: none;
}
.side-item a:hover, .offcanvas-body a:hover{
    color: #59c0f0;
    text-decoration: underline;
}
.slidbar .conect ul ,.offcanvas-body .conect ul{
    display: flex;
    gap: 9px;
    font-size: 20px;
    list-style-type: none;
}
.slidbar .conect ul li,.offcanvas-body .contact ul li{
    padding: 7px;
    border-radius: 5px;
    background-color: #185c81;
}
.slidbar .conect ul li:hover,.offcanvas-body .contact ul li:hover{
    background-color: #49bcf1;
    transition: 0.5s ease;
}
.slidbar .conect ul a,.offcanvas-body .contact ul a{
    color: white;
}
/* ==============================header====================== */
.header-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.title-header{
    color: #59c0f0;
}
.job{
    position: relative;
    margin: 0;
    font-weight: 900;
    color:transparent;
    z-index: 1;
    overflow: hidden;
    -webkit-text-stroke: 1px #59c0f0;
}
.job::before{
    content:attr(data-text);
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    color:#59c0f0;
    overflow: hidden;
    -webkit-text-stroke: 0px #59c0f0;
    border-right: 2px solid #59c0f0;
    animation: animate 5.5s linear infinite;
}
@keyframes animate{
    0%,10%,100%{
       width:0;
    }
    70%,90%{
        width: 90%;
    }
}

  .img-header {
  max-width: 100%;
  max-height: 65vh;
}
   
.btn-cv{
    color: #022a3f;
    background-color: #59c0f0;
    transition: transform 0.3s ease;
}
.btn-cv a{
    text-decoration: none;
    color: #022a3f;
}
.btn-cv:hover,.btn-talk:hover,.render-link:hover{
    transform: translateY(-3px);
}
 .btn-talk{
    border: 2px solid #185b7f;
    border-radius: 5px;
    color: #59c0f0  ;
    padding:7px 20px;
    margin: 5%;
    transition: transform 0.3s ease;
}
.btn-talk a{
    text-decoration: none;
     color: #59c0f0  ;
}
.btn-talk:hover{
    color: #59c0f0;
    border: 2px solid #59c0f0;
}
/*================== section about me================ */

.about-me{
    min-height: 80vh;
    text-align: center;
    line-height: 30px;
}
.para{
    border-bottom: 1px solid #03507a ;
    padding: 20px;
    min-height: 50vh;
}
.spinner-grow{
    height: 1rem;
    width: 1rem;
    background-color: #59c0f0;
    padding-right: 10px;
}
.location{
    color: #59c0f0;
}
.show-case{
    padding: 15px;
    margin-top:3%;
    text-align: justify;
}
.show-button{
    padding: 8% 0 0 6%;
}
/* ==============================skills sections==================== */
.skill{
    min-height: 80vh;
}
.skill h1,.contact h3,.projects h3{
    font-size: 40px;
    text-align: center;
    margin: 7%;
    -webkit-text-stroke: 2px #59c0f0;
    color: transparent;
    text-decoration:underline;
}
.skill .card{
    height: 100px;
    width: 100px;
    margin: 5px;
    padding-top: 13px;
    background-color: transparent;
    border: 1px solid #034264 ;
    background: rgba(89, 192, 240, 0.05);
    transition: all 0.2s ease;
    text-align: center;
}
.skill .card:hover{
    /* transform: translateY(-5px); */
     border: 1px solid #185b7f ;
     background: rgba(116, 188, 222, 0.10);
}
.skill .card i{
    color: #59c0f0;
    font-size: 70px;
}
.skill .col-md-2{
    width: 27%;
}
table td{
    padding: 26px;
}
table th{
    color: #59c0f0;
}
/* ==========================projects============== */
.projects{
   margin-top: 7%;
}
.projects .card h3{
    text-align: center;
}
.projects .card{
    margin: 5% 4% 7% 4%;
    background: none;
    border: none;
     transition: all 0.3s ease;
     color: #59c0f0;     
     position: relative;
     overflow: hidden;
     z-index:1;
     border-radius: 10px;
}
.projects .card:hover{
    transform: translateY(-5px);
}
.projects img{
   height: 300px;
   border-radius: 10px;
}
.projects .card::before{
    content: '';
    top: 0;
    left: 0;
    width:0;
    height: 100%;
    background-color: rgba(57, 74, 82, 0.8);
    position: absolute;
    z-index: 1;
    transition: 0.8s;
}
.projects .card:hover::before{
    width: 100%;
}
.project-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s ease;
    z-index: 2;
}
.project-overlay  a{
    color: white;
    background-color: #022a3f;
    border-radius: 50px;
    padding: 10px;
    margin: 3%;
}
.project-overlay a:hover{
    background-color: #59c0f0;
}
.projects .card:hover .project-overlay {
    opacity: 1;
}
/* =========================contact section========================= */
.contact .col-md-6 form{
    flex-direction: column;
    display: flex;
    gap: 10px;
}
.contact input,textarea{
    padding: 10px;
    border: 1px solid #034264;
    border-radius: 10px;
    background: rgba(89, 192, 240, 0.05);
    transition:all 0.5s ease;
}
.contact input:focus,textarea:focus{
    outline: none;
    color: #fff;
    border: 2px solid #59c0f0;
    box-shadow:0 0 5px #59c0f0;
     background: rgba(116, 188, 222, 0.10);
}
.contact .send-btn{
    color: #022a3f;
    background-color: #59c0f0;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
    padding: 10px;
    width: 50%;
    margin: 3% 0 3% 0;
    font-weight: bold;
}
    .contact .send-btn:hover{
        transform: translateY(-3px);
         box-shadow: 1px 5px 15px 1px #59c0f0;
    }
    .contact svg{
        color: #59c0f0;
    }
    .contact .col-md-5 h3{
        padding-top: 10%;
    }
    /* =============================footer section================ */
footer{
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-color: #033855;
}
    /* --social-- */
    .social{
        padding: 4%;
    }
 footer .card {
  display: flex;
  flex-direction: row;
  width: 250px;
  height: 50px;
  background-color: whitesmoke;
  border-radius: 115px;
  padding-inline: 15px;
  position: relative;
  justify-content: space-around;
}

.social-icons {
  cursor: pointer;
  display: flex;
  transition: all 0.5s;
  align-items: center;
  justify-content: center;
  position: relative;
  color: white;
  font-weight: bold;
  font-size: small;
}

.social-icons > p {
  --var: -0%;
  position: absolute;
  top: var(--var);
  transition: all 0.7s;
  background-color: dodgerblue;
  border-radius: 7px;
  opacity: 0;
  padding-inline: 7px;
  padding-block: 3px;
  width: max-content;
}
.social-icons > p::after {
  content: "";
  position: absolute;
  border-top: 10px solid dodgerblue;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}
.social-icons > a {
  --var: -0%;
  position: absolute;
  bottom: var(--var);
  width: max-content;
  transition: all 0.7s;
  opacity: 0;
  padding-inline: 7px;
  padding-block: 3px;
  background-color: crimson;
  border-radius: 7px;
}
.social-icons > a::after {
  content: "";
  position: absolute;
  border-bottom: 10px solid crimson;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
}

.social-icons:hover > a,
.social-icons:hover > p {
  --var: -65%;
  opacity: 1;
}

.social-icons:hover {
  z-index: 15;
}

.card:hover > .social-icons:not(:hover) {
  filter: blur(3px);
  transform: scale(0.8);
}
footer .card svg {
  height: 30px;
}
footer .social a{
    color: white;
    text-decoration: none;
}
footer .top-button{
    text-decoration: none;
    color: white;
    border: 1px solid #022a3f;
    padding: 1%;
    border-radius: 50px;
    background: #59c0f0;
    margin-left: 90%;
    right: 15px;
}
footer  a{
     transition: all 0.2s ease;
      color: white;
}
footer a:hover{
    color: white;
    background: rgba(125, 191, 222, 0.8);
}
/* ===============projects Details============== */
.feature{
    min-height: 100vh;
   padding-top: 8%;
   text-align: center;
}
.feature h2,.tech-use h3{
    font-family: 'Caveat';
    color: #59c0f0;
    font-size: 50px;
}
#footer h1,.head-details .col-md-6 h1,.title-details h1{
        font-family: 'Caveat';
        font-size: 60px;

}
.title-details{
    text-align: center;
    padding: 5% 5% 10% 5%;
    background-color: #033855;
    font-size: 20px;

}
.title-details a{
    text-decoration: none;
    color:#59c0f0;
    padding: 1%;
}
.details .container img{
    height: 120%;
    width: 100%;
    border-radius: 20px;
}
.details .head-details .container .col-md-6{
    padding-top: 10%;
}
.content{
    text-align: justify;
    padding: 3%;
    margin: 3%;
}
.content i {
color: #49bcf1;
}
.tech-use{
    display: flex;
    margin:5% 8%;
}
.tech{
    display: flex; 
}
.tech h5{
    background: rgba(89, 192, 240, 0.05);
    border-radius: 10px;
    border: 1px solid #033855;
    margin: 1%;
    width: 20%;
    padding: 3%;
}
.tech h5:hover{
     background: rgba(116, 188, 222);
     transition: all 0.5s ease;
     color: #022a3f;
}

.render-link a{
text-decoration: none;
border-radius: 10px;
background-color: #49bcf1;
color: #022a3f;
padding: 2%;
}
.render-link{
    transition: all 0.3s ease;
}
