
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on October 25, 2022 */



@font-face {
    font-family: 'signpainter_housescriptRg';
    src: url('../fonts/signpainter_housescript_regular-webfont.eot');
    src: url('../fonts/signpainter_housescript_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/signpainter_housescript_regular-webfont.woff2') format('woff2'),
         url('../fonts/signpainter_housescript_regular-webfont.woff') format('woff'),
         url('../fonts/signpainter_housescript_regular-webfont.ttf') format('truetype'),
         url('../fonts/signpainter_housescript_regular-webfont.svg#signpainter_housescriptRg') format('svg');
    font-weight: normal;
    font-style: normal;

}


html{
    overflow-y: scroll;
    overflow-x: hidden;
}
body {
    color: #fff;
    background: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;   
}
.site-wrapper{
    max-width: 2060px !important;
    margin: 0 auto;
    background: #fff;
    position: relative;
    overflow: hidden;
 
}

.container {
    width: 100%;
    max-width: 1400px;
}

.secondary-container{
    width: 100%;
    max-width: 1800px;
    padding: 0 9px;
    margin: 0 auto;
}
.secondary-container:before,.secondary-container:after{
    display: table;
    content: " ";
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-weight: 400;
    line-height: 1.3;
    color: #3a6688;
    font-family: 'Roboto', sans-serif;


}
h1{
    font-size: 50;
    line-height: 1;
}
h2{
    font-size: 42px;
}
h3{
    font-size: 36px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
    font-family: 'Inter', sans-serif;
}
h6{
    font-size: 14px;
}
ul{
    padding: 0;
    list-style: none;
    margin: 0;
}

li {
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 0 0;
    margin: 0;
}



a{
    color: #1B1344;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    font-family: 'Heebo', sans-serif;
}
a:hover{
    text-decoration: none;
    color: #000;
}
a:focus {
    outline: none;
    text-decoration: none;
}
h3 a{
    color: #1B1344;
}

button{
    font-family: 'Heebo', sans-serif;
}
p{
     color: #555555;
    line-height: 25px;
    margin-bottom: 25px;
    font-size: 16px;
}





input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number] {
    background: #fff;
    height: 50px;
    padding: 15px 15px;
    width: 100%;
    font-size: 18px;
    color: #555555;
    border: transparent;
    text-transform: capitalize;
    border: 1px solid #d0d0d0;
}

 

button:focus,input:focus{
    box-shadow: none;
    outline: none;
}
.textarea-field{
    margin-bottom: 38px;
}
.textarea-field textarea{
    min-height: 200px;
    background: #fff;
    padding: 15px 25px;
    width: 100%;
    resize: none;
    border: 1px solid #1B1344;
}
::-webkit-input-placeholder {
    color: #555555;
    font-size: 16px;
    
}
:-ms-input-placeholder {
    font-size: 16px;
    color: #555555;
     
}
::-moz-placeholder {
    color: #555555;
    opacity: 1;
    font-size: 16px;
     
}
:-moz-placeholder {
    color: #555555;
    font-size: 16px;
    opacity: 1;
    
}

/* Logo Section */


.logo_section {
    padding: 15px 0;
}

.logo_image {
    float: right;
}

/* Hero Section */

.hero_section.hero_desktop {
    display: block;
}

.hero_section.hero_mobile {
    display: none;
}

.hero_section {
    text-align: center;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    width: 100%;
    min-height: 1300px;
}

.hero_box {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 1300px;
}

.hero_title img {
    width: 100%;
}

.cards {
    display: flex;
    align-items: center;
}

.hero_card_one img {
    width: 250px;
    transform: rotate(-10deg);
    z-index: -1;
}

.hero_card_one {
    position: relative;
    right: -20px;
    top: -90px;
}

.hero_card_two {
    margin-left: -250px;
    position: relative;
    z-index: 9;
    top: 9%;
}
.hero_card_two img {
    width: 350px;
    transform: rotate(-5deg);
}


.hero_card_three {
    position: relative;
    top: -30px;
    right: 15%;
}
.hero_card_three img {
    width: 250px;
    transform: rotate(10deg);
}


.hero_card_four {
    position: relative;
    right: 22%;
}
.hero_card_four img {
    width: 250px;
    transform: rotate(20deg);
}



.hero_title h1{
    font-style: italic;
    color: #fff;
    font-size: 50px;
    margin: 0;
    padding: 20px 0;
    margin-top: -50px;
}

