@font-face {
    font-family: 'segoe';
    src: url('../fonts/Segoe UI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'segoe';
    src: url('../fonts/Segoe UI Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'segoe';
    src: url('../fonts/Segoe UI Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'segoe';
    src: url('../fonts/Segoe UI Bold Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'segoe';
}

.df-container {
    width: 1280px;
    margin: auto;
}

.hero {
    min-height: calc(100vh - 40px);
    background: url('../images/first.jpg');
    background-size: cover;
    background-position: center;
    padding: 30px 0px;
}

.hero .header {
    justify-content: space-between;
    margin: 0 -15px 0 -15px;
    display: flex;
    align-items: center;
}

.hero .header img {
    width: 315px;
    height: auto;
    align-self: flex-start;
}

.hero .buttons {
    text-align: right;
}

.header .buttons a {
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    font-size: 16px;
    text-decoration: none;
    transition: .3s;
}

.header .buttons a:hover {
    transition: .3s;
    box-shadow: 2px 3px 9px #1e1e1e7c;
}

.hero .df-title {
    font-weight: bold;
    font-size: 55px;
    color: #562379;
    margin-top: 180px;
}

.hero .df-description {
    font-weight: bold;
    font-size: 45px;
    line-height: 50px;
    color: #000;
}

.hero .df-text {
    padding-top: 10px;
    font-size: 30px;
    line-height: 36px;
    color: #000;
}

.hero .form-holder {
    background: rgba(30, 30, 30, 0.95);
    border-radius: 7px;
    padding: 30px;
    margin: 60px auto;
}

.hero .form-holder form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hero .form-holder form .input-item {
    min-width: 140px;
}

.hero .form-holder form .input-item label {
    display: block;
    color: #b3b3b3;
    font-size: 18px;
    padding-bottom: 7px;
}

.hero .form-holder form button i {
    font-weight: bold;
}

.form-holder button {
    background: #393939;
    border: none;
    width: 140px;
    height: 45px;
    font-weight: bold;
    color: #999;
    border-radius: 7px;
    font-size: 18px;
}

.form-holder select {
    background: #393939;
    border: none;
    width: 105px;
    padding: 0px 10px;
    text-align: center;
    height: 45px;
    font-weight: bold;
    color: #999;
    border-radius: 7px;
    font-size: 18px;
}

.form-holder button.df-active {
    background: #fff;
    border: none;
    width: 140px;
    height: 45px;
    font-weight: bold;
    color: #e64980;
    border-radius: 7px;
    font-size: 18px;
}

.form-holder input[type="submit"] {
    margin-top: 20px;
    background: none;
    border: solid 1px #e64980;
    /* border:none; */
    width: 230px;
    height: 45px;
    font-weight: bold;
    color: #e64980;
    border-radius: 24px;
    font-size: 18px;
    transition: .3s;
}

.form-holder input[type="submit"]:hover {
    background: #e64980;
    color: #fff;
    cursor: pointer;
}


/* AWARDS */

.awards {
    min-height: calc(100vh - 40px);
    background: url('../images/second.jpg');
    background-size: cover;
    background-position: center;
    border-bottom: solid 40px #562379;
    display: flex;
}

.awards .awards-content {
    width: 1280px;
    margin: auto;
    height: 50vh;
}

.awards .df-cols {
    display: flex;
    flex-wrap: wrap;
}

.awards .df-col {
    width: 50%;
}

.awards .df-title {
    font-size: 45px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
}

.awards .df-description {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin: 20px 0px;
}

.awards .df-col.first-col {
    position: relative;
}

.awards .last-col ul {
    font-weight: bold;
    font-size: 1rem;
    line-height: 30px;
    color: #fff;
    padding-bottom: 40px;
    list-style: none;
    padding-left: 15px;
}

.awards .last-col ul li::before {
    content: "❯";
    color: #e64980;
    width: 10px;
    padding-right: 8px;
    margin-left: -16px;
    ;
}

.awards .last-col a {
    display: block;
    width: 230px;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 35px;
    border: solid 1px #fff;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.awards .last-col a:hover {
    background: #fff;
    color: #1a1a1a;
    transition: .3s;
}

.awards .profile-details {
    position: absolute;
    width: 275px;
    height: 145px;
    left: 30px;
    bottom: -60px;
}

.awards .profile-details .text {
    position: absolute;
    text-align: right;
    /* right: 155px; */
    bottom: 0px;
    font-size: 22px;
    color: #fff;
    line-height: 24px;
}

.awards img {
    width: 145px;
    position: absolute;
    right: 0px;
    z-index: 0;
}

.awards .age {
    position: absolute;
    z-index: 1;
    right: 110px;
    top: -20px;
    background: #fff;
    border: solid 5px #562379;
    font-size: 38px;
    color: #562379;
    padding: 7px 11px;
    border-radius: 50%;
    font-weight: bold;
}


/* luxurious prizes */

.luxurious-prizes {
    min-height: calc(90vh);
    background: url('../images/third.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    text-align: left;
}

.luxurious-prizes .df-title {
    font-weight: bold;
    font-size: 50px;
    color: #fff;
}

.luxurious-prizes .df-description {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin: 20px 0px;
}

.luxurious-prizes ul {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 40px;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.luxurious-prizes ul li::before {
    content: "❯";
    color: #fff;
    width: 1em;
    padding-right: 10px;
}

.luxurious-prizes .df-container a {
    display: inline-block;
    maring-bottom: 20px;
    width: 230px;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #e64980;
    border-radius: 35px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.luxurious-prizes a:hover {
    color: #e64980;
    background: #fff;
    transition: .3s;
}


/* REAL CONNECTION */

.real-connection {
    min-height: calc(100vh - 40px);
    background: url('../images/fourth.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    text-align: right;
}

.real-connection .df-title {
    font-weight: bold;
    font-size: 50px;
    color: #000;
}

.real-connection .df-description {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin: 20px 0px;
}

.real-connection ul {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    padding-bottom: 40px;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.real-connection ul li::before {
    content: "❯";
    color: #000;
    width: 1em;
    padding-right: 10px;
}

.real-connection .df-container a {
    display: inline-block;
    maring-bottom: 20px;
    width: 230px;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #e64980;
    border-radius: 35px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}

.real-connection a:hover {
    color: #e64980;
    background: #fff;
    transition: .3s;
}


/* OTHER FEATURES */

.other-features {
    min-height: calc(100vh - 40px);
    background: #562379;
    padding-top: 120px;
    padding-bottom: 80px;
    display: flex;
}

.other-features .df-title {
    font-weight: bold;
    font-size: 55px;
    text-align: center;
    color: #fff;
}

.other-features .df-cols {
    display: flex;
    align-items: center;
    justify-content: center;
}

.other-features .df-cols .last .df-title {
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    text-align: left;
}

.other-features .df-cols .last .df-text {
    font-size: 21px;
    line-height: 28px;
    color: #fff;
    padding-bottom: 40px;
}

.other-features .call-to-action {
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #e64980;
    text-align: center;
}

.other-features .call-to-action a {
    display: block;
    width: 230px;
    height: 68px;
    line-height: 68px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #e64980;
    border-radius: 35px;
    text-align: center;
    margin: 20px auto;
    text-decoration: none;
}

.other-features .call-to-action a:hover {
    color: #e64980;
    background: #fff;
    transition: .3s;
}


/* APPLICATION ICONS */

.df-app {
    text-align: center;
    padding-bottom: 60px;
}

.df-app a {
    display: inline-block;
    background: url('../images/app-store.png') no-repeat center center;
    background-size: contain;
    width: 141px;
    height: 42px;
}

a.google-play {
    background: url('../images/google-play.png') no-repeat center center;
    background-size: contain;
}

@media (max-width: 1280px) {
    .df-container {
        padding: 15px;
        width: calc(100% - 30px);
    }
    .hero .header img {
        width: auto;
        height: 60px;
        align-self: flex-start;
    }
    .other-features img {
        max-width: 100%!important;
    }
    .awards .df-description,
    .awards ul {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
    .luxurious-prizes br {
        display: none;
    }
    .other-features .df-cols {
        display: grid;
    }
    .other-features .df-container .df-cols .first {
        text-align: center;
    }
}

@media (min-width: 1024px) and (max-width: 1366) {
    .hero .df-description {
        font-size: 37px !important;
    }
}

@media screen and (max-width:1024px) {
    .luxurious-prizes {
        /*  if background color changes, please update the color at .first-col::after on lines 596,597 and 598*/
        background: rgb(29, 14, 9);
        padding: 0px;
        text-align: center;
        background-color: rgb(29, 14, 9);
        padding: 0px;
        text-align: center;
    }
    .luxurious-prizes .df-container {
        padding: 0px;
    }
    .luxurious-prizes .first-col {
        height: 60vh;
        background: url(../images/third_mob.jpg);
        margin-left: -15px;
        margin-right: -15px;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .luxurious-prizes .first-col::after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 200px;
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(1, 1, 1, 0) 1%, rgba(29, 14, 9, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(1, 1, 1, 0) 1%, rgba(29, 14, 9, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(1, 1, 1, 0) 1%, rgba(29, 14, 9, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#888b8d', GradientType=0);
        z-index: 999;
    }
    .luxurious-prizes .last-col {
        padding: 15px 0px;
    }
    .real-connection {
        min-height: unset;
        /*  if background color changes, please update the color at .first-col::after on lines 636,637 and 638*/
        background: rgb(255, 181, 96);
    }
    .real-connection .df-container {
        padding: 0px;
    }
    .real-connection .first-col {
        height: 50vh;
        background: url(../images/fourth_mob.jpg);
        margin-left: -15px;
        margin-right: -15px;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .real-connection .first-col::after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 200px;
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 181, 96, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 181, 96, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(255, 181, 96, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#888b8d', GradientType=0);
        z-index: 999;
    }
    .real-connection .last-col {
        padding: 15px 0px;
        text-align: center;
    }
    .awards .profile-details {
        bottom: 0px;
    }
}

@media only screen and (min-width: 1024px) {
	.real-connection .last-col {
		float: right;
		width: 50%;
		text-align: left;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .awards {
        min-height: unset;
    }
    .awards .awards-content {
        width: 100%;
        height: unset;
    }
    .awards .df-col {
        width: 100%;
    }
    .awards .df-col.first-col {
        height: 50vh;
        background: url('../images/profile-bg.jpg');
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .awards .df-col.last-col {
        padding: 20px 15px;
        background: #03020e;
    }
    .awards .df-title {
        text-align: center;
    }
    .awards .profile-details {
        left: 90px;
        bottom: 45px;
    }
    .awards .last-col a {
        margin: auto;
    }
}

@media (max-width: 767px) {
    .real-connection ul {
      text-align: left;
    }

    .luxurious-prizes ul {
      text-align: left;
    }

    .df-mob {
        display: none!important;
    }
    .hero {
        background: url('../images/df_sec_1e_mob.jpg');
        background-size: cover;
        padding: 0px;
        min-height: calc(100vh - 40px);
    }
    .hero .header img {
        height: 40px;
    }
    .hero .header .buttons a {
        width: 80px;
        height: 30px;
        line-height: 30px;
        border-radius: 50px;
        font-size: 14px;
    }
    .hero .df-title {
        font-size: 30px;
        margin-top: 10px;
        text-align: center;
    }
    .hero .df-description {
        font-size: 23px;
        line-height: 1.2;
        text-align: center;
    }
    .hero .df-text {
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
    }
    .hero .form-holder {
        margin: 220px auto 0px auto;
    }
    .hero .form-holder form .input-item {
        width: 100%;
    }
    .hero .form-holder form .input-item label {
        padding: 15px 0px 10px 0px;
    }
    .hero .form-holder form select {
        width: 140px;
        border-bottom: solid 1px;
        border-radius: 0px;
        background: none;
    }
    .hero .form-holder form select option {
        background: #393939;
    }
    .hero .form-holder input[type="submit"] {
        width: 100%;
    }
    .df-inputs {
        display: flex!important;
        justify-content: space-between;
    }
    .hero .df-app {
        padding-bottom: 15px;
    }
    .luxurious-prizes br {
        display: none;
    }
    .luxurious-prizes .df-title {
        font-size: 23px;
        line-height: 1.2;
    }
    .luxurious-prizes ul {
        font-size: 13px;
    }
    .real-connection br {
        display: none;
    }
    .real-connection .df-title {
        font-size: 23px;
    }
    .real-connection .df-description {
        font-size: 15spx;
    }
    .real-connection ul {
        font-size: 13px;
    }
    .other-features .call-to-action {
        font-size: 30px;
    }
    .other-features .df-title {
        font-size: 45px;
    }
    .other-features .df-cols .last .df-text {
        font-size: 19px;
    }
    .awards {
        min-height: unset;
    }
    .awards .awards-content {
        width: 100%;
        height: unset;
    }
    .awards .df-col {
        width: 100%;
    }
    .awards .df-col.first-col {
        height: 400px;
        background: url('../images/profile-bg.jpg');
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .awards .df-col.last-col {
        padding: 20px 15px;
        background: #03020e;
    }
    .awards .df-title {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
    }
    .awards .df-description {
        font-size: 14px;
        line-height: 1.2;
        max-width: 375px;
        margin: 20px auto;
    }
    .awards .last-col ul {
        font-size: 12px;
        font-weight: bold;
        line-height: 21px;
    }
    .awards .last-col a {
        margin: auto;
    }
    .awards .profile-details {
        bottom: 35px;
        left: 65px;
        height: 80px;
    }
    .profile-details img {
        width: 80px;
        left: 80px;
    }
    .awards .profile-details .age {
        font-size: 18px;
        padding: 7px 9px;
        left: 60px;
        right: unset;
    }
    .awards .profile-details .text {
        font-size: 14px;
        line-height: 1.2;
    }
}

#flip-countdown .countdown-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
}

#flip-countdown .countdown-wrapper:after {
    padding-top: 17%;
    display: block;
    content: '';
}

#flip-countdown .countdown-main {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

@media screen and (min-Width: 768px) {
    #flip-countdown .countdown-main {
        margin-bottom: 50px;
    }
}

#flip-countdown .countdown-section-days {
    display: inline;
    height: 100%;
    width: 30%;
    float: left;
}

#flip-countdown .countdown-section-other {
    display: inline;
    height: 100%;
    width: 20%;
    float: left;
}

#flip-countdown .countdown-separator {
    display: inline;
    height: 100%;
    width: 3.33%;
    float: left;
}

#flip-countdown .countdown-separator-top {
    height: 85%;
    width: 100%;
    text-align: center;
}

#flip-countdown .countdown-dot {
    width: 60%;
    height: 14%;
    border-radius: 75%;
    border: 1px solid #000000;
    background-color: #404040;
    margin: auto;
    margin-top: 107%;
}

#flip-countdown .countdown-number-container {
    width: 100%;
    height: 85%;
    position: relative;
}

#flip-countdown .countdown-number-days {
    width: 33.33%;
    height: 100%;
    float: left;
    display: inline;
    border-radius: 7%;
    -webkit-perspective: 1000px;
    /* Chrome, Safari, Opera  */
    perspective: 1000px;
    position: relative;
}

#flip-countdown .countdown-number-other {
    width: 50%;
    height: 100%;
    float: left;
    display: inline;
    border-radius: 7%;
    -webkit-perspective: 1000px;
    /* Chrome, Safari, Opera  */
    perspective: 1000px;
    position: relative;
}

#flip-countdown .countdown-number-top {
    width: 100%;
    height: 50%;
    border-top-left-radius: 7%;
    border-top-right-radius: 7%;
    border: 1px solid #000000;
    overflow: hidden;
    background-color: #404040;
    color: #FFFFFF;
    transform-origin: bottom left;
}

#flip-countdown .countdown-number-bottom {
    width: 100%;
    height: 50%;
    border-bottom-left-radius: 7%;
    border-bottom-right-radius: 7%;
    border: 1px solid #000000;
    background-color: #404040;
    color: #FFFFFF;
    overflow: hidden;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000', GradientType=0);
    /* IE6-9 */
}

#flip-countdown .countdown-number-inner {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    width: 100%;
    height: 200%;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    transform-origin: top;
}

#flip-countdown .countdown-number-next {
    position: absolute;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    z-index: -9999;
    border-radius: 7%;
    color: #FFFFFF;
    border: 1px solid #000000;
    background-color: #404040;
}

#flip-countdown .countdown-number-top .countdown-number-inner {
    transform-origin: bottom left;
}

#flip-countdown .shadow {
    z-index: 999;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.2) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.2) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 99%, rgba(0, 0, 0, 0.2) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000', GradientType=0);
    /* IE6-9 */
}

#flip-countdown .countdown-number-bottom .countdown-number-inner {
    transform: translateY(-52.5%);
}

#flip-countdown .countdown-label-container {
    height: 15%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    color: #000000;
    padding-top: 5px;
}

#flip-countdown .countdown-number-container .ready {
    display: none;
}

.title-not {
    margin: 0px !important;
    text-align: center;
}
