@font-face {
    font-family: Gilroy-ExtraBold;
    src: url(../fonts/Gilroy-ExtraBold.ttf);
}

@font-face {
    font-family: Gilroy-Medium;
    src: url(../fonts/Gilroy-Medium.ttf);
}

@font-face {
    font-family: Gilroy-SemiBold;
    src: url(../fonts/Gilroy-SemiBold.ttf);
}

.royal-landing {
    background-color: #0F003C;
    font-family: Gilroy-Medium;
    font-size: 20px;
    color: #fff;
}

.royal-landing .container {
    max-width: 1490px;
}

.royal-landing ol,
.royal-landing ul {
    padding: 0 0 0 30px;
    margin: 0;
}

.royal-landing ul li,
.royal-landing ol li {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: normal;
    text-transform: capitalize;
    list-style-type: none;
    position: relative;
}

.royal-landing ul li::before {
    content: "";
    position: absolute;
    left: -35px;
    background-image: url("img/list-icon.png");
    background-size: contain;
    height: 25px;
    background-position: left;
    width: 25px;
    top: 3px;
}


/*Header*/

.royal-landing .header {
    position: relative;
    padding-top: 35px;
}

.royal-landing .header::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url('img/header-bg.jpg');
    background-repeat: no-repeat;
    background-position: cover;
    background-size: cover;
    z-index: -1;
}

.royal-landing .logo {
    position: absolute;
    left: 55%;
    top: 75px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 2;
}

.royal-landing .logo img {
    max-height: 350px;
    max-width: 350px;
    margin-top: 80px;
}

