body {
    background-color: #170F2F !important;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/*--------------------------------my custom css------------*/
.btn-purple {
    background-color: #5f2ded !important;
    border: 1px solid #5f2ded !important;
    transition: 0.2s !important;
    color: #fff !important;
}

.btn-purple:hover {
    background-color: #0C0E2B !important;
    color: #5f2ded !important;
}

.btn-pink {
    background-color: #F2277E !important;
    color: #fff !important;
    border: 1px solid #F2277E !important;
}

.btn-pink:hover {
    background-color: #0C0E2B !important;
    color: #F2277E !important;
}

.mt-10{
    margin-top: 10px;
}

.mt-15{
    margin-top: 15px;
}

.mt-20{
    margin-top: 20px;
}

.mt-50{
    margin-top: 50px;
}


/*--------------------------------Header------------------*/
/* TOPBAR */
.topbar {
    background: #0C0E2B;
    color: #fff;
    font-size: 13px;
    padding: 15px 0;
}

.top-left span {
    margin-right: 20px;
    font-size: 15px;
}

.top-left i {
    color: #0D7DFC;
    margin-right: 5px;
    font-size: 15px;
}

.top-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-icon {
    width: 28px;
    height: 28px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
    transition: 0.3s;
    text-decoration: none;
}

.social-icon:hover {
    background: #0D7DFC;
    border-color: #0D7DFC;
}

/* HEADER */
.main-header {
    background: #0C0E2B;
}

/* REMOVE GAP COMPLETELY */
.container {
    position: relative;
}

/* NAVBAR */
.navbar {
    padding: 0;
}

/* LOGO */
.navbar-brand {
    padding: 0;
    margin: 0;
    z-index: 2;
    position: relative;
}

.navbar-brand img {
    height: 50px;
}

/* WHITE SHAPE */
.logo-shape {
    position: absolute;
    left: calc(-50vw + 50%);
    top: 0;
    width: 600px;
    height: 100%;
    background: #fff;
    clip-path: polygon(0 0, 75% 0, 65% 100%, 0% 100%);
    z-index: 1;
}

/* NAV LINKS */
.navbar-nav .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0 12px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #0D7DFC;
}

/* DROPDOWN HOVER */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu {
    border: none;
    border-radius: 5px;
}

.dropdown-item:hover {
    background: #0D7DFC;
    color: #fff;
}

/* BUTTON */
.custom-btn {
    background: #0D7DFC;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
}

.custom-btn:hover {
    background: #0b6ad1;
    color: #fff !important;
}

/* TOGGLER */
.navbar-toggler {
    border: none;
    color: #fff;
    font-size: 22px;
}


/**************************************skills**************************************/
.skills-section {
    color: #fff;
    text-align: center;
    padding: 50px 0;
}

.skills-section-title {
    font-size: 40px;
    font-weight: bold;
}

.skills-section-title span {
    color: #F2277E;
    text-decoration: underline;
}

.skills-section .skills-card {
    background: #0d062a;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #5f2ded;
    box-shadow: 0 0 10px rgba(95, 45, 237);
    transition: 0.3s;
    cursor: pointer;
}

.skills-section .skills-card:hover {
    transform: translateY(-10px);
}

.skills-section .skills-card:hover i {
    color: #F2277E;
}

.skills-section .skills-card i {
    font-size: 40px;
    color: #fff;
    margin-bottom: 15px;
    transition: 0.3s;
}


/*--------------------------------------------Footer section------------------------------------- */
/* NEWSLETTER */
.newsletter {
    background: #0C0E2B;
    padding: 60px 0;
    color: #fff;
}

.newsletter h3 {
    font-weight: 600;
}

/* FORM */
.newsletter-form {
    display: flex;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.newsletter-form input {
    flex: 1;
    border: none;
    padding: 15px;
    outline: none;
    min-width: 0;
    /* IMPORTANT */
}

.newsletter-form button {
    background: #0D7DFC;
    color: #fff;
    border: none;
    padding: 0 20px;
    white-space: nowrap;
    /* text break na ho */
}


/* FOOTER */
.footer {
    background: #0C0E2B;
    color: #fff;
    padding: 60px 0 20px;
}

.footer h5 {
    margin-bottom: 15px;
}

.footer p {
    color: #ccc;
    font-size: 14px;
}

/* LINKS */
.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer ul li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer ul li a:hover {
    color: #0D7DFC;
}

.footer i {
    margin-right: 6px;
    color: #0D7DFC;
}

/* SOCIAL */
.footer-social a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    margin-right: 8px;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #0D7DFC;
    border-color: #0D7DFC;
}

/* LOGO */
.footer-logo img {
    max-width: 200px;
    margin-bottom: 15px;
}

/* COPYRIGHT */
.footer hr {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 30px 0;
}

.copyright span {
    color: #0D7DFC;
}

