@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #0a1726;
    color: #333333;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.topheader-area {
    background-color: #33fb9b;
    padding: 2px 0;
}

.topheader-part p {
    color: #000000;
    font-size: 12px;
    margin: 0;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topheader-part p img {
    max-width: 100%;
    display: block;
    margin-right: 4px;
}

.mainraingg-area {
    background-image: url("img/mainbg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px;
}

/*--- header-area start ---*/
.header-area {
    padding: 30px 0px 60px 0px;
    padding-bottom: 0px;
}

.headerbg-area {
    background-color: #371240;
}

.header-logo img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.Ldx430Ri36neg-area {
    padding: 60px 0;
    padding-bottom: 100px;
}

.Ldx430Ri36neg-text h1 {
    color: #fff;
    font-size: 45px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 60px;
    padding-bottom: 25px;
}

.Ldx430Ri36neg-text h1 span {
    color: #00ff84;
}

.Ldx430Ri36neg-text p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    margin: 0;
    line-height: 32px;
}

.Ldx430Ri36neg-text ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    padding-top: 45px;
}

.Ldx430Ri36neg-text ul li {
    display: inline-block;
    margin: 0px 4px;
}

.Ldx430Ri36neg-text ul li:first-child {
    margin-left: 0px;
}

.Ldx430Ri36neg-text ul li:last-child {
    margin-right: 0px;
}

.Ldx430Ri36neg-text ul li a {
    font-family: "Geologica", sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: 0.3s all ease;
    width: 180px;
}

.Ldx430Ri36neg-text ul li a:hover {
    background-color: #07a358;
    color: #fff;
}

.Ldx430Ri36neg-text ul li:last-child a {
    background-color: #07a358;
    color: #fff;
    transition: 0.3s all ease;
    width: 120px;
}

.Ldx430Ri36neg-text ul li:last-child a:hover {
    background-color: #fff;
    color: #000;
}

.Ldx430Ri36neg-rtp {
    padding-top: 65px;
}

.Ldx430Ri36neg-rtp h2 {
    color: #fff;
    font-size: 45px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 60px;
    padding-bottom: 25px;
}

.Ldx430Ri36neg-rtp h2 span {
    color: #00ff84;
}

.Ldx430Ri36neg-rtp a {
    font-family: "Geologica", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #07a358;
    border-radius: 4px;
    text-transform: uppercase;
    width: 186px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: block;
    margin: auto;
    margin-top: 15px;
    transition: 0.3s all ease;
}

.Ldx430Ri36neg-rtp a:hover {
    background-color: #fff;
    color: #000;
}

.Ldx430Ri36neg-rtp h2 br {
    display: none;
}

.Ldx430Ri36neg-wlc {
    background-color: #ffffff21;
    border-radius: 20px;
    padding: 45px 0;
    padding-bottom: 30px;
    margin-top: 75px;
}

.Ldx430Ri36neg-wlctext {
    width: 867px;
    display: block;
    margin: auto;
}

.Ldx430Ri36neg-wlc h2 {
    color: #fff;
    font-size: 35px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 60px;
}

.Ldx430Ri36neg-wlc h2 span {
    color: #00ff84;
    font-size: 30px;
}

.Ldx430Ri36neg-wlctext {
    padding-top: 25px;
}

.Ldx430Ri36neg-wlctext p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 32px;
}

.Ldx430Ri36neg-wlctext h5 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    margin: 0;
    padding-top: 40px;
}

.Ldx430Ri36neg-images-part {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 30px;
    justify-content: space-around;
    grid-row-gap: 30px;
    padding-top: 60px;
}

.Ldx430Ri36neg-images {
    background-image: url(img/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    height: 185px;
    width: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
}

.Ldx430Ri36neg-images img {
    max-width: 100%;
    display: block;
    margin: auto;
    height: 131px;
}

.Ldx430Ri36neg-gamemodes-part {
    padding-top: 60px;
}

.Ldx430Ri36neg-gamemodes-hd {
    padding-bottom: 35px;
}

.Ldx430Ri36neg-gamemodes-hd h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
}

.Ldx430Ri36neg-gamemodes-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    align-items: center;
    justify-content: space-around;
    grid-row-gap: 30px;
}

.Ldx430Ri36neg-gamemodes-box {
    height: 185px;
    display: block;
    width: 100%;
    border-radius: 20px;
    background-color: #ffffff21;
    box-sizing: border-box;
}

.Ldx430Ri36neg-gamemodes-img {
    height: 138px;
    display: grid;
    justify-content: center;
    align-items: end;
}

.Ldx430Ri36neg-gamemodes-img img {
    max-width: 100%;
    margin: auto;
}

.Ldx430Ri36neg-gamemodes-text {
    height: 46px;
    display: grid;
    align-items: center;
    position: relative;
    z-index: 999;
}