.hero_description p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
}

.below_btn a{
    font-size: 20px;
    color: goldenrod;
    font-style: italic;
}


/* video Section */
.video_section {
    position: relative;
}




.video_box {
    width: 100%;
    display: inline-block;
    padding: 50px 0;
    background-color: #555555;
    vertical-align: top;
}

.video_banner {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.video_image {
    height: 400px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
/* Great Section */

.great_games_images img{
    width: 100%;
}


.great_games_images {
    max-width: 100%;
    margin: 0 auto;
}

.great_game_cards {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: center;
    padding-top: 50px;
}

.great_cards {
    width: 33.33%;
    padding: 0 10px;
}
.great_cards img{
    width: 100%;
}

.great_section {
    position: relative;
}

.great_cards:nth-child(3) {
    position: relative;
    top: -65px;
}

.commercials_title {
    color: #fff;
    font-size: 35px;
    font-weight: 900;
    text-align: center;
    background-color: #555;
    width: 100%;
    display: inline-block;
}

.commercials_title h2 {
    color: #fff;
    padding: 45px 20px 0 20px;
    font-family: 'signpainter_housescriptRg';
    font-size:  90px;

}


.wishes_price_list {
    display: flex;
    justify-content: space-around;
    background: #000;
    align-items: center;
    padding: 50px 0;
    width: 100%;
}

.holiday_titles p{
    margin: 0;
    color: #fff;
}

p.odds_text {
    color: #ccc;
    font-style: italic;
}



.holiday_titles:nth-child(1) h3 {
    margin: 0;
    line-height: 1.2;
    text-align: center;
    color: #a64535;
    font-weight: bold;
    padding: 0 5px;
}

.holiday_titles:nth-child(2) h3 {
    margin: 0;
    line-height: 1.2;
    text-align: center;
    color: #64c1d0;
    font-weight: bold;
    padding: 0 5px;
}

.holiday_titles:nth-child(3) h3 {
    margin: 0;
    line-height: 1.2;
    text-align: center;
    color: #57a256;
    font-weight: bold;
    padding: 0 5px;
}

.complete_list h3 {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-style: italic;
}

.complete_list a {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    text-decoration: underline;
}

/* Second Chance */




.second_chance_content {
    padding: 90px;
    text-align: center;
}

.sub_title_image {
    max-width: 850px;
    margin: 0 auto;
}

.sub_title_image img{
    width: 100%;
    object-fit: cover;
}

.second_chance_section{
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 550px;
}

.second_chance_des p {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.second_chance_des {
    padding: 0 15px;
    max-width: 800px;
    margin: 0 auto;
}


/*  */


.footer_section {
    padding: 50px 0;
    text-align:center;
}

.socila_icon li {
    display: inline-block;
    padding: 15px;
}

.socila_icon a {
    font-size: 25px;
    border: 2px solid #000;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 49px;
}

.socila_icon a:hover {
    background-color: #000;
    color: #fff;
}



.footer_description {
    padding: 0 20px;
}

.footer_description p {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.privacy_content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px 0;
}

.privacy_government p {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.privacy_government a{
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.privacy_government a:hover{
    transition: all ease-in-out 0.2s;
    opacity: 0.8;
}


/* ------------- Media Queryes --------------*/



@media(max-width:1240px){
    .video_box {
        padding: 50px 0;
    }
    .video_image {
        height: 200px;
    }
}

@media(max-width:992px){
    .hero_section.hero_desktop {
        display: none;
    }
    
    .hero_section.hero_mobile {
        display: block;
    }

    .mobile_cards img {
        width: 100%;
    }

    .hero_title h1 {
        margin-top: 0;
    }

    .privacy_content {
        flex-wrap: wrap;
    }

    .privacy_government {
        padding: 10px 0;
    }

    .sub_title_image img {
        width: 100%;
    }

    .hero_section {
        min-height: 900px;
    }

    .hero_box {
        height: 900px;
        padding: 0 15px;
    }

    

}

@media(max-width:767px){

    
    .wishes_price_list {
        flex-wrap: wrap;
        padding: 50px 15px;
    }

    .holiday_titles {
        padding: 15px 0;
    }

    .second_chance_content {
        padding: 90px 0;
    }
}

@media(max-width:580px){
    .video_box {
        padding: 0;
    }
}






