/*
  Theme Name: Hasaruwan Portfolio
  Theme URI: https://www.hasaruwan.com
  Description: Hasaruwan’s Portfolio is a lightweight, minimalist WordPress theme, meticulously crafted by Hasaruwan, a professional product designer with over 13 years of international experience. Designed for seamless integration with the Elementor page builder, this theme offers a flexible, user-friendly, and performance-optimized foundation for creating a professional online portfolio. Perfect for showcasing UI/UX design, web design, mobile applications, dashboards, and branding projects.
  Author: Hasaruwan
  Author URI: https://www.hasaruwan.com
  Version: 4.0
  Stable tag: 1.0
  Requires at least: 6.0
  Tested up to: 6.8
  Requires PHP: 7.4
  License: GNU General Public License v3 or later.
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
  Text Domain: hasaruwan-portfolio
  Tags: portfolio, UI-UX, Web Design, Mobile App, Dashboard, Graphics, Creative, Responsive, Branding, Marketing
*/




/* ========================================================= */
/* ===================== GLOBAL STYLES ===================== */
/* ========================================================= */

body{
  background: #182A40;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  transition: 0.3s ease-out;
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
  min-height: 100vh;
  overscroll-behavior: none;
  background-image: linear-gradient(to bottom, #061112, #152639);
}


.padding-0{
  padding: 0 !important;
}


.padding-right-0{
  padding-right: 0 !important;
}

a{
  text-decoration: none;
}


p,h2,h3,h4,h5{
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p{
  font-size: 1rem;
  font-weight: 300;
}


.container {
  z-index: 1;
  max-width: var(--size-container);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0;
}

.site-main{
  max-width: 1920px;
    margin: 0 auto;
  }



.h1-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}



.page-title-text{
  font-family: "Bai Jamjuree", sans-serif;
    font-size: 4.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: normal;
}


.page-header{
  text-transform: uppercase;
}





/* Cursor when hovering .hm-project-content */
.curzr.cursor-project-hover {
  width: 100px !important;
  height: 100px !important;
  background-color: rgba(10, 100, 107, 0.6) !important;
  box-shadow: 0 0 10px 3px #00EEFF;
}

.curzr-dot.dot-project-hover {
  width: 14px !important;
  height: 14px !important;
  background-color: transparent !important;
}

/* Read More text */
.cursor-readmore {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: bold;
  pointer-events: none;
  white-space: nowrap;
  top: 32%;
  left: 50%;
  font-size: 15px;
  color: #ffffff;
  width: 44px;
  text-align: center;
  text-transform: uppercase;
  text-wrap: auto;
  line-height: 18px;

}



.weather-widget {
  position: fixed;
  top: 50%;
  left: -88px;
  transform: rotate(-90deg);
  z-index: 9999;
}

.weather-widget p{
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 100;
  color: #66afe3;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cityname-wrapper, .temperature-wrapper, .madein-service-text{
  padding-right: 8px;
}

.madein-details{
  position: fixed;
  top: 50%;
  right: -135px;
  transform: rotate(90deg);
  z-index: 9999;
}

.madein-details p{
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 100;
  color: #66afe3;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.fa-beat {
  animation:fa-beat 5s ease infinite;
  height: 10px;
  display: inline-block;

}
@keyframes fa-beat {
  0% {
    transform:scale(1);
  }
  5% {
    transform:scale(1.25);
  }
  20% {
    transform:scale(1);
  }
  30% {
    transform:scale(1);
  }
  35% {
    transform:scale(1.25);
  }
  50% {
    transform:scale(1);
  }
  55% {
    transform:scale(1.25);
  }
  70% {
    transform:scale(1);
  }
}




/* ========================================================= */
/* ===================== LOADER ===================== */
/* ========================================================= */

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;

}
.loader-footer-txt{
    font-size: 0.9rem;
}
.loader-bg{
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(to bottom, #061112, #182A40);
  position: fixed;
    left: 0;
    top: 0;
}

.loading-text {
  position: absolute;
  top: 38vh;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
}
.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #ffffff;
  font-family: "Onest", sans-serif;
  font-weight: 900;
}
.year p{
  display: inline-block;
  margin: 40px 20px;
}
.loading-logo{
  text-align: center;
}
.loading-logo img{
    height: 100px;
    margin: 5vh auto;
}



.loading-content-wrapper {
    position: relative;
    margin: 0 auto;
    z-index: 999;
    left: 0%;
    text-align: center;
    margin-top: -9.5vh;
}
.loader-name h2{
    font-size: 1.5em;
    letter-spacing: 0.05em;
    font-weight: 300;

}

