/*----------------------------------------------
    ## MISC
----------------------------------------------*/
body {
    font-family: 'Open Sans', sans-serif;
}

.pur-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);

}

.container {}

/*----------------------------------------------
    ## TYPOGRAPHY
----------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fredoka One', cursive;
}

p {
    font-family: 'Open Sans', sans-serif;
}
a:hover {
    text-decoration: none;
}
/*----------------------------------------------
    ## BUTTONS
----------------------------------------------*/
.pur-main-btn {
    display: block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 15px 46px 17px;
    cursor: pointer;
    z-index: 5;
    text-transform: uppercase;
    font-family: 'Fredoka One', cursive;
    width: 350px;
    max-width: 100%;
    margin: auto;
}

.pur-main-btn:hover {
    text-decoration: none;
    color: #fff
}

.pur-btn {

    background: #80bf5c;
    color: #fff;
    border-bottom: 4px solid #b0cf43;
  
    line-height: 54px;
    font-size: 1.5rem;
    font-weight: 400;
    border-radius: 1000px;
    letter-spacing: 1px;

}

.pur-btn:hover {
    background-color: #5c9152
}

.pur-play-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px 26px 18px;
    cursor: pointer;
    z-index: 5;
    text-transform: uppercase;
    font-family: 'Fredoka One', cursive;
    background: #80bf5c;
    color: #fff;
    border-color: 2px solid #80bf5c;
    line-height: 1.4px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 1000px;
    letter-spacing: 1px;
    max-width: 100%

}

.pur-play-btn:hover {

    background: #5c9152;
    color: #fff;
    text-decoration: none;
    font-weight: 400;

}

.pur-navbtn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 18px 26px 18px;
    cursor: pointer;
    z-index: 5;
    text-transform: uppercase;
    font-family: 'Fredoka One', cursive;
    background: #80bf5c;
    color: #fff;
    border-color: 2px solid #80bf5c;
    line-height: 1.4px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 1000px;
    letter-spacing: 1px;
    float: right;

}

.pur-navbtn:hover {

    background: #5c9152;
    color: #fff;
    text-decoration: none;
    font-weight: 400;

}

/*----------------------------------------------
    ## TITLES/DIVIDERS
----------------------------------------------*/
.pur-title {
    text-align: center;
    background-color: transparent;
    padding: 10px 20px;
    position: relative;
    width: 500px;
    margin: auto;
  
}

.pur-divider {
    height: 4px;
    width: 100px;
    background-color: #6f33a8;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pur-divider-2 {
    height: 4px;
    width: 60px;
    background-color: #ab56cf;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 50px;
}

/*----------------------------------------------
    ## HEADER
----------------------------------------------*/
.pur-header {
    background: url(../img/header.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    min-height: 700px;
    padding: 100px 15px 200px;
}

.pur-header-text {
    position: absolute;
    top: 45%;
    -ms-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto;
    width: 800px;
    max-width: 100%;
    z-index: 99
}
.pur-header-text img {
    width: 450px;
    
}
.pur-header-text h1 {
    color: #fff;
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: 400;
    margin-bottom: 30px;
}

.pur-header-text h4 {
    color: #fff;
}

.pur-nav {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 0px;
    background-color: #6c35ad;
    z-index: 9999;

}

.pur-nav img {
    width: 40px;
}

/*----------------------------------------------
    ## HOMEPAGE MAIN
----------------------------------------------*/
.pur-featured-games {
    background-color: #f4f5fd;
}

.pur-fg-wrap {
    background-color: #5066e0;
    padding: 40px;
    margin-top: -150px;
    z-index: 999;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.46);
}

.pur-fg-box {}

.pur-fg-box img {
    width: 180px;
}

.pur-fg-box h3 {
    color: #fff;
    font-size: 1.5rem;
    margin: 15px 0px;
}

.pur-featured {
    background-color: #6c35ad;
    min-height: 200px;
    position: relative;
    padding: 30px 15px 10px;
}

.pur-fbox {
    margin-bottom: 30px;
    background-color: transparent;
    border-radius: 5px;
    padding: 20px;
   
}
a .pur-fbox h3 {
    color: #fff;
}
.pur-fbox img {
    height: 90px;
    margin-bottom: 15px;
}

.pur-fbox h3 {
    font-size: 1rem;
    font-weight: 500
}

.pur-games {
    background-color: #fff;
    min-height: 200px;
    position: relative;
    padding: 60px 15px;
}

.pur-games-thumb-wrap {
    position: relative;
    
    margin-bottom: 25px;
}

.pur-games-thumb {
    position: relative;
}

.pur-games-thumb img {
    border-radius: 5px;
}

