@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Shrikhand&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Paytone One", serif;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

figure {
	margin: 0;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	text-decoration: none;
	color: #000;
}

ul li,
ol li {
	font-size: 24px;
	line-height: 36px;
	color: #000;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	text-decoration: none;
	color: #000;
}

h1 {
	font-size: 74px;
	line-height: 112px;
	font-weight: 600;
	margin: 0;
}

h2 {
	font-size: 74px;
	line-height: 88px;
	font-weight: 500;
	margin: 0;
}

h3 {
	font-size: 56px;
	line-height: 84px;
	font-weight: 600;
	margin: 0;
}

h4 {
	font-size: 48px;
	line-height: 72px;
	font-weight: 600;
	margin: 0;
}

h5 {
	font-size: 32px;
	line-height: 48px;
	font-weight: 500;
	margin: 0;
}

h6 {
	font-size: 21px;
	line-height: 40px;
	font-weight: 400;
	margin: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-control:focus {
	box-shadow: none;
	border-color: transparent;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

textarea {
	resize: none;
}

/* buttons */
.common-btn {
display: inline-flex
;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 62px;
    padding: 19px 31px;
    border-radius: 7px;
    border: 2px solid #000;
    background: #723899;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 111%;
    text-transform: uppercase;
}

.common-btn:hover {
	background: #000;
	color: #ааа;
	box-shadow: none;
}
/* buttons */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
background: #f8be34;
    box-shadow: 0px 2px 0px 0px #efb600;
    padding: 22px 0;
}

.header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navbar-brand {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.navbar-brand * {
	width: 100%;
}

.header-right-part {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social-media-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.social-media-list ul li:not(:last-child) {
	margin-right: 16px;
}

.social-media-list ul li a {
	width: 62px;
	height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 13.951px;
	border: 0.832px solid #060205;
	background: #EDFFD2;
	box-shadow: 1.663px 1.663px 0px 1.663px rgba(255, 255, 255, 0.28) inset, 4.158px 4.158px 0px 0px rgba(0, 0, 0, 0.10), 1.381px 1.381px 0px 0px #000;
}

.social-media-list ul li a figure {
	display: flex;
	justify-content: center;
	align-items: center;
}

.social-media-list ul li a:hover {
	filter: invert(1) brightness(1) grayscale(1);
	-webkit-filter: invert(1) brightness(1) grayscale(1);
}

.common-btn-block {
	margin-left: 24px;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/* banner */
.banner-section {
    background: #3a0066;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin: 2px 0 0;
}

.banner-content {
	padding: 60px 0 100px 0;
}

.banner-content .row{
	align-items: flex-end;
}

.banner-detail {
	margin: 50px 0 0;
	padding-bottom: 40px;
}

.banner-title * {
color: #FFF;
    font-size: 135px;
    font-weight: 200;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.banner-info {
    width: 100%;
    max-width: 830px;
    color: #FFF;
    font-size: 30.53px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    margin: 15px 0 0;
}

.banner-social-media {
	display: flex;
	margin: 48px 0 0;
}

.banner-social-media .social-media-list ul li:not(:last-child) {
	margin-right: 18px;
}

.banner-social-media .social-media-list ul li a {
	width: 84px;
	height: 84px;
}

.banner-social-media .social-media-list ul li a img {
	width: 35px;
}

.banner-social-media .common-btn-block {
	margin-left: 36px;
}

.banner-social-media .common-btn-block .common-btn {
    color: #fff;
    min-height: 84px;
    padding: 25px 42px;
    font-size: 24.424px;
    border-radius: 9.498px;
    border: 2.714px solid #000;
}

.banner-social-media .common-btn-block .common-btn:hover {
	box-shadow: none;
}

.banner-pando-image {
	display: flex;
	justify-content: flex-end;
	position: relative;
}
/* banner */

/* ticker section */
.ticker-section {
    padding: 30px 0;
    background: #f9ba36;
}

.carouselTicker__list {
	display: flex;
	flex-wrap: nowrap;
}

.ticker-content .carouselTicker__item {
	float: none !important;
	border: none !important;
	margin: 0 30px 0 0 !important;
	white-space: nowrap !important;
}

.ticker-content .carouselTicker__item a {
	display: flex;
	align-items: center;
	flex-wrap: nowrap !important;
	white-space: nowrap !important;
	color: #000;
	font-family: "Alumni Sans", serif;
	font-size: 50px;
	font-style: normal;
	font-weight: 700;
	line-height: 80%;
	text-transform: uppercase;
}

.ticker-content .carouselTicker__item a figure {
	flex: 0 0 auto;
	width: 42px;
	margin-right: 30px;
}
/* ticker section */

/* about section */
.about-section {
    position: relative;
    background: #3a0066;
}

.about-section::before {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.about-bottom-vector {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.about-bottom-vector * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-top-vector {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.about-top-vector * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-content {
	position: relative;
	z-index: 99;
	padding: 70px 0 0;
}

.about-title * {
	text-align: center;
	color: #FFF;
	font-size: 82px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3.28px;
	text-transform: uppercase;
	margin: 0;
}

.about-block {
	margin: 25px 0 0;
}

.about-block .row{
	align-items: flex-end;
}

.about-pando-img {

}

.about-detail {
	color: #FFF;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin: 20px -10px 0 0;
}

.about-detail>*:not(:last-child) {
	margin-bottom: 35px;
}

.about-social-media {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	margin: 38px 0 0;
}

.about-social-media .common-btn-block {
	margin-left: 0;
	margin-right: 32px;
}

.about-social-media .common-btn-block .common-btn {
	min-height: 73px;
	font-size: 21.194px;
	padding: 22px 36px;
}

.about-social-media .social-media-list ul li a {
	width: 73px;
	height: 73px;
}

.about-right-part{
    line-height: 45px;
}
/* about section */

/* buy section */
.buy-section {
    background: #3a0066;
    background-repeat: no-repeat;
    background-size: cover;
}

.grass-bottom-img {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.grass-bottom-img * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.buy-section::before {

}

.buy-content {
	padding: 80px 0;
}

.buy-title * {
    text-align: center;
    color: #FFF;
    font-size: 82px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.28px;
    text-transform: uppercase;
    margin: 0;
}

.buy-block {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 108px auto 0;
}

.buy-wrp {
    position: relative;
    border: 3px solid #232323;
    padding: 85px 40px 40px 40px;
    background: #723899;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.star-img {
	position: absolute;
	top: -53px;
	left: 65px;
}

.buy-wrp-title {
	min-width: 618px;
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px 75px;
	text-align: center;
	position: absolute;
	border: 3.798px solid #232323;
	background: #f9ba36;
	top: -53px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.buy-wrp-title * {
    color: #000000;
    font-size: 50px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.buy-detail {
	color: #fff;
	font-family: "Montserrat", serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 160%;
}

.buy-block>*:not(:last-child) {
	margin-bottom: 128px;
}

.buy-block>*:nth-child(2) {
    padding: 110px 40px 40px 40px;
}

.zigzag-img {
	position: absolute;
	left: -40px;
	top: -80px;
}

.buy-block>*:nth-child(2) .star-img {
	left: auto;
	right: -54px;
	top: 50%;
	transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	-o-transform: translateY(-40%);
}

.cartoon-img {
	position: absolute;
	right: -70px;
	top: -179px;
}

.buy-pando-img {
	position: absolute;
	left: -105px;
	top: -230px;
}

.buy-vector {
	position: absolute;
	bottom: 39px;
	right: -54px;
}

.buy-block>*:last-child {
	padding: 85px 40px 40px 40px;
}

.buy-block>*:last-child .star-img {
	width: 52px;
	top: auto;
	left: 40px;
	bottom: -28px;
}
/* buy section */

/* gallery section */
.gallery-section {
    background: #3a0066;
	position: relative;
}



.gallery-content {
	position: relative;
	padding: 30px 0;
}

.gallery-title * {
	text-align: center;
	color: #FFF;

	font-size: 100px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin: 0;
}

.gallery-block {
	margin: 80px 0 0;
}

.gallery-image {
	width: 100%;
	height: 489px;
	display: block;
	margin-bottom: 28px;
}

.gallery-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-image img {
	border-radius: 15px;
}
/* gallery section */

/* join-us start */
.join-us {
	position: relative;
	background: #01A044;
	z-index: 1;
}

.join-us::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/join-us-shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.join-us-main {
	padding: 103px 0 0 0;
}

.join-us-main .row {
	margin: 0;
}

.join-us-main .row>* {
	padding: 0;
}

.join-us-block {
    margin: 55px 0 0 45px;
}

.join-us-social-media {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.join-us-title * {
	font-size: 200px;
	color: #FFF;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-shadow: 5px 10px 0px rgba(0, 0, 0, 0.90);
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.content-details {
	font-size: 40px;
	color: #FFF;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.90);
	-webkit-text-stroke: 0.5px #000;
	text-transform: uppercase;
	margin: 0 0 48px 0;
}

.join-us-social-media .common-btn-block {
	margin-left: 0;
	margin-right: 34.28px;
}

.join-us-social-media .common-btn {
	font-size: 22px;
	padding: 25px 41px;
}

.join-us-social-media .social-media-list ul li a {
	width: 78px;
	height: 78px;
}

.pando-img {
	margin: 0 -89px 0 auto;
}
/* join-us end */

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/