@font-face {
    font-family: 'FiraSans';
    src: url('../fonts/FiraSans-Regular.woff2') format('woff2'),
        url('../fonts/FiraSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'FiraSans', sans-serif;
    line-height: 1.6em;
    font-size: 2em;
    letter-spacing: 0.02em;
    margin: 40px auto;
    padding: 0px;
}

/* start templatemo page container */
@media (min-width: 768px) {
    .container {
        width: 90%;
        max-width: 1000px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 95%;
        max-width: 1300px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1600px;
    }
}


.navbar-default {
    background: #FFF;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0;
}

.navbar-default .navbar-brand {
    font-family: "ff-meta-web-pro", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 30px;
    padding: 10px 0 0 0;
    height: 65px;
    line-height: 40px;
}

.navbar-default .navbar-brand:hover {
    color: #ffa400;
}

.navbar-default .nav li a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    height: 65px;
    line-height: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-default .nav li a:hover {
    background-color: #ffa400;
    color: #FFF;
}

.navbar-default .nav li a:focus {
    color: #303030;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #ffa400;
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 18px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #ffa400;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}

#home {}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    padding: 0;
    position: relative;
    zoom: 1;
    overflow: hidden;
    margin: 0;
}

.flexslider .slides {
    padding: 0;
    zoom: 1;
}

.flexslider .slides img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}


.flexslider .slides > li {
    display: none;
    padding: 0;
    position: relative;
    -webkit-backface-visibility: hidden;
}

.flexslider img {
    position: relative;
    width: 100%;
}

.slider-caption {
    color: #ffa400;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    z-index: 7;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-caption h1 {
    font-family: "ff-meta-web-pro", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 10rem;
    color: #ffffff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
}

.slider-caption h2 {
    font-family: "ff-meta-web-pro", sans-serif;
    font-size: 8rem;
    color: #ffffff;
    font-weight: 300;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    margin-top: 0;
}

.slider-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.3);
    /* translucent background */
    padding: 2rem;
}


.templatemo-slider-btn {
    background: #ffa400;
    border-radius: 0;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 50px;
    width: 250px;
    padding: 12px 10px 10px 10px;
}

.templatemo-slider-btn:hover,
.templatemo-slider-btn:focus {
    background: #fff;
    color: #ffa400;
    border: 2px solid transparent;
}

.features {
    background: #F9F9F9;
    border-bottom: 1px solid #f0f0f0;
    padding: 60px 0 60px 0;
}

.features h2 {
    font-weight: 400;
    padding-bottom: 20px;
}

.features h3 {
    font-weight: 400;
    padding-bottom: 6px;
}

.features .fa {
    background: #ffa400;
    border-radius: 50%;
    color: #FFF;
    font-size: 28px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.features .fa:hover {
    background: #303030;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}


#about {
    color: #333;
    padding: 60px 0 60px 0;
}

#about .col-md-12 {
    padding: 20px 0 0 0;
}

#about h2 {
    font-weight: 400;
    padding: 0 0 20px 0;
}

#about h4 {
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 10px;
}

#about .skills {
    padding-top: 30px;
}

#team {
    background: #F9F9F9;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 60px 0 60px 0;
}

#team .col-md-3 {
    margin-bottom: 20px;
}

#team h2 {
    font-weight: 400;
    padding: 0 0 20px 0;
}

#team h3 {
    background: #FFF;
    color: #ffa400;
    font-weight: 600;
    padding: 10px;
    width: auto;
    text-align: center;
}

/* end templatemo team */

/* start templatemo portfolio */
#portfolio {
    text-align: center;
    padding: 60px 0 100px 0;
}

#portfolio h2 {
    font-weight: 400;
    padding: 0 0 20px 0;
}

#portfolio p {
    margin-bottom: 60px;
}

#portfolio .col-md-3 {
    padding: 4px;
}

#portfolio .image_thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

#portfolio .image_thumb .image_overlay {
    background: #ffa400;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
}

#portfolio .image_thumb:hover .image_overlay {
    opacity: 0.9;
}

#portfolio .image_thumb .image_overlay .fa {
    background: #EEE;
    border-radius: 50%;
    color: #444;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    opacity: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#portfolio .image_thumb a:hover {
    text-decoration: none;
}