.Ldx430Ri36neg-gamemodes-text h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0;
}
.Ldx430Ri36neg-gamemodesimg1 img {
    position: relative;
    bottom: -13px;
    left: -6px;
}

.Ldx430Ri36neg-pyfree-part {
    background-image: url("img/bg2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    margin-top: 60px;
    display: flex;
    gap: 50px;
    align-items: center;
    overflow: hidden;
}

.Ldx430Ri36neg-pyfree-left {
    width: 45%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.Ldx430Ri36neg-pyfree-right {
    width: 55%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    justify-content: space-around;
    grid-row-gap: 30px;
}

.Ldx430Ri36neg-pyfree-ltimg {
    width: 35%;
}

.Ldx430Ri36neg-pyfree-lttext {
    width: 65%;
}

.Ldx430Ri36neg-pyfree-ltimg img {
    max-width: 100%;
}

.Ldx430Ri36neg-pyfree-lttext h2 {
    color: #0bf894;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    margin: 0;
}

.Ldx430Ri36neg-pyfree-lttext h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    line-height: 60px;
}

.Ldx430Ri36neg-pyfree-lttext p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.Ldx430Ri36neg-pyfree-rtitem {
    display: flex;
    align-items: start;
}

.Ldx430Ri36neg-pyfree-rtimg {
    width: 24px;
    margin-right: 15px;
}

.Ldx430Ri36neg-pyfree-rtimg img {
    width: 24px;
    height: 24px;
    display: block;
}

.Ldx430Ri36neg-pyfree-rttext h4 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: auto;
}

.Ldx430Ri36neg-pyfree-rttext p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
    padding-top: 4px;
}

.footer-area {
    background-color: #01101e;
    padding: 60px 0;
    padding-bottom: 0px;
}

.footer-logo {
    padding-bottom: 35px;
}

.footer-logo img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.footer-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    text-align: center;
    line-height: 34px;
}

.footer-nav {
    padding: 35px 0;
}

.footer-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}

.footer-nav ul li {
    display: inline-block;
    padding: 0 12px;
}

.footer-nav ul li:first-child {
    padding-left: 0px;
}

.footer-nav ul li:last-child {
    padding-right: 0px;
}

.footer-nav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-decoration: underline;
    transition: 0.3s all ease;
}

.footer-nav ul li a:hover {
    color: #00ff84;
}

.footer-nav ul li span {
    color: #fff;
}

.footer-copyright {
    background-color: #001222;
    padding: 15px 0;
}

.footer-copyright p {
    color: #ffffffc7;
    font-size: 16px;
    text-align: center;
    margin: 0;
    font-weight: 300;
    line-height: 20px;
}

.raingg-textarea {
    background-color: #0a1726;
    padding: 80px 0;
    padding-top: 60px;
}

.raingg-text-part {
    background-color: #0d1d31;
    border-radius: 30px;
    padding: 60px 50px;
    padding-bottom: 30px;
}

.raingg-text-heading {
    padding-bottom: 50px;
}

.raingg-text-heading h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    background: #f8ffe8;
    background: linear-gradient(to right, #fff 35%, #999999 96%, #999999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.raingg-text-item1 {
    padding-bottom: 35px;
}

.raingg-text-item1 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 25px;
}

.raingg-text-item1 p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-weight: 300;
    line-height: 32px;
}

.raingg-text-item1 p a {
    color: #fff;
    text-decoration: underline;
}

.raingg-text-item2 {
    padding-bottom: 35px;
}

.raingg-text-item2 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 25px;
}

.raingg-text-item2 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.raingg-text-item2 ul li {
    display: block;
    padding-bottom: 7px;
}

.raingg-text-item2 ul li:last-child {
    padding-bottom: 0px;
}

.raingg-text-item2 ul li span {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    width: 20px;
    display: block;
}

.raingg-text-item2 ul li p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-weight: 300;
    line-height: 32px;
    padding-left: 18px;
    margin-top: -25px;
}

.raingg-text-item2 h4 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-weight: 300;
    line-height: 32px;
}

.raingg-text-item2 h5 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-weight: 300;
    line-height: 32px;
}

.form-area {
    background-color: #0a1726;
    padding: 100px 0;
    padding-top: 60px;
}

.formbox {
    width: 565px;
    display: block;
    margin: auto;
    border-radius: 30px;
    background-color: #01101e;
    padding: 35px 45px;
    box-sizing: border-box;
    border: 1px solid #0b3f37;
}

.formheading {
    padding-bottom: 45px;
}

.formheading h2 {
    color: #fff;
    font-size: 35px;
    text-align: left;
    font-weight: 600;
    margin: 0;
}

.formpart input {
    font-family: "Inter", sans-serif;
    color: #9fa5aa;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 17px 18px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 22px;
    background-color: #101e2b;
    outline: none;
    border: 1px solid #0b3f37;
}

