@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");
@import url("gradients.css");

/** Common Styles **/
* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #e1e4ed;
    color: #1d1d1d;
    font-size: 14px;
    line-height: 1.75;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 35px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}
h1 {
    font-size: 3.25em;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.6em;
}
h5 {
    font-size: 1.3em;
}
h6 {
    font-size: 1em;
}
.font-700 {
    font-weight: 700;
}
.font-800 {
    font-weight: 800;
}
img {
    max-width: 100%;
    height: auto;
}
header,
section,
footer {
    width: 100%;
    float: left;
}
.add-top-pad {
    padding-top: 100px;
}
.add-bot-pad {
    padding-bottom: 100px;
}
.text-white,
.text-white a {
    color: #ffffff;
}
.container-fluid {
    padding: 0px;
}
a {
    color: #d81d04;
}
a:hover {
    text-decoration: none;
}
.sec-content .container {
    background-color: #ffffff;
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(0, 0, 0, 0.35), -12px 0 15px -4px rgba(0, 0, 0, 0.35);
    padding: 40px;
}
.btn {
    background: rgb(191, 193, 2);
    background: -moz-linear-gradient(0deg, rgba(191, 193, 2, 1) 0%, rgba(213, 156, 1, 1) 48%, rgba(254, 213, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(191, 193, 2, 1) 0%, rgba(213, 156, 1, 1) 48%, rgba(254, 213, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(191, 193, 2, 1) 0%, rgba(213, 156, 1, 1) 48%, rgba(254, 213, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfc102",endColorstr="#fed500",GradientType=1);
    color: #ffffff;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
    margin: 15px 0px;
    display: inline-block;
    padding: 10px 25px;
    font-size: inherit;
    transition: all 0.5s ease-in-out;
}
.btn:hover {
    color: #ffffff;
    background: rgb(254, 213, 0);
    background: -moz-linear-gradient(0deg, rgba(254, 213, 0, 1) 0%, rgba(213, 156, 1, 1) 48%, rgba(191, 193, 2, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(254, 213, 0, 1) 0%, rgba(213, 156, 1, 1) 48%, rgba(191, 193, 2, 1) 100%);
    background: linear-gradient(0deg, rgba(254, 213, 0, 1) 0%, rgba(213, 156, 1, 1) 48%, rgba(191, 193, 2, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfc102",endColorstr="#fed500",GradientType=1);
}
.btn.btn-red {
    background: rgb(162, 24, 5);
    background: -moz-linear-gradient(0deg, rgba(162, 24, 5, 1) 0%, rgba(216, 29, 4, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(162, 24, 5, 1) 0%, rgba(216, 29, 4, 1) 100%);
    background: linear-gradient(0deg, rgba(162, 24, 5, 1) 0%, rgba(216, 29, 4, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a21805",endColorstr="#d81d04",GradientType=1);
    border: #ffffff 3px solid;
}
.btn.btn-red:hover {
    background: rgb(216, 29, 4);
    background: -moz-linear-gradient(0deg, rgba(216, 29, 4, 1) 0%, rgba(162, 24, 5, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(216, 29, 4, 1) 0%, rgba(162, 24, 5, 1) 100%);
    background: linear-gradient(0deg, rgba(216, 29, 4, 1) 0%, rgba(162, 24, 5, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d81d04",endColorstr="#a21805",GradientType=1);
}
.btn.btn-grey {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(4deg, rgba(0, 0, 0, 1) 0%, rgba(29, 29, 29, 1) 100%);
    background: -webkit-linear-gradient(4deg, rgba(0, 0, 0, 1) 0%, rgba(29, 29, 29, 1) 100%);
    background: linear-gradient(4deg, rgba(0, 0, 0, 1) 0%, rgba(29, 29, 29, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#1d1d1d",GradientType=1);
}
.btn.btn-grey:hover {
    background: rgb(162, 24, 5);
    background: -moz-linear-gradient(0deg, rgba(162, 24, 5, 1) 0%, rgba(216, 29, 4, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(162, 24, 5, 1) 0%, rgba(216, 29, 4, 1) 100%);
    background: linear-gradient(0deg, rgba(162, 24, 5, 1) 0%, rgba(216, 29, 4, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a21805",endColorstr="#d81d04",GradientType=1);
}
.btn.btn-lrg {
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 40px;
}
.btn.btn-med {
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 35px;
}
.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.bg-gray-pattern {
    background: url(../assets/bg-pattern-white.png) top left repeat #1d1d1d;
}
ul,
ol {
    margin-left: 50px;
}
ul li,
ol li {
    margin-bottom: 15px;
}
/** Common Styles **/

/** Header **/
header {
    border-top: #000000 10px solid;
    background-color: #ffffff;
    padding: 35px;
}
.navbar-toggler {
    display: none;
    color: #1d1d1d;
    text-align: left;
    font-size: 12px;
    font-weight: bold;

    width: 100%;
    border-top: #f1f1f1 1px solid;
    border-radius: 0px;
    border-bottom: #f1f1f1 1px solid;
    margin-bottom: 0px;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 10px;
}
.navbar-toggler i {
    margin-right: 5px;
}
.navbar-toggler[aria-expanded="true"] {
    background-color: #d81d04;
    color: #ffffff;
}
.cont-main-menu.collapse:not(.show) {
    display: block;
}
.cont-main-menu ul {
    list-style: none;
    width: 100%;
    float: left;
    text-align: right;
    margin: 0px;
}
.cont-main-menu ul li {
    display: inline-block;
    margin: 0px;
    margin-left: 30px;
    position: relative;
}
.cont-main-menu ul li a {
    color: #1d1d1d;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}
.cont-main-menu ul li.active a,
.cont-main-menu ul li a:hover {
    color: #d81d04;
}
.cont-main-menu .dropdown-menu {
    border: #f1f1f1 1px solid;
    padding: 0px;
    border-radius: 0px;
    left: auto !important;
    right: 0px !important;
    transform: none !important;
    top: 35px !important;
}
.cont-main-menu .dropdown-menu a {
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-left: #f1f1f1 5px solid;
    border-bottom: #f1f1f1 1px solid;
    padding: 10px;
}
.cont-main-menu .dropdown-menu a:hover {
    border-left-color: #d81d04;
    background-color: transparent;
}
/** Header **/

/** Heading Bar & Slider **/
.page-heading {
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 800;
    margin-bottom: 0px;
}
.bg-headbar {
    position: relative;
}
.bg-headbar h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 0px;
}
.bg-headbar .container-fluid {
    background: url(../assets/bg-pattern-white.png) top left repeat;
}
.cont-slide-content {
    width: 100%;
    padding: 15% 0px;
}
.cont-slide-content img {
    display: inline-block;
}
.cont-slide-content .btn {
    margin: 45px 0px;
}
.slide-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    bottom: calc(50% - 25px);
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    font-size: 75px;
    opacity: 0.25;
    z-index: 2;

    transition: all 0.5s ease-in-out;
}
.slide-arrow:hover {
    opacity: 1;
}
.slide-arrow.arrow-next {
    right: 30px;
}
.slide-arrow.arrow-prev {
    left: 30px;
}
.arrow-prev::after {
    content: "\f104"; /* generic file icon */
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.arrow-next::after {
    content: "\f105"; /* generic file icon */
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.slider-nav {
    z-index: 3;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0px;
}
.slider-nav .owl-dot {
    width: 45px;
    height: 5px;
    background-color: #ffffff;
    opacity: 0.5;
    border: none;
    margin: 0px 5px;
    transition: all 0.5s ease-in-out;
}
.slider-nav .owl-dot:hover,
.slider-nav .owl-dot.active {
    opacity: 1;
}
/** Heading Bar & Slider **/

/** Main Content **/
.cont-inner-section {
    width: 100%;
    margin-bottom: 35px;
}
.heading-main {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    background-image: url("../assets/bg-pattern-black.png");
    background-position: top right;
    background-repeat: repeat-y;
    background-color: #d81d04;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 35px;
}
.cont-home-picks {
    width: 100%;
    /* float: left; */
    background-color: #f7f7f7;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.home-picks-heading {
    width: 100%;
    float: left;
    font-weight: bold;
    background-image: url("../assets/bg-pattern-white.png");
    background-position: center center;
    background-repeat: repeat;
    background-color: #1d1d1d;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.home-picks-content {
    width: 100%;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    padding: 10px;
}
.home-pick-single {
    box-sizing: border-box;
    padding: 10px;
    width: 50%;
    text-align: center;
    flex: 1 1 auto;
}
.home-pick-single > div {
    border: #ffffff 10px solid;
    padding: 10px;
    display: flex;
    flex-direction: column;
    transition: all 0.75s ease-in-out;
}
.home-pick-single > div:hover {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
}
.home-pick-title {
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
}
.home-pick-img {
    margin: 10px auto;
}
.home-pick-img img {
    max-height: 80px;
    width: auto;
}
.cont-stars {
    width: 100%;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 26px;
    margin: 10px 0px;
}
.stars-0-0 {
    background-image: url("../assets/stars-0-0.png");
}
.stars-0-5 {
    background-image: url("../assets/stars-0-5.png");
}
.stars-1-0 {
    background-image: url("../assets/stars-1-0.png");
}
.stars-1-5 {
    background-image: url("../assets/stars-1-5.png");
}
.stars-2-0 {
    background-image: url("../assets/stars-2-0.png");
}
.stars-2-5 {
    background-image: url("../assets/stars-2-5.png");
}
.stars-3-0 {
    background-image: url("../assets/stars-3-0.png");
}
.stars-3-5 {
    background-image: url("../assets/stars-3-5.png");
}
.stars-4-0 {
    background-image: url("../assets/stars-4-0.png");
}
.stars-4-5 {
    background-image: url("../assets/stars-4-5.png");
}
.stars-5-0 {
    background-image: url("../assets/stars-5-0.png");
}
.cont-site-btns {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site-btn-single {
    width: 100%;
    text-align: center;
    display: flex;
    height: 22%;
    align-content: center;
    flex-wrap: wrap;
}
.site-btn-single a {
    border-radius: 10px;
    background-color: #f7f7f7;
    width: 100%;
    margin-bottom: 10px;
    height: 100%;
    padding: 20px;
    font-weight: bold;
    font-size: 16px;
    color: #d81d04;
    transition: all 0.5s ease-in-out;
}
.site-btn-single a:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 1px solid #f7f7f7;
}
.site-btn-single a:hover {
    background-color: #d81d04;
    color: #ffffff;
}
.site-btn-single a .site-btn-img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    height: 74px;
    display: flex;
    justify-content: center;
}
.site-btn-single a .site-btn-img img {
    position: absolute;
}
.site-btn-single a .hide-hover,
.site-btn-single a .show-hover {
    transition: all 0.5s ease-in-out;
}
.site-btn-single a .show-hover {
    opacity: 0;
}
.site-btn-single a:hover .show-hover {
    opacity: 1;
}
.site-btn-single a:hover .hide-hover {
    opacity: 0;
}

.cont-slider-inner {
    width: 100%;
    float: left;
    position: relative;
}
.cont-slider-inner .slide-arrow {
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    opacity: 1;
}
.cont-slider-inner .arrow-prev {
    left: 0px;
}
.cont-slider-inner .arrow-next {
    right: 0px;
}

/* Homepage - All Games */
.cont-all-games-single {
    width: 100%;
    text-align: center;
    display: flex;
    /* height: 22%; */
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #f7f7f7;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

.cont-all-games-single:hover {
    background-color: #d81d04;
    color: #ffffff;
}
.all-games-btn-img {
    position: relative;
    width: 100%;
    height: 74px;
    display: flex;
    justify-content: center;
    margin: 25px 0px;
}
.all-games-btn-img img {
    position: absolute;
}
.all-games-btn-img .hide-hover,
.all-games-btn-img .show-hover {
    transition: all 0.5s ease-in-out;
}
.all-games-btn-img .show-hover {
    opacity: 0;
}
.cont-all-games-single:hover .all-games-btn-img .show-hover {
    opacity: 1;
}
.cont-all-games-single:hover .all-games-btn-img .hide-hover {
    opacity: 0;
}
.all-games-heading,
.all-games-arrow {
    font-size: 18px;
    padding: 15px;
    font-weight: 800;
}
.all-games-arrow {
    font-size: 25px;
    padding: 5px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.cont-all-games-single ul {
    background-color: #f7f7f7;
    padding: 20px;
    list-style: none;
    max-height: 350px;
    overflow-y: scroll;
    margin: 0px;

    transition: all 0.5s ease-in-out;
}
.cont-all-games-single:hover ul {
    max-height: 1000px;
    transition: max-height 1.5s ease-in-out;
}
.cont-all-games-single ul li {
    display: block;
    width: 100%;
    margin-top: -1px;
}
.cont-all-games-single ul li:last-child {
    margin-bottom: 20px;
}
.cont-all-games-single ul li a {
    border: #e9eaf2 1px solid;
    background-color: #ffffff;
    width: 100%;
    display: block;
    font-size: 12px;
    text-align: center;
    color: #1d1d1d;
    padding: 10px;
    font-weight: 600;

    transition: all 0.5s ease-in-out;
}
.cont-all-games-single ul li a:hover {
    color: #ffffff;
    background-color: #d81d04;
}
/* Homepage - All Games */
/* All Slots Page - Listing */
.all-slots-single {
    width: 100%;
    float: left;
    margin-bottom: 35px;
    background-color: #1d1d1d;
    background-image: url(../assets/bg-pattern-white.png);
    background-position: top left;
    background-repeat: repeat;
    border-radius: 5px;
    display: flex;
    height: calc(100% - 35px);

    transition: all 0.5s ease-in-out;
}
.all-slots-single:hover {
    background-color: #d81d04;
    background-image: url(../assets/bg-pattern-black-full.png);

    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
}
.all-slots-single img {
    margin-bottom: 15px;
    border: #ffffff 2px solid;
    border-radius: 5px;
}
.all-slots-single a {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}
/* All Slots Page - Listing */

/* Specific Game Type Page */
.best-site-single {
    background-color: #1d1d1d;
    border-radius: 10px;
    margin-bottom: 35px;
    height: calc(100% - 35px);
    padding-bottom: 15px;
}
.best-site-img {
    width: 100%;
    border-bottom: #ffffff 5px solid;
    padding: 45px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}
.best-site-img::after {
    content: "\f0d7";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: -10px;
    font-size: 45px;
    line-height: 0px;
}
.best-site-img img {
    height: 100px;
    width: auto;
}
.best-site-content {
    padding: 20px;
}
.best-site-title {
    font-weight: bold;
    font-size: 25px;
}
.best-site-sub-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #d81d04;
    font-size: 18px;
}
.best-site-content .btn {
    margin: 25px auto;
    width: 80%;
    text-transform: uppercase;
    font-size: 18px;
    padding: 15px 0px;
    border: #ffffff 2px solid;
}
.best-site-disclaimer {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
}
/* Specific Game Type Page */

/* Review Page */
.cont-review-sidebar {
    position: sticky;
    top: 50px;
    margin-bottom: 35px;
}
.review-sidebar {
    width: 100%;
    float: left;
    background-color: #d81d04;
    border-radius: 10px;
    margin-bottom: 25px;

    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);

    color: #ffffff;
}
.review-sidebar-head {
    width: 100%;
    float: left;
    font-weight: bold;
    padding: 10px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.rewiew-sidebar-content {
    width: 100%;
    float: left;
}
.review-row {
    display: flex;
    flex-direction: row;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
}
.review-row span {
    padding: 10px;
}
.review-row span a {
    color: #ffffff;
}
.review-row > span:first-child {
    font-weight: bold;
    width: 40%;
    border-right: rgba(255, 255, 255, 0.4) 1px solid;
}
.review-row > span:last-child {
    width: 60%;
}
.cont-review-rating-box {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}
.review-rating-box {
    background-color: #1d1d1d;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    float: left;
    display: flex;
    flex-direction: row;
    align-content: center;
}
.review-rating-img {
    width: 20%;
    display: block;
    text-align: center;
    padding: 10px;
    border-top-left-radius: 10px;
    position: relative;
    border-right: #ffffff 5px solid;
}
.review-rating-img::after {
    content: "\f0da";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 35px;
    right: -15px;
    display: flex;
    line-height: 0px;
    top: 50%;
    bottom: 50%;
}
.review-rating-content {
    width: 50%;
    padding: 20px 30px;
}
.review-rating-button-star {
    width: 30%;
}
.review-rating-terms {
    width: 100%;
    float: left;
    background-color: #3a3a3a;
    padding: 10px 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.review-rating-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.review-rating-sub-title {
    color: #d81d04;
    font-weight: 800;
}
/* Review Page */
/** Main Content **/

/** Footer **/
.sec-footer h6 {
    text-transform: uppercase;
    font-weight: 800;
}
.sec-footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.sec-footer ul li {
    margin-bottom: 10px;
}
.sec-footer ul li a {
    opacity: 0.75;
    transition: all 0.5s ease-in-out;
}
.sec-footer ul li a:hover {
    opacity: 1;
}
footer {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}
footer img {
    margin: 0px 15px;
    max-height: 50px;
    width: auto;
}
footer p {
    margin-bottom: 20px;
}
/** Footer **/
