@import url("css2.css");

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: linear-gradient(135deg, #0f1419 0%, #1a2332 50%, #2d3748 100%);
    color: #333333;
    min-height: 100vh;
}

a,
a:hover {
    text-decoration: none;
    cursor: pointer;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1240px;
    display: block;
    margin: auto;
    padding: 0 25px;
}

.midnightspin-top18plus-area {
    background: linear-gradient(90deg, #ff6b6b 0%, #ee5a24 100%);
    padding: 8px 0;
    box-shadow: 0 2px 10px rgba(255, 107, 107, 0.3);
}

.midnightspin-top18plus-part p {
    font-family: "Rowdies", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.midnightspin-top18plus-part p img {
    max-width: 100%;
    display: block;
    margin-right: 5px;
}

.midnightspin-header-area {
    padding: 35px 0;
}

.midnightspin-header-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.midnightspin-header-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.midnightspin-header-logo img {
    max-width: 100%;
    display: block;
    width: 80px;
}

.midnightspin-header-logo-text {
    font-family: "Rowdies", sans-serif;
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(45deg, #ff2121, #ff6b6b, #ff2121, #ff6b6b);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 20px rgba(255, 33, 33, 0.3);
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.midnightspin-header-menu {
    display: none;
}

.midnightspin-header-menu img {
    max-width: 100%;
    display: block;
}

.midnightspin-hero-area {
    padding: 80px 0;
    padding-bottom: 40px;
    background: linear-gradient(135deg, rgba(15, 20, 25, 0.95) 0%, rgba(26, 35, 50, 0.9) 50%, rgba(45, 55, 72, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.midnightspin-hero-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="50" cy="10" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="10" cy="90" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="90" cy="50" r="1" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    z-index: 1;
}

.midnightspin-hero-part {
    position: relative;
    z-index: 2;
}

.midnightspin-hero-part {
    display: flex;
    gap: 30px;
    align-items: center;
}

.midnightspin-hero-left {
    width: 60%;
    animation: slideInLeft 1s ease-out;
}

.midnightspin-hero-right {
    width: 40%;
    animation: slideInRight 1s ease-out 0.3s both;
}

.midnightspin-herotext h1 {
    font-family: "Rowdies", sans-serif;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 25px;
    text-transform: uppercase;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    letter-spacing: -1px;
}

.midnightspin-herotext h1 span {
    background: linear-gradient(45deg, #ff6b6b, #ffa726, #66bb6a, #42a5f5);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease-in-out infinite;
}

.midnightspin-herotext p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin: 0;
    line-height: 32px;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.midnightspin-herotext ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    gap: 20px;
    margin-top: 35px;
}

.midnightspin-herotext ul li {
    display: flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.2), rgba(255, 167, 38, 0.2));
    border-image: linear-gradient(135deg, #ff6b6b, #ffa726) 1;
    padding: 12px 20px;
    box-sizing: border-box;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.2);
}

.midnightspin-herotext ul li:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(255, 107, 107, 0.4);
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.3), rgba(255, 167, 38, 0.3));
}

.midnightspin-herotext ul li:first-child {
    margin-left: 0;
}

.midnightspin-herotext ul li:last-child {
    margin-right: 0;
}

.midnightspin-herotext ul li img {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
}

.midnightspin-herotext ul li h6 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    position: relative;
    padding-left: 4px;
}

.midnightspin-hero-right img {
    max-width: 100%;
    display: block;
    animation: float 3s ease-in-out infinite;
}

.mbbonustext {
    display: none;
}

.mbboxlogo {
    display: none;
}

.midnightspininnerbg {
    padding: 1px 0;
    background-image: url("../images/bg2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.midnightspininnerbg2 {
    padding: 0px 0;
    background: linear-gradient(135deg, rgba(15, 20, 25, 0.95) 0%, rgba(26, 35, 50, 0.9) 50%, rgba(45, 55, 72, 0.95) 100%);
    position: relative;
    overflow: hidden;
}

.midnightspininnerbg2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain2" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="50" cy="10" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="10" cy="90" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="90" cy="50" r="1" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain2)"/></svg>');
    z-index: 1;
}

