/* Base CSS */

.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: #000000;
}

body {
    color: #000000;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

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

a:hover {
    text-decoration: none
}


/*---------------------- Header area start ----------------------*/

.menu-close {
    font-size: 22px;
    color: #000000;
    position: absolute;
    top: 18px;
    left: 19px;
    cursor: pointer;
    transition: .4s;
}

.menu-close:hover {
    color: #2AB66A;
}

.offcanvas-area {
    position: fixed;
    right: -100%;
    height: 100%;
    width: 300px;
    background: #F5FCFF;
    z-index: 6;
    padding-top: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    top: 0;
}

.offcanvas-area {
    max-height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 50px;
}

.offcanvas-area::-webkit-scrollbar {
    display: none;
}

.offcanvas-area.active {
    right: 0;
    visibility: visible;
}

.offcanvas-area .main-menu ul li a {
    font-size: 18px;
    color: #000000;
    margin-left: 30px;
    margin-bottom: 18px;
    display: block;
}

.offcanvas-area .main-menu ul li a:hover,
.offcanvas-area .main-menu ul li a[aria-expanded="true"] {
    color: #2AB66A;
}

.offcanvas-menu .main-menu ul {
    display: block;
    padding-top: 94px;
    padding-left: 0;
    margin-bottom: 65px;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 99;
}

.offcanvas-overlay.active {
    opacity: .7;
    visibility: visible;
}

.menu-open {
    font-size: 27px;
    color: #2AB66A;
    display: none;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-left: 20px;
    margin-right: 8px;
}

.offcanvas-menu .common-btn {
    font-size: 17px;
    padding: 9px 30px;
    border-radius: 12px;
}

.subb-menu {
    padding-left: 10px;
}

.offcanvas-area .main-menu .subb-menu a {
    font-size: 16px;
    margin: 0px;
    padding-left: 10px;
    margin-left: 26px;
    margin-bottom: 10px;
}

.offcanvas-area .main-menu .subb-menu a:last-child {
    margin-bottom: 20px;
}

.form__social a {
    color: #fff;
}

.perk__item__thumb img {
    border-radius: 57px;
}

.btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.form__social a:hover {
    color: #f5be5e;
}

.modal .form__social a {
    color: #000;
}

.modal .form__social a:hover {
    color: #f5be5e;
}

.common__btn {
    width: 210px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 5px;
    transition: .3s;
    border: 0;
    outline: none;
    font-size: 18px;
    color: #030303;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 15px;
}

.common__btn.active,
.common__btn:hover {
    background-image: linear-gradient(180deg, #FFAC46 0%, #FEE74F 100%);
}

.common__btn.login {
    max-width: 150px;
}

.header__area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: transparent;
    z-index: 9;
    padding: 35px 0;
}

.logo__main {
    max-width: 530px;
}


/*---------------------- Header area end ----------------------*/


/*---------------------- Hero area start ----------------------*/

.hero__area {
    position: relative;
    background: url(../img/background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-top: 203px;
    overflow: hidden;
}

.lady {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 605px;
	z-index: 0;
}

.man {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 42%;
    z-index: 0;
}

.hero__content__wrapper {
    text-align: center;
    max-width: 815px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.hero__content__box h3 {
    font-size: 44px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    padding: 25px 48px;
    background: #00000078;
    line-height: 1.1;
}

.hero__content__box h3:first-child {
    padding-bottom: 17px;
}

.hero__content__box h3:last-child {
    padding-top: 17px;
}

.hero__content__box h2 {
    font-size: 59px;
    font-weight: 700;
    color: #000;
    background: #fff;
    margin: 0;
    padding: 26px 47px;
    line-height: 1.1;
    text-align: left;
}

.hero__content__box {
    margin-bottom: 59px;
}

.live__stream__thumb {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: -20px;
}


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


/*---------------------- Welcome area start ----------------------*/

.welcome__area {
    position: relative;
    padding: 9px 0;
}

.common__title h2 {
    font-size: 72px;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
    margin-bottom: 30px;
    text-align: center;
}

.map__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 852px;
    z-index: -1;
}

.common__title {
    padding-top: 110px;
    margin-bottom: 125px;
}

.single__perk__item::after {
    position: absolute;
    bottom: 140px;
    left: 0;
    z-index: 0;
    background: #F8EADD;
    border-radius: 22.5848px;
    content: '';
    height: 395px;
    width: 62%;
    display: block;
    right: 0;
    margin: 0 auto;
}

.single__perk__item {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.perk__item__thumb {
    max-width: 420px;
    margin: 0 auto;
    position: relative;
    filter: drop-shadow(-56.462px 67.7544px 169.386px rgba(0, 0, 0, 0.2));
    z-index: 1;
}

.park__title {
    max-width: 493px;
    margin: 0 auto;
    margin-bottom: 6px;
}


/*---------------------- Welcome area end ----------------------*/


/*---------------------- Modal area start ----------------------*/

.modal-content {
    padding: 70px 35px;
    border-radius: 15px;
}

#exampleModal3:not(.show) {
    opacity: 0;
    visibility: hidden;
    display: none !important;
}
#exampleModal2:not(.show) {
    opacity: 0;
    visibility: hidden;
    display: none !important;
}
#exampleModal:not(.show) {
    opacity: 0;
    visibility: hidden;
    display: none !important;
}

