@font-face {
	font-family: 'Lato';
	src:
		url('../font/Lato-Regular.woff2') format('woff2 supports variations'),
		url('../font/Lato-Regular.woff2') format('woff2-variations'),
		url('../font/Lato-Regular.woff') format('woff');
	font-weight: 400 500 600 700;
	font-display: swap;
	/*font-stretch: 75% 125%; */
}

:root {
	--font-main: 'Lato';
	--font-size-h1: 32px;
	--font-size-h2: 28px;
	--font-size-h3: 26px;
	--font-size-h4: 20px;
	--font-size-h5: 18px;
	--line-height-h1: 42px;
	--line-height-h2: 36px;
	--line-height-h3: 34px;
	--line-height-h4: 30px;
	--line-height-h5: 26px;

}

.h-90 {
	height: 70vh;
}

@media (min-width: 768px) {
	:root {
		--font-size-h1: 36px;
		--font-size-h2: 32px;
		--font-size-h3: 30px;
		--font-size-h4: 24px;
		--font-size-h5: 20px;
		--line-height-h1: 44px;
		--line-height-h2: 42px;
		--line-height-h3: 38px;
		--line-height-h4: 30.6px;
		--line-height-h5: 25px;
	}

	.h-90 {
		height: 55vh;
	}
}

@media (min-width: 992px) {
	:root {
		--font-size-h1: 56px;
		--font-size-h2: 36px;
		--font-size-h3: 30px;
		--font-size-h4: 26px;
		--font-size-h5: 20px;
		--line-height-h1: 72.8px;
		--line-height-h2: 46.8px;
		--line-height-h3: 42px;
		--line-height-h4: 39px;
		--line-height-h5: 32px;
	}

	.h-90 {
		height: 96vh;
	}
}

.mt--0-5{margin-top: -0.5rem;}
.mt-4-5{margin-top: 2rem;}

/**** heading ***/
h1 {
	font-family: var(--font-main);
	font-size: var(--font-size-h1);
	line-height: var(--line-height-h1);
	font-weight: 700;
}

h2 {
	font-family: var(--font-main);
	font-size: var(--font-size-h2);
	line-height: var(--line-height-h2);
	font-weight: 700;
}

h3 {
	font-family: var(--font-main);
	font-size: var(--font-size-h3);
	line-height: var(--line-height-h3);
	font-weight: 600;
}

h4 {
	font-family: var(--font-main);
	font-size: var(--font-size-h4);
	line-height: var(--line-height-h4);
	font-weight: 600;
}

h5 {
	font-family: var(--font-main);
	font-size: var(--font-size-h5);
	line-height: var(--line-height-h5);
	font-weight: 500;
}

/**** paragraph****/
p,
li {
	font-size: 18px;
	font-family: var(--font-main);
	line-height: 27px;
	color: #000;
	font-weight: normal;
}

.accordion-body {
	font-family: var(--font-main);
}

a {
	font-size: 18px;
	line-height: 27px;
}

@media (min-width: 1200px) {

	p,
	li {
		font-size: 18px;
		line-height: 27px;
	}
}

@media (min-width: 1440px) {

	p,
	li {
		font-size: 18px;
		line-height: 27px;
	}
}


.spt-100 {
	padding-top: 100px;
}

.spb-100 {
	padding-bottom: 100px;
}

.sp-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.sp-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.spt-60 {
	padding-top: 60px;
}

.spb-60 {
	padding-bottom: 60px;
}
.spt-200{padding-top: 150px;}

@media (max-width:992px) and (orientation: landscape){
    .h-90{height: 120vh !important;}
}


@media screen and (min-width:768px) and (max-width:1080px) {
	.sp-60 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.spt-60 {
		padding-top: 50px;
	}

	.spb-60 {
		padding-bottom: 50px;
	}

	p,
	li {
		font-size: 18px;
		line-height: 26px;
	}

	.spt-100 {
		padding-top: 70px;
	}

	.spb-100 {
		padding-bottom: 70px;
	}

	.sp-100 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.fs-60 {
		font-size: 40px;
	}

	.lh-84 {
		line-height: 52px;
	}
		.spt-200{padding-top: 140px;}

}


