:root{
  --blueish: #026A83;
  --yellow: #D3B300;
  --pinkish: #B20051;
  --searchShaodw: -13px 13px 26px rgba(181, 181, 181, 0.2), 13px -13px 26px rgba(181, 181, 181, 0.2), -13px -13px 26px rgba(255, 255, 255, 0.9), 13px 13px 33px rgba(181, 181, 181, 0.9), inset 1px 1px 2px rgba(255, 255, 255, 0.3), inset -1px -1px 2px rgba(181, 181, 181, 0.5);
  --greyText: #424242;

}
*{
  scroll-behavior: smooth;
  scroll-margin-top: 3.7rem;
}
html, body {
    position: relative;
    height: 100%;
  }
  body {
    background: rgb(8 167 215);
    font-family:  Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
  }
  .swiper-container{
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .gallery-top {
    height: 80%;
    width: 100%;
  }
  .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
  }
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
.text{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #08080885;
    width: 100%;
    padding: 10px 0;
    color: white;
    font-weight: 500;
}
section{
  height: 100vh;
  background-color: black;
  padding: 15px 0;
}
.swiper-lazy{
  
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
  
}
.swiper-container-lazy{
  height: 100%;
}
.swiper-pagination-bullet {
  background: #ffffff;
}
h1{
  text-align: center;
  margin-top: 3rem;
  color: white;
  font-weight: 500;
}
.swi-btn{
  background-color: #0000008c;
border-radius: 4px;
padding: 2px 6px;
color: white;
}

/* nav  */

.search-sect{
  width:max-content;
  height:max-content;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  margin-right: 10px;
  place-items: center;
  padding-bottom: 6px;
  padding-right: 10px;
  /* justify-content: space-between; */

}

.search-icon{
  width:20px;
  height:20px;
  margin-left: 4px;
  cursor:pointer;
}
.search-icon:hover{
  filter: invert(52%) sepia(18%) saturate(2505%) hue-rotate(167deg) brightness(98%) contrast(95%);
}
.searchbar::placeholder{
  font-size: 14px;
}
.red{
 transition: 0.2s;
}
.red::placeholder{
color: #B20051;
}
.searchbar{
  width: 150px;
  background-color: rgb(255, 255, 255);
  border:none;
  outline: none;
  font-size: 16px;
  border-right: 1px solid #424242;
}
nav{
  display: flex;
  align-items:center;
  justify-content: space-between;
  position: fixed;
  z-index: 5;
  left: 0;
  top:0;
  width: 100%;
  padding: 5px 10px;
  background: #000000cf;
}
nav a{
  text-decoration:none;
  margin-left:20px;
  padding-bottom: 3px;
  position: relative;
}
.a-line{
position: absolute;
bottom:0;
width:100%;
height:2px;
/* background:#ff0e0e; */
}
.ham{
  /* display: none; */
 
  cursor: pointer;;

}
.icon{
  width: 27px;
  height: 27px;
}
.icon-close{
  display: none;
  transform-origin: center;
  animation: rota .5s ease-in;
  transform: rotate(180deg);
}

@keyframes rota{
  100%{
      transform: none;
  }
}

/* nav a:focus{
  text-decoration: underline;
} */
.drop a{
  text-decoration: none;
  color: #ffffff;
  position: relative;
  /* width: 100%; */
  text-align: center;
  /* margin-bottom: 5px;
  margin-left: 10px; */
  padding: 5px;
  /* transition: 0.2s; */
  border-radius: 30px;
  font-size: 16px;
}
.drop a:hover{
  background:#007effb8;
}
.drop{
  display: none;
  padding-top: 6px;
  position: absolute;
  top: 100%;
  left: 1px;
  width: 230px;
  background: #000000cf;
  border-left: 2px solid #44dd88;
  border-right: 2px solid #4d8f;
  height: 90vh;
  overflow-y: scroll;
  /* scrollbar-color: green; */
}
.show{
  display: grid;
  
}
.remove{
  display: none;
}
.pro-link{
  position: relative;
  margin-bottom: 7px;
  text-align: left;
}
.pro-link a{
  font-size: 19px;
}
.more-projects{

margin-top: 5px;
background-color: #026983b7;
display: grid;
cursor: pointer;
z-index: 20;
align-content: center;
    justify-items: center;
}

.more-projects a{
  text-decoration: none;
  margin: 4px 0;
  font-size: 16px;
}
.icon{
  width: 25px;
  height: 25px;
  margin-right:1px;
}
.twist{
  /* transform: rotate(180deg);  */
  width: 10px;
  height: 10px;
  /* margin-left: 2px; */
}
article h1:first-child{
  font-size: 27px;
  font-weight: 700;

}
@media screen and (max-width: 500px){
    
  h1{
      font-size: 20px;
  }
  nav{
      padding: 6px;
  }
  .search-sect {
     padding: 8px 15px;
  }
 }