#loader{
    text-align: center;
    position: relative;
  }

.loader-footer{
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 12px;
    z-index: 999;
    height: auto;
    font-size: 0.8rem;
    max-width: 70vh;
    text-align: center;
    line-height: 1.5rem;
}

.browsers-img{
  height: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* Logo Pulse Animation */
.logo-pulse {
  animation: pulse 5s ease-in-out infinite;
  transform-origin: center;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.6)); /* turquoise glow */
}

.loader-percentage {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    letter-spacing: 1px;
    color: #fff;
     font-family: "Bai Jamjuree", sans-serif;
}






@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


.loading-text span:nth-child(1) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
          animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
          animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
          animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
          animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
          animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
          animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
  filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
          animation: blur-text 1.5s 1.2s infinite linear alternate;
}

@-webkit-keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(4px);
  }
}

@keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(4px);
  }
}


 #pre-load{
     position:fixed;
     inset:0;
     display:flex;
     align-items:center;
     justify-content:center;
     z-index:200 
}
 #pre-load .loader-inner{
     --loader-background:linear-gradient(0deg,rgba(24,42,63,.2) 0%,rgba(24,42,63,.2) 100%);
     position:relative;
     height:80vh;
     aspect-ratio:1;
     display:flex;
     align-items:center;
     justify-content:center;
     opacity: 0.4;
}
 #pre-load .loader-inner .loader-logo{
     position:absolute;
     top:50%;
     left:50%;
     transform:translate(-50%,-50%);
     width:60px;
     height:60px;
     display:flex;
     align-items:center;
     justify-content:center;
     animation:color-change 2s infinite ease-in-out;
     z-index:999 
}
 #pre-load .loader-inner .loader-logo svg{
    width:100%;
    height:100%
}
 #pre-load .loader-inner .box{
     position:absolute;
     background:var(--loader-background);
     border-radius:50%;
     border-top:1px solid rgb(100,100,100);
     box-shadow:rgba(0,0,0,.3) 0 10px 10px 0;
     backdrop-filter:blur(5px);
     animation:ripple 5s infinite ease-in-out 
}
 #pre-load .loader-inner .box:nth-child(1){
    width:25%;
    aspect-ratio:1/1;
    z-index:99
}
 #pre-load .loader-inner .box:nth-child(2){
    inset:30%;
    z-index:98;
    border-color:rgba(100,100,100,.8);
    animation-delay:.2s
}
 #pre-load .loader-inner .box:nth-child(3){
    inset:20%;
    z-index:97;
    border-color:rgba(100,100,100,.6);
    animation-delay:.4s
}
 #pre-load .loader-inner .box:nth-child(4){
    inset:10%;
    z-index:96;
    border-color:rgba(100,100,100,.4);
    animation-delay:.6s
}
 #pre-load .loader-inner .box:nth-child(5){
    inset:0;
    z-index:95;
    border-color:rgba(100,100,100,.2);
    animation-delay:.8s
}
 @keyframes ripple{
     0%{
        transform:scale(1);
        box-shadow:rgba(0,0,0,.3) 0 10px 10px 0
    }
     50%{
        transform:scale(1.3);
        box-shadow:rgba(0,0,0,.3) 0 30px 20px 0
    }
     100%{
        transform:scale(1);
        box-shadow:rgba(0,0,0,.3) 0 10px 10px 0
    }
}
 @keyframes color-change{
     0%{
        opacity:.7
    }
     50%{
        opacity:1
    }
     100%{
        opacity:.7
    }
}
 









/* ========================================================= */
/* ===================== LINK STYLES ======================= */
/* ========================================================= */

.link-text-dark{
  font-family: "Bai Jamjuree", sans-serif;
  color: #2160a7;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.2em;
  position: relative;
}

.link-text-dark::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  height: 40%;
  width: 90%;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='247' height='22' fill='none'%3E%3Cmask id='a' width='246' height='23' x='0' y='1' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M0 1h246v23H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%2300a661' d='M.225 13.987c40.77-3.247 81.218-6.304 122.486-5.61 40.217.68 80.07 3.493 119.823 8.284 4.828.577 4.966-4.727.193-5.301-40.597-4.886-82.029-7.082-123.059-6.436-39.896.627-80.713 2.548-119.53 8.822-.233.04-.132.263.087.25v-.009z'/%3E%3C/g%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 95%;
  background-image: linear-gradient(to right, currentcolor 40%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 0%;
  transition: background-size 0.4s ease-in;
  opacity: 0;
}