.modal.fade.show {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    display: block;
    transform: scale(1);
}

.modal-backdrop.fade:not(.show) {
    opacity: 0;
    visibility: hidden;
}

.modal__header h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 13px;
}

.modal__header {
    margin-bottom: 34px;
}

.single__input__item label {
    font-size: 17px;
    color: #000;
    margin: 0;
    font-weight: 400;
    line-height: 1.2;
    margin-left: 12px;
}

.single__input__item input {
    height: 50px;
    border: 1px solid #A6A6A6;
    box-sizing: border-box;
    border-radius: 5px;
    width: 99%;
    padding: 0 20px;
    color: #9D9D9D;
    font-size: 17px;
    font-weight: 400;
    outline: none;
}

.single__input__item select {
    height: 50px;
    border: 1px solid #8F8F8F;
    box-sizing: border-box;
    border-radius: 5px;
    width: 99%;
    padding: 0 15px;
    color: #9D9D9D;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
}

.single__input__item {
    margin-bottom: 22px;
    position: relative;
}

::-webkit-input-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    opacity: 1;
}

:-ms-input-placeholder {
    opacity: 1;
}

::-ms-input-placeholder {
    opacity: 1;
}

::placeholder {
    opacity: 1;
}

.captcha {
    position: absolute;
    top: 10px;
    max-width: 114px;
    left: 17px;
}

.retry-btn {
    position: absolute;
    right: 15px;
    top: 12px;
    outline: none;
    border: 0;
    background: transparent;
    max-width: 25px;
}

.single__check__item .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single__check__item .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single__check__item input {
    height: 20px;
    width: 20px;
    border: 1px solid #9D9D9D;
    position: relative;
    top: -2px;
    margin-right: 11px;
    cursor: pointer;
}

.form-check label {
    font-size: 17px;
    color: #848484;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}

.form__submit button {
    width: 470px;
    height: 52px;
    background: #F58743;
    border-radius: 7px;
    margin: 0 auto;
    border: 0;
    display: block;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    transition: .3s;
}

.form__submit button:hover {
    background: #000;
}

.single__check__item {
    padding-bottom: 24px;
}

.form__submit {
    padding-top: 20px;
}

.modal__header p {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
}

.modal__header p a {
    color: #f58743;
    text-decoration: none;
    font-weight: 500;
}

.login__form__wrapper {
    max-width: 567px;
    margin: 0 auto;
    margin-top: -8px;
}

.show__btn {
    font-size: 17px;
    color: #9D9D9D;
    font-weight: 400;
    position: absolute;
    top: 11px;
    right: 18px;
    background: transparent;
    outline: none;
    border: 0;
    transition: .3s;
}

.show__btn:hover {
    color: #F58743;
}

.forgot__password a {
    font-size: 17px;
    color: #848484;
    text-decoration: none;
    display: inline-block;
    margin-top: 11px;
    font-weight: 400;
    margin-bottom: 7px;
}

.or__text {
    text-align: center;
    margin-bottom: 33px;
    border-bottom: 1px solid #8f8f8f;
}

.or__text span {
    background: #fff;
    display: inline-block;
    color: #848484;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    top: 13px;
    padding: 0 13px;
}

.form__social {
    display: flex;
    justify-content: center;
}

.form__social a {
    margin: 0 10px;
}


/*---------------------- Modal area end ----------------------*/


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

.footer__area {
    background: linear-gradient(90deg, #BB6000 0.86%, #010101 100%);
    padding: 10px 0;
    position: relative;
}

.footer__area p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}




.footer__links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer__links a {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    transition: .3s;
    margin-right: 6px;
}

.footer__links a:hover {
    color: #ffc20b;
}

.footer__links a span {
    font-size: 30px;
    line-height: 1.1;
    position: relative;
    top: -4px;
}


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