/* Start Header Area */

body{
    font-family: "Poppins", sans-serif;
}

.header{
    margin-top: 20px;
    margin-bottom: 20px;
}

.header-title h2 {
    margin-top: 25px;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.cs-header{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-right{
    margin-bottom: 5px;
}

.header-right a {
    text-decoration: none;
    background: #083262;
    color: #fff;
    width: 170px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}


.header-right a:hover{
    background: #000;
}
/* End Header Area */


/* Start expedia slider area */

.expedia-slider{
    position: relative;
}

.expedia-slider .container-fluid{
    z-index: 0;
    padding: 0;
}


.expedia-right{
    height: 100%;
}

.expedia-right img{
    width: 100%;
    height: 100%;
}

.expedia-slider:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-image: url("../img/bg.svg");
}

.expedia-slider {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background: #D6EFFA;
    background-blend-mode: normal;
    overflow: hidden;
}

.expedia-slider .wrapper{
    padding-bottom: 80px;
}

.hero-col-7{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding-left: 17%;
}

.expedia-slider .logo img{
    width: 160px;
    height: 160px;
}

.expedia-rewards{
    display: flex;
    justify-content: center;
}

.expedia-rewards h2 {
    font-size: 50px;
    color: #051036;
    font-weight: 600;
}

.expedia-text{
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.expedia-intro h1 {
    font-size: 50px;
    color: #051036;
    font-weight: 600;
}

.expedia-intro p{
    color: #697488;
    margin-top: 15px;
}

.expedia-intro h1 span{
    color: #3554d1;
    position: relative;
}

.expedia-intro h1 span::after{
    content: "";
    background-image: url(../img/line.png);
    position: absolute;
    top: 65px;
    left: 3px;
    width: 210px;
    height: 18px;
}


.expedia-start-btn {
    display: flex;
    margin-top: 30px;
}

.expedia-start-btn a {
    text-decoration: none;
    background: #083262;
    display: flex;
    width: 215px;
    height: 65px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.expedia-start-btn a:hover{
    background: #000;
}

/* End slider area */


/* Start Choose us Section */

.choose-us{
    padding: 60px 0;
}

.choose-us .choose-Title{
    margin-bottom: 30px;
}

.choose-us .choose-Title h2{
    color: #051036;
    font-weight: 600;
}

.feature-top{
    margin-bottom: 25px;
}

.featureIcon{
    background: rgba(53, 84, 209, 0.05);
    padding: 25px;
    border-radius: 5px;
}

.featureIcon h4{
    color: #051036;
}

.featureIcon p{
    color: #051036;
}

/* End Choose us Section */



/* Start Rewards Earn */

.start-rewards{

}

.rewards-bg{
    background: #E5F0FD;
}

.rewards-right img{
    width: 100%;
    height: 100%;
}

.rewards-text{
    margin-top: 50px;
    margin-bottom: 35px;
    padding-left: 50px;
}

.rewards-text h2{
    color: #051036;
    font-weight: 600;
}

.thousand-dollor{
    background: #000;
    color: #fff;
    padding: 50px;
    width: 550px;
    height: 600px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
}

.rewards-box{
    margin-top: 10px;
}

.rewards-box h2{
    font-size: 40px;
    font-weight: 600;
}

.rewards-box p{
    margin-top: 30px;
}

.emoji-area img{
    width: 130px;
}

/* End Rewards Earn */


/* Start Rewards time */

.earn-time{
    background: #F5F5F5;
    margin-top: 60px;
    padding-top: 50px;
}


.earn-wrapper {

}

.earn.choose-Title p{
    margin-top: 20px;
    color: #4d4d4d;
    margin-bottom: 45px;
}


.earn.choose-Title{
    margin-left: 30px;
}


.learn-more a{
    background: #f8d448;
    padding: 14px 35px;
    border-radius: 5px;
    color: #051036;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}
.learn-more a:hover{
    background: #3554D1;
    color: #fff;
}

.earn-wrapper img{
    width: 100%;
    margin-bottom: 50px;
}


.earn-offer {
    background: #000;
    color: #fff;
    padding: 35px;
    width: 320px;
    margin: 0 auto;
    border-radius: 50px;
    transform: translate(0px, 35px);
}

.earn-offer h2 {
    font-size: 40px;
}
.earn-offer h2 span{
    background: linear-gradient(to right, #6DB3F2, #D3ECA7, #FFDD75);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* End Rewards time */



/*  Start feedback Area  */

.feedback-area{
    margin-top: 50px;
    margin-bottom: 50px;
}

.feedback-wrapper h2{
    font-size: 65px;
    font-weight: 600;
    color: #000;
}

.feedback-info {
    display: flex;
    margin-top: 30px;
}

.client-text{
    margin-left: 35px;
}

.client-text h2{
    font-size: 20px;
    font-weight: 700;
}

.client-text p{
    font-size: 20px;
    font-weight: 600;
}


.client-text{
    margin-left: 35px;
}

.client-text img{
    width: 200px;
    margin-bottom: 15px;
}


.client-text p{
    font-size: 20px;
    font-weight: 600;
    width: 600px;
}

.client-text h4{
    font-weight: 700;
    font-size: 28px;
}

/* End  feedback Area  */


/* Start testimonial Area */


.secondaryColorBg{
    position: relative;
}


.secondaryColorBg:before{
    background-image: url("../img/testimonial-bg.jpg");
    width: 100%;
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: 1;
}

.secondaryColorBg::after{
    background: #0c1417e6;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 2;
    top: 0;
    bottom: 0;
    position: absolute;
}

.secondaryColorBg .container{
    position: relative;
    z-index: 4;
}

.testimonialImg img{
    border-radius: 5px;
}

.testimonailWrap .testimonialImg {
    width: 100%;
    height: 100%;
}

.testimonailWrap .testimonialImg img {
    height: 100%;
    width: 100%;
}

.testimonailWrap .testimonialContent {
    width: 100%;
    overflow: hidden;
    padding: 80px 20px;
    text-align: center;
}

.testimonailWrap h2 {
    font-size: 40px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    color: #fff;
}

.titleDot {
    width: fit-content;
    padding-bottom: 15px;
    position: relative;
}

.titleDot::before {
    content: "";
    background-color: #DFDFDF;
    left: 50%;
    transform: translate(-50%, 50%);
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: 0;
}

.titleDot::after {
    content: "";
    background-color: #DFDFDF;
    left: 50%;
    transform: translate(-50%, 50%);
    position: absolute;
    width: 15px;
    height: 15px;
    border: 4px solid #fff;
    border-radius: 50%;
    bottom: 0;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    display: flex;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.testimonailWrap .tesimonialBox {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
    gap: 15px;
    padding: 0 15px;
}

.testimonailWrap .rating {
    font-size: 30px;
    color: #ffa127;
}

.testimonailWrap .tesimonialBox p {
    font-size: 18px;
    color: #e1e1e1;
    width: 60%;
}

.testimonailWrap .tesimonialBox .profileIcon {
    width: 62px;
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
}

.testimonailWrap .tesimonialBox h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.testimonailWrap .testimonialImg {
    width: 100%;
    height: 100%;
}

.testimonailWrap .testimonialImg img {
    height: 100%;
    width: 100%;
}

.testimonailWrap .titleDot::before {
    background-color: #3554D1;
}

.testimonailWrap .titleDot::after {
    background-color: #3554D1;
}

.testimonailWrap .slick-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
    list-style: none;
    padding-left: 0;
}

.testimonailWrap .slick-dots li {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #000;
    border: 1px solid #DFDFDF;
    cursor: pointer;
}

.testimonailWrap .slick-dots li button {
    font-size: 0;
    border: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: unset;
    margin: 0;
    display: flex;
}

.testimonailWrap .slick-dots li.slick-active {
    background-color: #fff;
    border-color: #fff;
}


.review-cta {
    font-weight: 500;
    margin-top: 50px;
    text-align: center;
    font-size: 30px;
}

/* End testimonial Area */




/* Start  claim rewards Area  */


.claim-rewards{
    padding: 80px;
}

.claim-wrapper h2{
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

.earn.choose-Title h2{
    color: #051036;
    font-weight: 600;
}

.rewards-btn{
    margin-top: 25px;
    margin-bottom: 60px;
}

.rewards-right{
    height: 100%;
}

.rewards-btn .btn-wrapper a {
    text-decoration: none;
    background: #083262;
    display: flex;
    width: 240px;
    height: 65px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.rewards-btn .btn-wrapper a:hover{
    background: #000;
}

.reward-icon img{
    width: 100%;
}

.reward-left-icon img{
    width: 80px;
}

/* End  claim rewards Area  */


/* Start Footer Area  */

.footer{
    background-color: #3554d1;
}

.text-14 {
    font-size: 14px;
}

.copy-right {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 20px 0;
}

.f-row{
    padding-top: 60px;
    padding-bottom: 60px;
}


a:hover {
    text-decoration: none;
}

.footer-copyright p{
    color: #fff;
}

.title-tag{
    color: #fff;
    margin-bottom: 10px;

}

.f-14{
    font-size: 14px;
}

.f-20{
    font-size: 20px;
}

.footer a{
    color: #fff;
    text-decoration: none;
}


.text-16{
    font-size: 16px;
    color: #fff;
} 

.fw-500{
    font-weight: 500;
}


.footer-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu ul li{
    padding-top: 2.5px;
    padding-bottom: 15px;
}

.footer-menu ul li a{
    font-size: 14px;
}

.footer-menu{
    margin-top: 30px;
}

.single-field input {
    border-radius: 4px;
    padding: 17px 20px;
    font-size: 15px;
    letter-spacing: 0.02em;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

input:not([type="range"]), textarea {
    border: 0;
    outline: none;
    width: 100%;
    background-color: transparent;
}

.items-center {
    align-items: center !important;
}

.single-field{
    position: relative;
}

.single-field input{
    border: none;
    background: transparent;
    font-weight: 400;
}
.single-field input::placeholder{
    text-decoration: none;
}

.get-update h5{
    margin-bottom: 30px;
}

.single-field button{
    border: none;
    background: transparent;
    font-weight: 500;
    text-decoration: underline;
    position: absolute;
    right: 10px;
    font-size: 13px;
}


.absolute {
    position: absolute;
}

.h-full {
    height: 100% !important;
}

.social-area h5{
    color: #fff;
    font-size: 14px;
}

.social-area a{
    padding: 0 10px;
}

.social-area a:first-child{
    padding-left: 0;
}


.download-apps{
    background: #4A65D6;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    margin-top: 15px;
    display: flex;
    width: 230px;
}

.icon-apple i{
    font-size: 26px;
}

.icon-play-market i{
    font-size: 26px;
}

.ml-20{
    margin-left: 20px;
}

.text-15{
    font-size: 15px;
}

.icon-apple {
    display: flex;
    align-items: center;
}

.icon-apple,.icon-play-market {
    display: flex;
    align-items: center;
}

/* End Footer Area  */






/********************************************************/
/* over devices **********************************/
/***/ 
@media only screen and (min-width: 1600px){

}

/********************************************************/
/* xxl devices **********************************/
/***/   
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero-col-7 {
        padding-left: 5%;
    }

    .expedia-rewards {
        margin-top: 55px;
    }

    .expedia-slider .logo img {
        width: 150px;
        height: 150px;
    }

    .expedia-intro h1 {
        font-size: 60px;
        margin-bottom: 30px;
    }

    .expedia-slider .wrapper {
        padding: 80px 0;
    }

    .featureIcon {
        margin-bottom: 30px;
    }

    .expedia-slider {
        width: 100%;
        height: auto;
    }


}

/********************************************************/
/* xl devices **********************************/
/***/ 
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
       /* Start SliderArea */

    .hero-col-7 {
        padding-left: 5%;
    }

    .expedia-rewards {
        margin-top: 55px;
    }

    .expedia-slider .logo img {
        width: 150px;
        height: 150px;
    }

    .expedia-intro h1 {
        font-size: 60px;
        margin-bottom: 30px;
    }

    .expedia-slider .wrapper {
        padding: 80px 0;
    }

    .featureIcon {
        margin-bottom: 30px;
    }

    .expedia-slider {
        width: 100%;
        height: auto;
    }

    .expedia-rewards h2 {
        font-size: 45px;
    }

    .expedia-start-btn a {
        font-size: 28px;
    }
    /* End SliderArea */


    .rewards-box h2 {
        font-size: 40px;
    }


    /*  Start feedback Area */
    .client-text p {
        width:100%;
    }


    /* Start Rewards Earn */
    .rewards-box h2 {
        font-size: 40px;
    }

    .thousand-dollor {
        height: auto;
    }

    .earn-offer {
        transform: translate(25px, 40px);
    }


    .feedback-wrapper h2 {
        font-size: 50px;
    }

    .client-text img {
        width: 160px;
    }

    .col-auto {
        margin-bottom: 30px;
    }

}


/********************************************************/
/* lg devices **********************************/
/***/  
@media only screen and (min-width: 992px) and (max-width: 1199px) {

        /* Start SliderArea */

        .hero-col-7 {
            padding-left: 5%;
        }

        .expedia-rewards {
            margin-top: 55px;
        }
    
        .expedia-slider .logo img {
            width: 150px;
            height: 150px;
        }
    
        .expedia-intro h1 {
            font-size: 60px;
            margin-bottom: 30px;
        }

        .expedia-slider .wrapper {
            padding: 80px 0;
        }

        .featureIcon {
            margin-bottom: 30px;
        }

        .expedia-slider {
            width: 100%;
            height: auto;
        }
    
        .expedia-rewards h2 {
            font-size: 45px;
        }
    
        .expedia-start-btn a {
            font-size: 28px;
        }
        /* End SliderArea */


        .rewards-box h2 {
            font-size: 40px;
        }
    
    
        /*  Start feedback Area */
        .client-text p {
            width:100%;
        }
    
    
        /* Start Rewards Earn */
        .rewards-box h2 {
            font-size: 40px;
        }
    
        .thousand-dollor {
            height: auto;
        }
    
        .earn-offer {
            transform: translate(25px, 40px);
        }
    
    
        .feedback-wrapper h2 {
            font-size: 50px;
        }
    
        .client-text img {
            width: 160px;
        }

        .col-auto {
            margin-bottom: 30px;
        }

}
  
/********************************************************/
/* md devices **********************************/
/********************************************************/

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* Start SliderArea */

    
    .expedia-slider .col-xxl-7{
        order: 1;
    }    

    .expedia-slider .col-xxl-5{
        order: 0;
    }
    
    .expedia-right img {
        width: 100%;
        height: 550px;
        object-fit: cover;
    }

    .expedia-rewards {
        margin-top: 55px;
    }

    .expedia-slider .logo img {
        width: 150px;
        height: 150px;
    }

    .expedia-intro h1 {
        font-size: 60px;
        margin-bottom: 30px;
    }

    .expedia-intro{
        margin-top: 30px;
    }

    .hero-col-7 {
        padding-left: 55px;
    }

    .expedia-slider {
        width: 100%;
        height: auto;
    }

    .expedia-rewards h2 {
        font-size: 45px;
    }

    .expedia-start-btn a {
        font-size: 28px;
    }

    .featureIcon {
        margin-bottom: 30px;
    }


    /* End SliderArea */


    /*  Start feedback Area */
    .client-text p {
        width:100%;
    }

    .earn-wrapper {
        width: 100%;
    }

    .earn.choose-Title {
        margin-left: 0;
        margin-bottom: 50px;
    }
    /*  End feedback Area */


    /* Start Rewards Earn */
    .rewards-box h2 {
        font-size: 55px;
        font-weight: 600;
    }

    .thousand-dollor {
        height: auto;
    }

    .earn-offer {
        transform: translate(0px, 26px);
        width: 290px;
    }


    .feedback-wrapper h2 {
        font-size: 50px;
    }

    .client-text img {
        width: 160px;
    }

    .client-text p br{
        display: none;
    }

    .claim-rewards {
        padding: 25px;
    }

    .claim-wrapper h2 br{
        display: none;
    }

    .feedback-info {
        display: block;
    }

    .testimonailWrap .testimonialContent {
        padding: 40px 20px;
    }

    .rewards-btn .btn-wrapper a {
        font-size: 25px;
    }

    .col-auto {
        margin-bottom: 30px;
    }

}
  

/********************************************************/
/* xs devices **********************************/
/********************************************************/
@media (max-width: 767px){


    /* Start Header Area */
   
    .expedia-slider .col-xxl-7{
        order: 1;
    }    

    .expedia-slider .col-xxl-5{
        order: 0;
    }
    
    .expedia-right img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .hero-col-7{
        padding-left: 25px;
    }
    
    .header .col-xxl-6.cs-header{
        display: none;
    }

    .header-title h2 {
        margin-top: 0;
    }

    .header .col-xxl-6{
        display: flex;
    }

    .header-title{
        text-align: end;
    }

    .header .colsm .logo{
        width: 40%;
    }

    .header .colsm .header-left{
        width: 60%;
    }

    /* End Header Area */




    /* Start expedia slider  */

    .expedia-slider .logo img {
        width: 140px;
        height: 140px;
    }

    .expedia-rewards {
        margin-top: 35px;
    }

    .expedia-rewards h2 {
        font-size: 34px;
    }

    .expedia-text {
        margin-left: 0;
        justify-content: center;
    }

    .expedia-rewards {
        display: block;
    }

    .expedia-intro h1 {
        font-size: 45px;
        margin-top: 40px;
    }

    .expedia-slider {
        width: 100%;
        height: auto;
        align-items: center;
    }

    .expedia-start-btn {
        margin-top: 30px;
    }

    .expedia-start-btn a {
        font-size: 22px;
    }
    
    .expedia-intro h1 span::after {
        top: 50px;
    }

    /* End expedia slider  */



    /* Start Rewards Earn */

    .rewards-box h2 {
        font-size: 50px;
        font-weight: 600;
    }

    .thousand-dollor {
        width: 100%;
        padding: 25px;
        height: auto;
    }

    .emoji-area img {
        width: 110px;
    }

    .rewards-text {
        padding-left: 20px;
    }

    .rewards-text h2 br{
        display: none;
    }

    .rewards-text p br{
        display: none;
    }

    .earn.choose-Title {
        margin-left: 0;
        margin-bottom: 50px;
    }

    .earn-wrapper img {
        margin-bottom: 25px;
    }

    

    /* End Rewards Earn */




    /* Start Earn Time */

    .earn-offer{
        background: transparent;
        padding: 25px;
    }

    .earn-offer-inner{
        background: #000;
        padding: 35px;
        border-radius: 50px;
    }


    .earn-offer h2 br{
        display: none;
    }

    /* End Earn Time */
    .earn-wrapper {
        width: 100%;
    }

    .earn-offer {
        width: 100%;
        transform: translate(0px, 0px);
        margin-top: 35px;
        margin-bottom: 30px;
    }


    /* Start feedback Area */
    .feedback-wrapper h2 {
        font-size: 36px;
    }

    .client-thumbs{
        text-align: center;
        margin-bottom: 25px;
    }
    
    .client-text h4 {
        font-size: 24px;
    }

    .client-text img {
        width: 150px;
    }

    .client-text {
        margin-left: 0;
    }

    .client-text p {
        width: 100%;
        font-size: 18px;
    }

    .client-text p br{
        display: none;
    }

    .claim-rewards {
        padding: 25px;
    }

    .claim-wrapper h2 br{
        display: none;
    }

    .feedback-info {
        display: block;
    }

    .testimonailWrap .testimonialContent {
        padding: 40px 20px;
    }

    .rewards-btn .btn-wrapper a {
        font-size: 25px;
    }

    .col-auto {
        margin-bottom: 30px;
    }

    /* End feedback Area */

}
   

/********************************************************/
/* sm devices **********************************/
/********************************************************/

@media only screen and (min-width: 576px) and (max-width: 767px){


}