@charset "utf-8";

/* CSS Document */
body {
    font-family: 'Inter-Regular';
    font-size: 16px;
    overflow-x: hidden;
}

@font-face {
    font-family: "MuseoSans_700";
    src: url("../fonts/MuseoSans_700.otf");
}

@font-face {
    font-family: "MuseoSans_500";
    src: url("../fonts/MuseoSans_500.otf");
}

@font-face {
    font-family: "MuseoSans_300";
    src: url("../fonts/MuseoSans_500.otf");
}

img,
object {
    max-width: 100%;
}

a {
    outline: 0 !important;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #54b6e9;
    text-decoration: none;
}

.border {
    border: 0px solid red !important;
}

.clr {
    clear: both;
}

.none {
    display: none;
}

.block {
    display: block;
}



p.text {
    font-size: 21px !important;
    line-height: 27px;
    color: #262728;
    font-family: 'MuseoSans_500' !important;
    margin-bottom: 20px;
    padding: 0 90px 0 0;
}

.clr {
    clear: both;
}

.line-bar {
    background: #3b5295;
    height: 10px;
    margin-bottom: 18px;
}

.btn-sign a {
    padding: 10px 25px 10px 25px;
    margin: 2px 0px 0px 0px;
    background-color: #005eaa;
    font-family: 'MuseoSans_700' !important;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
}


.hero-right{
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    border-radius: 20px;
}
.hero-right img{
    border-radius: 10px;
}
.heading {
    padding: 0px 0px 0px 0px;
    margin: 100px 0px 30px 0px;
    /* margin-bottom: 30px; */
    font-family: 'MuseoSans_500' !important;
    font-size: 44px;
    line-height: 45px;
    text-align: left;
    color: #294076;
}

.bg {
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    width: auto;
    height: 123px;
    text-align: center;
    border: 0px solid red;
    background-position: 100% 0%;
    position: relative;
    top: 403px;
    z-index: -1;
}

.icon-img {
    margin: 0px 10px;
    padding: 0px 0px 0px 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    float: left;
    border: 0px solid red;
}

.icon-col {
    margin: 0px 15px 30px 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    font-family: 'MuseoSans_300' !important;
    font-size: 14px;
    color: #262728;
    float: left;
    border: 0px solid red;
}

.p-left {
    text-align: left;
}


/*SIGNUP SEACTION START*/
.signup-section {
    background: #005eaa;
    padding-top: 100px;
}

.signup-section .couple-bg {
    margin-top: -200px;
}

.signup-section .couple-bg img {
    width: 100%;
}

.title {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.title span {
    font-family: "MuseoSans_700";
    color: #6798c6;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 200;
    position: absolute;
    width: 100%;
    left: 0;
    top: -25px;
}

.title h4 {
    font-family: "MuseoSans_700";
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.signup-section .signup-point {
    background: #FF007B;
    margin-top: 20px;
    border: 0;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    width: 40%;
    /* width: 450px; */
    margin: 0 auto;
}

.signup-section .signup-point p {
    font-family: "MuseoSans_500";
    font-size: 22px;
    margin: 0;
    margin: 20px 0px;
    padding-left: 70px;
    position: relative;
    color: #fff;
}

.signup-section .signup-point p span.circle {
    font-family: "MuseoSans_700";
    height: 45px;
    width: 45px;
    color: #005eaa;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    line-height: 46px;
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: -8px;
}

.signup-section .signup-text {
    font-family: "MuseoSans_500";
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    position: relative;
}

.signup-section .signup-text .tc {
    font-family: "MuseoSans_500";
    margin-top: 15px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.btn2-theme {
    background-color: #FF007B;
    color: #fff;
    border-radius: 4px;
    padding: 15px 35px;
    margin-top: 15px;
}

.btn2-theme img {
    margin-right: 5px;
}

.btn2-theme:hover {
    background-color: #000;
    color: #fff;
}

/*SIGNUP SECTION END*/

/*FOOTER START*/
footer {
    font-family: "MuseoSans_500";
    padding: 10px 0px;
    font-size: 14px;
}

.bottom-link p {
    margin: 0;
}
footer .bottom-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #424A55;
    padding:  10px 0 ;
}


footer .bottom-link .terms a {
    color: #424A55;
    text-decoration: none;
}

/*FOOTER END*/

/*=============MEDIA QUERY START=================*/

@media(max-width:991px) {

    .top-section {
        height: auto;
        padding-bottom: 50px;
    }

    .banner-part .banner-vector {
        text-align: center;
    }

    .banner-part .banner-vector {
        text-align: center;
        margin: 30px 0px;
    }

    .banner-text {
        text-align: center;
    }

    .banner-part .banner-text .reward-logo {
        text-align: center;
    }

    .top-section header .logo img {
        height: 50px;
    }

    .signup-section {

        padding-top: 70px;

    }

    .signup-section .signup-point {
        width: 60%;
    }

    .signup-section .couple-bg {
        margin-top: 0px;
    }
}

@media(max-width:768px) {
    footer .bottom-link {
        display: block;
        text-align: center;

    }

    footer .bottom-link .terms {
        margin-top: 5px;
    }

    .banner-part .banner-text h3 {

        font-size: 35px;

    }

    .banner-part .banner-text p {
        font-size: 17px;

    }

    .signup-section .signup-point p {
        font-size: 20px;

    }

    .signup-section .signup-text {
        font-size: 20px;

    }

    .top-section header .logo img {
        height: 40px;
    }

    .btn-theme {

        font-size: 14px;
        padding: 10px 20px;

    }

    .btn2-theme {

        padding: 10px 20px;

        font-size: 14px;

    }

    .title h4 {
        font-size: 25px;

    }

    .signup-section .signup-point p {
        font-size: 18px;
    }

    .title span {

        font-size: 30px;

    }

    .banner-part .banner-text h3 {
        font-size: 30px;
    }

    .banner-part .banner-text .reward-logo img {
        height: 50px;
    }

    .top-section .topleft {
        height: 100px;
        width: 100px;
        left: -70px;

    }

    .top-section .topright {
        height: 100px;
        width: 100px;
        right: -70px;
        top: 150px;
    }

    .top-section .topright-mini {
        height: 30px;
        width: 30px;

        right: 30px;

    }

}

@media(max-width:552px) {
    .signup-section .signup-point {
        width: 90%;
    }
}