#contact {
    background: #303030;
    color: #EEE;
    padding: 80px 0 80px 0;
}

#contact h2 {
    font-weight: 400;
}

#contact .text-center p {
    padding: 0 0 60px 0;
}

#contact h2,
#contact h3 {
    padding: 0 0 20px 0;
}

#contact .form-control {
    background: transparent;
    border: 1px solid #444;
    border-radius: 0px;
    color: #FFF;
    margin: 10px 0 10px 0;
}

#contact input {
    height: 60px;
}

#contact .form-control:focus {
    background: #444444;
    border-color: transparent;
    box-shadow: none;
}

#contact input[type="submit"] {
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    width: 220px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#contact input[type="submit"]:hover {
    background: #ffa400;
    border-color: transparent;
    color: #FFF;
}

#contact .address {
    padding: 20px;
    padding-top: 0;
    margin: 0;
}

#contact .fa {
    color: #ffa400;
    font-size: 20px;
    padding: 6px 10px 6px 0;
}

a {
    color: #ffa400;
}

a:hover,
a:active {
    color: #ffd485;
    text-decoration: none;
}

/* end templatemo contact */

/* start templatemo footer */
footer {
    border-top: 1px solid #404040;
    background: #202020;
    color: #FFF;
    padding: 80px 0 40px 0;
}

footer .social_icon a {
    border: 1px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin: 0 4px 24px 6px;
}

footer .social_icon a:hover {
    border-color: transparent;
    background: #ffa400;
}

/* end templatemo footer */

/* starttemplatemo  go top */
.go-top {
    background-color: #ffa400;
    border-radius: 50%;
    bottom: 2em;
    right: 2em;
    color: #FFF;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.go-top:hover {
    color: #F9F9F9;
}

@media only screen and (max-width: 1199px) {
    .flexslider h1 {
        font-size: 30px;
    }

    .flexslider h2 {
        font-size: 24px;
    }
}

/* start templatemo 768 media quires */
@media only screen and (max-width: 768px) {
    .navbar-default .navbar-brand {
        margin-left: 20px;
    }

    .navbar-default .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-collapse {
        padding-left: 20px;
        padding-right: 20px;
    }

    .flexslider h1 {
        font-size: 26px;
    }

    .flexslider h2 {
        font-size: 18px;
    }

    .templatemo-slider-btn {
        margin-top: 10px;
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
}

@media only screen and (max-width: 680px) {
    .navbar-default .navbar-nav li a {
        border-bottom: 1px solid #f6f6f6;
        line-height: normal;
        height: 40px;
    }
}

@media only screen and (max-width: 640px) {
    .flexslider h1 {
        font-size: 20px;
    }

    .flexslider h2 {
        font-size: 14px;
    }

    .templatemo-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px;
    }
}

section {}

h1,
h2,
h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

p {
    font-size: 1.2em;
    line-height: 1.7em;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Navigation hover effect */
.navbar-default .nav li a:hover {
    color: #06C;
    text-decoration: underline;
}

#contact {
    background: #f8f8f8;
    text-align: center;
    padding: 40px 0;
    font-size: 0.9em;
    color: #666;
}


.custom-header {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 0.3em;
    letter-spacing: -0.02em;
}