.royal-landing .quote-text {
    margin-top: 50px;
    font-family: Gilroy-ExtraBold;
    font-size: 28px;
    background: linear-gradient(200.42deg, #F4E1A5 13.57%, #C39D5D 98.35%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-shadow: 2px 4px 0px rgba(0, 0, 0, 0.25);
    line-height: normal;
    text-transform: capitalize;
    padding-left: 120px;
}

.royal-landing .site-news {
    text-shadow: 2px 4px 0px rgba(0, 0, 0, 0.26);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    color: #C39D5D;
    font-size: 22px;
    font-family: Gilroy-ExtraBold;
    padding: 5px 10px;
    border: 0;
    /* width: 75%; */
    width: calc(200% - 200px);
    border-bottom: 3px solid #f4e1a585;
    text-transform: capitalize;
    line-height: 1;
    height: 50px;
    text-align: center;
}

.royal-landing .header-title {
    font-family: Gilroy-ExtraBold;
    font-size: 80px;
    /* background: linear-gradient(197.15deg, #F5E1A5 22.64%, rgba(226, 199, 137, 0.21) 34.59%, rgba(237, 204, 144, 0.72) 46.2%, rgba(223, 195, 133, 0.16) 60.55%, #FFE0AB 71.48%, rgba(244, 225, 165, 0.15) 88.21%); */
    background: linear-gradient(197.15deg, #F5E1A5 22.64%, rgb(226, 199, 137) 34.59%, rgb(237, 204, 144) 46.2%, rgb(223, 195, 133) 60.55%, #FFE0AB 71.48%, rgb(244, 225, 165) 88.21%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-shadow: 2px 4px 0px rgba(0, 0, 0, 0.25);
    line-height: normal;
    margin-top: 0;
    text-transform: capitalize;
}

.royal-landing .header .header-title {
    padding-left: 120px;
}

.royal-landing .btn-number {
    background: linear-gradient(200.42deg, #F4E1A5 13.57%, #C39D5D 98.35%);
    box-shadow: -10px 19px 20px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    color: #000 !important;
    font-size: 22px;
    font-family: Gilroy-ExtraBold;
    padding: 15px 30px;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.royal-landing .btn-number:hover,
.royal-landing .btn-number:focus,
.royal-landing .btn-number:active {
    color: #000;
}

.royal-landing .btn-reset {
    background: linear-gradient(200.42deg, #f00 13.57%, #7B0000 98.35%);
    box-shadow: -10px 19px 20px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    color: #000;
    font-size: 22px;
    font-family: Gilroy-ExtraBold;
    padding: 15px 30px;
    border: 0;
    cursor: pointer;
}

.royal-landing .header .btn-number {
    margin-right: 10px;
    text-align: center;
}

.royal-landing .qeury {
    margin-left: 170px;
    display: inline-block;
}

.royal-landing .qeury>div {
    width: 100%;
    text-align: right;
}

.royal-landing .qeury>div button:last-child {
    margin-right: 0;
}

.royal-landing .header-social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 75%;
    margin-top: 10px;
}

.royal-landing .header-social-icons img {
    height: 25px;
    margin-right: 10px;
}

.royal-landing .request-demo>div {
    font-family: Gilroy-ExtraBold;
    font-size: 22px;
    margin-bottom: 10px;
}

.royal-landing .request-demo button {
    width: 100%;
    margin-top: 10px;
}

.royal-landing .header-right-image {
    /* margin-top: 100px; */
    width: 100%;
    text-align: right;
    padding-right: 120px;
}

.royal-landing .header-right-image img {
    height: 500px;
}

.royal-landing .new-id {
    width: 75%;
    position: relative;
    margin-top: 30px;
}

.royal-landing .header .qeury>div:first-child .btn-number {
    width: 160px;
    display: inline-block;
}

.royal-landing .new-id>div:first-child {
    font-size: 22px;
    font-family: Gilroy-ExtraBold;
}

.royal-landing .new-id-btns {
    width: 100%;
    text-align: left;
    margin-top: 10px;
}

.royal-landing .new-id-btns .btn-number {
    font-size: 24px;
    padding: 15px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
    display: inline-block;
}

.royal-landing .new-id-btns .btn-number:nth-child(2n) {
    margin-right: 0;
}


/* .royal-landing .new-id-btns .btn-number:nth-child(3n) {
    margin-right: 0;
    width: 100%;
} */

.royal-landing .ml10 {
    position: relative;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.royal-landing .ml10 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.royal-landing .ml10 .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
}

.royal-landing .ml102 {
    position: relative;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.royal-landing .ml102 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.royal-landing .ml102 .letter2 {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
}

.royal-landing .header ul {
    margin-top: 20px;
    padding-left: 150px;
}


/*Banner*/

.royal-landing .banner {
    margin-top: 0;
}

.royal-landing .banner img {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}


/*Available Sites*/

.royal-landing .avail-sites {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
}

.royal-landing .avai-site-block {
    background: radial-gradient(125.26% 179.17% at -8.38% -6.25%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 50px;
}

.royal-landing .avai-site-block>div:first-child {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-family: Gilroy-ExtraBold;
}

.royal-landing .avai-site-block>div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.royal-landing .avai-site-block>div:last-child img {
    max-height: 100px;
    max-width: 300px;
    margin-top: 10px;
}


/*Punter Friendly*/

.royal-landing .punter-friendly {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.royal-landing .punter-friendly::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(15, 0, 60, 0) 0%, #0F003C 50%, rgba(15, 0, 60, 0) 100%);
    border-radius: 10px;
    left: 0;
    top: -40px;
    width: 100%;
    height: 80px;
}

.royal-landing .punter-friendly::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url('img/punter-bg.jpg');
    background-repeat: no-repeat;
    background-position: cover;
    background-size: cover;
    z-index: -1;
}


/*Customer Support*/

.royal-landing .customer-support {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.royal-landing .customer-support::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(15, 0, 60, 0) 0%, #0F003C 50%, rgba(15, 0, 60, 0) 100%);
    border-radius: 10px;
    left: 0;
    top: -40px;
    width: 100%;
    height: 80px;
}

.royal-landing .customer-support::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url('img/customer-support-bg.jpg');
    background-repeat: no-repeat;
    background-position: cover;
    background-size: cover;
    z-index: -1;
}

.royal-landing .customer-support-box {
    position: relative;
    text-align: right;
    padding-right: 120px;
    float: right;
}

.royal-landing .customer-care-number {
    background: radial-gradient(125.26% 179.17% at -8.38% -6.25%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.2));
    backdrop-filter: blur(42px);
    border-radius: 30px;
    width: 70%;
    position: relative;
    padding: 8px;
    position: absolute;
    bottom: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 50px;
    -webkit-filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.2));
}

.royal-landing .customer-care-number>div {
    position: absolute;
    bottom: -20px;
}

.royal-landing .customer-care-number .btn-number {
    font-size: 22px;
    padding: 15px 10px;
    margin-right: 10px;
}

.royal-landing .customer-support .header-title {
    padding-left: 120px;
}

.royal-landing .customer-support ul {
    padding-left: 120px;
}


/*Place Bet*/

.royal-landing .how-place-bet {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 80px;
}

.royal-landing .how-place-bet::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(15, 0, 60, 0) 0%, #0F003C 50%, rgba(15, 0, 60, 0) 100%);
    border-radius: 10px;
    left: 0;
    top: -40px;
    width: 100%;
    height: 80px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.royal-landing .how-place-bet::after {
    background-image: url("img/place-bet.jpg");
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-position: cover;
    background-size: cover;
    z-index: -1;
}

.royal-landing .sports-icons-container {
    position: relative;
    margin-top: 30px;
}

.royal-landing .sports-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.royal-landing .sports-icon-box {
    background: linear-gradient(145.75deg, rgba(255, 255, 255, 0.315) 6.18%, rgba(255, 255, 255, 0.035) 90.01%);
    box-shadow: 0px 1.1966px 29.915px rgba(69, 42, 124, 0.1);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    -ms-backdrop-filter: blur(50px);
    -moz-backdrop-filter: blur(50px);
    -o-backdrop-filter: blur(50px);
    border-radius: 30px;
    width: calc(16.66% - 15px);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.royal-landing .sports-icon-box.more-sports>div {
    text-shadow: 2px 4px 0px rgba(0, 0, 0, 0.25);
    color: #C39D5D;
    font-size: 32px;
    font-family: Gilroy-ExtraBold;
    text-transform: capitalize;
    line-height: 1;
    text-align: center;
}

.royal-landing .sports-icon-box img {
    height: 100px;
}

.royal-landing .sports-icon-box>div {
    width: 100%;
    text-align: center;
}

.royal-landing .enquiry-box {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: radial-gradient(125.26% 179.17% at -8.38% -6.25%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.2));
    -o-filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.2));
    backdrop-filter: blur(42px);
    -webkit-backdrop-filter: blur(42px);
    -ms-backdrop-filter: blur(42px);
    -moz-backdrop-filter: blur(42px);
    -o-backdrop-filter: blur(42px);
    border-radius: 30px;
    padding: 20px;
    width: 70%;
    justify-content: center;
}

