@font-face {
    font-family: SFProDisplay;
    src: url(../fonts/SFProDisplay.ttf);
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
	font-family: SFProDisplay;
}

h2 {
	font-family: inherit;
	font-weight: 700;
    font-size: 2em;
	line-height: 36px;
    color: #fff;
    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: #F02461;
    text-decoration: none;
    font-style: none;
}

a:hover {
    color: #F80950;
}

/* .container {
	max-width: 1200px;
} */
.container-fluid {
    padding: 0;
}

.top-header {
    padding: 10px 180px;
    background: url('../images/bg.png'), lightgray 50% / cover no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-content {
    background: url('../images/bg.png'), lightgray 50% / cover no-repeat;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 130%;
}

.logo img {
    width: 213px;
}

.custom-btn {
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 1em;
    font-weight: 500;
    margin: 0 5px;
    width: 135px;
    height: 48px;
}

.login-btn {
    border: 1px solid #fff;
    color: #fff;
}
.login-btn:hover {
    border: 1px solid #F02461;
    background: #FFF;
    color: #F02461;
}

.register-btn {
    background: #F02461;
    color: #FFF;
}
.register-btn:hover {
    background: #F80950;
    color: #FFF;
}

.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;
  }

.content {
    padding-top: 80px;
}
.content.bottom-part {
    margin-top: 80px;
    padding-top: 0;
}

.special-gifts, .form-container {
    border-radius: 20px;
    background: #181A1D;
    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;
}

.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;
}

.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 .bottom-text {
    position: inherit;
    bottom: 0;
    padding: 16px;
}
.bottom-text h5 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 140%;
}
.bottom-text p {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 0;
}

.content-title {
    margin-bottom: 16px;
}

.cards > div {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
.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: stretch;
    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(3deg, #5D0D0D -36.69%, rgba(20, 21, 24, 0.12) 115.83%); */
    background: linear-gradient(3deg, #5D0D0D -36.69%, rgba(20, 21, 24, 0.12) 102.83%);
}

.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: 1.5em;
    font-weight: 700;
    color: #fff;
}
.mobile-app p {
    color: #767F8C;
    font-size: 0.875em;
    font-weight: 400;
    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: 1em;
    font-weight: 600;
    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;
}

@media (max-width: 1900px) {
	/*  */
}

@media (max-width: 1600px) {
    .main-content{
        background-size: 180%;
    }
}

@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-size: cover;
    }
    .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;
    }
}

@media (max-width: 768px) {
	/*  */
}
  
@media (max-width: 480px) {
    /*  */
}