#navbar {
    background-color: #ffffff00 !important;
    /* box-shadow: 0 1px 3px rgb(0 0 0 / 0.1); */
}

#hamburger {
    position: fixed;
    z-index: 1000;
    top: 10px;
    right: 25px;

}

img:hover {
    filter: grayscale(0%);
    cursor: pointer;
}

.menu-options {
    display: flex;
    text-decoration: none;
    list-style: none;
    gap: 50px;
    font-size: 18px;
    color: black;
    margin-top: 25px;
    margin-left: 20%;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.menu-options .active {
    background-color: #FFD166;
    padding: 10px;
}

h1 {
    color: black;
    text-transform: uppercase;
    font-size: 6rem;
    padding: 100px 0px;

}

.sticky .navbar-top {
    top: 0px;
}

#first-section {
    margin-top: 100px !important;
}



.section-page {
    margin: 20px;
    height: 150vh;
    box-sizing: border-box;
    padding: 0 20px 20px;
}

.popup_img {
    height: 100vh !important;
    width: 100vw !important;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 0px 0 0px;
    margin: 0 auto;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8pxrgba(0, 0, 0, .6);
    background: #fff;
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    color: black;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

.mfp-bg,
.my-mfp-zoom-in.mfp-ready.mfp-bg,
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    background: #fff;
    opacity: 0.93;
}

.mfp-arrow-right {
    color: black !important;
}

.mfp-arrow-right:before {
    border-left: none;
    content: "";
    font-size: 2em;
    font-family: 'themify';
    color: #000;
    background-image: url("../assets/images/portfolio/popup/right_arrow.png") !important;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
}

.mfp-arrow-left:before {
    border-right: none;
    content: "";
    font-size: 2em;
    font-family: 'themify';
    color: #000;
    left: 10% !important;
    background-image: url("../assets/images/portfolio/popup/left_arrow.png") !important;

    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
}

.mfp-arrow-left {
    /* left: 10% !important; */
}

.mfp-arrow-right {
    /* right: 10%; */
}

/* .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
        opacity: 1;
        position: inherit;
        left: 0;
    } */
/* /* .mfp-gallery .mfp-image-holder .mfp-figure:nth-child(1) {
        position: fixed;
        cursor: pointer;
        right: 0;
    } */
.mfp-gallery .mfp-image-holder .mfp-figure:nth-child(1) {
    position: fixed;
    cursor: pointer;
    left: 0;
    top: 0;
}

/* .even{
        position:inherit;
        left: 0 !important;
        top: 0 !important;
    }
   .odd{
        position:inherit;
        right: 0 !important;
        top: 0 !important;
    } */
/* .mfp-container:nth-child(even) {
text-align: left;
    } */
.mfp-container {
    text-align: unset;
    padding: 0 0px;
}


.mfp-figure figure {
    background: white;
    width: 100vw;
    margin: 0;
    display: flex;
 



}

.mfp-figure figure[data-index='1'] {
    justify-content: flex-start;
}

.mfp-figure figure[data-index='2'] {
    justify-content: flex-end;
}

.mfp-figure figure[data-index='3'] {
    justify-content: center;
}

.mfp-figure figure img {
    margin: 0;
    text-align: unset;
}


.mfp-figure .mfp-img {
    /* height:100vh !important; */
    /* width:100vw !important  ; */
}

a,
a:active,
a:focus,
a:hover {
    color: #000000;
    text-decoration: none;
}

.about_heading{
    line-height: 20vh !important;
    font-size: 7rem;
}