* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: darkgray;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    background-image: url(/images/cement_2.webp);
    background-size: contain;

}

main {
/*   background: gray; */
  }

header {
    height: 180px;
}
.index_img {
    background: url(/images/IMG_0214.jpeg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: lightgray;
/*     height: 550px; */
    min-height: 120vh;
    margin-bottom: 20vh;
  }
.index_container {
    width: 100%;
    margin: 0 auto;
}

.font-4vw {
    font-size: 4vw;
    overflow-wrap: break-word;
	word-break: keep-all;
    }

.index_img .h1 {
    position: absolute;
    top: calc(78% - 0.5em);
    font-size: 14vw;
    font-weight: 600;
    opacity: .5;
}

.index_img .h5 {
    position: absolute;
    top: calc(30% - 6vw);
    line-height: .8em;
    font-size: 16vw;
    font-weight: 800;
    opacity: .5;
}

.top-wrapper {
  padding: 180px 0 100px 0;
/*   background-image: url(/images/IMG_0214.jpeg); */
  background-size: cover;
  color: white;
  text-align: center;
}

.avatar img {
    object-fit: cover;
    filter: grayscale(100%) contrast(75%) brightness(130%);
    clip-path: circle(45%);
    max-width: 150px;
    max-height: 150px;
}

.container {
    width: 100%;
}

.container-fluid {
    width: 100%;
    padding: 0;
}

.navbar {
    background-color: rgba(255, 255, 255, .5);
/*     max-height: 5vh;  */
}
.navbar img {
/*     object-fit: cover; */
/*     width: 150px; */
/*     height: auto; */
/*     max-width: 250px; */
/*     max-height: 30px; */
}

/* .navbar-nav {
    flex-direction: row!important;
} */

.nav-color {
    color: gray;
    transition: all 0.3s ease-in-out;
}

.nav-color:hover {
    color: #e7f043;
    opacity: 0.7;
    border-radius: 15%;
    background-color: #e7f043;
}

.nav-color:after {
    content: "";
    display: block;
/*     height: 20px; */
    background-color: #e7f043;
    margin-top: 1px;
    opacity: 0;
    transform: translate(12px);
    transition: all 0.3s ease-in-out;
}

.nav-color:hover:after {
    transform: translateY(0px);
    opacity: 1;
}

.top img {
    filter: contrast(125%) brightness(105%);
    object-fit: cover;
    align-items: center;
    justify-content: center;
    height: 450px;
    width:100%;
}

.pjct img {
    object-fit: cover;
    align-items: center;
    justify-content: center;
    max-height: 40vh;
    width:auto;
    height:auto;
/*     max-width:100%;
    max-height:100%; */
}

.overlay {
    position: absolute;
}

.title {
    font-size: 4rem;
}

.subtitle {
    font-size: 2rem;
}

.work-thumbnail {
    overflow: hidden;
    position: relative;
    align-items: center;
}

.work-img {
    object-fit: cover;
    height: 240px;
}

.work-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #e7f043;
    font-weight: medium;
    padding: 6px 8px;
    opacity: 0;
    background-color: rgba(100, 105, 110, 0.88);
    transform: translateY(100%);
    transition: transform .3s cubic-bezier(.22,.68,0,1.01), opacity .3s ease-in-out;
}

.work-thumbnail:hover .work-title {
    transform: translateY(0px);
    opacity: 1;
}

.work-tagline {
    margin: 2px 0 0;
    color: #f1f1f1;
    font-size: .72rem;
    line-height: 1.3;
    opacity: .9;
}

/* ==========for certificate========== */
.cert-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #e7f043;
    font-weight: bold;
    padding: 0;
    opacity: 0;
    background-color: rgba(100, 105, 110, 0.9);
    transform: translateY(10px);
    transition: all .3s ease-in-out;
}

.cert-thumbnail {
    overflow: hidden;
    position: relative;
    align-items: center;
}

.cert-thumbnail:hover .cert-title {
    transform: translateY(0px);
    opacity: 1;
}

