@font-face {
    font-family: SFProDisplay;
    src: url(../fonts/SFProDisplay.ttf);
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
	font-family: SFProDisplay;
    position: relative;
}

h2 {
	font-family: inherit;
	font-weight: 600;
    font-size: 32px;
	line-height: 36px;
    color: #001E5A;
    letter-spacing: 2px;
}

p {
    font-family: inherit;
    font-weight: 400;
    font-size: 1em;
    line-height: 32px;
    color: #fff;
}

a {
    font-family: SFProDisplay;
    font-weight: 400; 
	font-size: 1em;
    color: #FFA300;
    text-decoration: none;
    font-style: none;
}

a:hover {
    color: #F80950;
}

/* .container {
	max-width: 1200px;
} */
.container-fluid {
    padding: 0;
}

.top-header {
    /* padding: 10px 180px; */
    background: #044CBF;
}

.main-content {
    background: url('../images/bg.png'), lightgray 50% / cover no-repeat;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo img {
    width: 810px;
}

.custom-btn {
    padding: 16px 20px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 800;
    margin: 0 5px;
    width: 159px;
    height: 46px;
    color: #fff;
    border-bottom: 1px solid #C6C6C6;
    box-shadow: 0px 4px 4px 0px #00000040;
    transition: transform .3s;
    text-transform: uppercase;
}

.login-btn {
    background: linear-gradient(180deg, #FF7D00 0%, #A20000 100%),
                linear-gradient(0deg, #C6C6C6, #C6C6C6);
}
.login-btn:hover {
    color: #fff;
    transform: scale(1.05);
}

.register-btn {
    background: linear-gradient(180deg, #3476E0 0%, #0144AD 100%),
                linear-gradient(0deg, #C6C6C6, #C6C6C6);
}
.register-btn:hover {
    color: #fff;
    transform: scale(1.05);
}

.carousel-indicators {
    bottom: -45px;
}
/* .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    background-color: #353638;
    border-radius: 50%;
}
.carousel-indicators .active {
    width: 29px;
    background-color: #F02461;
} */

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    background: url('../images/Dot1.png') center/cover no-repeat;
    /* border-radius: 50%; */
    display: inline-block;
}
  
.carousel-indicators .active {
    width: 29px;
    background: url('../images/Dot.png') center/cover no-repeat;
}

.carousel-control-next, .carousel-control-prev {
	width: 6%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 3rem;
	height: 3rem;
}

.content:first-child {
    padding-top: 80px;
}
.content {
    padding-top: 80px;
}
.content.bottom-part {
    margin-top: 80px;
    padding-top: 0;
}

.special-gifts, .form-container {
    border-radius: 20px;
    background: #001E5A;
    padding: 40px 24px;
}

.special-gifts {
    flex: 1 0 0;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.special-gifts .gifts {
    display: flex;
    flex: 1 0 0;
    align-self: stretch;
}
.special-gifts .counter {
    display: flex;
    flex-direction: column;
    align-self: stretch;
}
.counter h5 {
    color: #FAAD14;
    margin-bottom: 16px;
}

.counter .timer {
    border-radius: 20px;
    background: #282D33;
    padding: 12px;
}

.counter .separator {
    margin: 0 16px;
}

.counter .timer h3 {
    color: #2CCCFF;
    font-size: 3em;
    font-weight: 600;
    margin: 0;
}
.counter .timer p {
    color: #fff;
    font-size: 0.875em;
    font-weight: 400;
    margin: 0;
}

.form-container h2 {
    font-size: 3.75em;
    font-weight: 700;
    color: #ffffff;
}

.form {
    margin-top: 60px;
}

.input-group-container {
    margin-bottom: 20px;
}
.form-container .checkbox {
    margin-bottom: 32px;
}

.form-label {
    font-size: 0.875em;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.3rem;
}
.form-label .req-mark {
    font-size: 1em;
    font-weight: 400;
    color: #F5222D;
}
.frm-msg {
    font-size: 0.875em;
    font-weight: 400;
    color: #F5222D;
}
.frm-msg ul {
    list-style: none;
}
.form-control {
    border: 1px solid #E2E7F0;
    background: #FFF;
    padding: 12px;
    font-size: 0.875em;
    font-weight: 400;
    color: #767F8C;
    border-right: none;
    border-left: none;
}
.form-control:focus {
    box-shadow: none!important;
    border-color: #E2E7F0;
}
.dropdown-toggle:focus {
    box-shadow: none!important;
}
.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}
.form-br-end {
    border-top-right-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
}
.form-br-start {
    border-top-left-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
}
.form-br {
    border-radius: 8px!important;
}
.input-group-text {
    background-color: #fff;
    border: none;
}
.input-group .dial-code {
    background-color: #fff;
    font-size: 0.875em;
    font-weight: 400;
    color: #767F8C;
}

.form-check-input {
    margin-right: 10px;
    width: 1.2em;
}
.form-check-input:checked {
    background-color: #F02461;
    border-color: #F02461;
}
.form-check-input:focus {
    border-color: #f0246183;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 88, 186, 0.25);
}
.toggle-password img {
    width: 14px;
}

.send-section {
    margin-bottom: 20px;
}

#btn_register {
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 1em;
    font-weight: 500;
    margin: 0 5px;
    width: 135px;
    height: 48px;
    background: #FFA300;
    color: #FFF;
}
#btn_register:hover {
    transform: none;
    background: #F80950;
}

.card {
    background-color: transparent;
    border: none;
}
.card a {
    color: #fff;
}
.card .card-img {
    /*  */
    /* border-radius: 20px; */
}
.card .card-img-overlay {

    border-radius: 20px;
    background: linear-gradient(1deg, rgba(0, 0, 0, 0.40) -10.01%, rgba(0, 0, 0, 0.00) 103.88%),
                linear-gradient(0deg, rgba(17, 16, 16, 0.90) -2.14%, rgba(0, 0, 0, 0.00) 71.14%);
}
.card .card-img-overlay > img {
    margin: 30px 16px;
}
.card .bottom-text {
    position: inherit;
    bottom: 0;
    padding: 30px 16px;
}
.bottom-text h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 140%;
}
.bottom-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0;
}