.midnightspininnerbg2 > * {
    position: relative;
    z-index: 2;
}

.midnightspintexthero-area {
    padding: 80px 0;
    padding-bottom: 50px;
}

.midnightspintexthero-hd h1 {
    color: #000000;
    font-size: 60px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 60px;
}

.midnightspintext-item1 {
    padding-bottom: 35px;
}

.midnightspintext-item1 h2 {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 17px;
}

.midnightspintext-item1 p {
    color: #000;
    font-size: 18px;
    margin: 0;
    line-height: 30px;
    font-weight: 300;
}

.midnightspin-ofrbs-box-area {
    padding: 80px 0;
    padding-bottom: 0px;
}

.midnightspin-ofrbsboxbg {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 35px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    animation: slideInUp 0.8s ease-out;
}

.midnightspin-ofrbsboxbg:nth-child(1) { animation-delay: 0.1s; }
.midnightspin-ofrbsboxbg:nth-child(2) { animation-delay: 0.2s; }
.midnightspin-ofrbsboxbg:nth-child(3) { animation-delay: 0.3s; }
.midnightspin-ofrbsboxbg:nth-child(4) { animation-delay: 0.4s; }

.midnightspin-ofrbsboxbg::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.midnightspin-ofrbsboxbg:hover::before {
    left: 100%;
}

.midnightspin-ofrbsboxbg:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.main-midnightspin-ofrbs-box {
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.95);
    padding: 0;
    align-items: center;
    border-radius: 16px;
    box-sizing: border-box;
    height: 180px;
    border-left: none;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.midnightspininner2-left {
    width: 32%;
}

.midnightspininner2-box {
    display: flex;
    align-items: center;
    width: 78%;
}

.midnightspin-ofrbs-boxright {
    width: 21%;
}

.midnightspininner2box-left {
    width: 55%;
    text-align: center;
}

.midnightspininner2box-right {
    width: 70%;
}

.midnightspin-offterboxlogo {
    width: 100%;
    height: 163px;
    position: relative;
    display: grid;
    align-items: center;
    padding: 10px 25px;
    padding-top: 40px;
    box-sizing: border-box;
}

.midnightspin-ofrbs-boxlogo img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 9999;
    max-width: 148px;
}

.midnightspinlogobg1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    z-index: 9;
}

