@font-face {
	font-family: 'Modern';
	src: url('../fonts/modern-era-bold-maisfontes.084c/Modern Era.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Modern';
	src: url('../fonts/modern-era-bold-maisfontes.084c/modern-era-bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Guthen';
	src: url('../fonts/guthen_bloots/Guthen Bloots Personal Use.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Fontspring';
	src: url('../fonts/FONNTS.COM-RECOLETA-THIN/FONNTS.COM-RECOLETA-BOLD.OTF') format('opentype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Fontspring';
	src: url('../fonts/FONNTS.COM-RECOLETA-THIN/FONNTS.COM-RECOLETA-SEMIBOLD.OTF') format('opentype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Fontspring';
	src: url('../fonts/FONNTS.COM-RECOLETA-THIN/FONNTS.COM-RECOLETA-MEDIUM.OTF') format('opentype');
	font-weight: 500;
	font-style: normal;
}



@font-face {
	font-family: 'Fontspring';
	src: url('../fonts/FONNTS.COM-RECOLETA-THIN/FONNTS.COM-RECOLETAALT-REGULAR.OTF') format('opentype');
	font-weight: 400;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
}


.navbar-sec {
	width: 100%;
	padding: 20px 0;
	position: absolute;
	z-index: 2;
}

.navbar-sec .logo {
	width: 140px;
}

.navbar-sec .login-btn {
	background-color: #242424;
	color: #fff;
	border: none;
	padding: 12px 60px;
	border-radius: 16px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	cursor: pointer;
	outline: none;
	transition: all 0.3s ease-in;
}

.navbar-sec .login-btn:hover {
	background-color: #D2294B;
}

.banner-section {
	position: relative;
	background: url('../images/banner-bg.png') no-repeat center;
	background-size: 100% 100%;
	position: relative;
}
.banner-section .container{
	padding: 150px 0 100px;
}
/* .banner-section::before {
      content: "";
      position: absolute;
      top: -120px;
      right: -100px;
      width: 120%;
      height: 140%;
      background: linear-gradient(135deg, #ffffff 0%, #F8F4F1 50%, #ece9e4 100%);
      border-radius: 50% 0 0 50% / 30% 0 0 70%;
      transform: rotate(-180deg);
      z-index: 0;
    } */

.banner-section .text-content h5 {
	font-family: 'Guthen', cursive;
	font-size: 45px;
	line-height: 55px;
	font-weight: 400;
	color: #242424;
	margin: 0;
}


.banner-section .text-content h1 {
	font-family: 'Fontspring', serif;
	font-weight: 700;
	font-size: 80px;
	line-height: 90px;
	color: #242424;
	margin: 20px 0;
}

.banner-section .text-content p,
.common-section .text-content p {
	font-family: 'Modern', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #242424;
	max-width: 72%;
	margin: 0;
}

.banner-section .image-card,
.common-section .image-card {
	position: relative;
}

.banner-section .image-card img,
.common-section .image-card img {
	width: 100%;
	height: auto;
	display: block;
}

.banner-section .arrow {
	position: absolute;
	top: -45px;
	left: -70px;
	width: 75px;
}

.common-section {
	padding: 70px 0;
}

.common-section .arrow {
	position: absolute;
	top: -55px;
	right: -70px;
	width: 130px;
}

.common-section .text-content h2 {
	font-family: 'Fontspring', serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	color: #242424;
	margin-bottom: 20px;
}

.common-section .text-content h2 span {
	font-family: 'Guthen', cursive;
	font-weight: 400;
}

.common-section .text-content {
	padding: 30px;
}

.common-section .arrow.middle {
	position: absolute;
	top: 40%;
	left: -15%;
	width: 100px;
}

.footer-section {
	background-color: #242424;
	padding: 50px 0;
	position: relative;
}

.footer-section h3 {
	font-family: 'Modern', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF42;
	margin: 0;
}

.footer-section::before {
	content: "";
	position: absolute;
	top: -124px;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/Union.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/***** Login Modal Section Start *****/

.login-modal .modal-dialog {
	max-width: 1200px;
}

.login-modal .modal-content {
	border: none;
	border-radius: 40px;
	background-color: #fff;
	padding: 15px;
}

.login-container .left-panel {
	background: url(../images/log-image.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 55px;
	color: #fff;
	border-radius: 40px;
}

.login-container .left-panel .text-content {
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.login-container .left-panel h4 {
	font-family: 'Guthen', cursive;
	font-weight: 400;
	font-size: 35px;
	line-height: 45px;
	margin: 0;
}

.login-container .left-panel h2 {
	font-family: 'Fontspring', serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 50px;
	margin: 0;
}


.login-container .left-panel p {
	font-family: 'Modern', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	margin: 0;
	max-width: 70%;
}


.login-container .right-panel {
	padding: 30px 50px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
}

.login-container .right-panel .btnClose {
	position: absolute;
	right: 25px;
	background-color: #fff;
	border: 1px solid #222222;
	color: #222222;
	top: 0px;
	width: 8px;
	height: 8px;
	padding: 8px;
	font-size: 8px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease-in;
}

.login-container .right-panel .btnClose:hover {
	background-color: #D2294B;
	color: #fff;
	border-color: #D2294B;
}



.login-container .right-panel .form-container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.login-container .right-panel .form-container .logo {
	width: 100px;
}

.login-container .right-panel .form-container h2 {
	font-family: 'Fontspring', serif;
	color: #202124;
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
}

.login-container .right-panel .form-container p {
	font-family: 'Modern', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	color: #617072;
}

.login-container .right-panel .form-container .form-label {
	font-family: 'Modern', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #202124;
}

.login-container .right-panel .form-container .form-control {
	background-color: #F8FAFC;
	border: 1px solid #CBD5E1;
	font-family: 'Modern', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #202124;
	border-radius: 12px;
	padding: 12px;
}

.login-container .right-panel .form-container .form-control:hover {
	border-color: #D2294B;
	transition: all 0.3s ease-in;
}

.login-container .right-panel .form-container .form-control:focus {
	box-shadow: none;
}

.login-container .right-panel .form-container .form-check-input {
	border: 1px solid #94A3B8;
	margin: 0;
}


.login-container .right-panel .form-container .form-check-input:checked {
	background-color: #F99B34;
	border-color: #F99B34;
}

.login-container .right-panel .form-container .form-check-input:focus {
	box-shadow: none;
}

.login-container .right-panel .form-container .rememberText {
	font-family: 'Modern', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #202124;
}

.login-container .right-panel .form-container .forgetText {
	font-family: 'Modern', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #D2294B;
	text-decoration: none;
}

.login-container .right-panel .form-container .commonBtn {
	background-color: #242424;
	padding: 10px 15px;
	width: 100%;
	border-radius: 16px;
	font-family: 'Modern', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin-top: 60px;
	outline: none;
	border: none;
	transition: all 0.3s ease-in;
}

.login-container .right-panel .form-container .commonBtn:hover {
	background-color: #D2294B;
}


/***** Login Modal Section End *****/
.registerText {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.registerLink {
    color: #dc3545;
    text-decoration: none;
    font-weight: 500;
}

.registerLink:hover {
    color: #bb2d3b;
    text-decoration: underline;
}

.error-text {
    color: #d90429;
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    padding: 0;
    margin-top: 6px;
}
/***** Login Modal Section End *****/