.popup-overlay {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.popup-box {
    background: white;
    padding: 20px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

@font-face {
    font-family: 'FiraSans';
    src: url('../fonts/FiraSans-Regular.woff2') format('woff2'),
        url('../fonts/FiraSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'FiraSans', sans-serif;
    line-height: 1.6em;
    font-size: 2em;
    letter-spacing: 0.02em;
    margin: 40px auto;
    padding: 0px;
}

/* start templatemo page container */
@media (min-width: 768px) {
    .container {
        width: 90%;
        max-width: 1000px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 95%;
        max-width: 1300px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1600px;
    }
}


.navbar-default {
    background: #FFF;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0;
}

.navbar-default .navbar-brand {
    font-family: "ff-meta-web-pro", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 30px;
    padding: 10px 0 0 0;
    height: 65px;
    line-height: 40px;
}

.navbar-default .navbar-brand:hover {
    color: #ffa400;
}

.navbar-default .nav li a {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    height: 65px;
    line-height: 38px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-default .nav li a:hover {
    background-color: #ffa400;
    color: #FFF;
}

.navbar-default .nav li a:focus {
    color: #303030;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #ffa400;
}

.navbar-default .navbar-toggle {
    border: none;
    padding-top: 18px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #ffa400;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent
}

.slider-caption {
    color: #ffa400;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    z-index: 7;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-caption h1 {
    font-family: "ff-meta-web-pro", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 10rem;
    color: #ffffff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
}

.slider-caption h2 {
    font-family: "ff-meta-web-pro", sans-serif;
    font-size: 8rem;
    color: #ffffff;
    font-weight: 300;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    margin-top: 0;
}

.slider-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.3);
    /* translucent background */
    padding: 2rem;
}


.templatemo-slider-btn {
    background: #ffa400;
    border-radius: 0;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 50px;
    width: 250px;
    padding: 12px 10px 10px 10px;
}

.templatemo-slider-btn:hover,
.templatemo-slider-btn:focus {
    background: #fff;
    color: #ffa400;
    border: 2px solid transparent;
}

.features {
    background: #F9F9F9;
    border-bottom: 1px solid #f0f0f0;
    padding: 60px 0 60px 0;
}

.features h2 {
    font-weight: 400;
    padding-bottom: 20px;
}

.features h3 {
    font-weight: 400;
    padding-bottom: 6px;
}

.features .fa {
    background: #ffa400;
    border-radius: 50%;
    color: #FFF;
    font-size: 28px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

}

.features .fa:hover {
    background: #303030;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}


#about {
    color: #333;
    padding: 60px 0 60px 0;
}

#about .col-md-12 {
    padding: 50px 0 0 0;
}

#about h2 {
    font-weight: 400;
    padding: 0 0 20px 0;
}

#about h4 {
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 10px;
}

#about .skills {
    padding-top: 30px;
}

#team img {
    width: 300px;
    height: 300px;
    cursor: pointer;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#team img:hover {
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
}

/* end templatemo team */

/* start templatemo portfolio */
#portfolio {
    text-align: center;
    padding: 60px 0 100px 0;
}

#portfolio h2 {
    font-weight: 400;
    padding: 0 0 20px 0;
}

#portfolio p {
    margin-bottom: 60px;
}

#portfolio .col-md-3 {
    padding: 4px;
}

#portfolio .image_thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

#portfolio .image_thumb .image_overlay {
    background: #ffa400;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
}

#portfolio .image_thumb:hover .image_overlay {
    opacity: 0.9;
}

#portfolio .image_thumb .image_overlay .fa {
    background: #EEE;
    border-radius: 50%;
    color: #444;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    opacity: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#portfolio .image_thumb a:hover {
    text-decoration: none;
}

#contact {
    background: #303030;
    color: #EEE;
    padding: 80px 0 80px 0;
}

#contact h2 {
    font-weight: 400;
}

#contact .text-center p {
    padding: 0 0 60px 0;
}

#contact h2,
#contact h3 {
    padding: 0 0 20px 0;
}

#contact .form-control {
    background: transparent;
    border: 1px solid #444;
    border-radius: 0px;
    color: #FFF;
    margin: 10px 0 10px 0;
}

#contact input {
    height: 60px;
}

#contact .form-control:focus {
    background: #444444;
    border-color: transparent;
    box-shadow: none;
}

#contact input[type="submit"] {
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    width: 220px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#contact input[type="submit"]:hover {
    background: #ffa400;
    border-color: transparent;
    color: #FFF;
}

#contact .address {
    padding: 20px;
    padding-top: 0;
    margin: 0;
}

#contact .fa {
    color: #ffa400;
    font-size: 20px;
    padding: 6px 10px 6px 0;
}

a {
    color: #ffa400;
}

a:hover,
a:active {
    color: #ffd485;
    text-decoration: none;
}

/* end templatemo contact */

/* start templatemo footer */
footer {
    border-top: 1px solid #404040;
    background: #202020;
    color: #FFF;
    padding: 80px 0 40px 0;
}