.midnightspin-ofrbs-star {
    position: relative;
    z-index: 999;
    width: 200px;
    height: 38px;
    display: grid;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.midnightspin-ofrbs-star p {
    color: #ffffff;
    font-size: 18px;
    position: relative;
    z-index: 99;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.staricons {
    max-width: 100%;
    display: block;
}

.ratingbg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.midnightspin-bonustext p {
    background: linear-gradient(45deg, #ff6b6b, #ffa726);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    text-transform: capitalize;
    padding-bottom: 5px;
    text-shadow: 0 2px 10px rgba(255, 107, 107, 0.3);
}

.midnightspin-bonustext h2 {
    font-family: "Rowdies", sans-serif;
    color: #2d3748;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.midnightspininner2box-list ul {
    padding: 0px;
    margin: 0;
    list-style-type: none;
}

.midnightspininner2box-list ul li {
    display: block;
    padding-bottom: 15px;
}

.midnightspininner2box-list ul li:last-child {
    padding-bottom: 0px;
}

.midnightspininner2box-list ul li img {
    height: 18px;
    display: block;
}

.midnightspininner2box-list ul li p {
    color: #191919;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding-left: 26px;
    margin-top: -20px;
}

.midnightspin-ofrbs-boxbtn {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    height: 180px;
    padding: 25px;
    padding-left: 0;
    box-sizing: border-box;
    display: grid;
    align-items: center;
    position: relative;
    border-radius: 0 16px 16px 0;
    box-shadow: 0 4px 20px rgba(255, 107, 107, 0.3);
    transition: all 0.3s ease;
}

.midnightspin-ofrbs-boxbtn:hover {
    background: linear-gradient(135deg, #ff5252 0%, #d84315 100%);
    box-shadow: 0 6px 25px rgba(255, 107, 107, 0.5);
}

.midnightspin-innerboxbtn {
    width: 201px;
    display: block;
    margin: auto;
    margin-right: 0;
}

.midnightspin-irboxbtn a {
    font-family: "Rowdies", sans-serif;
    color: #ff6b6b;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-transform: capitalize;
    align-items: center;
    margin: auto;
    display: block;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    margin-bottom: 16px;
    z-index: 99;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.midnightspin-irboxbtn a:hover {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
}

.paymentsicon-part {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    z-index: 99;
}

.payments-arrowleft img {
    max-width: 100%;
    display: block;
}

.payments-arrowright img {
    max-width: 100%;
    display: block;
}

.payments-list ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 4px;
    text-align: center;
}

.payments-list ul li {
    display: block;
}

.payments-list ul li a img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.mainmidnightspinoffer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.midnightspinoffer {
    position: relative;
    width: 154px;
    height: 26px;
    box-sizing: border-box;
    display: grid;
    align-items: center;
    padding: 0 10px;
}

.offerbg1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.offerbg2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

.midnightspinoffer p {
    color: #ff2121;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
    text-align: center;
    font-style: italic;
}

.midnightspin-btnbg1 img {
    position: absolute;
    left: -112px;
    top: 0;
    display: block;
    height: 100%;
}

.midnightspinprtext-area {
    padding: 60px 0;
}

.midnightspin-francecsno-text-area2 {
    padding: 30px 0;
    padding-bottom: 40px;
}

.midnightspinprtext-part {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, rgba(15, 20, 25, 0.95) 0%, rgba(26, 35, 50, 0.9) 100%);
    backdrop-filter: blur(20px);
    padding: 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.midnightspinprtext-part::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(255, 107, 107, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(66, 165, 245, 0.1) 0%, transparent 50%);
    z-index: 1;
}

.midnightspinprtext-part > * {
    position: relative;
    z-index: 2;
}

.midnightspinprtext-hd {
    padding-bottom: 50px;
}

.midnightspinprtext-hd h2 {
    font-family: "Rowdies", sans-serif;
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    background: linear-gradient(45deg, #fff, #ff6b6b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.midnightspinprtext-hd p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: 32px;
    font-weight: 300;
}

.midnightspinprtext-item1 h2 {
    font-family: "Rowdies", sans-serif;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(45deg, #fff, #42a5f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.midnightspinprtext-item1 h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 30px;
}

.midnightspinprtext-item1 ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.midnightspinprtext-item1 ul li {
    display: block;
    padding-bottom: 10px;
}

.midnightspinprtext-item1 ul li span {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
}

.midnightspinprtext-item1 ul li p {
    color: #fff;
    font-size: 18px;
    margin: 0;
    font-weight: 300;
    padding-left: 23px;
    margin-top: -27px;
}

.midnightspin-roceff2-area {
    padding: 60px 0px 90px 0px;
    background: linear-gradient(135deg, rgba(15, 20, 25, 0.8) 0%, rgba(26, 35, 50, 0.6) 100%);
    position: relative;
    overflow: hidden;
}

.midnightspin-roceff2-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(255, 107, 107, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(66, 165, 245, 0.1) 0%, transparent 50%);
    z-index: 1;
}

.midnightspin-roceff2-area > * {
    position: relative;
    z-index: 2;
}

.midnightspin-roceff2-hd {
    padding-bottom: 50px;
}

.midnightspin-roceff2-hd h2 {
    font-family: "Rowdies", sans-serif;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    padding-bottom: 25px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    background: linear-gradient(45deg, #fff, #ff6b6b, #42a5f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease-in-out infinite;
}

.midnightspin-roceff2-hd p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    line-height: 1.6;
}

.midnightspin-roceff2-part {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    justify-content: space-around;
    grid-row-gap: 30px;
}

.midnightspin-roceff2-box {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border: 2px solid transparent;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 249, 250, 0.98) 100%);
    backdrop-filter: blur(20px);
    padding: 40px 35px;
    box-sizing: border-box;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    animation: slideInUp 0.8s ease-out;
}

.midnightspin-roceff2-box:nth-child(1) { animation-delay: 0.1s; }
.midnightspin-roceff2-box:nth-child(2) { animation-delay: 0.2s; }
.midnightspin-roceff2-box:nth-child(3) { animation-delay: 0.3s; }

.midnightspin-roceff2-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(255, 107, 107, 0.08) 0%, 
        rgba(255, 167, 38, 0.06) 50%, 
        rgba(66, 165, 245, 0.08) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.midnightspin-roceff2-box::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    z-index: 2;
}

.midnightspin-roceff2-box > * {
    position: relative;
    z-index: 3;
}

.midnightspin-roceff2-box:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 107, 107, 0.3);
}

