/* 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: #fff;
    font-family: 'HK Grotesk Wide';
}

body {
    color: #fff;
    font-weight: 400;
    font-family: 'HK Grotesk Wide';
    background-color: #1C203A;
}

@font-face {
    font-family: 'HK Grotesk Wide';
    src: url('../fonts/HKGroteskWide-SemiBold.woff2') format('woff2'),
        url('../fonts/HKGroteskWide-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk Wide';
    src: url('../fonts/HKGroteskWide-Regular.woff2') format('woff2'),
        url('../fonts/HKGroteskWide-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk Wide';
    src: url('../fonts/HKGroteskWide-Bold.woff2') format('woff2'),
        url('../fonts/HKGroteskWide-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk Wide';
    src: url('../fonts/HKGroteskWide-Medium.woff2') format('woff2'),
        url('../fonts/HKGroteskWide-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk Wide';
    src: url('../fonts/HKGroteskWide-Light.woff2') format('woff2'),
        url('../fonts/HKGroteskWide-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk Wide';
    src: url('../fonts/HKGroteskWide-ExtraBold.woff2') format('woff2'),
        url('../fonts/HKGroteskWide-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk Wide';
    src: url('../fonts/HKGroteskWide-Black.woff2') format('woff2'),
        url('../fonts/HKGroteskWide-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


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

a:hover {
    text-decoration: none
}


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

.menu-close {
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 18px;
    cursor: pointer;
    transition: .4s;
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-close:hover {
    color: #000;
    background: #fff;
}

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

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

.offcanvas-area .main-menu ul li a {
    font-size: 18px;
    color: #fff;
    display: block;
    transition: .3s;
    padding: 16px 22px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

.offcanvas-area .main-menu ul li:first-child a {
    border-top: 1px solid #fff;
}

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

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

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

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

.menu-open {
    font-size: 27px;
    color: #fff;
    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;
}

.offcanvas-btn a {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    width: 200px;
    height: 60px;
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 auto
}

.offcanvas-btn a:hover {
    background-color: #fff;
    color: #000;
}





.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 5;
    padding: 30px 0;
    background-color: #1C203A;
}

.header__nav ul li a {
    display: inline-block;
    text-decoration: none;
    line-height: 1.1;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 12px;
    margin: 0 40px;
    color: #fff;
    transition: .3s;
}

.header__nav ul li a:hover {
    color: #92EDC7;
}

.header__nav ul li a span {
    font-size: 10px;
    color: #92EDC7;
}

.header__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.header__logo {
    padding: 0 25px;
}


.header__btn {
    position: absolute;
    right: 0;
    top: 19px;
}

.header__btn a {
    width: 123px;
    height: 35px;
    background-color: #35384D;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #92EDC7;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    transition: .3s;
}

.header__btn a:hover {
    color: #35384D;
    background-color: #92EDC7;
}



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



/*---------------------- Hero area start ----------------------*/
.hero__area {
    padding-top: 110px;
}

.hero__thumb {
    margin-top: -233px;
    position: relative;
    z-index: -1;
}

.common__content h6 {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 4px;
}

.common__content h2 {
    font-weight: 800;
    font-size: 94px;
    line-height: 95px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #FFFFFF 4.41%, #92EDC7 96.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: .3px;
}

.common__content__btn a {
    background: #92EDC7;
    border-radius: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #35384D;
    text-decoration: none;
    display: inline-block;
    line-height: 1.2;
    padding: 7px 18px;
    animation: pulse 2s infinite;
}

.common__content__btn a i {
    margin-left: 6px;
}

.common__content__btn {
    padding-top: 40px;
}

.hero__area .container {
    max-width: 1600px;
}

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



/*---------------------- Gang area start ----------------------*/
.gang__area {
    padding-bottom: 80px;
    background-color: #14162980;
    padding-top: 66px;
}

.common__content h4 {
    font-weight: 600;
    font-size: 33px;
    line-height: 43px;
    color: #FFFFFF;
    padding-bottom: 4px;
    padding-top: -1px;
}

.common__content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
    text-align: justify;
}

.gang__main__blk {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.gang__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.gang__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #92EDC7;
    width: 132px;
    height: 35px;
    border-radius: 5px;
    margin: 0px 10px;
    text-decoration: none;
    color: #35384D;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    transition: .3s;
}

.gang__btn a:hover {
    background-color: #35384D;
    color: #fff;
}

/* #outer {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
} */

.nice-number input {
    background-color: #35384C;
    color: #92EDC7;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 7px 10px;
    padding-right: 25px;
    padding-bottom: 9px;
}

.nice-number button {
    background-color: transparent;
    border: none;
    outline: none;
    color: #92EDC7;
    font-size: 0;
    padding: 0;
    position: absolute;
    right: 8px;
    bottom: 4px;
}

.nice-number {
    display: flex;
    justify-content: flex-start;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    width: auto;
    padding-right: 0;
    background: #35384c;
}

.nice-number button::after {
    position: relative;
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    line-height: 1.2;
}

.nice-number button:first-child {
    top: 5px;
    bottom: auto;
    transform: rotate(180deg);
}


