/************** For All Sizes ***************/
@font-face {
    font-family: Butler;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/Butler_Ultra_Light.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: italic;
    font-weight: 200;
    src: url("../fonts/Butler_Ultra_Light_Stencil.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Butler_Light.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/Butler_Light_Stencil.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Butler_Regular.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/Butler_Regular_Stencil.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Butler_Medium.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: italic;
    font-weight: 500;
    src: url("../fonts/Butler_Medium_Stencil.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Butler_Bold.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: italic;
    font-weight: 600;
    src: url("../fonts/Butler_Bold_Stencil.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Butler_ExtraBold.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/Butler_ExtraBold_Stencil.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Butler_Black.otf") format("opentype");
}
@font-face {
    font-family: Butler;
    font-style: italic;
    font-weight: 800;
    src: url("../fonts/Butler_Black_Stencil.otf") format("opentype");
}
@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/Gilroy-Thin.otf") format("opentype");
}
@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Gilroy-Light.otf") format("opentype");
}
@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Gilroy-Regular.otf") format("opentype");
}
@font-face {
    font-family: Gilroy;
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/Gilroy-RegularItalic.otf") format("opentype");
}
@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Gilroy-Medium.otf") format("opentype");
}
@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Gilroy-Semibold.otf") format("opentype");
}
@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Gilroy-Bold.otf") format("opentype");
}
@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Gilroy-ExtraBold.otf") format("opentype");
}
@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/Gilroy-Black.otf") format("opentype");
}
body,html{
	width: 100%!important;
	scroll-behavior: smooth;
	height: 100%;
}
h1,h2,h3,h4,h5,h6,span,a,p,li{
	color: black;
	font-family: Gilroy;
}
.special-font{
	color: rgb(222,110,0);
}
@media (min-width: 769px){
	.show-small{
		display: none!important;
	}
}
@media (max-width: 768px){
	.show-big{
		display: none!important;
	}
}
.container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.nav-menu{
	background-color: rgba(255,255,255,0.9);
	position: fixed;
	top: 20px;
	left: 5%;
	z-index: 10;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 90%;
	padding: 10px 5%;
	margin: 0 auto;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}
