/* Base CSS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #ffffff;
}

body {
    color: #ffffff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    background-color: #010101;
    max-width: 760px;
    margin: 0 auto;
}

.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

.container {
    max-width: 100%;
}


/*---------------------- Hero area start ----------------------*/
.hero__area {
    background: url(../img/bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 18px 0;
    z-index: 1;
    position: relative;
}

.hero__area::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: '';
    opacity: .75;
    z-index: -1;
}

.hero__slide__item {
    text-align: center;
    max-width: 310px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.site__logo {
    margin-bottom: 30px;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 10px;
    letter-spacing: .5px;
}

.hero__slider__wrapper p {
    font-size: 12px;
    line-height: 1.3;
    opacity: .9;
    letter-spacing: .4px;
}

.hero__slider__wrapper.owl-carousel .owl-dots {
    display: flex !important;
    justify-content: center;
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.owl-dots button {
    display: inline-block;
    height: 9px;
    width: 9px;
    background: #fff !important;
    border-radius: 50px;
    margin: 0 4px;
    transition: .3s !important;
}

.owl-dots button.active {
    width: 21px !important;
}

.pagetop__bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.pagetop__bar p {
    font-weight: 600;
    margin: 0;
}

.pagetop__bar a {
    font-size: 24px;
    left: 0;
    top: 0;
    position: absolute;
    color: #fff;
    display: inline-block;
    line-height: 1;
}

.hero__contact__btns {
    display: flex;
    flex-wrap: wrap;
}

.hero__contact__btns a {
    width: auto;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 1.3;
    margin-right: 11px;
    margin-top: 8px;
}

.hero__contact__btns a span {
    position: relative;
    left: -9px;
    top: -1px;
}

.hero__content__wrapper {
    padding-top: 105px;
}

.feedback__hero__thumb {
    max-width: 260px;
    height: 150px;
    border: 2px solid #fff;
    border-radius: 5px;
}

.feedback__hero__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback__hero__wrapper {
    padding-top: 9px;
    margin-bottom: 3px;
}

.feedback__content__wrapper h5 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 3px;
}

.feedback__content__wrapper h5 b {
    font-weight: 700;
}

.feedback__content__wrapper p {
    font-size: 13px;
    color: #fff;
    opacity: .7;
    margin-bottom: 2px;
}

.current__rating__wrapper {
    display: flex;
    align-items: center;
    margin-top: 13px;
}

.current__rating__wrapper p {
    font-size: 11px;
    margin-right: 11px;
    position: relative;
    top: 1px;
}

.current__rating__star i {
    font-size: 15px;
    margin-right: 1px;
}

/*---------------------- Hero area end ----------------------*/


/*---------------------- Feedback area start ----------------------*/

.feedback__rating__card {
    height: 70px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 3px 30px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-bottom: 13px;
    padding: 23px 21px;
    justify-content: space-between;
}
.features__wrapper {
	margin-bottom: -14px;
}
.feedback__rating__card p {
    font-size: 17px;
    margin: 0;
    margin-right: 10px;
}

.feedback__rating__card__star {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 24px;
}

.feedback__rating__card__star i {
    margin-left: 9px;
    cursor: pointer;
    font-weight: 300;
}

.feedback__content__wrapper {
    padding-top: 5px;
}

.feedback__input__item {
    margin-bottom: 15px;
}

.feedback__input__item label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 9px;
}

.feedback__input__item textarea {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 3px 30px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    border: 0;
    outline: none;
    padding: 13px 15px;
    resize: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 5px;
    height: 155px;
}

.feedback__input__item p {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
    text-align: right;
    margin: 0;
    font-weight: 400;
    letter-spacing: .3px;
}

.upload__wrapper {
    min-height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px dashed rgba(255, 255, 255, 0.6);
    box-sizing: border-box;
    box-shadow: 0px 3px 30px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 17px 10px;
    text-align: center;
    margin-bottom: 10px;
}

.upload__wrapper span {
    display: block;
    text-align: center;
    margin-bottom: 2px;
}

.upload__wrapper button {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: transparent;
    border: 0;
    text-align: center;
    outline: none;
}

.form__submit {
    padding-top: 20px;
    padding-bottom: 3px;
}

.form__submit button {
    width: 100%;
    height: 60px;
    background: #5C5C5C;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
}