.link-text-dark:hover::after {
  background-size: 300%;
  opacity: 1;
  transition: background-size 0.4s ease-in, opacity 0.3s ease-in;
}

.link-text-light{
  font-family: "Bai Jamjuree", sans-serif;
  color: #00EEFF;
  padding:0 1vh;
  text-decoration: none;
  font-weight: 800;
  position: relative;
}

.link-text-light::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  height: 40%;
  width: 90%;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='247' height='22' fill='none'%3E%3Cmask id='a' width='246' height='23' x='0' y='1' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='%23D9D9D9' d='M0 1h246v23H0z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath fill='%2300a661' d='M.225 13.987c40.77-3.247 81.218-6.304 122.486-5.61 40.217.68 80.07 3.493 119.823 8.284 4.828.577 4.966-4.727.193-5.301-40.597-4.886-82.029-7.082-123.059-6.436-39.896.627-80.713 2.548-119.53 8.822-.233.04-.132.263.087.25v-.009z'/%3E%3C/g%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 95%;
  background-image: linear-gradient(to right, currentcolor 40%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 0%;
  transition: background-size 0.4s ease-in;
  opacity: 0;
}

.link-text-light:hover::after {
  background-size: 300%;
  opacity: 1;
  transition: background-size 0.4s ease-in, opacity 0.3s ease-in;
}


.top-banner-section{
  position: relative;
}

.page-main-banner-text-wrapper{
  text-align: center;
  z-index: 999;
}

.page-header-subtitle{
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 600;
}

.page-header-sub-details{
  text-transform: none;
}


.page-main-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; /* lower than buttons */
}



.button-container-1 {
  position: relative;
  width: 400px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7vh;
  overflow: hidden;
  text-transform: uppercase;
  background: rgb(13, 110, 253);
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 300;
  transition: 0.5s;
  border-radius: 8px;
}
.button-container-1 button {
  width: 101%;
  height: 100%;
  font-family: "Bai Jamjuree", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
  font-weight: bold;
  background: rgb(13, 202, 240);
  -webkit-mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/urban-sprite.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  border: none;
  color: #000000;
  cursor: pointer;
  -webkit-animation: ani2 0.7s steps(29) forwards;
  animation: ani2 1s steps(29) forwards;
}
.button-container-1 button:hover {
  -webkit-animation: ani 0.7s steps(29) forwards;
  animation: ani 1s steps(29) forwards;
}

.mas {
  position: absolute;
  color: #ffffff;
  text-align: center;
  width: 101%;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 300;
  position: absolute;
  font-size: 24px;
  margin-top: 20px;
  overflow: hidden;
  font-weight: bold;
}


@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}



/* ========================================================= */
/* ===================== LOGO STYLES ===================== */
/* ========================================================= */
/* Container styles */
a.main-site-logo {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    gap: 10px;
    text-decoration: none;
}

/* Logo image */
a.main-site-logo img {
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease;
}

/* Smooth heartbeat animation */
@keyframes heartbeat-smooth {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.08);
    }
    40% {
        transform: scale(1);
    }
    60% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

/* Text (fade only) */
a.main-site-logo h4 {
    margin: 0;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.6s ease;

    /* Your text styles */
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Bai Jamjuree", sans-serif;
    letter-spacing: 1px;
}

/* Hover effects */
a.main-site-logo:hover img {
    animation: heartbeat-smooth 1.6s ease-in-out infinite;
}

a.main-site-logo:hover h4 {
    opacity: 1;
}





/* ========================================================= */
/* ===================== SEARCH STYLES ===================== */
/* ========================================================= */



/*Search header input*/

.header-search-wrapper #search-wrap{
  margin: 50px 20px;
  display: inline-block;
  position: relative;
  height: 20px;
  float: right;
  padding: 0;
  position: relative;
}

.header-search-wrapper .search-img{
  width: 20px;
  height: 20px;
}

.header-search-wrapper #search-wrap input[type="text"] {
  height: 30px;
  width: 40px;
  display: inline-block;
  font-family: "Onest", sans-serif;
  font-weight: 300;
  border: none;
  outline: none;
  color: #ffffff;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
  background: transparent;
}

.header-search-wrapper #search-wrap input[type="text"]:focus:hover {
  border-bottom: 1px solid #ffffff;
}

.header-search-wrapper #search-wrap input[type="text"]:focus {
  width: 250px;
  z-index: 1;
  border-bottom: 1px solid #ffffff;
  cursor: text;
}