.nav-menu-tab{
	min-height: 50px;
	flex-direction: column;
	display: flex;
	justify-content: center;
	font-size: 16px;
	color: black;
	font-weight: 500;
	text-align: center;
	min-width: 170px;
	cursor: pointer;
}
.nav-menu-tab:hover{
	text-decoration: none;
	color: black;
	font-weight: 700;
}
.left__menu{
	z-index: 100;
	width: 100%;
	position: fixed;
	right: 0;
	top: 0;
	background-color: white;
	height: 100%;
	display: none;
	transition: width 0.1s height 1s ease-in 2s;
}
.x-button{
	font-size: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.link{
	cursor: pointer;
}
.link-div{
	border-bottom: 2px solid rgb(222,110,0);
	text-align: center;
	padding: 20px;
}
.link-div:first-child{
	border-top: 2px solid rgb(222,110,0);
	border-bottom: 2px solid rgb(222,110,0);
	text-align: center;
	padding: 20px;
}

.collapse-link{
	color: black;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
.collapse-link:hover{
	color: black;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
.col-logo-pad{
	margin-top: 30px;
	margin-bottom: 30px;
}
.container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.row{
	margin-right: 0;
	margin-left: 0;
}
.content-middle{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sub-title-div{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.middle-line{
	margin-left: 10px;
	width: 80px;
	border: 1px solid black;
}
li button{
	visibility: hidden;
}
.slick-dots{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.slick-next , .slick-prev{
	background-color: transparent;
	border-radius: 0;
	border:0; 
}
.slick-next:focus{
	outline: 0;
}
.slick-prev:focus{
	outline: 0;
}
.right-arrow , .left-arrow{
	color: black;
	width: 20px;	
}
.section3-image{
	width: 100%;
}
label{
	display: inline-flex;
}

/************* New Size Perminant Classes *************/
/************************************************/
@media (min-width: 1400px){
	.padding-1{
		padding: 100px 15%;
	}
}
@media (min-width: 992px) and (max-width: 1400px){
	.padding-1{
		padding: 100px 10%;
	}
}
@media (min-width: 769px) and (max-width: 991px){
	.padding-1{
		padding: 80px 7.5%;
	}
}
@media (min-width: 576px) and (max-width: 768px){
	.padding-1{
		padding: 80px 30px;
	}
}
@media (max-width: 575px){
	.padding-1{
		padding: 80px 10px;
	}
}
@media (min-width: 769px){
	.logo-width{
		min-width: 200px;
		max-width: 201px;
		min-height: 49px;
		max-height: 50px;
	}
	
}
@media (min-width: 576px) and (max-width: 768px){
	.logo-width{
		min-width: 200px;
		max-width: 201px;
		max-height: 50px;
	}	
}
@media (max-width: 575px){
	.logo-width{
		min-width: 200px;
		max-width: 201px;
		max-height: 45px;
	}	
}

.left-arrow{
	position: absolute;
	top:50%;	
	transform: translateY(-50%);
	z-index: 1;	
}
.right-arrow{
	position: absolute;
	top:50%;
	left: 90%;
	transform: translateY(-50%);
	z-index: 1;
}

.nav-pos{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
#footer{
	padding-top: 0;
	padding-bottom: 0;
	background-color: rgb(10,39,44);
}
.footer-text-div{
	padding: 30px;
	text-align: center;
	border-top: 1px solid rgb(167,167,167);
}
.footer-text{
	color: rgb(167,167,167);
	font-size: 1rem;
	font-weight: 600;
}
@media (max-width: 768px){
	.nav-pos-col{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}	
}
.np{
	padding: 0!important;
}
/************** new classes ***************/
/************ First Section *****************/
@media (min-width: 769px){
#first-section{
		background-image: url('../assets/bg-img.png');
		min-height: 50vh;
		background-position: top;
		background-size: contain;
		background-repeat: no-repeat;
		background-color: rgb(250,246,241);
	}
}
@media (min-width: 576px) and (max-width: 768px){
	#first-section{
		background-image: url('../assets/bg-img-mob.png');
		min-height: 50vh;
		background-position: top;
		background-size: contain;
		background-repeat: no-repeat;
		background-color: rgb(250,246,241);
	}	
}
@media (max-width: 575px){
	#first-section{
		background-image: url('../assets/bg-img-mob.png');
		min-height: 35vh;
		background-position: top;
		background-size: contain;
		background-repeat: no-repeat;
		background-color: rgb(250,246,241);
	}
}

/*********************************************/
/************ Second Section *****************/
#second-section{
	background-color: rgb(250,246,241);
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
}
@media (max-width: 575px){
	#second-section{
		min-height: auto!important;
	}
}
@media (min-width: 769px){
	#second-section .section-title{
		font-size:4rem;	
	}
	.section-title{
		font-size:3.5rem;
		font-weight: 500;
		font-family: Butler;
		margin-bottom: 30px!important;
		line-height: 1.5;
	}
	.section-sub-title{
		font-weight: 600;
		font-size: 2rem;
		margin-bottom: 25px;
	}	
}
@media (min-width: 576px) and (max-width: 768px){
	.section-title{
		font-size:3rem;
		font-weight: 500;
		font-family: Butler;
		margin-bottom: 30px!important;
		line-height: 1.5;
	}
	.section-sub-title{
		font-weight: 600;
		font-size: 1.5rem;
		margin-bottom: 25px;
	}	
}
@media (max-width: 575px){
	.section-title{
		font-size:2.25rem;
		font-weight: 500;
		font-family: Butler;
		margin-bottom: 30px!important;
		line-height: 1.5;
	}
	.section-sub-title{
		font-weight: 600;
		font-size: 1.25rem;
		margin-bottom: 25px;
	}	
}
@media (max-width: 330px){
	.section-title{
		font-size: 1.8rem;
	}
}
#second-section .section-title{
	color: rgb(10,39,44);
	margin: 0 auto;
}
#second-section .section-sub-title{
	color: rgb(222,110,0);
}
@media (min-width: 1750px){
	#second-section .section-title{
		width: 60%;	
	}	
}
@media (min-width: 1100px) and (max-width: 1749px){
	#second-section .section-title{
		width: 80%;	
	}	
}
@media (max-width: 1099px){
	#second-section .section-title{
		width: 100%;	
	}	
}
/*********************************************/
/************ Third Section *****************/
@media (min-width: 769px){
#third-section{
	background-image: url('../assets/bg-section2.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: auto;
	background-color: rgb(10,39,44);
}
}
@media (max-width: 768px){
	#third-section{
		background-color: rgb(10,39,44);	
	}
}
@media (min-width: 500px) and (max-width: 769px){
	#third-section .img-block{
		padding-left: 80px;
	}	
}
@media (max-width: 499px){
	#third-section .img-block{
		padding-left: 30px;
	}
}
#third-section .section-content{
	width: 75%;
}
.section-content{
	line-height: 2;
	font-weight: 300;
	font-size: 1.15rem;
	margin-bottom: 25px;
}
@media (max-width: 575px){
	.section-content{
		line-height: 1.6!important;
		font-size: 1.1rem!important;

	}
	#third-section .section-content{
		width: 100%!important;
		margin-bottom: 50px!important;
		text-align: center!important;
	}	
	#third-section .section-title{
		text-align: center!important;
	}
}
@media (max-width: 330px){
	.section-content {
		font-size: 0.9rem!important;
	}
}
@media (max-width: 769px){
	
	#third-section .section-content{
		text-align: center!important;
		width: 100%!important;
		margin-bottom: 50px!important;
	}	
	#third-section .section-title{
		text-align: center!important;
	}
}
#third-section .section-title , #third-section .section-content{
	color: white;
}
.small-square{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.big-square{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#square-1{
	background-color: rgb(226,159,79);
}
#square-2{
	background-color: rgb(250,246,241);
}
#square-3{
	background-color: rgb(61,93,98);
}

