
html{
  height: 100%;
  margin:0;
}

.particles-js-canvas-el{
}


.left-align-toggler{
  margin-right: auto !important;
}
#showCase{
  text-align: center;
  background: url(a.jpg) no-repeat ;
  width: 100%;
  height: 100vh !important;
  background-position: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  background-size: cover;
  background-attachment: fixed;

}
.topPart{
  position: fixed;
  padding-left: 30px;
  opacity: 1;
  width: 100%;
}
.topnav{
  margin-bottom: 0 !important;
}

#footer{
  text-align: center;
  background: url(a.jpg) no-repeat;
  width: 100%;
  height: 65%;
  background-position: 99% -60%;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-decoration: none;
  background-size: cover;
  background-attachment: fixed;
}

#showCase .container {

}

#showCase:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: -1;
}
#showCase h2{
  color: white;
  text-align: center;
}
section #myTopnav{
  color: #000000;
  opacity: 0.7;
}
.main-text li{
  list-style-type: none;
}
.main-text img{
  border-radius: 0px;
}
#showCase .main-text{
  position: relative;
  top: 40%;
  height: auto;
  padding: 15px;
  font-style:normal;
  font-size: large;
}
.main-text a{
   text-decoration: none;
 }
.summary{
  padding-top: 60px;
}
 #personal{
   text-align: center;
   margin: auto;
   height: auto;
 }
 nav .fixed-top {
     position: fixed;
     top: 0;
     right: 0;
     left: 0;
     z-index: 1030;
}
.topnav a {
    float: left;
    display: block;
    color: black;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none !important;
    font-size: 17px;
}
.topnav a:hover {
    background-color: #ddd;
    color: black;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background-color: #FCFCFC;
    color: black !important;
    border-radius: 5px;
}
.topnav .icon {
    display: none;
}
.skill {
    list-style: none;
    margin: 0;
    margin-top: 25px;
    text-align: center;
    padding-right: 25px;
}
.skill li {
    display: inline-block;
    padding: 3px 12px;
    margin-right: 5px;
    color: #fff;
    background-color: #031e43;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: 0.3s;
}
.section-title{
  width: 100%;
  background-color: blue;
}
.single-service{
  padding: 15px;
  text-align: center;
  background-color: #80808026;
  border-radius: 5%;
  margin-bottom: 15px;

}
.single-service span{
  width: 80px;
  height: 85px;
  line-height: 90px;
  background: white;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  border-radius: 60%;
}
.single-service span i{
  font-size: 30px;
}
.header-title h1{
  font-size: 45px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 35px;
}
.header-title h4{
  text-align: center;
}
.work-list{
  margin-bottom: 20px;
  text-align: center;
}
.work-list li{
  cursor: pointer;
  display: inline-block;
  transition: 0.6s;
  border-radius: 40px;
  padding: 7px 25px;
  background-color: black;
  border: 2px solid;
  margin: 0 8px;
  color: white;
}
.work-list li:hover{
  background-color: white;
  color: black;
}
.work-list li.active{
  background-color: white;
  color: black;
}
.tags{
  ox-shadow: 0 0 2px black;
  margin-top: 34px;
}
.contain{ 
}
.whatIDo{
  background-color: #526D95 !important;
  box-shadow: 0px 0px 10px 10px rgba(82, 109, 149, 0.4);
}

.single-service{
  background-color: #3b5272;
}
.single-service h3{
  color: white;
}
.whatIDo .single-icon{
  background-color: green !important;
}



.samples {
  list-style:none;
  padding: 0;
}
.samples img{
  max-width: 200px;
}
.samples h1{
  text-align: center;
}

.image-container {
    position: relative;
    display: inline-block;
    transition: transform 0.2s ease;
  }

  .image {
    width: 200px;
    height: 226px;
    transition: transform 1s ease;
  }

  .overlay {
    width: 180px;
    height: 230px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 1s ease;
  }
  .overlay a{
    color: white;
    text-decoration: none;
  }
  .overlay a:hover{
    color: gray;
    text-decoration: none;
  }

  .image-container:hover .image {
    transform: scale(1.2);
  }

  .image-container:hover .overlay {
    transform: translate(-50%, -50%) scale(1);
  }



  .firstCredential, .secoundCredential, .thirdCredential{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .firstCredential .imgBox{
    position: relative;
    width: 208px;
  }

  .secoundCredential .imgBox{
    position: relative;
    width: 208px;
  }

#hobbys{
  margin-top: 40px;
  text-align: center;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
}