.content-title {
    margin-bottom: 30px;
}

.cards > div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 20px 24px;
}
.cards .card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    border-radius: 20px;
}
.cards .big {
    display: flex;
}
.cards .card.big {
    gap: 10px;
    /* flex: 1 0 0; */
    align-self: stretch;
}
.cards .small {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: flex-start;
    justify-content: space-between;
}

.cards .card-img {
    transition: transform 0.3s ease-in-out;
}

.cards .card:hover .card-img {
    transform: scale(1.2);
}

.bottom-part {
    background: linear-gradient(2.59deg, #033CBF -36.69%, rgba(20, 21, 24, 0) 95.97%);
}

.mobile-app {
    gap: 24px;
}
.mobile-app > img {
    width: 50%;
}
.mobile-app .qr-code {
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
/* .mobile-app .qr-code img {
    width: 284px!important;
} */
.mobile-app h6 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 29.26px;
    letter-spacing: 2px;
}
.mobile-app p {
    color: #767F8C;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
}
.mobile-app .mobile-app-link {
    gap: 12px;
}

.footer {
    padding: 72px 0;
    gap: 32px;
}
.footer .useful-links .links > div {
    gap: 12px;
}
.footer .useful-links  {
    gap: 32px;
}

.useful-links .logo {
    width: 167.667px;
}
.footer .links .about .links-content {
    flex-direction: column;
}
.footer .links .about .links-content,
.footer .links .about .links-content > div {
    gap: 8px;
}
.footer .links h6 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.footer .links .about a {
    font-size: 0.875em;
    font-weight: 400;
    color: #C8CFD9;
}
.footer .links .about a:hover {
    color: #fff;
}

.footer .links .supplier {
    flex-shrink: 0; 
}
.footer .links .links-content {
    gap: 20px;
}

.footer .license img,
.footer .socials img {
    width: 36px;
}
.footer .supplier img {
    width: 46px;
}

.copyright p {
    font-size: 1em;
    font-weight: 400;
    color: #C8CFD9;
}
.card-img-overlay {
    padding: 0;
}

.expired {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 20px;
    background: #282D33;
    padding: 12px;
}
.expired h3 {
    position: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FAAD14!important;
    font-size: 3em!important;
    letter-spacing: 0.25em;
}

.bubble-chat {
    background-image: url(../images/icons/chat.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 10%;
    right: 2%;
    width: 250px;
    height: 135px;
}

@media (max-width: 1900px) {
	/*  */
}

@media (max-width: 1600px) {
    /* .main-content{
        background-size: 180%;
    } */
    .bubble-chat {
        width: 160px;
        height: 86px;
    }
}

@media (min-width: 1200px) {
    /*  */
}

@media (max-width: 1199px) {
	.cards > div {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .mobile-app > img {
        width: 70%;
    }
    h2 {
        font-size: 1.5em!important;
    }
    .top-header {
        padding: 0;
        background-size: 200%;
        background-position: top center;
    }
    .top-header .logo {
        margin: 0 auto;
        /* padding: 6px; */
    }
    .logo img {
        width: 114px;
    }
    .main-content {
        background-position: 61% 100%;
    }
    .content:first-child {
        padding-top: 30px;
    }
    .content,
    .cp-top {
        padding-top: 48px;
    }
    .form {
        margin-top: 24px;
    }
    .special-gifts, .form-container {
        padding: 16px;
    }
    .counter .timer h3 {
        font-size: 2em;
        font-weight: 700;
    }
    .counter h5 {
        margin-bottom: 16px;
        margin-top: 20px;
    }
    .bottom-text h5 {
        font-size: 1em;
        margin-bottom: 4px;
    }
    .bottom-text p {
        font-size: 0.875em;
        line-height: 140%;
    }
    .content.bottom-part {
        margin-top: 32px;
    }
    .footer {
        padding-top: 16px;
        padding-bottom: 16px;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
    }
    .footer .useful-links {
        gap: 20px;
    }
    .footer .links {
        flex-direction: column;
        align-self: stretch;
        gap: 40px;
    }
    .footer .links .links-content {
        gap: 16px;
    }
    .footer .supplier img {
        width: 38px;
    }
    .footer .license img, .footer .socials img {
        width: 32px;
    }
    .footer .links h6 {
        margin: 0;
    }
    .copyright p {
        font-size: 0.875em;
    }
    .mobile-app {
        gap: 0;
    }
    .carousel-indicators [data-bs-target] {
        width: 6px;
        height: 6px;
    }
    .carousel-indicators .active {
        width: 21px;
        height: 6px;
    }
    .footer .links .about .links-content {
        flex-direction: row;
        justify-content: space-between;
    }
    .footer .links .about,
    .footer .links .about .links-content {
        width: 100%;
    }
    .form-check-input {
        width: 2.5em;
    }

    .bubble-chat {
        width: 90px;
        height: 50px;
    }
}

@media (max-width: 768px) {
	/*  */
}
  
@media (max-width: 480px) {
    /*  */
}