.cert-img {
    object-fit: contain;
    height: 240px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
/*     margin: auto auto; */
    text-align: center;
}
.cert-img:hover {
    -webkit-filter: grayscale(0) blur(0px);
    filter: grayscale(0) blur(0px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: contrast(120%) brightness(105%);
}

.CertificateImage {
/*     display: flex; */
/*     overflow: hidden; */
    object-fit: cover;
/*     position: relative; */
    max-width: 800px;

/*     width:auto;
    height:auto; */

}
/* ==================== */

.link-color {
    color: #e7f043;
}

.link-color:hover {
    color: #55bec5;
/*     text-decoration: none; */
}


.icon {
    padding: 10px 8px;
}

.star-rating {
    position: relative;
    font-size: 13px;
    word-wrap: normal!important;
}

.star-rating-front {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #e7f043;
/*     color: #EED; */

}

.star-rating-back {
    color: #ccc;
}

.contact {
    max-width: 900px;
    background: none;
}

.form-control {
    background: rgba(0, 0, 0,.05)
}


.form-control:focus {
    border-color: #e7f043;
    box-shadow: none;
    background: rgba(255, 255, 255,.5)
}

.card {
    border: none;
}

.zoom1_1 {transition: all .2s ease-in-out;
10px 10px 20px rgba(13, 18, 26, 0.8),
    inset 10px 10px 20px transparent,
    inset -10px -10px 20px transparent;
    }
.zoom1_1:hover {z-index:999999; transform: scale(1.2);}

/* Blur + Gray Scale */
.work-img {
    -webkit-filter: grayscale(100%) blur(0px);
    filter: grayscale(100%) blur(0px);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.work-img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0) blur(0px);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/* ==================== */
/* =======Drop Dwon ======= */
.dropbtn {
    background: #e7f043;
    color: white;
    padding: 30px;
    font-size: 24px;
    border-radius: 50%;
    border: none;
    text-align: center;
    transition: all ease-in-out .3s;
}

.dropdown_b {
    z-index: 9998;
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: inline-block;
    background: #aaa;
    min-width: 80px;
    max-width: 0px;
    min-height: 80px;
    max-height: 0px;
    border-radius: 50%;
    box-shadow: 2px 2px 8px 2px rgba(0,0,0,.6);
    transition: all ease-in-out .3s;
}

.dropdown-content_b {
  opacity: 0;
  display: flex;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  position: fixed;
  bottom: 40px;
  right: 50px;
  margin-right: 10px;
  border-radius: 10px;
  border: none;
  font-size: 24px;
  min-width: 40px;
  background: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
  transition: all ease-in-out .3s
}

.dropdown-content_b a {
  color: darkgray;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  /*   border-radius: 10px; */
/*   background: rgba(0,0,0,0.1); */
  border-bottom: 1px solid #ccc;
  transition: background ease-in-out .3s;
}

.dropdown-content_b a:hover {
    color: #e7f043;
    background: rgba(0,0,0,0.1);
    }

.dropdown_b:hover .dropdown-content_b {
    opacity: 1;
    visibility: visible;
    bottom: 50px;
    right: 90px;
    }
.dropdown_b:hover .dropbtn {
    opacity: 0;
    }

.offerd_logo {
    max-height: 2em;
    width: auto;
    padding: 0 15px;
}


/* ======shadows========= */
.neumorphism .box {
  transition: all 0.3s;
  box-shadow:
    10px 10px 30px transparent,
    -10px -10px 30px transparent,
}
.neumorphism .box:hover {
  box-shadow:
    10px 10px 30px rgba(13, 18, 26, 0.95),
    inset 10px 10px 30px transparent,
    inset -10px -10px 30px transparent;
}


.glass {
/* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 5px solid rgba(255, 255, 255, 0.3);
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 2em;
    padding-left: 4em;
    padding-right: 4em
/*     box-shadow:
    10px 10px 20px rgba(13, 18, 26, 0.8),
    inset 10px 10px 20px transparent,
    inset -10px -10px 20px transparent; */
}

.glass-s {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn {transition: all 0.3s ease-in-out;}

.btn_theme:hover {
    color: gray;
    background: #e7f043;
    border-color: lightgray;
}

.btn_theme-s:hover {
    color: gray;
    background: rgba(226, 237, 27, .65);
    border-color: lightgray;
}

.language-btn {
    background-color: lightgray;
    border: 1px solid lightgray;
    color: gray;
    font-size: 14px;
}

.navbar-right{
    margin-right: 20px;
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0);
/*     min-width: inherit; */
}

.fake-btn {
    background-color: transparent;
    border: none;
    color: gray;
/*     height: 14px; */
/*     font-size: 12px; */
}

.no-margins {
    margin: 0;
    padding: 0;
}

.selected {
    color: silver;
}

/* ==========project tagline / stats========== */
.project-tagline {
    font-size: 1.1rem;
    color: #4a4a4a;
    font-style: italic;
}

.stat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.stat-tile {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 3px solid #b7c400;
    border-radius: 8px;
    padding: 12px 20px;
    text-align: center;
    min-width: 110px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
}

.stat-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.stat-value {
    font-size: 1.6rem;
    font-weight: bold;
    color: #2c2c2c;
    line-height: 1.2;
}

.stat-label {
    font-size: .75rem;
    color: #555;
    margin-top: 2px;
}

.section-subtitle {
    font-size: 1.3rem;
    color: #6c6c6c;
}

/* ==========micro-interactions========== */
a, .btn, .nav-link, .icon, .link-color {
    transition: color .2s ease-in-out, background-color .2s ease-in-out, opacity .2s ease-in-out, transform .2s ease-in-out;
}

.icon:hover {
    transform: translateY(-2px);
}

.card.pjct img {
    transition: transform .35s ease-in-out;
}

.card.pjct:hover img {
    transform: scale(1.03);
}

.offerd_logo {
    transition: transform .2s ease-in-out;
}
