/**
 * Main Stylesheet - Exact match with candy77.net
 * 
 * @package kanyaars
 * @version 1.0.0
 */

/* ==========================================================================
   @font-face Declarations - Exact match
   ========================================================================== */

@font-face {
    font-family: digital_sans_ef_medium;
    src: url('../fonts/webfonts/digital_sans_ef_medium.woff2') format('woff2'),
         url('../fonts/webfonts/digital_sans_ef_medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: advanced_dot_digital7;
    src: url('../fonts/webfonts/advanced_dot_digital7.eot');
    src: url('../fonts/webfonts/advanced_dot_digital7.eot') format('embedded-opentype'),
         url('../fonts/webfonts/advanced_dot_digital7.woff2') format('woff2'),
         url('../fonts/webfonts/advanced_dot_digital7.woff') format('woff'),
         url('../fonts/webfonts/advanced_dot_digital7.ttf') format('truetype'),
         url('../fonts/webfonts/advanced_dot_digital7.svg#advanced_dot_digital7') format('svg');
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('../fonts/webfonts/fa-brands-400.eot');
    src: url('../fonts/webfonts/fa-brands-400.eot#iefix') format('embedded-opentype'),
         url('../fonts/webfonts/fa-brands-400.woff2') format('woff2'),
         url('../fonts/webfonts/fa-brands-400.woff') format('woff'),
         url('../fonts/webfonts/fa-brands-400.ttf') format('truetype'),
         url('../fonts/webfonts/fa-brands-400.svg#fontawesome') format('svg');
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('../fonts/webfonts/fa-regular-400.eot');
    src: url('../fonts/webfonts/fa-regular-400.eot#iefix') format('embedded-opentype'),
         url('../fonts/webfonts/fa-regular-400.woff2') format('woff2'),
         url('../fonts/webfonts/fa-regular-400.woff') format('woff'),
         url('../fonts/webfonts/fa-regular-400.ttf') format('truetype'),
         url('../fonts/webfonts/fa-regular-400.svg#fontawesome') format('svg');
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url('../fonts/webfonts/fa-solid-900.eot');
    src: url('../fonts/webfonts/fa-solid-900.eot#iefix') format('embedded-opentype'),
         url('../fonts/webfonts/fa-solid-900.woff2') format('woff2'),
         url('../fonts/webfonts/fa-solid-900.woff') format('woff'),
         url('../fonts/webfonts/fa-solid-900.ttf') format('truetype'),
         url('../fonts/webfonts/fa-solid-900.svg#fontawesome') format('svg');
}

@font-face {
    font-family: LatoWeb;
    src: url('../fonts/webfonts/Lato-Regular.woff2') format('woff2'),
         url('../fonts/webfonts/Lato-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

/* ==========================================================================
   Base Styles - Exact match with candy77.net
   ========================================================================== */

body, html, ul {
    margin: 0;
}

.article, .col-border, .col-title, .copyright, .menu li {
    text-align: center;
}

.col-title, .main-menu li a {
    font-size: 11px;
    font-weight: 600;
}

html {
    height: 100%;
    font-size: 100%;
    line-height: 1.4;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .1px;
    color: #929cac;
    background-size: cover;
    background-image: url('../images/bg-content.webp');
    font-family: montserrat, Tahoma, "Microsoft Yahei", Arial, Helvetica;
}

.col-title, a:hover, h1, h2, h3, strong {
    color: #f001c8;
}

h1 {
    line-height: 1.2;
    margin: 15px 0;
    font-weight: 500;
    font-size: 28px;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #0180f0;
    text-decoration: none;
}

div, input, label {
    display: block;
    overflow: hidden;
    position: relative;
}

amp-img {
    width: auto;
    height: auto;
}

.mobile {
    display: none;
}

/* ==========================================================================
   SVG Icons
   ========================================================================== */

.svg-fishing {
    background-image: url('../images/icons/icon-fishing.svg');
}

.svg-whatsapp2 {
    background-image: url('../images/icons/icon-whatsapp2.svg');
}

.svg-telegram2 {
    background-image: url('../images/icons/icon-telegram2.svg');
}

.svg-livechat2 {
    background-image: url('../images/icons/icon-livechat2.svg');
}

.svg-whatsapp {
    background-image: url('../images/icons/icon-whatsapp2.svg');
}

.svg-telegram {
    background-image: url('../images/icons/icon-telegram2.svg');
}

.svg-livechat {
    background-image: url('../images/icons/icon-livechat2.svg');
}

.svg-home {
    background-image: url('../images/icons/icon-home.svg');
}

.svg-sport {
    background-image: url('../images/icons/icon-sports.svg');
}

.svg-slots {
    background-image: url('../images/icons/icon-slots.svg');
}

.svg-live {
    background-image: url('../images/icons/icon-live.svg');
}

.svg-promo {
    background-image: url('../images/icons/icon-gift.svg');
}

/* ==========================================================================
   Layout - Container and Grid
   ========================================================================== */

.container {
    max-width: 1030px;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
}

.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-sm-5 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
}

.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/* ==========================================================================
   Content Sections
   ========================================================================== */

.col-border {
    margin: 19px 0;
    padding: 29px 15px 10px;
    border: 1px solid #262626;
    border-radius: 5px;
    width: 100%;
    overflow: unset;
}

.col-title {
    position: absolute;
    top: -14px;
    padding: 5px 10px;
    left: 20px;
    width: auto;
    max-width: 159px;
    margin: auto;
    border-radius: 3px;
}

/* ==========================================================================
   Main Content Area
   ========================================================================== */

.home .main .container {
    margin: 0 auto;
}

.main .container {
    margin: 10px auto;
    border-radius: 3px;
}

.sticky {
    height: 126px;
}

/* ==========================================================================
   Slider
   ========================================================================== */

.banner, .slide {
    margin-bottom: 12px;
}

.main-slide {
    padding: 0;
    margin-right: 3px;
}

.main-slide amp-img, .main-slide img {
    height: 100%;
    width: 100%;
}

/* ==========================================================================
   Banner Grid
   ========================================================================== */

.banner .col-sm-5 {
    display: flex;
    justify-content: center;
    margin-right: 3px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #640d47;
}

/* ==========================================================================
   Lists
   ========================================================================== */

ul {
    list-style: none;
    padding: 5px 0;
}

ul.article {
    list-style: circle;
    padding: 5px 30px;
}

.article li {
    list-style: circle;
    margin: 0 35px;
}

/* ==========================================================================
   Screen Reader Text (Accessibility)
   ========================================================================== */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