.step-title{
	font-size: 1.1rem;
	font-weight: 500; 
	margin-bottom: 20px;
}
#square-1 .step-number , #square-1 .step-title{
	color: rgb(250,246,241);
}
#square-3 .step-number , #square-3 .step-title{
	color: rgb(250,246,241);
}
#square-2 .step-number , #square-2 .step-title{
	color: rgb(10,39,44);
}
#square-3 .step-number{
	font-size: 7.5rem;
}
.step-number{
	font-size: 4rem;
	font-weight: 700; 
}	


.steps-text-div{
	text-align: center;
}
.steps-wave{
	position: relative;
	top: 100px;
	left: -70px;
}
.steps-link-div{
	padding: 15px 0;
	border-top: 1px solid rgb(175,175,175);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.step-link{
	text-decoration: none;
	color: rgb(175,175,175);
	font-size: 1.25rem;
	font-weight: 600;
}
.step-link:hover{
	text-decoration: none;
	font-weight: 700;
	color: rgb(175,175,175);
}
@media (max-width: 575px){
	#square-3 .step-number{
		font-size: 6rem!important;
	}
	.step-number{
		font-size: 3rem!important;
		font-weight: 700; 
	}
	.steps-wave{
		position: relative;
		top: 10px!important;
		left: -50px!important;
	}
	.step-link{
		font-size: 0.9rem!important;
	}
	.step-title{
		font-size: 0.95rem!important;
	}
}
/*********************************************/
/************ Third Section *****************/
#fourth-section{
	background-color: rgb(10,39,44);
}
#fourth-section .section-title , #fourth-section .section-content{
	color: white;
}
#fourth-section .section-content{
	width: 75%;
}
.usp-box{
	padding-right: 30px;
	min-height: 100%;
}
.usp-img{
	margin-bottom: 30px;
}
.usp-title{
	color: white;
	margin-bottom: 20px!important;
	font-weight: 500!important;
}
.usp-content{
	color: white;
	line-height: 1.8;
	font-size: 1.15rem;
	font-weight: 200;
	margin-bottom: 50px;
}
@media (max-width: 991px){
	#fourth-section .section-content{
		text-align: center!important;
		margin-bottom: 50px!important;
		margin: 0 auto;
	}
	#fourth-section .section-title{
		text-align: center!important;
	}
	.usp-box{
		text-align: center!important;
		padding: 0!important;
	}
}
@media (max-width: 575px){
	.usp-content{
		line-height: 1.5!important;
		font-size: 1rem!important;
	}
	#fourth-section .section-content{
		width: 100%!important;
	}
}

