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

@font-face{
    font-family: QuicksandB;
    src: url(../fonts/Quicksand-Bold.ttf)
}

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

@font-face{
    font-family: QuicksandL;
    src: url(../fonts/Quicksand-Light.ttf)

}


*{ 
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-size: 100%;
}


ul{
    list-style: none;
}

html {
    width: auto;
    height: 3485px;
    margin: 0;
}

body {
    background: url(../images/landing/bg_desktop.jpg) top center/cover no-repeat;
    position: relative;
    width: 100%;
    height:100%;
}


.wrapper{
    width:100%;
    height:100%;
}


.container{
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
    width: 1080px;
    height: 100%;
    /* background: url(../images/landing/bg.jpg) top center/cover no-repeat; */
    position: relative;
}

.container-f{
    width: 1080px;
    padding: 50px 25px; 
    margin: 0 auto;
}

.header {
    margin: 0 auto;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    width: 314px;
    height: 63px;
    gap: 100px;
    background: url(../images/landing/bglogo.png) top center/cover no-repeat;
}

.logo {
    padding-left: 50px;
}

.language {
    color: #1a386c;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: none;
}

.intro{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.left {
    width: 50%;
    float: left;
}

.left p{
    text-transform: uppercase;
    font-family: SegoeUI;
    color: #1130b8;
    font-size: 31px;
}

.right img{
    width:100%;
}

.benefits{
    margin-top:90px;
    display: flex;
    flex-direction: column;
}

.benefits h3{
    text-transform: uppercase;
    font-family: QuicksandB;
    font-size: 61px;
    color: #d8ff00;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.benefits ul{
    margin: 40px auto 0;
}

.benefits ul li{
    font-family: QuicksandM;
    font-size:31px;
    color: #fff;
    display: flex; 
    align-items: center;
    margin: 20px 0;
}


.benefits ul li img{
    margin-right: 20px;
}

.discount{
    margin-top: 150px
}

.discount h3{
    text-transform: uppercase;
    font-family: QuicksandB;
    font-size: 55px;
    color: #13239c;
    text-align: center;
}

.discount table{
    width: 100%;
    font-family: QuicksandB;
    font-size:22px;
    color: #13239c;
    text-align: center;
    border-spacing: 0;
}

.discount table tr td{
    padding-top: 20px;
    padding-bottom: 20px;
    border: 3px solid #13239c;
    background-color: #fff;
    border-style: none solid solid none;
}


.discount table tr td:first-child{
    text-align: left;
    padding-left:20px;
    border-left-style: solid;
    text-transform: uppercase;
}

.discount table tr:first-child td:first-child{
    border-top-left-radius: 17px;
}

.discount table tr:first-child td:last-child{
    border-top-right-radius: 17px;
}

.discount table tr:last-child td:first-child{
    border-bottom-left-radius: 17px;
}

.discount table tr:last-child td:last-child{
    border-bottom-right-radius: 17px;
}

.discount table tr:first-child td{
    border-top-style: solid;
}

.phone{
    margin-top: 30px;
    margin-bottom: 30px;
}

.game{
    margin-bottom: 15px;
}

.phone td:not(:first-child){
    width: 160px;
}

.game td:not(:first-child){
    width: 135px;
}

.information{
    position: relative;
    width: 750px;
    background-color: #0b5bff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px #fff, 0 0 2px #fff, 0 0 4px #fde9c9;
    margin-top: 30px;
}

.information p{
    text-transform: uppercase;
    font-family: QuicksandB;
    color: #f6ff00;
    font-size:21px;
    margin-bottom: 20px;
}

.information input{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    outline: none;
    font-family:QuicksandB;
    height: 50px
}

.information input::placeholder{
    font-family:QuicksandB;
}

.footimg{
    position: absolute;
    right: 0;
    bottom: 620px;
    height:542px;
}

.coin1{
    position: absolute;
    bottom: 1145px;
    left: 600px;

}

.coin2{
    position: absolute;
    bottom: 1200px;
    right: 20px;
}

.contact{
    font-family: QuicksandM;
    color: #fff;
    font-size:21px;
    background: url(../images/landing/bg_footer.jpg) top center/cover no-repeat;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.contact h3{
    text-transform: uppercase;
    font-size: 48px;
    color: #d8ff00;
    font-family: QuicksandB;

}

.card img{
    margin-right: 20px;
}

.card{
    display:flex;
    align-items:center;
    margin-top: 20px;
    margin-left: 100px;
}


.card div div{
    margin-bottom: 5px;
}

.company{
    margin-top: 80px
}

.company p{
    margin-bottom: 10px;
}

.btn-send{
    text-transform: uppercase;
    font-family: QuicksandB;
    color: #d8ff00;
    display: block;
    width:200px;
    text-align: center;
    background-color: #0b5bff;
    line-height:40px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.2s box-shadow;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: -60px;
    z-index: 10;
}

.btn-send:hover{
    box-shadow: 0 0 10px #fff, 0 0 2px #fff, 0 0 4px #fde9c9;
    
}

@media (max-width: 1080px) {
    .contact{
        width:auto;
    }
}

.alert-error {
    font-size: 20px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #ff0000;
}

.success {
    font-size: 20px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    color: #00fd0a;
}

.error {
    color: #ff0000;
}

.language-m {
    margin: 0 auto;
    color: #1a386c;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    display:none;
}

@media (max-width: 1080px) {
    html {
        width: 1080px;
        margin:0;
    }

    container {
        width: 100%;
    }
}
@media (max-width: 600px) {
    body,
    html {
        width: 100vw;
        overflow-x: hidden;
    }

    .container {
        width: 100vw;
    }

    .intro {
        margin-top: 100px;
    }

    .left img {
        width: 230px;
    }

    .left p {
        font-size: 21px;
    }

    .right img {
        margin-top: 90px;
    }

    .benefits {
        margin-top: 245px;
    }

        .benefits h3 {
            width: 100%;
            font-size: 29px;
        }

        .benefits ul li {
            font-size: 21px;
        }

    .discount {
        margin-top: 200px;
    }

        .discount h3 {
            font-size: 29px;
        }

        .discount img {
            width: 100%;
            padding-left: 5px;
            padding-right: 5px;
        }

        .discount table {
            font-size: 14px;
            wi
        }

            .discount table tr td:first-child {
                padding-left: 5px;
            }

            .discount table tr td {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .information {
        width: 100%;
    }

        .information input {
            font-size: 14px;
        }

    .footimg {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 100px;
    }

    .coin2 {
        display: none;
    }

    .contact h3 {
        font-size: 29px;
    }

    .card {
        margin-left: 20px;
        font-size: 14px;
    }

    .company {
        font-size: 14px;
    }

    .contact {
        width: 100%;
    }

    .container-f {
        width: 100%;
    }

    .language{
           display:none;
    }

    .language-m{
        display:flex;
    }
}
