* {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header {
    background-image: linear-gradient(to top, #012e40, #002a39, #002733, #00232c, #011f26);
    display: flex;
    align-items: center;
}

.social-icons {
    background-color: #012E40;
}

.About {
    background-image: linear-gradient(to bottom, #012e40, #002a39, #002733, #00232c, #011f26);
    display: flex;
    align-items: center;
}

.Service {
    background-image: linear-gradient(to top, #012e40, #002a39, #002733, #00232c, #011f26);
    display: flex;
    align-items: center;
    justify-content: center;
}

.Portfolio {
    background-image: linear-gradient(to bottom, #012e40, #002a39, #002733, #00232c, #011f26);
    display: flex;
    align-items: center;
}

.Skills {
    background-image: linear-gradient(to top, #012e40, #002a39, #002733, #00232c, #011f26);
    display: flex;
    align-items: center;
}

.Contact {
    background-image: linear-gradient(to bottom, #012e40, #002a39, #002733, #00232c, #011f26);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer {
    background-color: #011f26;
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Portfolio-box2 {
    color: #012E40;
}

.header-box1 h6 {
    color: #FFB30D;
}

.header-box1 h1 {
    font-size: 4rem;
}

.navbar-nav .nav-link.active {
    color: #FFB30D !important;
}

.left div {
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-contact h6 {
    margin-top: 1.5rem;
    color: #b8c6c9;
}

.form-control {
    background-color: #012E40;
    color: #b8c6c9;
    border: 1px solid #FFB30D;
}


.form-control::placeholder {
    color: #b8c6c9;
}

.graphics {
    background-color: transparent;
    border: 4px solid #d8d8d8;
    box-shadow: inset 0px 0px 8px #000;
    border-radius: 10px;
    max-width: 23rem;
    width: 100%;
    font-size: small;
    transition: all 0.3s ease;
    height: 18rem;
}

.graphics:hover {
    box-shadow: 0px 0px 9px 0px rgba(252, 251, 251, 0.75);
    transform: translateY(-4px);
    cursor: pointer;
}

.glassy-navbar {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Active link color */
.navbar-nav .nav-link.active {
    color: #FFB30D !important;
}

.custom-button {
    color: #eee;
    background: linear-gradient(to top, #011f26 50%, #FFB30D 50%);
    background-size: 100% 200%;
    background-position: 0 100%;
    padding: 7px 20px;
    border-radius: 0.5rem;
    font-weight: 500;
    box-shadow: 3px 3px 5px 0px rgba(109, 109, 109, 0.75);
    transition: background-position 0.4s ease-in-out;
}

.custom-button:hover {
    background-position: 0 0;
}

.social-icons .custom-button-1 {
    color: #002a39;
    background-color: #eee;
    padding: 8px 20px;
    border-radius: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.social-icons .custom-button-1:hover {
    box-shadow: inset 1px 1px 8px #000;
    /* transform: translateY(-5px); */
}

.portfolio_btn .custom-button-1 {
    color: #002a39;
    background-color: #eee;
    padding: 8px 20px;
    border-radius: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.portfolio_btn .custom-button-1:hover {
    box-shadow: inset 1px 1px 8px #000;
    /* transform: translateY(-5px); */
}



.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    width: 80%;
    max-width: 400px;
    text-align: center;
}

.modal-content i {
    font-size: 5rem;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 20rem;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Basic Form Field Styling */
.required-input {
    border: 2px solid #eee;
    transition: border-color 0.3s;
}

/* Focus Effect for Better Visibility */
.required-input:focus {
    border-color: #FFB30D;
    box-shadow: inset 0px 0px 8px #000;
    background-color: #012E40;
    color: #eee;
}

/* Error Message Styling */
.error-message {
    color: #e74c3c;
    font-size: 0.9rem;
    display: none;
}

.footer-content i {
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.footer p a:hover {
    color: #FFB30D;
    transition: all 0.3s ease;
}

.footer-content i:hover {
    color: #FFB30D;
    cursor: pointer;
}

/* Styling the Marquee Container */
.marquee {
    overflow: hidden;
    white-space: nowrap;
    width: 95%;
    color: #FFB30D;
    padding: 0.5rem 0;
}

/* Marquee Content */
.marquee-content {
    display: inline-block;
    animation: scroll 10s linear infinite;
}

/* Animation for Scrolling */
@keyframes scroll {
    from {
        transform: translateX(120%);
    }

    to {
        transform: translateX(-100%);
    }
}

.Portfolio-box1 p {
    color: #eee;
}

.Portfolio-box2 {
    color: #eee;
}

.Portfolio-box2 p {
    font-size: small;
}

.Portfolio-box2 .card {
    width: 100%;
    max-width: 23rem;
    background-color: transparent;
    border: 4px solid #d8d8d8;
    border-radius: 10px;
    height: 22rem;
    transition: all 0.3s ease;
    box-shadow: inset 0px 0px 8px #000;
}


.Portfolio-box2 .card:hover {
    box-shadow: 0 0 15px 5px rgba(255, 179, 13, 0.8);
    transform: translateY(-8px);
    cursor: pointer;
}

.Service {
    color: #eee;
}

.About-box2 {
    color: #eee;
}

.About-box1 .position-relative {
    border-radius: 10px;
}

.img-border {
    box-shadow: 3px 3px 5px 0px rgba(109, 109, 109, 0.75);
    border-radius: 10px;

}

.Skill-box2 i {
    font-size: 8rem;
    color: #eee;
    transition: all 0.3s ease;
    cursor: pointer;
}

.header i:hover, .Skill-box2 i:hover {
    color: #FFB30D;
}

.Skill-box2 .card {
    color: #eee;
    box-shadow: inset 2px 1px 8px #000;
    transition: all 0.3s ease;
}

.Skill-box2 .card:hover {
    box-shadow: 0 0 15px 5px rgba(255, 179, 13, 0.8);
    transform: translateY(-8px);

}

.skill-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    /* Smooth transition */
}

.skill-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 15px 5px rgba(255, 179, 13, 0.8);
    cursor: pointer;
}


/* Contact Send Button */
button {
    font-size: 15px;
    background: #ffb107;
    color: #eee;
    padding: 0.5em 1.5em;
    padding-left: 1em;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s;
    cursor: pointer;
}

button span {
    display: block;
    margin-left: 0.3em;
    transition: all 0.3s ease-in-out;
}

button svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
}

button:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
}

button:hover svg {
    transform: translateX(1.2em) rotate(45deg) scale(1.1);
}

button:hover span {
    transform: translateX(5em);
}


@keyframes fly-1 {
    from {
        transform: translateY(0.1em);
    }

    to {
        transform: translateY(-0.1em);
    }
}

/* -------- Custom Scroll Bar ------- */
::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background-color: #eee;
   

}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to bottom, #012e40, #002a39, #002733, #00232c, #011f26);
    border: 1px solid #eee;
    border-radius: 10px;
}


/* General styles for the circle */
.responsive-circle {
    width: 100%;
    max-width: 350px;
    aspect-ratio: 1;/* Maintain square shape */
}

/* Outer Circle */
.outer-circle {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* Inner Circle */
.inner-circle {
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
}

/* Make it responsive */
@media (max-width: 768px) {
    .responsive-circle {
        max-width: 250px;  /* Reduce max size for tablets */
    }
}

@media (max-width: 576px) {
    .responsive-circle {
        max-width: 200px; /* Reduce max size for small devices */
    }
}

/* Wrapper container for the image and border */
.responsive-image-box {
    width: 300px;
    height: auto;
    max-width: 100%;
}

/* Background border box */
.img-border {
    width: 100%;
    height: 90%;
    top: 15px;
    left: 15px;
}

/* Profile image container */
.img-container {
    width: 100%;
    height: 90%;
}

/* Adjust the size for smaller screens */
@media (max-width: 768px) {
    .responsive-image-box {
        width: 250px;
    }
}

@media (max-width: 576px) {
    .responsive-image-box {
        width: 200px;
    }
}