@media screen and (max-width:500px) {
	.sp-60 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.spt-100 {
		padding-top: 60px;
	}

	.spb-100 {
		padding-bottom: 60px;
	}

	.sp-100 {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.spt-60 {
		padding-top: 40px;
	}

	.spb-60 {
		padding-bottom: 40px;
	}

	.fs-60 {
		font-size: 36px;
	}

	.lh-84 {
		line-height: 48px;
	}
	.spt-200{padding-top: 120px;}
}

html {
	scroll-behavior: smooth;
	scroll-snap-type: y mandatory;
	/* Optional: Add scroll snap for better control */
}


@media (min-width: 992px) {
	.container {
		max-width: 1000px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}

	.fs-60 {
		font-size: 60px;
	}

	.lh-84 {
		line-height: 84px;
	}

	.db {
		display: block;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1200px !important;
	}
}

.bg-l-purple {
	background-color: #FFF2FE;
}

.text-purple {
	color: #62095C;
}

.text-orange {
	color: #FF4E00;
}

.text-gradient {
	background: linear-gradient(319deg, rgba(255, 78, 0, 1) 0%, rgba(98, 9, 92, 1) 51%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fs-16 {
	font-size: 16px;
}

.lh-24 {
	line-height: 24px;
}

.fs-14 {
	font-size: 14px;
}

.lh-14 {
	line-height: 21px;
}
.fs-24{font-size: 24px;}
.lh-36{line-height: 36px;}

.border-line {
	height: 4px;
	width: 100%;
	background: linear-gradient(319deg, rgba(255, 78, 0, 1) 0%, rgba(98, 9, 92, 1) 51%);
	margin: 10px 0;
}

.bg-box-grad {
	background: linear-gradient(319deg, rgba(255, 78, 0, 0.6286116741618523) 0%, rgba(98, 9, 92, 0.7434576125372023) 51%);
}

.fw-xbold {
	font-weight: 800;
}

@media (min-width: 1200px) {
	.solutions .container {
		max-width: 1180px;
		margin-right: 0;
	}
	.col-lg-2-5{width: 20% !important;}
	.p-4-5{padding: 2rem !important;}
}

@media (min-width: 1300px) {
	.solutions .container {
		max-width: 1290px !important;
		margin-right: 0;
	}
}

@media (min-width: 1500px) and (max-width:1600px) {
	.solutions .container {
		max-width: 1390px !important;
		margin-right: 0;
	}
}

@media (min-width: 1700px) {
	.container-xxxl {
		max-width: 1200px !important;
		margin: auto !important;
	}
	.ps-xxxl-3 {
        padding-left: 1rem !important;
    }
	.box-up{position: relative; margin-top: -220px!important;}

	.solutions .container-xxxl {
		max-width: 1200px !important;
		margin: auto !important;
	}

	.sp-xxl-60 {
		padding-block: 60px;
	}
}

@media (max-width: 600px) and (orientation: landscape){
    .h-90{height: 120vh !important;}
}

.mb-4-5 {
    margin-bottom: 2rem !important;
}

.pb-4-5{padding-bottom: 2rem !important;}

@media (min-width: 1200px) {
	.solutions-sec .container.container-new {
		max-width: 1180px;
		margin-left: 0;
	}
	.solutions-sec .layout-box{padding-left: 5.5vw !important;}
	.col-lg-2-5{width: 20% !important;}
}

@media (min-width: 1300px) and (max-width:1500px) {
	.solutions-sec .container.container-new {
		max-width: 1290px !important;
		margin-left: 0;
	}
	.solutions-sec .layout-box{padding-left: 8vw !important;}
}

@media (min-width: 1500px) and (max-width:1600px) {
	.solutions-sec .container.container-new {
		max-width: 1390px !important;
		margin-left: 0;
	}
	.solutions-sec .layout-box{padding-left: 13vw !important;}
}

@media (min-width: 1700px) {
	.solutions-sec .container-xxxl {
		max-width: 1175px !important;
		margin: auto !important;
	}
	.solutions-sec .layout-box{padding-left:3rem !important;}}
	
@media (min-width: 768px) and (max-width: 992px) {
    .qaas .container-fluid {
        max-width: 720px !important;
        margin: auto !important;
    }
}

@media (max-width: 500px){
    .fs-24{font-size: 22px;}
.lh-36{line-height: 30px;}
}