.header-search-wrapper #search-wrap input[type="submit"] {
  height: 30px;
  width: 30px;
  display: inline-block;
  color:red;
  float: right;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
    background: transparent;
}

.header-search-wrapper #search-wrap input[type="submit"]:hover {
  opacity: 0.8;
}

#mute-toggle{
    position: relative;
    background: transparent;
    border: none;
    padding: 3px 20px;
    margin-right: 20px;
}


#bars-unmute{
    height: 30px;
    left: 50%;
    margin: -8px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 30px;
}

.bar-un {
    background: #00abff;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 3px;
}



#bars-muted{
    height: 30px;
    left: 50%;
    margin: -8px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 30px;
}

.bar-mu {
    background: #58676f;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 3px;
}


/*Search header input*/


.search-page .section1{
  padding: 20vh 5% 5% 5%;
  height: auto;
    min-height: 100vh;
    display: block;
}

.body-search-from{
  position: relative;
  display: inline-block;
}


.body-search-from #search-wrap{
  margin: 50px 20px;
  display: inline-block;
  position: relative;
  height: 40px;
  float: right;
  padding: 0;
  position: relative;
  float: none;
  width: 100%;
  left: 0;
}


.body-search-from .search-img{
  width: 30px;
  height: 30px;
    position: absolute;
  top: 0;
  right: 0;
}

.body-search-from #search-wrap input[type="text"] {
  height: 70px;
  display: inline-block;
  font-family: "Onest", sans-serif;
  font-weight: 300;
  border: none;
  outline: none;
  color: #ffffff;
  padding: 3px;
  position: relative;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  background: transparent;
  width: 30vw;
  z-index: 1;
  border-bottom: 1px solid #ffffff;
  cursor: text;
}

.body-search-from #search-wrap input[type="text"]:focus:hover {
  border-bottom: 1px solid #ffffff;
}


.body-search-from #search-wrap input[type="submit"] {
  height: 30px;
  width: 30px;
  padding: 20px;
  display: inline-block;
  color:red;
  float: right;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
  background: transparent;
}

.body-search-from #search-wrap input[type="submit"]:hover {
  opacity: 0.8;
}


.search-no-result-text h2{
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 900;
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px;
}


.search-not-found-canvas{
  width: 100%;
  width: auto;
    height: 25vh;
}


.search-page-header{

}

.search-page-title{
  margin-bottom: 40px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.5);
}


.search-page-title span{
  font-family: "Onest", sans-serif;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
}


.search-article{
  margin-bottom: 20px;
  min-height: 120px;
}


.search-article .card{
    background: transparent;
    border-bottom: 1px solid #19345d;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;


}



.nav-links{


}

.nav-links .page-numbers{
  padding: 10px 16px;
  font-size: 1.1rem;
  border-radius: 5px;
  background: #00eeff;
  margin-right: 5px;
  color: #0f1e29;
  font-family: "Bai Jamjuree", sans-serif;
}

.nav-links .page-numbers.current{
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

















.card-body h2,.card-body p{
      color: #ffffff;
}

.card-body h2{
  font-size: 1.5rem;
  color: rgb(0 238 255);
}





.openBtn {
    background-color: transparent;
    border: none;
    padding: 15px;
    font-size: 20px;
    cursor: pointer;
    background-image: url(assets/images/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 20px;
}

.openBtn:hover {
    
}

.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color:rgba(13, 23, 35, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 999;
    overflow: auto;
}

.search-overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
    font-weight: 100;
    font-size: 100px;
}

.search-overlay .closebtn:hover {
    color: #ccc;
}

.search-overlay input[type=text] {
    padding: 15px;
    border: none;
    float: left;
    width: 80%;
    background: transparent;
}

.search-overlay input[type=text]:hover {
    background: transparent;
}

.search-overlay button {
    float: left;
    padding: 10px;
    border: none;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 80px;
    width: 80px;
    background: transparent;
}


#search-wrap{
  position: absolute;
    top: 40%;
    left: 26%;
    width: 50%;
}

#search_submit img{
  height: 50px;
    width: 50px;
}

#search {
    border: none;
    outline: none;
    color: #ffffff;
    font-family: "Onest", sans-serif;
    font-size: 3rem;
    font-weight: 200;
    border-bottom: 1px solid #ffffff;
}

#search:focus {
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #ffffff;
}



.search-no-results #search_submit{
    float: none;
    width: auto;
    background: transparent;
    border: none;
}