/*---------------------- Feedback area end ----------------------*/


/*---------------------- Sign Up area start ----------------------*/
.hero__area.signup--hero {
    min-height: 230px;
}

.reward__card {
    background: #333333;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding: 29px 17px;
    padding-top: 0;
    margin-bottom: 20px;
}

.reward__card__logo {
    top: -53px;
    position: relative;
    z-index: 2;
    margin-bottom: -67px;
    height: 130px;
}

.reward__card h3 {
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 6px;
}

.reward__card h6 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    opacity: .6;
    margin-bottom: 10px;
}

.reward__card p {
    font-size: 13px;
    margin: 0;
}

.reward__area {
    position: relative;
    z-index: 2;
    margin-top: -127px;
}

.common__card {
    background: #333333;
    box-shadow: 0px 3px 30px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 20px;
}

.card__inner {
    padding: 15px 15px;
}

.common__card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1.1;
    padding-top: 3px;
    margin-bottom: 15px;
}

.card__inner__btns a {
    display: flex;
    background: #5C5C5C;
    box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-bottom: 9px;
    height: 62px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 10px 24px;
}

.card__inner__btns a span {
    min-width: 15px;
    margin-right: 13px;
    text-align: center;
    position: relative;
    top: -1px;
}

.card__inner__btns {
    padding: 0px 10px;
}

.card__title p {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    opacity: .7;
    margin-top: -5px;
    margin-bottom: 12px;
}

.single__option__item {
    border-top: 1px solid #9C9FB047;
    padding: 16px 0;
    display: flex;
}

.single__option__thumb {
    flex: 0 0 auto;
    margin-right: 13px;
}

.single__option__content a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 4px;
}

.single__option__content p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    opacity: .7;
    margin: 0;
}

.card__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 10px 10px;
    padding: 12px 0;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.card__btn a span {
    margin-right: 10px;
}

.s-1 {
    position: absolute;
    left: 12px;
    top: 11px;
}

.s-2 {
    position: absolute;
    right: 12px;
    bottom: 11px;
}

/*---------------------- Sign Up area end ----------------------*/


/*---------------------- Menu area start ----------------------*/

.menu__area ul {
    display: block;
    padding: 0;
    list-style: none;
    margin: 0;
}


.menu__area ul li a {
    display: flex;
    position: relative;
    padding: 14px 21px;
    border-top: 1px solid #FFFFFFAD;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    transition: .3s;
    line-height: 1.7;
    height: 62px;
    align-items: center;
    text-transform: uppercase;
}

.accordion-button {
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    background: transparent;
    display: flex;
    position: relative;
    padding: 14px 21px;
    border-top: 0;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    transition: .3s;
    line-height: 1.7;
    height: 62px;
    align-items: center;
    text-transform: uppercase;
}

.accordion-item:last-child .accordion-button {
    border-bottom: 0;
}

.collapse.show {
    background-color: #333;
}

.menu__area ul li:last-child a {
    border-bottom: 1px solid #FFFFFFAD;
}

.menu__area ul li a span, .accordion-button span {
	display: inline-block;
	min-width: 32px;
	text-align: center;
	margin-right: 18px;
	font-size: 23px;
}

.menu__area ul li a i, .accordion-button i {
    position: absolute;
    right: 19px;
    top: 40%;
    font-size: 14px;
    transition: .3s;
}

.menu__area ul li a:hover i, .accordion-button:hover i {
    right: 15px;
}

.accordion-button:not(.collapsed) i {
    transform: rotate(90deg)
}

.single__feature__item {
    width: 105.67px;
    min-height: 88px;
    background: #000000;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    padding: 13px 5px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.single__feature__item span {
    min-height: 43px;
    margin-bottom: 8px;
    display: block;
}

.single__feature__item p {
    font-size: 10px;
    color: #fff;
    opacity: .7;
    line-height: 1.1;
    margin: 0;
}

/*---------------------- Menu area end ----------------------*/


/*---------------------- Footer area start ----------------------*/

.footer__area {
    padding: 14px 0;
    text-align: center;
}

.footer__area p {
    font-size: 13px;
    margin: 0;
    font-weight: 300;
    line-height: 1.4;
    opacity: .7;
    letter-spacing: .3px;
    display: flex;
    justify-content: center;
}

.footer__area p span {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
}

/*---------------------- Footer area end ----------------------*/