/*********************************************/
/************ Fifth Section *****************/
#fifth-section{
	background-color: rgb(250,246,241);
}
#fifth-section .section-content{
	width: 75%;
}
#fifth-section .section-content , #fifth-section .section-title{
	color: rgb(10,39,44);
}
.services-box{
	padding: 25px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid rgb(224,224,224);
}
.services-box:last-of-type{
	border-bottom: 0;
}
.services-left-side{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;	
}
.services-icon{
	max-width: 80px;
	max-height: 80px;
	margin-right: 30px;
}
.services-text-div{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.services-title{
	font-weight: 600;
	font-size: 1.75rem;
	margin-bottom: 20px;
	color: rgb(10,39,44);
}
.services-content{
	font-size: 1.1rem;
	color: rgb(10,39,44);
	font-weight: 500;
}
.services-arrow-div{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.services-arrow{
	margin-left: 30px;
}
@media (max-width: 575px){
	.services-icon{
		margin-right: 10px!important;
	}
	.services-title{
		font-size: 1.25rem!important;
	}
	.services-content{
		font-size: 0.85rem!important;
	}
	.services-arrow{
		margin-left: 10px!important;
	}
	#fifth-section .section-content{
		width: 100%!important;
	}
}
@media (max-width: 991px){
	#fifth-section .section-content , #fifth-section .section-title{
		text-align: center;
	}
	#fifth-section .section-content{
		margin: 0 auto;
		margin-bottom: 50px;
	}
}
/*********************************************/
/************ Sixth Section *****************/
#sixth-section{
	background-color: rgb(10,39,44);
}
.form-text-div{
	width: 75%;
}
.stars-img-div{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
#sixth-section .section-content , #sixth-section .section-title{
	color:white;
}
#sixth-section .section-content{
	margin-bottom: 50px!important;
}
@media (min-width: 769px) {
	.section-pretitle {
		font-size: 3.3rem;
		font-weight: 500;
		font-family: Butler;
		margin-bottom: 30px!important;
		line-height: 1.5;
		color:white;
	}
}
@media (min-width: 576px) and (max-width: 768px){
	.section-pretitle{
		font-size:3rem;
		font-weight: 500;
		font-family: Butler;
		margin-bottom: 30px!important;
		line-height: 1.5;
		color:white;
	}
}
@media (max-width: 575px){
	.section-pretitle{
		font-size:2.25rem;
		font-weight: 500;
		font-family: Butler;
		margin-bottom: 30px!important;
		line-height: 1.5;
		color:white;
	}
}
@media (max-width: 330px){
	.section-pretitle{
		font-size: 1.8rem;
	}
}
.form-text{
	color: rgb(250,246,241);
	text-transform: uppercase;
}
@media (max-width: 991px){
	.form-text-div{
		width: 100%!important;
	}
	#sixth-section .section-content , #sixth-section .section-title, #sixth-section .section-pretitle {
		text-align: center!important;
	}
	.stars-img{
		display: none!important;
	}
}
@media (max-width: 330px){
	#sixth-section .section-content a {
		font-size: 0.9rem!important;
	}
}
.form-control{
	border-right: 0!important;
	border-top: 0!important;
	border-left: 0!important;
	background-color: transparent!important;
	border-bottom:2px solid white!important;
	border-radius: 0!important;
	font-weight: 600!important;
	color: rgb(224,224,224)!important;
}
/*.form-group {*/
/*	position: relative;*/
/*}*/
label.error {
	color: #E33434;
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	/*position: absolute;*/
	/*bottom: -24px;*/
}
.cta-btn{
	color: white;
	min-width: 200px;
	max-width: 210px;
	padding: 10px;
	text-align: center;
	background-color: rgb(226,159,79);
	font-size: 16px;
	font-weight: 600;
	border-radius: 0;
	min-height: 70px;
	border:none;
	margin-top: 50px;
}
.cta-btn:hover{
	font-weight: 700;
	background-color: rgb(226,159,79);
	color: white;
	border:none;
}
/******************************************************/
/************ Services First Section *****************/
@media (min-width: 769px){
	#services-first-section{
		background-color: rgb(250,246,241);
		background-image: url('../assets/services-bg-img.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		min-height: 450px;
	}
}
@media (min-width: 2000px){
	#services-first-section{
		background-size: contain;
	}
}
@media (min-width: 576px) and (max-width: 768px){
	#services-first-section{
		background-color: rgb(250,246,241);
		background-image: url('../assets/services-bg-img-mob.png');
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
		min-height: 450px;
	}
}
@media (max-width: 575px){
	#services-first-section{
		background-color: rgb(250,246,241);
		background-image: url('../assets/services-bg-img-mob.png');
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
		min-height: 300px;
	}
}
/******************************************************/
/************ Services Second Section *****************/
@media (min-width: 992px){
	#services-second-section{
		background-color: rgb(250,246,241);
		background-image: url('../assets/services-bg-section2.png');
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
	}	
}
@media (max-width: 991px){
	#services-second-section{
		background-color: rgb(250,246,241);
	}	
}
#services-second-section{
	background-color: rgb(250,246,241);
}
#services-second-section .section-content{
	width: 75%;
	line-height: 1.8;
}
#services-second-section .section-content , #services-second-section .section-title{
	color: rgb(10,39,44);
}
@media (max-width: 575px){
	#services-second-section .section-content{
		width: 100%!important;
	}
	#services-second-section .services-icon{
		max-width: 60px;
		max-height: 60px;
	}
}
@media (max-width: 991px){
	#services-second-section .section-content , #services-second-section .section-title{
		text-align: center;
	}
	#services-second-section .section-content{
		margin: 0 auto;
		margin-bottom: 50px;
	}
}
/******************************************************/
/************ Services Thirds Section *****************/
#services-third-section{
	background-color: rgb(10,39,44);
}
#services-third-section .section-content , #services-third-section .section-title, #services-third-section .section-pretitle{
	color:white;
}
#services-third-section .section-content{
	margin-bottom: 50px!important;
}