.midnightspin-roceff2-box:hover::before {
    opacity: 1;
}

.midnightspin-roceff2-box:hover::after {
    top: -100%;
    left: -100%;
}

.midnightspin-roceff2-boxhd {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 107, 107, 0.1);
}

.midnightspin-roceff2box-img img {
    width: 60px;
    height: 60px;
    display: block;
    border: 3px solid transparent;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b6b, #ffa726, #42a5f5);
    background-clip: padding-box;
    padding: 3px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.midnightspin-roceff2-box:hover .midnightspin-roceff2box-img img {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.5);
}

.midnightspin-roceff2box-text h3 {
    color: #2d3748;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    padding-bottom: 5px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.midnightspin-roceff2box-text img {
    max-width: 100%;
    display: block;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(255, 167, 38, 0.3));
}

.midnightspin-roceff2-box:hover .midnightspin-roceff2box-text img {
    transform: scale(1.1);
    filter: drop-shadow(0 4px 8px rgba(255, 167, 38, 0.5));
}

.midnightspin-roceff2-text {
    padding-right: 5px;
    position: relative;
}

.midnightspin-roceff2-text::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 60px;
    color: rgba(255, 107, 107, 0.2);
    font-family: serif;
    line-height: 1;
    animation: pulse 2s ease-in-out infinite;
}

.midnightspin-roceff2-text p {
    color: #4a5568;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
    font-style: italic;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding-left: 20px;
}

