body::selection {
    background: #b380ffd1;
}

body {
    font-family: "Sora";
    color: #fefefe;
}
h1, h2 {
    font-size: 2.5em;
}

/* ===== NAVBAR SECTION ===== */

.navbar-brand {
    color: white;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 3px;
}
.navbar-brand img {
    width: 60px;
}

.nav-menu {
    background: transparent;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: all .4s;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fefefe;
}

@media (max-width:34em) {
    .nav-menu {
        background: #00000000 !important;
        padding: 8px 0px;
    }
}

.nav-item {
    padding: 0 10px;
}

.menu-item {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    color: white;
    text-transform: uppercase;
}

@media (max-width: 34em) {
    .menu-item {
        padding: 10px 10px 10px;
    }
}

.navbar-toggler {
    cursor: pointer;
    outline: 0;
}

.ham {
    transition: width 0.3s;
    background: #F9F8F7;
}

.line1, .line3  {
    width: 28px;
    height: 2px;
    margin: 6px;
    transition:  0.4s;

}

.change .line1 {
    transform: rotate(-45deg) translate(-3px, 2px);
}

.change .line3 {
    transform: rotate(45deg) translate(-3px, -2px);
}

.menu-item:hover {
    color: #B380FF;
}

.nav-active {
    color: #B380FF;
}

.dropdown-item {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.costum-navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #000000c9 !important;
    position: fixed;
}

/* ===== END OF NAVBAR SECTION ===== */

.bg-image {
    background-image: url("../img/3458155.webp");
    background-attachment: fixed;
    background-size: cover;
}

.btn {
    transition: opacity .3s ease-in-out;
}
.btn:hover {
    background: linear-gradient(134deg, #7AF0FF 10%, #B380FF 90%);
    color: #121212;
    transition: opacity .3s ease-in-out;
}

.headind-gradient {
    background-image: linear-gradient(134deg, #B380FF 5%, #7AF0FF 34%);
    color: transparent;
    background-clip: text;
}
.hero-section {
    width: 100%;
    height: 100vh;
    /*background-image: url("../img/WY89-VZ01pS0B6wCgvVtr.avif");*/
    background-image: url("../img/image-246.png");
    background-position: center;
    background-size: cover;
}
.hero-section>div {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #000000ba;
    padding: 140px 0;
}

#portfolio {
    /*background: rgb(0 126 189 / 60%);*/
    padding: 60px 0;
}
#portfolio>div {
    background: #121212;
    padding: 70px 40px;
}

.portfolio-item {
    margin-bottom: 30px;
}
.card {
    color: #fefefe;
    background: unset;
}
.card-title {
    font-size: 2em;
}

.section-title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}
/*.section-title:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 50px;*/
/*    height: 3px;*/
/*    background-color: #0d6efd;*/
/*}*/
.btn-custom {
    background: linear-gradient(134deg, #B380FF 10%, #7AF0FF 90%);
    color: #121212;
    border: 0;
    padding: 10px 25px;
    font-weight: 600;
}
.about-section {
    /*background: rgb(0 126 189 / 60%);*/
    padding: 60px 0;
}
.about-section>div {
    background: #121212;
    padding: 70px 40px;
}

.about-me {
    padding: 4px;
}
.about-me:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 94%;
    background: linear-gradient(#B380FF, #7AF0FF);
}

#contact {
    background-image: url("../img/6006416.png");
    background-position: center;
    background-size: cover;
}
#contact>div {
    background: #000000a1;
    padding: 140px 0;
}

.social-icons a {
    display: inline-block;
    margin-right: 15px;
    font-size: 24px;
    color: #fefefe;
}

.modal {
    --bs-modal-zindex: 9999;
}
.modal-content {
    background-color: #000000f2;
    border-radius: 0;
}
.modal-header {
    border-bottom: 0;
}
.btn-close {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: #fefefe;
}
.btn-close i {
    color: #fefefe;
}

.form-control {
    color: #fefefe;
    border-radius: 4px;
    background-color: #ffffff00;
}
.form-control:focus {
    color: #fefefe;
    background-color: #ffffff00;
}

#contactform-verifycode-image {
    width: 120px;
    height: 38px;
    border-radius: 2px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1160px;
    }
}
@media (max-width: 680px) {
    .hero-section {
        background-image: url("../img/user-bg-mobi.png");
    }
}
@media (max-width: 510px) {
    .hero-buttons {
        display: flex;
        flex-direction: column;
    }
}



/* -------------------------------------------------------- */



body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
    to { opacity: 1; }
}

.hero-section h1 {
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.8s ease-out 0.3s forwards;
}

.hero-section p {
    max-width: 700px;
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.8s ease-out 0.5s forwards;
}

.hero-buttons {
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.8s ease-out 0.7s forwards;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.portfolio-item {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.portfolio-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.section-title {
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.8s ease-out 0.3s forwards;
}
.contact-info {
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.8s ease-out 0.3s forwards;
}
.social-icons {
    transform: translateY(20px);
    opacity: 0;
    animation: slideUp 0.8s ease-out 0.3s forwards;
}