.formpart input::placeholder {
    font-family: "Inter", sans-serif;
    color: #9fa5aa;
    font-size: 16px;
    font-weight: 400;
}

.formpart input[type="submit"] {
    font-family: "Geologica", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s all ease;
    background: linear-gradient(
        270deg,
        #00592a 0%,
        #07a358 48.51%,
        #00592a 100%
    );
    text-transform: uppercase;
    border: none;
    margin-bottom: 0px;
}

.formpart input[type="submit"]:hover {
    background: linear-gradient(270deg, #fff 0%, #fff 48.51%, #fff 100%);
    color: #000;
}

.fromitems p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 300;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.fromitems {
    padding-bottom: 35px;
}

.fromitem3 {
    padding-top: 25px;
}

.fromitem3 h6 {
    color: #ffffff80;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: 300;
    text-align: center;
}

.fromitem3 h6 a {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-left: 3px;
    transition: 0.3s all ease;
}

.fromitem3 h6 a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.fromitem3 h5 {
    color: #ffffff80;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: 300;
    text-align: center;
    padding-top: 10px;
}

.fromitem3 h5 a {
    color: #ffffff80;
    border-bottom: 1px solid #ffffff80;
    transition: 0.3s all ease;
}

.fromitem3 h5 a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.maincheckbox {
    padding-bottom: 30px;
}

.checkboxpart {
    display: block;
    position: relative;
    padding-left: 39px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff80;
    font-size: 16px;
    line-height: 34px;
    font-weight: 300;
}

.checkboxpart input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkboxpart span {
    color: #fff;
}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #ffffff00;
    border: 2px solid #ffffff60;
    border-radius: 2px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkboxpart input:checked ~ .checkmark:after {
    display: block;
}

.checkboxpart .checkmark:after {
    left: 8px;
    top: 1px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.password-container {
    position: relative;
    display: flex;
    align-items: center;
}
.password-container input {
    padding-right: 40px;
    width: 100%;
}
.toggle-password {
    position: absolute;
    right: 12px;
    cursor: pointer;
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    top: 17px;
}
.toggle-password img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(0%)
        hue-rotate(2deg) brightness(104%) contrast(102%);
    width: 20px;
    height: 20px;
}

.fromitems {
    padding-bottom: 0px;
}

.fromitemor {
    margin-top: 38px;
}

.fromitemor span {
    width: 100%;
    height: 1px;
    display: block;
    background-color: #ffffff61;
}
.fromitemor p {
    color: #ffffff61;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    background: #01101e;
    width: 84px;
    text-align: center;
    margin: auto;
    margin-top: -13px;
}

.container {
    max-width: 1180px;
    display: block;
    margin: auto;
    padding: 0 30px;
}

.frombtns {
    padding-top: 20px;
    display: flex;
    gap: 20px;
}

.frombtn1 {
    width: 50%;
}

.frombtn1 a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 56px;
    background-color: #203b53;
    display: flex;
    border-radius: 5px;
    line-height: 56px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.frombtn1 a img {
    height: 20px;
    margin-right: 9px;
}

.fromitems h6 {
    margin: 0;
    padding-bottom: 22px;
    margin-top: -12px;
    position: relative;
    z-index: 9;
}

.fromitems h6 a {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 300;
    text-transform: capitalize;
}

.rainggpopup-area {
    width: 565px;
    display: block;
    margin: auto;
    border-radius: 30px;
    background-color: #01101e;
    padding: 25px 35px;
    box-sizing: border-box;
    border: 1px solid #0b3f37;
    background-image: url(img/popupbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.rainggpopup-logo {
    padding-bottom: 35px;
}

.rainggpopup-logo img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.rainggpopup-text h2 {
    color: #fff;
    font-size: 54px;
    text-align: center;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 12px;
}

.rainggpopup-text p {
    color: #c98300;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.rainggpopup-text img {
    max-width: 100%;
    display: block;
    margin: auto;
    width: 280px;
}

.rainggpopup-text a {
    font-family: "Geologica", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(
        270deg,
        #00592a 0%,
        #07a358 48.51%,
        #00592a 100%
    );
    height: 50px;
    display: block;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    transition: 0.3s all ease;
}

.rainggpopup-text a:hover {
    color: #000;
    background: linear-gradient(270deg, #fff 0%, #fff 48.51%, #fff 100%);
}

.closeimg img {
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
    margin-right: 0px;
    margin-bottom: -28px;
    position: relative;
    right: -27px;
    top: -20px;
    cursor: pointer;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}

.popup-content {
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    animation: scaleIn 0.3s ease;
    z-index: 999;
}

@keyframes fadeIn {
    from {
        background-color: rgba(0, 0, 0, 0);
    }
    to {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