.midnightspin-roceff2boxbr1 img {
    background: linear-gradient(135deg, #42a5f5, #66bb6a, #ffa726);
    background-clip: padding-box;
}

.midnightspin-roceff2boxbr2 img {
    background: linear-gradient(135deg, #ff6b6b, #ffa726, #42a5f5);
    background-clip: padding-box;
}

.midnightspin-contact-area {
    padding: 60px 0;
    padding-bottom: 100px;
}

.midnightspin-contact-part {
    box-shadow: 0px 4px 50px 0px #525fff;
    border: 1px solid #525fff;
    background: #00000085;
    padding: 65px 40px;
    box-sizing: border-box;
}

.midnightspin-contact-hd {
    padding-bottom: 30px;
}

.midnightspin-contact-hd h2 {
    font-family: "Rowdies", sans-serif;
    color: #ffffff;
    font-size: 45px;
    font-weight: 400;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.midnightspin-contact-hd p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.midnightspin-formpart {
    display: flex;
    gap: 30px;
}

.midnightspin-form-left {
    width: 50%;
}

.midnightspin-form-right {
    width: 50%;
}

.midnightspin-form input {
    font-family: "Poppins", sans-serif;
    color: #939191;
    font-size: 20px;
    font-weight: 400;
    background: none;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    outline: 1px solid #ffffffb2;
}

.midnightspin-form input:focus {
    outline: 1px solid #ff2121;
}

.midnightspin-form input::placeholder {
    font-family: "Poppins", sans-serif;
    color: #939191;
    font-size: 20px;
    font-weight: 400;
}

.midnightspin-form textarea {
    font-family: "Poppins", sans-serif;
    color: #939191;
    font-size: 20px;
    font-weight: 400;
    background: none;
    width: 100%;
    height: 140px;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    outline: 1px solid #ffffffb2;
}

.midnightspin-form textarea:focus {
    outline: 1px solid #ff2121;
}

.midnightspin-form textarea::placeholder {
    font-family: "Poppins", sans-serif;
    color: #939191;
    font-size: 20px;
    font-weight: 400;
}

.midnightspin-form input[type="submit"] {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    background: #ff2121;
    width: 300px;
    height: 60px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border: none;
    outline: none;
    margin: auto;
    display: block;
    margin-right: 0px;
    margin-top: 10px;
    transition: 0.3s all ease;
}

.midnightspin-form input[type="submit"]:hover {
    background: #fff;
    color: #000;
}

.midnightspinfooter-area {
    background: linear-gradient(135deg, #0f1419 0%, #1a202c 50%, #2d3748 100%);
    padding: 0px 0;
    padding-bottom: 0px;
    border-top: 2px solid #ff6b6b;
    position: relative;
}

.midnightspinfooter-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="footerGrain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="80" cy="80" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="40" cy="60" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="60" cy="40" r="1" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23footerGrain)"/></svg>');
    z-index: 1;
}

.midnightspinfooter-part {
    position: relative;
    z-index: 2;
}

.midnightspinfooter-part {
    padding-top: 70px;
}

.midnightspinfooter-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-bottom: 32px;
    border-bottom: 0.5px solid #ffffffb0;
    margin-bottom: 50px;
}

.midnightspinfooter-nav ul li {
    display: inline-block;
    margin-right: 28px;
}

.midnightspinfooter-nav ul li:first-child {
    margin-left: 0px;
}

.midnightspinfooter-nav ul li:last-child {
    margin-right: 0px;
}

.midnightspinfooter-nav ul li a {
    font-family: "Rowdies", sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    text-decoration: underline;
    display: block;
    transition: 0.2s all ease;
}

.midnightspinfooter-nav ul li a:hover {
    color: #ff2121;
}

.midnightspinfooterlogos {
    border-top: 1px solid #ffffffb0;
    padding-top: 40px;
}

.midnightspinfooterlogos ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.midnightspinfooterlogos ul li {
    display: inline-block;
    margin: 0 6px;
}

.midnightspinfooterlogos ul li:first-child {
    margin-left: 0px;
}

.midnightspinfooterlogos ul li:last-child {
    margin-right: 0px;
}

.midnightspinfooterlogos ul li a img {
    max-width: 100%;
    display: block;
}

.midnightspinfooter-logo-text {
    font-family: "Rowdies", sans-serif;
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(45deg, #ff2121, #ff6b6b, #ff2121, #ff6b6b);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 3s ease-in-out infinite;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 0 0 20px rgba(255, 33, 33, 0.3);
    text-align: center;
    margin: 20px 0;
}

.midnightspinfootext {
    padding-bottom: 35px;
}

.midnightspinfootext h3 {
    color: #ff2121;
    font-size: 26px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
    padding-bottom: 25px;
}

.midnightspinfootext p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    line-height: 22px;
}

.midnightspin-copyright-area {
    padding: 16px 0;
    padding-bottom: 30px;
}

.midnightspin-copyright-area p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    margin: 0px;
}

.newhero-area {
    background-color: #eceff6;
    padding: 65px 0;
}

.newhero-part {
    display: flex;
    gap: 50px;
    align-items: center;
}

.newhero-left {
    width: 50%;
}

.newhero-right {
    width: 50%;
}

.newhero-left h2 {
    font-family: "Overlock", sans-serif;
    color: #29539f;
    font-size: 55px;
    font-weight: 900;
    padding-bottom: 5px;
}

.newhero-left p {
    color: #000000;
    font-size: 19px;
    margin: 0;
    padding-top: 7px;
}

.newhero-left img {
    display: none;
}

.newhero-right img {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-right: 0px;
}

.newtexts-area {
    background-color: #fff;
    padding: 70px 0;
}

.newtextitem1 {
    padding-bottom: 30px;
}

.newtextitem1 h2 {
    font-family: "Overlock", sans-serif;
    color: #29539f;
    font-size: 37px;
    font-weight: 900;
    margin: 0;
    padding-bottom: 10px;
}

.newtextitem1 p {
    color: #000;
    font-size: 19px;
    line-height: 33px;
    margin: 0;
}

.newtextitem1 p a {
    color: #29539f;
}

.newtextitem2 {
    padding-bottom: 30px;
}

.newtextitem2 h2 {
    font-family: "Overlock", sans-serif;
    color: #29539f;
    font-size: 37px;
    font-weight: 900;
    margin: 0;
    padding-bottom: 10px;
}

.newtextitem2 h3 {
    color: #000;
    font-size: 19px;
    line-height: 33px;
    margin: 0;
    font-weight: 400;
}

.newtextitem2 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-left: 11px;
    padding-top: 20px;
    padding-bottom: 8px;
}