footer .social_icon a {
    border: 1px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin: 0 4px 24px 6px;
}

footer .social_icon a:hover {
    border-color: transparent;
    background: #ffa400;
}

/* end templatemo footer */

/* starttemplatemo  go top */
.go-top {
    background-color: #ffa400;
    border-radius: 50%;
    bottom: 2em;
    right: 2em;
    color: #FFF;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.go-top:hover {
    color: #F9F9F9;
}

@media only screen and (max-width: 1199px) {
    .flexslider h1 {
        font-size: 30px;
    }

    .flexslider h2 {
        font-size: 24px;
    }
}

/* start templatemo 768 media quires */
@media only screen and (max-width: 768px) {
    .navbar-default .navbar-brand {
        margin-left: 20px;
    }

    .navbar-default .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-collapse {
        padding-left: 20px;
        padding-right: 20px;
    }

    .flexslider h1 {
        font-size: 26px;
    }

    .flexslider h2 {
        font-size: 18px;
    }

    .templatemo-slider-btn {
        margin-top: 10px;
        width: 180px;
        height: 40px;
        padding-top: 8px;
    }
}

@media only screen and (max-width: 680px) {
    .navbar-default .navbar-nav li a {
        border-bottom: 1px solid #f6f6f6;
        line-height: normal;
        height: 40px;
    }
}

@media only screen and (max-width: 640px) {
    .flexslider h1 {
        font-size: 20px;
    }

    .flexslider h2 {
        font-size: 14px;
    }

    .templatemo-slider-btn {
        width: auto;
        height: auto;
        padding: 10px 20px;
        margin-top: 10px;
    }
}

section {}

h1,
h2,
h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

p {
    font-size: 1.2em;
    line-height: 1.7em;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Navigation hover effect */
.navbar-default .nav li a:hover {
    color: #06C;
    text-decoration: underline;
}

#contact {
    background: #f8f8f8;
    text-align: center;
    padding: 40px 0;
    font-size: 0.9em;
    color: #666;
}


.custom-header {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 0.3em;
    letter-spacing: -0.02em;
}

.custom-subheader {
    font-size: 1.8em;
    font-weight: 600;
    width: 300px;
    max-width: 100%;
    margin: 0 auto 1.5em;
    margin-bottom: -7px;
    margin-top: 7px;
    margin-left: 50px;
    text-align: left;
}

.body-text {
    max-width: 750px;
    margin: 50px;
    font-size: 1.1em;
    text-align: left;
}

.sub-body-text {
    max-width: 1900px;
    margin: 0.7em;
    align-content: center;
    font-size: 1.4em;
}

.sub-body-text-influence {
    max-width: 1200px;
    margin: 1.4em auto;
    font-size: 1.4em;
    text-align: center;
}


.body-text-about {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 1.5em;
    margin-bottom: -7px;
    margin-top: 7px;
    margin-left: 50px;
    font-size: 1.1em;
    text-align: left;
}

.popup-overlay {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.popup-box {
    background: white;
    padding: 20px;
    max-width: 600px;
    width: 90%;
    text-align: center;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.popup-box p {
    text-align: left;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

body.modal-open {
    overflow: hidden;
}

.img-responsive-ff {
    display: block;
    width: 300px;
    max-width: 100%;
}

#portfolio .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

#portfolio .col-sm-6.col-md-3 {
    padding: 0;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#portfolio .col-sm-6.col-md-3:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#portfolio img.img-responsive {
    border-radius: 8px;
    object-fit: cover;
    height: 200px;
    width: 100%;
    max-width: 100%;
    transition: transform 0.3s ease;
}

#portfolio img.img-responsive:hover {
    transform: scale(1.05);
    cursor: pointer;
}

@media (max-width: 767px) {
    #portfolio .col-sm-6.col-md-3 {
        flex: 0 0 48%;
        max-width: 48%;
    }

    #portfolio img.img-responsive {
        height: 160px;
    }
}

.popup-hover {
    position: relative;
}

.hover-popup {
    display: none;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 20px;
    width: 300px;
    z-index: 999;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    text-align: left;
}

.popup-hover:hover .hover-popup {
    display: block;
}
