@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');
/* font-family: 'Poppins', sans-serif; */

html {
	height: 100%;
}

body {
	font-family: 'Poppins', sans-serif;
	background-color: #fff;
	color: #000000;
	height: 100%;
	background-image: url("../images/banner-img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	/* background-position: center; */
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	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;
}

.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: 18px;
	line-height: 30px;
	color: inherit;
}
p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	text-decoration: underline;
	color: #BBEADD;
}

.banner-title {
	font-weight: 700;
	font-size: 65px;
	line-height: 85px;
	text-align: center;
	color: #FFFFFF;
}

.banner-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	text-decoration: none;
}

.banner-detail {
	font-weight: 500;
	font-size: 25px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
}

.banner-detail * {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	text-decoration: none;
}

.common-detail {
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
}

.common-detail * {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: #FFFFFF;
}

.section-title {
	font-weight: 700;
	font-size: 55px;
	line-height: 55px;
	color: #fff;
}

.section-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.btn {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	
}

.btn-pink {
	background: linear-gradient(94.82deg, #FE5D25 0.84%, #FE248A 98.96%);
	padding: 18px 53px 18px 30px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	position: relative;
}

.btn-pink::after {
    content: "";
	background-image: url("../images/arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
    color: #000;
    position: absolute;
    top: 50%;
    width: 24.66px;
    height: 24.73px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -50%);
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-pink:hover {
	opacity: 0.8;
	color: #000000;
}


/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

.banner-section {
    position: relative;
    min-height: 100%;
    padding: 0 84px 84px;
}

.banner-section:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0,0.4);
    z-index: -1;
}

.main-banner {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* width: calc(100% - 160px); */
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 80px;
}

.banner-section .navbar-brand {
    position: absolute;
    top: 0;
    left: 50%;
    width: 106px;
    height: 106px;
    margin-top: -50px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}

/* .main-banner:before {
    position: absolute;
    content: "";
    left: 80px;
    right: 80px;
    top: 80px;
    bottom: 80px;
	background: rgba(0, 0, 0,0.4);
} */

/* .banner-section .banner-image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    font-family: 'object-fit: cover';
    object-position: center top;
} */

.banner-section .banner-content,
.modal-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.main-banner.active .banner-section:before {
	background: rgba(0, 0, 0,0.8);
}

.banner-section .banner-content .banner-detail {
	padding: 40px 0 60px 0;
}

.banner-app-btn {
	display: flex;
    align-items: center;
    padding: 15px 0 0;
	margin-top: 60px;
	justify-content: center;
}

.banner-app-btn .btn {
	padding: 15px 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	box-shadow: 0px 0px 15.6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
	border: none;
	border-color: unset;
	box-shadow: none;
	background-color: #fff;
}

.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible {
	box-shadow: none;
	background-color: #fff;
}

.banner-app-btn .btn img {
    margin: 0 14px 0 0;
    flex: 0 0 15%;
}

.banner-app-btn .app-detail p {
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	margin: 0;
}

.banner-app-btn .app-detail {
	margin-left: 15px;
	text-align: left;
}

.banner-app-btn .app-detail span {
	font-weight: 500;
	font-size: 25px;
	line-height: 25px;
	color: #000000;
}

.banner-app-btn .btn:first-child {
    margin-right: 35px;
}

.main-banner.active .banner-content {
	display: none;
}

.main-banner.active .modal-wrapper {
    display: block;
    padding: 70px 0 0 0;
}

.main-banner .banner-content {
    display: block;
    padding: 178px 0;
}

.main-banner .modal-wrapper {
	display: none;
}

.modal-inner-detail .common-detail p {
	padding-top: 20px;
	text-align: center;
	margin: 0;
}

.common-inner .common-detail p {
	text-align: left;
}

.common-inner .common-detail span {
	text-align: right;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.common-bottom-detail {
	padding: 50px 0;
}

.common-bottom-detail .row {
	margin: 0 -75px;
}

.common-bottom-detail .row>* {
	padding: 0 75px;
}

.close-btn {
	position: absolute;
    right: 0;
    top: 50px;
	cursor: pointer;
}

.close-btn span:first-child {
	top: 5px;
	transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg); 
	-ms-transform: rotate(45deg); 
	-o-transform: rotate(45deg); 
}

.close-btn span { 
	background-color: #fff;
	position: relative;
	width: 25px;
	height: 3px; 
	display: block;
	margin-bottom: 5px; 
	transition: 0.5s; 
	-webkit-transition: 0.5s; 
	-moz-transition: 0.5s; 
	-ms-transition: 0.5s; 
	-o-transition: 0.5s; 
}

.close-btn span:last-child { 
	top: -3px; 
	transform: rotate(-45deg); 
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg); 
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg); 
}

.close-btn span:last-child {
	margin-bottom: 0;
}




/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/

   
   