.newtextitem2 ul li {
    display: block;
    padding-bottom: 12px;
}

.newtextitem2 ul li:last-child {
    padding-bottom: 0px;
}

.newtextitem2 ul li span {
    width: 5px;
    height: 5px;
    background-color: #212529;
    display: block;
    border-radius: 40px;
}

.newtextitem2 ul li p {
    color: #000;
    font-size: 19px;
    line-height: 36px;
    margin: 0;
    padding-left: 14px;
    margin-top: -21px;
    font-weight: 400;
}

.Cookieslist {
    padding-top: 0 !important;
    margin-left: 20px !important;
}

.newtextitems2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.midnightspin-francecsno-text-area2 .midnightspintext-part {
    padding: 65px 50px;
    padding-bottom: 25px;
}

.midnightspinprtexts-area {
    padding: 60px 0;
    background: linear-gradient(135deg, rgba(15, 20, 25, 0.8) 0%, rgba(26, 35, 50, 0.6) 100%);
    position: relative;
    overflow: hidden;
}

.midnightspinprtexts-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255, 107, 107, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(66, 165, 245, 0.05) 0%, transparent 50%);
    z-index: 1;
}

.midnightspinprtexts-area > * {
    position: relative;
    z-index: 2;
}

.midnightspinprtexts-hd {
    padding-bottom: 45px;
}

.midnightspinprtexts-hd h2 {
    font-family: "Rowdies", sans-serif;
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 25px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    background: linear-gradient(45deg, #fff, #ff6b6b, #42a5f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease-in-out infinite;
}

.midnightspinprtexts-hd p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.6;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.midnightspinprtexts-newitem1 {
    padding-bottom: 45px;
}

.midnightspinprtexts-newitem1 h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 25px;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(45deg, #fff, #42a5f5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.midnightspinprtexts-newitem1 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.bottom-ulpart {
    position: relative;
    left: 30px;
}

.bottom-ulpart li:last-child {
    padding-bottom: 0px;
}

.midnightspinprtexts-newitem1 ul li {
    display: block;
    padding-bottom: 10px;
}

.midnightspinprtexts-newitem1 ul li span {
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 100%;
    background-color: #fff;
}

.midnightspinprtexts-newitem1 ul li p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    margin-left: 12px;
    margin-top: -16px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.midnightspinprtexts {
    padding: 0px 0;
    padding-top: 20px;
}

.midnightspinprtexts-item1 h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 20px;
}

.midnightspinprtexts-item1 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 25px;
}

.midnightspinprtexts-item1 p a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
    transition: 0.3s all ease;
}

.midnightspinprtexts-item1 p a:hover {
    color: red;
}

.midnightspinprtexts-item1 {
    padding-bottom: 30px;
}

.midnightspinprtext-item1 {
    padding-bottom: 20px;
}

.midnightspinprtexts-newitem1 p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 25px;
    line-height: 1.6;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