.royal-landing .enquiry-box .btn-number {
    margin-left: 10px;
}


/*Testimonials*/

.royal-landing .testimonials {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.royal-landing .testimonials::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(15, 0, 60, 0) 0%, #0F003C 50%, rgba(15, 0, 60, 0) 100%);
    border-radius: 10px;
    left: 0;
    top: -40px;
    width: 100%;
    height: 80px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.royal-landing .testimonials::after {
    background-image: url("img/testimonials-bg.jpg");
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-position: cover;
    background-size: cover;
    z-index: -1;
}

.royal-landing .testimonials-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.royal-landing .testimonials-box {
    background: linear-gradient(145.75deg, rgba(255, 255, 255, 0.315) 6.18%, rgba(255, 255, 255, 0.035) 90.01%);
    box-shadow: -10px 19px 20px rgba(0, 0, 0, 0.2), 0px 1.1966px 29.915px rgba(69, 42, 124, 0.1);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    -ms-backdrop-filter: blur(50px);
    -moz-backdrop-filter: blur(50px);
    -o-backdrop-filter: blur(50px);
    border-radius: 30px;
    width: calc(25% - 15px);
}


/*Promotion*/

.royal-landing .promotion {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.royal-landing .promotion::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(15, 0, 60, 0) 0%, #0F003C 50%, rgba(15, 0, 60, 0) 100%);
    border-radius: 10px;
    left: 0;
    top: -40px;
    width: 100%;
    height: 80px;
}

.royal-landing .promotion::after {
    background-image: url("img/promotion-bg.jpg");
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-position: cover;
    background-size: cover;
    z-index: -1;
}

.royal-landing .promotion-container img {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 0 10px;
}


/*Contact Form*/

.royal-landing .contact-us {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.royal-landing .contact-us::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(15, 0, 60, 0) 0%, #0F003C 50%, rgba(15, 0, 60, 0) 100%);
    border-radius: 10px;
    left: 0;
    top: -40px;
    width: 100%;
    height: 80px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.royal-landing .contact-us::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url('img/customer-support-bg.jpg');
    background-repeat: no-repeat;
    background-position: cover;
    background-size: cover;
    z-index: -1;
}

.royal-landing .contact-form {
    padding-top: 50px;
    width: 70%;
    margin: 0 auto;
}

.royal-landing .contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.royal-landing .contact-form .form-group {
    margin-bottom: 30px;
    position: relative;
    width: 45%;
}

.royal-landing .contact-form .form-control {
    background: transparent;
    border: 0;
    border-bottom: 3px solid #fff;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
}

.royal-landing .contact-form .form-control:focus,
.royal-landing .contact-form .form-control:hover,
.royal-landing .contact-form .form-control:active {
    box-shadow: none;
    background-color: transparent;
}

.royal-landing .error-message {
    font-size: 12px;
    color: red;
    margin-bottom: 0;
    position: absolute;
    bottom: -20px;
}

.royal-landing .error-message::before {
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f071";
    margin-right: 10px;
}


/*Footer*/

.royal-landing .footer {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.royal-landing .footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.royal-landing .footer-top a {
    color: #fff;
}

.royal-landing .footer .header-title {
    font-size: 48px;
    /* background: linear-gradient(201.3deg, #F5E1A5 -49.52%, rgba(226, 199, 137, 0.21) -24.82%, rgba(237, 204, 144, 0.72) -0.83%, rgba(223, 195, 133, 0.16) 28.81%, #FFE0AB 51.39%, rgba(244, 225, 165, 0.15) 85.97%); */
    background: linear-gradient(197.15deg, #F5E1A5 22.64%, rgb(226, 199, 137) 34.59%, rgb(237, 204, 144) 46.2%, rgb(223, 195, 133) 60.55%, #FFE0AB 71.48%, rgb(244, 225, 165) 88.21%);
    text-shadow: 2px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.royal-landing .footer-top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    margin-top: 20px;
}

.royal-landing .footer-top ul li {
    padding: 0 0 0 20px;
    list-style: none;
    font-size: 20px;
}

.royal-landing .footer-top ul li::before {
    display: none;
}

.royal-landing .footer-top ul li a {
    text-decoration: underline !important;
    color: #A99466 !important;
}

.royal-landing .footer p {
    font-size: 18px;
}

.royal-landing .footer-bottom {
    padding: 20px 0;
}

.royal-landing .footer-social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.royal-landing .footer-social-icons img {
    height: 25px;
    margin-right: 10px;
}


/*Modal Desing*/

.royal-landing .modal-content {
    background-color: #0F003C;
}

.royal-landing .modal-header {
    border-bottom: 1px solid #CEAC6D;
    background: linear-gradient(200.42deg, #F4E1A5 13.57%, #C39D5D 98.35%);
    color: #000;
}

.royal-landing .modal-title {
    font-family: Gilroy-ExtraBold;
}

.royal-landing .modal-header .btn-close {
    opacity: 1;
}

.royal-landing .modal-content [class*="col-"] {
    margin-bottom: 30px;
    position: relative;
}

.royal-landing .modal-content .form-control,
.royal-landing .modal-content .form-select {
    background-color: #0F003C;
    color: #fff;
    border: 1px solid #CEAC6D;
}

.royal-landing .modal-content .form-control::placeholder,
.royal-landing .modal-content .form-select::placeholder {
    color: #fff;
}

.royal-landing .modal-content .error-message {
    font-size: 12px;
    color: red;
    margin-bottom: 0;
    position: absolute;
    bottom: -20px;
}

.royal-landing .modal-content .error-message::before {
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f071";
    margin-right: 10px;
}

.royal-landing .modal-content button {
    padding: 5px 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.royal-landing .modal-content .btn-number {
    background: linear-gradient(200.42deg, #13BF0E 13.57%, #0E7B24 98.35%);
}

.royal-landing .modal-footer {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #CEAC6D;
}

.royal-landing .modal-content .close-modal-icon {
    position: absolute;
    right: -15px;
    top: -15px;
    background: linear-gradient(200.42deg, #F4E1A5 13.57%, #C39D5D 98.35%);
    color: #000;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .royal-landing {
        font-size: 16px;
    }
    .royal-landing ul li,
    .royal-landing ol li {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .royal-landing ul li::before {
        left: -25px;
        height: 20px;
        width: 20px;
        top: 0;
    }
    .royal-landing .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .royal-landing .row {
        margin-left: 5px;
        margin-right: 5px;
    }
    .royal-landing .row>* {
        padding-left: 5px;
        padding-right: 5px;
    }
    .royal-landing p {
        margin-bottom: 0;
        text-align: center;
    }
    .royal-landing .header {
        padding-top: 0;
    }
    .royal-landing .logo {
        position: relative;
        width: 100%;
        text-align: left;
        padding-top: 0;
        top: 0;
        transform: unset;
        left: 0;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
    .royal-landing .qeury {
        display: none;
    }
    .royal-landing .logo img {
        max-height: 150px;
        max-width: 150px;
        margin-left: 10px;
        margin-top: 0;
    }
    .royal-landing .logo video {
        width: 200px;
    }
    .royal-landing .header .logo>div {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-content: flex-start;
        align-items: center;
        margin-right: 10px;
    }
    .royal-landing .header .logo>div .btn-number {
        width: 90%;
        margin-right: 0;
        font-size: 13px;
        padding: 5px 10px;
        margin-bottom: 10px;
    }
    .royal-landing .header-right-image {
        margin-top: 0;
        padding-right: 0;
        text-align: center;
    }
    .royal-landing .header-right-image img {
        height: auto;
    }
    .royal-landing .header-right-image video {
        width: 300px;
    }
    .royal-landing .site-news {
        width: 100%;
        font-size: 11px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        height: 28px;
    }
    .royal-landing .quote-text {
        margin-top: 20px;
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
        padding-left: 0;
    }
    .royal-landing .header .header-title {
        padding-left: 0;
    }
    .royal-landing .header-title {
        font-size: 32px;
        text-align: center;
    }
    .royal-landing .header ul {
        padding-left: 20px;
    }
    .royal-landing .new-id {
        border-radius: 10px;
        width: 100%;
        padding: 10px;
        margin-top: 0;
        text-align: center;
    }
    .royal-landing .new-id .w-50 {
        width: 100% !important;
        margin-bottom: 10px;
        font-family: Gilroy-Bold;
        font-size: 18px;
    }
    .royal-landing .new-id-btns {
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
    }
    .royal-landing .header-social-icons {
        flex-direction: row;
        width: 100%;
        justify-content: center;
        left: 0;
        margin-bottom: 10px;
    }
    .royal-landing .header-social-icons img {
        margin-bottom: 0;
        margin-right: 10px;
    }
    .royal-landing .banner {
        margin-top: 20px;
    }
    .royal-landing .banner img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .royal-landing .avail-sites {
        padding: 20px 0;
    }
    .royal-landing .avai-site-block {
        padding: 10px 10px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .royal-landing .avai-site-block>div:last-child>div {
        width: 100%;
        text-align: center;
    }
    .royal-landing .avai-site-block>div:last-child .site1,
    .royal-landing .avai-site-block>div:last-child .site2 {
        width: 30%;
    }
    .royal-landing .avai-site-block>div:last-child img {
        max-height: 50px;
        max-width: 100%;
        margin-top: 20px;
    }
    .royal-landing .avai-site-block>div:first-child {
        font-family: Gilroy-Bold;
        font-size: 20px;
    }
    .royal-landing .punter-friendly {
        padding: 20px 0;
    }
    .royal-landing .punter-friendly ul {
        margin-top: 20px;
    }
    .royal-landing .punter-friendly video {
        width: 300px;
    }
    .royal-landing .customer-support {
        padding: 20px 0;
    }
    .royal-landing .customer-support-box {
        padding-right: 0;
    }
    .royal-landing .customer-support-box img {
        height: auto;
    }
    .royal-landing .customer-support ul {
        margin-top: 20px !important;
    }
    .royal-landing .customer-support video {
        width: 300px;
    }
    .royal-landing .how-place-bet {
        padding: 20px 0;
    }
    .royal-landing .how-place-bet p {
        margin-top: 20px;
    }
    .royal-landing .sports-icons-container {
        margin-top: 10px;
    }
    .royal-landing .sports-icon-box {
        width: 49%;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        flex-wrap: nowrap;
    }
    /* .sports-icon-box:nth-child(5n) {
        width: 100%;
    } */
    .royal-landing .sports-icon-box>div {
        width: auto;
        margin-left: 10px;
    }
    .royal-landing .sports-icon-box img {
        height: 40px;
    }
    .royal-landing .enquiry-box {
        position: unset;
        left: unset;
        top: unset;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        margin-top: -20px;
        width: 100%;
    }
    .royal-landing .enquiry-box>div {
        font-family: Gilroy-Bold;
        font-size: 18px;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .royal-landing .enquiry-box .btn-number {
        margin-left: 10px;
        width: 100%;
        text-align: center;
    }
    .royal-landing .testimonials {
        padding: 20px 0;
    }
    .royal-landing .testimonials-box {
        width: calc(25% - 5px);
    }
    .royal-landing .promotion {
        padding: 20px 0;
    }
    .royal-landing .contact-us {
        padding: 20px 0;
    }
    .royal-landing .contact-form {
        padding-top: 0;
        width: 95%;
    }
    .royal-landing .contact-form .form-group {
        margin-bottom: 20px;
        width: 100%;
    }
    .royal-landing .logo-footer {
        text-align: center;
    }
    .royal-landing .logo-footer img {
        max-height: 100px;
    }
    .royal-landing .footer {
        font-size: 16px;
    }
    .royal-landing .footer>div {
        text-align: center;
    }
    .royal-landing .footer-top ul {
        justify-content: center;
        padding: 0;
    }
    .royal-landing .footer-top ul li {
        padding: 0 0 0 10px;
        font-size: 16px;
    }
    .royal-landing .customer-support .header-title {
        padding-left: 0;
    }
    .royal-landing .customer-support ul {
        padding-left: 20px;
    }
    .royal-landing .customer-care-number {
        position: relative;
        width: 100%;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 10px;
        margin-top: -30px;
    }
    .royal-landing .customer-care-number>div {
        position: relative;
        width: 100%;
        bottom: 0;
    }
    .royal-landing .customer-care-number>div .btn-number {
        width: 100%;
        margin-bottom: 10px;
        display: block;
        text-align: center;
    }
    .royal-landing .new-id>div:first-child {
        font-size: 18px;
    }
    .royal-landing .footer .header-title {
        margin-bottom: 20px;
    }
    .royal-landing .new-id-btns .btn-number {
        font-size: 18px;
        padding: 10px;
        width: 100%;
    }
    .royal-landing .footer-social-icons {
        justify-content: center;
    }
    .royal-landing .footer-top {
        padding-bottom: 10px;
    }
    .royal-landing .sports-icon-box.more-sports>div {
        font-size: 18px;
    }
    .royal-landing .footer p {
        font-size: 14px;
    }
    .royal-landing .avai-site-block>div:last-child {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 359px) {
    .royal-landing .header .logo>div {
        margin-top: 5px !important;
    }
    .royal-landing .new-id-btns .btn-number {
        font-size: 13px;
        padding: 12px;
    }
    .royal-landing .footer-top ul li a {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .royal-landing {
        font-size: 16px;
    }
    .royal-landing ul li,
    .royal-landing ol li {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .royal-landing .logo img {
        max-height: 200px;
        max-width: 200px;
    }
    .royal-landing .logo video {
        width: 235px;
    }
    .royal-landing .site-news {
        padding: 5px 10px;
        width: 70%
    }
    .royal-landing .btn-number {
        font-size: 14px;
        padding: 10px 10px;
    }
    .royal-landing .quote-text {
        font-size: 22px;
        margin-top: 20px;
        padding-left: 0;
    }
    .royal-landing .header .header-title {
        padding-left: 0;
    }
    .royal-landing .header ul {
        padding-left: 30px;
    }
    .royal-landing .header-title {
        font-size: 50px;
    }
    .royal-landing .new-id {
        margin-top: 0;
    }
    .royal-landing .new-id>div:first-child {
        font-size: 18px;
    }
    .royal-landing .new-id-btns .btn-number {
        font-size: 18px;
    }
    .royal-landing .header-right-image img {
        height: auto;
    }
    .royal-landing .header-right-image video {
        width: 380px;
    }
    .royal-landing .header .qeury>div:first-child .btn-number {
        width: 100px;
    }
    .royal-landing .qeury {
        margin-left: 110px;
    }
    .royal-landing .banner {
        margin-top: 10px;
    }
    .royal-landing .customer-support-box img {
        height: 450px;
    }
    .royal-landing .sports-icon-box {
        width: calc(16.66% - 8px);
    }
    .royal-landing .sports-icon-box.more-sports>div {
        font-size: 26px;
    }
    .royal-landing .footer-top ul li {
        padding: 0 0 0 10px;
        font-size: 14px;
    }
    .royal-landing .footer p {
        font-size: 14px;
    }
    .royal-landing .punter-friendly video {
        width: 370px;
    }
    .royal-landing .customer-support video {
        width: 300px;
    }
    .royal-landing .avai-site-block>div:last-child {
        justify-content: flex-start;
    }
    .royal-landing .avai-site-block>div:last-child img {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .royal-landing ul li,
    .royal-landing ol li {
        margin-bottom: 15px;
    }
    .royal-landing .btn-number {
        padding: 10px 15px;
    }
    .royal-landing .header-title {
        font-size: 70px;
    }
    .royal-landing .header ul {
        margin-top: 10px;
    }
    .royal-landing .new-id>div:first-child {
        font-size: 22px;
    }
    .royal-landing .quote-text {
        font-size: 22px;
    }
    .royal-landing .logo img {
        max-height: 250px;
        max-width: 250px;
        margin-top: 110px;
    }
    .royal-landing .logo video {
        width: 300px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .royal-landing .new-id>div:first-child {
        font-size: 24px;
    }
    .royal-landing .logo video {
        width: 350px;
    }
}