#footer ul{
  list-style: none;
}

ul .samples{
  width: 100%;
}

.row{
  margin-right: 0 !important;
}

.profText h1{
  font-size: 36px;
  text-align: center;
}
.profText p{
  text-align: center;
  font-size: 18px;
}

.profpic{
  display: flex;
  align-items: center;
  justify-content: center;
}


#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
}

#content-container {
  z-index: 1; 
}
#skills ,#hobbys {
  background-color: white;
}
.fa-code{
  font-weight: bold !important;
}
.fa-mobile{
  font-size: 36px !important;
  margin-top: 9px;
}
.webDesign, .webDevelopment, .responsiveDesign{
  display: flex;
  align-items: center;
  justify-content: center;
}

.container{
  width: 100% !important;
}
#footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
}
.contactFormContainer {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
}

.contactFormContainer input,
.contactFormContainer textarea {
  background-color: white;
  opacity: 1;
  width: 100%; 
}

.contactFormContainer h2, 
.contactFormContainer label {
  opacity: 1;
  color: black;
}

.contactFormContainer p {
  font-size: 20px;
  opacity: 1;
  border: none;
}
.profile {
  opacity: 1;
}
.theTags{
  opacity: 1;
}
.profText{
  opacity: 1;

  flex-direction: column;
  justify-content: center;
  height: 100%;
}




.main-text {
  font-size: 32px;
  display: inline-block;
  overflow: hidden;
}
.letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
}
.navbar-collapse {
  transition: all 0.3s ease;
}

@media (max-width: 576px) {
  .main-text{
    width: 100%;
  }
  #showCase{
    height: 600px;
  }
  #showCase h2{
    color: white;
  }
  .profpic img {
    width: 217px;
    height: 282px;
    border-radius: 124px;
  }
  .single-service{
    width: 255px;
    height: 170px;
  }
  .image-container{
    margin-bottom: 40px;
  }
}

@media (min-width: 577px) and (max-width: 768px)  {

  .main-text{
    width: 100%;
  }
  #showCase{
    height: 600px
  }

 
  #showCase h2{
    color: white;
  }
  .profpic img{
    width: 258px;
    height: 349px;
    border-radius: 34px;
  }
  .myWebSkills{
    width: 550px;

  }
  .single-service{
    width: 250px !important;
    height: 168px !important;
  }
  .single-service h3{
    font-size: 19px;
  }

  .webDesign, .webDevelopment, .responsiveDesign{
    width: 255px !important;
    height: 170px !important;
    font-size: 50px;
  }
  .single-service span{
    width: 68px;
    height: 68px;
    font-size: 24px;
    line-height: 71px;
  }
  .image-container{
    margin-bottom: 40px;
  }

}

@media (min-width: 769px) and (max-width: 992px){
  .main-text{
    width: 100%;
  }

  #showCase{
    height: 600px
  }

  
  .profpic img{
    width: 258px;
    height: 349px;
    border-radius: 34px;
  }
  .single-service{
    width: 222px;
    height: 176px;
  }

  .single-service span{
    width: 68px;
    height: 68px;
    font-size: 24px;
    line-height: 71px;
  }

  .responsiveDesign .single-service{
    font-size: 50px;
  }
  .fa-mobile{
    margin-top: 0px;
  }



}

@media (min-width: 993px){
  .main-text{
    width: 100%;
  }

  #showCase{
    height: 600px
  }

  .profpic img{
    width: 258px;
    height: 349px;
    border-radius: 34px;
  }

  .fa-mobile{
    font-size: 46px !important;
    margin-top: 0px;
  }
  .single-service{
    width: 245px;
    height: 178px;
  }
}