/*---------------------- Gang area end ----------------------*/



/*---------------------- Map area start ----------------------*/
.map__area {
    overflow-x: hidden;
}

.map__wrap {
    padding: 180px 0px;
    position: relative;
}

.map__banner__blk {
    position: absolute;
    right: 120px;
    bottom: 0;
    z-index: -1;
    width: 660px;
}

.map__title {
    margin-bottom: -50px;
}

.map__main__blk {
    max-width: 500px;
    height: 200px;
    background-color: #35384D;
    border-radius: 10px;
    margin-top: 125px;
    position: relative;
    z-index: 1;
    padding: 56px;
}

.map__number {
    position: absolute;
    left: -43px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.map__number span {
    width: 87px;
    height: 87px;
    background-color: #181B32;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #92EDC7;
    font-size: 26px;
    font-weight: 700;
    border: 2px solid #92EDC7;
}

.map__single__blk {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.map__single__blk h4 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 13px;
}


.map__single__blk p {
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
}

.number__ghost {
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
}

.map__single__right {
    align-items: start !important;
}

.map__number.map__number__right {
    right: -43px !important;
    left: auto;
}

.map__check {
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.map__check span {
    width: 32px;
    height: 32px;
    background-color: #92EDC7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #262846;
    font-size: 18px;
}

.map__dot {
    right: auto;
    left: -16px;
}

.map__dot span {
    background-color: transparent !important;
    color: #fff !important;
}

.map__dot__right span {
    background-color: transparent !important;
    color: #fff !important;
}

.map__check__left {
    right: auto;
    left: -13px;
}

.map__position {
    position: relative;
    top: 165px;
    left: 90px;
}



.map__rule__one {
    width: 295px;
    height: 2px;
    background-color: #92EDC7;
    position: absolute;
    right: -261px;
    bottom: 24px;
    transform: rotate(33deg);
    z-index: -1;
}

.map__rule__two {
    width: 295px;
    height: 2px;
    background-color: #92EDC7;
    position: absolute;
    left: -261px;
    bottom: 24px;
    transform: rotate(-33deg);
    z-index: -1;
}

.map__rule__three {
    width: 295px;
    height: 2px;
    position: absolute;
    right: -261px;
    bottom: 24px;
    transform: rotate(33deg);
    border-bottom: 2px dashed #fff;
    z-index: -1;
}

.map__rule__four {
    width: 295px;
    height: 2px;
    position: absolute;
    left: -266px;
    bottom: 24px;
    transform: rotate(-33deg);
    border-bottom: 2px dashed #fff;
    z-index: -1;
}

/*---------------------- Map area end ----------------------*/



/*---------------------- Team area start ----------------------*/

.team__area {
    padding: 180px 0px;
    background-color: #14162980;
}

.team__title {
    margin-bottom: 90px;
}

.team__single__blk {
    padding: 10px;
    text-align: center;
}

.team__single__blk h4 {
    font-weight: 800;
    font-size: 25px;
    line-height: 32px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #FFFFFF 4.41%, #92EDC7 96.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: .3px;
    margin-bottom: 10px;
}

.team__single__blk p {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
}

.team__img__blk {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    margin-bottom: 35px;
}

.team__img__blk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.team__img__blk::after {
    position: absolute;
    left: 13px;
    top: 13px;
    width: 100%;
    height: 100%;
    background-color: #35384D;
    content: "";
    z-index: -1;
    border-radius: 10px;
}


/*---------------------- Team area end ----------------------*/



/*---------------------- Join area start ----------------------*/
.join__area {
    padding: 250px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.join__wrapper {
    position: relative;
    z-index: 4;
}

.join__area::after {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/join-bg.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

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

.join__social a {
    margin: 0 20px;
    font-size: 30px;
    display: inline-block;
    text-decoration: none;
}

.join__wrapper span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.42em;
}

/*---------------------- Join area end ----------------------*/



/*---------------------- Footer area start ----------------------*/
.footer {
    padding-top: 115px;
    padding-bottom: 61px;
}

.footer__left h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.footer__left p {
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.77);
}

.footer__right {
    text-align: end;
}

.footer__right p {
    font-weight: 400;
    font-size: 11px;
    line-height: 23px;
    text-align: right;
    color: rgba(255, 255, 255, 0.77);
}

.footer__logo {
    padding-bottom: 10px;
}

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

.header .container {
	padding-right: 44px;
}
.gradient__one {
	background-image: linear-gradient(90deg, #FFF 4.41%, #92EDC7 44.38%) !important;
}
.gradient__two {
	background-image: linear-gradient(90deg, #FFF 34.41%, #92EDC7 66.38%) !important;
	font-size: 80px !important;
}
.gradient__three {
	background-image: linear-gradient(90deg, #FFF 39.41%, #92EDC7 54.38%) !important;
}
.gradient__four {
	background-image: linear-gradient(90deg, #FFF 39.41%, #92EDC7 64.38%) !important;
	letter-spacing: -1px !important;
}

/* Pulse animation for Watch the teaser button */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(146, 237, 199, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(146, 237, 199, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(146, 237, 199, 0);
    }
}