@media (max-width: 991px){
	#services-third-section .section-content , #services-third-section .section-title ,#services-third-section .section-pretitle{
		text-align: center!important;
	}
}
/******************************************************/
/************ Recaptcha *****************/
@media (max-width: 330px){
	.g-recaptcha{
		transform:scale(0.77);
		transform-origin:0 0;
	}
}
/******************************************************/
/************ Modal *****************/
.modal {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}
.modal__window {
	background-color: #ffffff;
	margin: 30px 20px;
	padding: 48px;
	width: 500px;
	box-shadow: 0px 32px 64px 0px rgba(0, 0, 0, 0.06);
	animation-name: animatetop;
	animation-duration: 0.4s
}
@media (max-width: 576px) {
	.modal__window {
		padding: 48px 32px;
	}
}
@keyframes animatetop {
	from {top: -300px; opacity: 0}
	to {top: 0; opacity: 1}
}
.modal__text {
	color: #000000;
	font-size: 24px;
	font-weight: 400;
	line-height: 135%;
	text-align: center;
	margin-bottom: 16px;
}
.modal__btn {
	width: fit-content;
	min-width: 100px;
	min-height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	color: white;
	border: none;
	padding: 7px 10px;
	margin: auto;
	background: rgb(226,159,79);
	cursor: pointer;
	transition: all .3s;
}
.modal__btn:hover {
	font-weight: 700;
}
.modal__btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}
.modal__btn:active {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}

.popup-wrapper {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s ease; 
}

.popup-wrapper.show {
    display: flex; 
    opacity: 1; 
}


.popup-container {
	background: white;
	padding: 20px;
	max-width: 600px;
	text-align: left;
	position: relative;
	border-radius: 5px;
	transform: scale(0.8); 
    transition: transform 0.5s ease; /
}
.popup-close {
	position: absolute;
	top: 10px;
	right: 15px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	cursor: pointer;
}


.popup-wrapper.show .popup-container {
    transform: scale(1); 
}
