@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");

@font-face {
    font-family: Alba;
    src: url('fonts/ALBA_HUN.ttf');
}

body {
    background-color: #FEFFF3;
    font-family: "Roboto", sans-serif;
}

a{
    text-decoration: none;
}
a:hover{
    color: #0097bc;
}

.btn-default {
    background-color: #e41f7a;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #fff;
}

.btn-default:hover {
    border-color: #0097bc;
    background-color: #0097bc;
    color: #fff;
}

.btn-primary{
    background-color: #0097BC;
    border-color: #0097BC;
}
.btn-primary.active,
.btn-primary:hover{
    border-color: #e41f7a;
    background-color: #e41f7a;
}

.btn-link{
    text-decoration: none;
    color: #000;
}
.btn-link:hover{
    text-decoration: underline;
    color: #e41f7a;
}

.card-header{
    background-color: #0097BC !important;
    border-color: #0097BC !important;
    color: #fff;
    font-weight: bold;
}

.navbar {
    background-color: #e41f7a;
    min-height: 107px;
    padding-left: 70px;
    padding-right: 70px;
}

.navbar.navbar-auth {
    background-color: #0097bc;
}

nav .navbar-nav > .nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

nav .navbar-nav > .nav-item > .nav-link {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

nav .navbar-nav > .nav-item > .nav-link.active {
    color: #ffe27e;
}

nav .navbar-nav > .nav-item > .nav-link:hover {
    color: #0097bc;
}

nav.navbar-auth .navbar-nav > .nav-item > .nav-link:hover {
    color: #e41e7a;
}

.navbar-toggler {
    background-color: #ffe27e;
}

.navbar-toggler:hover {
    background-color: #d7be62;
}

.navbar-toggler:focus {
    box-shadow: none;
    background-color: #d7be62;
}

.navbar-collapse.collapse .nav-item {
    text-align: center;
}

header {
    width: 100%;
    /* height: 100vh;
    max-height: 758px; */
    background: url("../images/topbg.png");
    background-position: center top;
    background-repeat: no-repeat;
}

.top-palackok img {
    max-width: 100%;
}

.top-img-txt img {
    max-width: 100%;
}

.top-btn {
    width: 100%;
    min-width: 298px;
    max-width: 398px;
    text-decoration: none;
    padding: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.top-btn.top-btn-bg1 {
    background-color: #e41f7a;
}

.top-btn.top-btn-bg2 {
    background-color: #0097bc;
}

.top-btn:hover.top-btn-bg1 {
    background-color: #b81963;
}

.top-btn:hover.top-btn-bg2 {
    background-color: #057b98;
}

.top-btn .top-btn-txt {
    line-height: 28px;
    margin-left: 25px;
}

.top-btn .top-btn-txt .line1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.top-btn .top-btn-txt .line2 {
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

footer {
    background-color: #0097bc;
    min-height: 108px;
}

footer .navbar-nav {
    display: flex;
    flex-direction: row;
}

footer .nav-item {
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

footer .nav-link {
    display: inline-block;
}

footer .nav-link:hover,
footer .nav-link.active {
    color: #e41e7a;
}

footer .fb-btn:hover {
    opacity: 0.8;
}

.prizes .wrapper {
    width: 100%;
    max-width: 1400px;
    padding-top: 115px;
    padding-bottom: 115px;
    background: url("../images/boxes.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.prizes .wrapper > .title {
    width: 100%;
    text-align: center;
    margin-bottom: 47px;
}

.prizes .wrapper > .title > img {
    width: 100%;
    max-width: 568px;
}

.sweepstakes-information {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 140px;
    background: url("../images/bg2.png");
    background-position: center top;
    background-repeat: no-repeat;
}

.sweepstakes-information .wrapper {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.sweepstakes-information .wrapper > .title {
    width: 100%;
    text-align: center;
    margin-bottom: 47px;
}

.sweepstakes-information .wrapper > .title > img {
    width: 100%;
    max-width: 525px;
}

.sweepstakes-information .wrapper .card {
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 0;
}

.sweepstakes-information .card-body .num {
    text-align: center;
    margin-bottom: 25px;
}

.sweepstakes-information .card-body .desc {
    line-height: 34px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    color: #0097bc;
}

.sweepstakes-information .card-body .desc p {
    margin: 0;
}

.sweepstakes-information .card-body .desc a {
    color: #0097bc;
}

.sweepstakes-information .card-body .desc b {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    color: #e41f7a;
}

.ap-code-upload {
    padding-bottom: 90px;
}

.ap-code-upload .title {
    width: 100%;
    text-align: center;
}

.ap-code-upload .title > img {
    width: 100%;
    max-width: 476px;
}

.ap-code-upload .title .info {
    display: block;
    width: 100%;
    max-width: 345px;
    margin: 15px auto 25px auto;
    line-height: 36px;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    color: #0097bc;
}

.ap-code-upload .form-control {
    border-color: #f2e2aa;
    background-color: #ffeeb3;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    color: #606060;
}

.ap-code-upload .form-control::placeholder {
    font-size: 16px;
}

.ap-code-upload .form-control:-ms-input-placeholder {
    font-size: 16px;
}

.ap-code-upload .form-control::-ms-input-placeholder {
    font-size: 16px;
}

.ap-code-upload .form-control:focus {
    color: #606060;
    background-color: #ffeeb3;
    border-color: #f2e2aa;
    box-shadow: 0 0 0 0.35rem rgba(242, 226, 170, 0.25);
}

.ap-code-upload .form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    background-color: #f2e2aa !important;
    inset: unset !important;
}

.ap-code-upload .input-group .form-control {
    box-shadow: none;
}

.ap-code-upload .input-group .input-group-text {
    border-color: #f2e2aa;
    background-color: #ffeeb3;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
}

.ap-code-upload .ap-block {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}

.ap-code-upload .ap-block > img {
    width: 100%;
    max-width: 186px;
}

.ap-code-upload .btn-apcode {
    background-color: #e41f7a;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    color: #fff;
}

.ap-code-upload .invalid-feedback{
    font-family: "Roboto", sans-serif;
    font-size: 18px;
}

.ap-code-upload label{
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    color: #0097bc;
}

.ap-code-upload .form-text{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #0097bc;
}

.ap-code-upload .modal-blokk,
.page .modal-blokk {
    display: none;
}

.popover-body {
    padding: 5px;
}

.popover-body .modal-blokk {
    display: block;
    position: relative;
    width: 100%;
}

.popover-body .modal-blokk > img {
    width: 100%;
    height: auto;
}

.products {
    background: url("../images/bg2.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 73px;
    padding-bottom: 73px;
}

.products .title {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.products .title > img {
    width: 100%;
    max-width: 709px;
}

.product > .product-image {
    position: relative;
    text-align: center;
    margin-bottom: 33px;
}

.product > .product-image > img {
    width: 100%;
    max-width: 110px;
    height: auto;
}

.product > .product-desc {
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #0097bc;
}

.product:hover > .product-desc {
    color: #e41e7a;
}

.product > .product-desc > h2 {
    margin: 0;
    font-size: 18px;
}

.contact,
.page {
    min-height: 655px;
    background: url("../images/bg2.png");
    background-position: center -185px;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 145px;
}

.contact .title,
.page .title {
    width: 100%;
    text-align: center;
    margin-bottom: 55px;
}

.contact .title > img,
.page .title > img {
    width: 100%;
    max-width: 1022px;
}

.contact .title > h1,
.page .title > h1 {
    font-family: "Alba";
    font-size: 70px;
    color: #e41f7a;
}

.contact .card,
.page .card {
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 0;
}

.contact .contact-desc,
.page .contact-desc {
    margin-top: 15px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #0097bc;
}

.contact .contact-desc p,
.page .contact-desc p {
    margin: 0;
}

.contact .form-control,
.page .form-control {
    border-color: #f2e2aa;
    background-color: #ffeeb3;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #606060;
}

.contact .form-control:focus,
.page .form-control:focus {
    color: #606060;
    background-color: #ffeeb3;
    border-color: #f2e2aa;
    box-shadow: 0 0 0 0.35rem rgba(242, 226, 170, 0.25);
}

.contact textarea.form-control,
.page textarea.form-control {
    min-height: 220px;
}

.contact .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.page .form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    background-color: #f2e2aa !important;
    inset: unset !important;
}

.contact .input-group .form-control,
.page .input-group .form-control {
    box-shadow: none;
}

.page .col-form-label {
    font-size: 16px;
}

.page .nav-pills .nav-link{
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #0097bc;
}

.page .nav-pills .nav-link.active{
    text-transform: uppercase;
    background-color: #e41f7a;
    border-color: #e41f7a;
    color: #fff;
}

.page .tab-content .tab-pane h2{
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    color: #0097bc;
}

.page .table-head > tr > th{
    background: #0097BC !important;
    border: 0;
    color: white;
}

.btn-page {
    background-color: #e41f7a;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    color: #fff;
}

.btn-page:hover {
    background-color: #ae0453;
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media (max-width: 320px) {
    .top-btn .top-btn-txt .line2 {
        font-size: 24px;
    }
}

@media (max-width: 374.98px) {
    .navbar-brand > img {
        height: 42px;
    }

    .contact .card {
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .navbar-collapse.collapse {
        padding-top: 25px;
    }

    nav .navbar-nav > .nav-item {
        padding: 15px 10px;
    }

    header > div {
        flex-direction: column !important;
    }

    .top-btn-col {
        width: 100% !important;
        text-align: center;
    }

    .top-txt {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .top-img-txt {
        padding-left: 15px;
        padding-right: 15px;
    }

    .top-btn {
        max-width: 360px;
    }

    .prizes .wrapper {
        background-position: center 115px !important;
    }

    .prizes .wrapper > .title {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991.98px) {
    footer .nav-item {
        width: 100%;
    }

    footer .navbar-nav {
        flex-direction: column !important;
        margin-bottom: 25px;
    }

    .contact,
    .page {
        min-height: auto;
        padding-bottom: 15px;
    }

    .contact .title > h1, .page .title > h1 {
        font-size: 45px;
    }
}

@media (max-width: 1280px) {
    .navbar {
        padding-left: 25px;
        padding-right: 25px;
    }

    .top-img-txt {
        margin-bottom: 25px;
    }

    footer > .container {
        flex-direction: column !important;
        padding-top: 25px;
        padding-bottom: 35px;
    }
}

@media (min-width: 1920px) {
    .products,
    .contact, .page {
        /*background-size: cover;*/
    }
}