.pur-games-figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    background-color: rgba(108, 53, 173, 0.8);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.pur-games-figure .inner {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pur-games-figure:hover {
    opacity: 1
}

.w100 {
    width: 100%
}


.ribbon-container {
    position: absolute;
    top: -5px;
    left: -10px;
    overflow: visible;
    font-size: 13px;
    line-height: 14px;
    z-index: 6;
    text-align: left
}

.ribbon-container:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 3px;
    left: 0
}

.ribbon-container span {
    display: block;
    padding: 6px 8px 3px 10px;
    position: relative;
    background: #f33;
    overflow: visible;
    margin-right: 29px;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.ribbon-container span.blue {
    background: #1bc5de
}

.ribbon-container span.blue:before {
    border-top: 12px solid #1bc5de;
    border-bottom: 11px solid #1bc5de;
}

.ribbon-container span.blue:after {
    border-top: 7px solid #138ea0
}

.ribbon-container span:after {
    bottom: -7px;
    left: 0;
    border-top: 7px solid #990509;
    border-left: 10px solid transparent
}

.ribbon-container span:after,
.ribbon-container span:before {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute
}

.ribbon-container span:before {
    top: 0;
    right: -8px;
    border-color: #f33 transparent;
    border-style: solid;
    border-width: 10px 8px 9px 0
}

/*----------------------------------------------
    ## PAGES
----------------------------------------------*/
.pur-page-header {
    background: url(../img/header.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    min-height: 300px;
    padding: 100px 15px 0px;
}

.pur-page-header-text {
    position: absolute;
    top: 45%;
    -ms-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto;
    margin-top: 30px;
    width: 800px;
    max-width: 100%;
    z-index: 99
}

.pur-page-header-text h1 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 5rem;
    font-weight: 700;

}

.pur-page-header-text h4 {
    color: #fff;
}

.pur-page-section {
    background-color: #fff;
    padding: 60px 15px;
    min-height: 500px;
}

.pur-page-content {
    background-color: #fff;
    padding: 30px;
    color: #000;
    min-height: 300px;
    position: relative;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.015);
}
.pur-page-content p {
    color: #000
}
.pur-page-content h2,
.pur-page-content h3 {
    color: #5066e0;
    font-size: 1.4rem;
}

iframe {
    width: 100%;
    height: 700px;
}

.pur-copyright {
    font-size: 0.8rem;
    margin-top: 30px;
}

/*----------------------------------------------
    ## FOOTER
----------------------------------------------*/
.footer {
    background-color: #121212;
    padding: 30px 15px 40px;
}

.footer p {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.65rem;
}

.footer p strong {
    color: #fff;
    padding: 0px 5px;
}

.footer p a {
    color: #ab56cf;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.f-r {
    float: right;
}

/*----------------------------------------------
    ## RESPONSIVE
----------------------------------------------*/

@media (max-width: 767px) {
    .f-r {
        float: left;
    }
    .pur-header-text h1 {
        font-size: 2.8rem;
        line-height: 2.9rem
    }
    .pur-header-text {
        padding: 0px 30px;
    }
    .pur-fg-box {
    margin-bottom: 30px;
}
    .pur-title {
        width: 60%;
        font-size: 2rem
    }
}

@media (max-width: 600px) {
    iframe {
        width: 100%;
        height: 300px;
    }
    .pur-fbox img {
        height: 55px;
    }
}
@media (max-width: 500px) {
    .pur-header {
            padding: 100px 15px 100px;
        min-height: 600px;
    }
    iframe {
        width: 100%;
        height: 280px;
    }
    .pur-header-text h1 {
        font-size: 2rem;
        line-height: 2rem
    }
    .pur-fbox h3 {
    font-size: 0.9rem;
    font-weight: 400;
}
    .pur-page-content p, .pur-page-content ol li {
        font-size: 0.8rem
    }
}

.modal-container {
    z-index: 999999999999999 !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(1, 25, 37, 0.9);
    backdrop-filter: blur(12px);

}

.modal-content-box {
    min-height: 300px;
    background-color: #000;
    width: 450px;
    max-width: 100%;
    margin: auto;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    padding: 20px 20px 10px 20px;
    right: 0
}
.modal-content-box h3 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 20px;
}
.modal-content-box h4 {
    color: #fff;
    margin-top: 20px;
}
.modal-content-box img {
    width: 140px;
}
p {
    color: #fff;
    font-size: 0.8rem;
    line-height: 0.9rem;
}

.close-button {
    position: absolute;
    right: 20px;
    top: 20px;
}

.close-button i {
    color: #fff;
    font-size: 2rem;
}

.close-button i:hover {
    color: #e58700;
}

.modal-logo {
    width: 50px;
    margin-top: 40px
}
