
.continue-btn{
    background: #FF7500;
    border-radius: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #FEFEFE;
    margin-top: 70px;
}

.continue-btn:hover{
    color: #FEFEFE;
}


.image-head-text{
    color: #FAFAFA;
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 80px;
}

.image-sub-head-text{
    color: #FAFAFA;
    font-style: normal;
    font-weight: 400;
    font-size: 25px !important;
}

.custom-promote-text{
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #00205B;
    line-height: 49px;

}

.circular-title-text{
    color: #FAFAFA;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
}

.custom-card-shop{
    background: #FFA558;
    border-radius: 10px;
    /* height: 502px; */
    padding: 0.5em;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 207, 166, 1) 0%, rgba(255, 207, 166, 1) 15%, rgba(255, 165, 88, 1) 100%);
}


.circular-subtext{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #FAFAFA;
    padding-left: 18px;
    padding-right: 18px;
    padding: 16px;
}

.xt-continue-btn{
    background: #FF7500;
    border-radius: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #FEFEFE;
    margin-top: 58px;
}

.card-continue-btn{
    background: #FF7500;
    border-radius: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #FEFEFE;
    margin-top: 58px;
}

.card-continue-btn:hover{
    color: #FEFEFE;
}

.xt-dispose-btn{
    background: #009A44;
    border-radius: 6px;
    color: #FEFEFE;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin-top: 36px;
}

.xt-dispose-btn:hover{
    color: #FEFEFE;
}

.xt-own-btn{
    color: #FEFEFE;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    background: #00A2D9;
    border-radius: 6px;
    margin-top: 37px;
}

.xt-own-btn:hover{
    color: #FEFEFE;
}

.xt-continue-btn:hover{
    color: #FEFEFE;
}

.custom-card-own{
    background: #59D5FF;
    border-radius: 10px;
    /* height: 502px; */
    padding: 0.5em;
    height: 100%;
    background: linear-gradient(180deg, rgba(167, 233, 255, 1) 0%, rgba(167, 233, 255, 1) 15%, rgba(89, 213, 255, 1) 100%);
}

.custom-card-dispose{
    background: #2ACF73;
    border-radius: 10px;
    /* height: 502px; */
    padding: 0.5em;
    height: 100%;
    background: linear-gradient(180deg, rgba(167, 254, 206, 1) 0%, rgba(167, 254, 206, 1) 15%, rgba(42, 207, 115, 1) 100%);
}

.call-to-action-text{
    font-style: normal;
    font-weight: 600;
    font-size: 3em;
    color: #FAFAFA;
    text-align: center;
}

.call-to-action-container{
/*    background-image: url('../theme/images/landing_homepage_img/call-to-action.png');*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1em;
    padding-top: 180px;
    padding-bottom: 170px;
}

.homepage-banner-container{
    /*background-image: url('../images/landing_homepage_img/home-bg-img.png');*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1em;
    padding: 4.5em;
}

.footer-banner-container{
    background-image: url('../theme/images/landing_homepage_img/footer-bg-img.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1em;
    padding: 4.5em;
    display: flex;
    justify-content: end;
}

.footer-container{
    position: relative;
}

.footer-container-text{
    position: absolute;
    top: 28%;
    left: 55%;
}

.hero-img-container{
    position: relative;
}

.hero-img-container-text{
    /* position: absolute; */
    top: 28%;
    left: 5%;
}

.heroBg {
    background: rgb(255,175,103);
    background: linear-gradient(90deg, rgba(255,175,103,1) 0%, rgba(243,142,69,1) 52%, rgba(231,108,26,1) 100%);
    border-radius: 0.5em;
}

.foot-2-cont{
    background: rgb(255,175,103);
    background: linear-gradient(90deg, rgba(255,175,103,1) 0%, rgba(243,142,69,1) 52%, rgba(231,108,26,1) 100%);
    border-radius: 1em;
}

.heroBGImg{
    height: auto;
}

.landing-video{
  -moz-border-radius: 15px;
  border-radius: 15px;
  height:600px;
}

.footer-text-container{
    padding: 14px;
}

.xircle-banner-img{
    border-radius: 20px;
}


.hero-bg-container {
    background-color: #FFA558;
    border-radius: 20px;
}

.footer-bg-container {
    background-color: #FFA558;
    border-radius: 20px;
}


@media screen and (min-device-width: 768px) and (max-device-width: 1174px) {
    .hero-bg-container {
        padding: 1.5em;
    }

    .image-head-text {
        font-size: 44px;
    }

    .hero-bg-container {
        padding: 1.5em;
    }
}

@media screen and (min-device-width: 300px) and (max-device-width: 570px) {

    .image-head-text {
        font-size: 44px;
    }
}

@media screen and (min-device-width: 349px) and (max-device-width: 900px) {

    .hero-container-text{
        padding: 24px;
    }

    .landing-video{
        height:450pxpx;
    }

}

.advertisement-banner{
    .img {
        display: none !important;
    }
}
.advertisement-banner.slick-initialized {
    .img {
        display: block !important;
    }
}

.shop-landing-banner{
    border-radius: 20px;
}

div#popUpForm {
    position: fixed;
    width: 100%;
    background-color: #00000082;
    top: 0;
    display: none;
    height: 100%;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    z-index: 9;
}

#popContainer {
    width: 850px;
    text-align: center;
    margin: 0 auto;
/*background-color: #bdbdbd;*/
/*
    height: 400px;
*/
/*
    margin-top: 80px;
*/
    padding-left: 10px;
    padding-right: 10px;
}

#popContainer>form>p {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

#close {
    /* border: solid 1px; */
    width: 20px;
    /*padding: 3px;*/
    background-color: #bdbdbd;
    float: right;
    margin: 0px;
    cursor: pointer;
    border-radius: 2px;
    font-weight: bold;
    border-radius: 50px;
    /* top: -11px; */
    position: relative;
    left: -6px;
    top: 32px;
}

