/* Imports */
@import url("https://fonts.googleapis.com/css2?family=Sarpanch&display=swap");

/* General styles */
body {
	min-height: 100%;
	font-family: "Sarpanch", sans-serif;
	background-attachment: fixed;
	transition-duration: 0.3s;
}

.form-control:focus,
button:focus,
button:active,
.btn:focus,
.btn:active {
	outline: none !important;
	box-shadow: none;
}

/* Navbar styles */
.navbar {
	transition-duration: 0.3s;
	border-bottom: 1px solid #444;
	backdrop-filter: blur(5px);
}

.nav-link {
	margin: 0 0.6rem 0 0.6rem;
}

.nav-link:hover {
	color: inherit;
}

.navbar-link-right {
	padding: 0% !important;
	margin: 0.5rem 1.2rem 0.5rem 0% !important;
}

.navLight {
	background-color: rgba(255, 255, 255, 0.6);
}

.navDark {
	background-color: rgba(0, 0, 0, 0.6);
}

#darkmode_btn {
	font-size: 1rem;
}

/* Clients slideshow */

.slide {
	transition: 0.5s ease-in;
}

.slide + .slide {
	display: none;
}

.cli-logo {
	width: 50px;
	height: 50px;
}

/* Underline effect */
.underline {
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.underlineLight::after {
	background-color: rgb(255, 255, 255);
}

.underlineDark::after {
	background-color: rgb(0, 0, 0);
}

.underline::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s linear;
}

.underline:hover::after {
	transform-origin: bottom left;
	transform: scaleX(1);
}

/* Buttons */
.btnFirst {
	color: rgb(1, 125, 207);
	border: solid 3px rgb(1, 125, 207);
	border-radius: 0% !important;
	box-shadow: inset 0px 0px 0px rgb(1, 125, 207);
	transition: all 0.4s;
}

.btnFirst:hover {
	color: rgb(255, 255, 255);
	box-shadow: inset 0px -50px 0px rgb(1, 125, 207);
}

.btnSecond {
	border-radius: 0% !important;
	background-color: transparent;
}

.btnSecondLight:hover {
	border-color: #198754;
	color: #198754;
}

.btnSecondDark:hover {
	border-color: #23bd75;
	color: #23bd75;
}

.btnSecondLight {
	border: 3px solid #23bd75;
	color: #23bd75;
}

.btnSecondDark {
	border: 3px solid #198754;
	color: #198754;
}

.btnThird {
	color: #198754;
	border: solid 3px #198754;
	border-radius: 0% !important;
	box-shadow: inset 0px 0px 0px #198754;
	transition: all 0.4s;
}

.btnThird:hover {
	color: rgb(231, 231, 231);
	box-shadow: inset 0px -50px 0px#198754;
}

/* Dark -Light mode */
.lightBg {
	background-size: cover;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23fafafa' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23f5f5f5' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23f0f0f0' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23ebebeb' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23e6e6e6' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23e1e1e1' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23dcdcdc' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23d6d6d6' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23d1d1d1' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23cccccc' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
}

.darkBg {
	background-size: initial;
	background-color: #000000;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='46' height='46' fill-opacity='0.6' fill='%23282a33'/%3E%3C/svg%3E");
}

.lightBg2 {
	background-color: #bfbfbf;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg %3E%3Crect fill='%23bfbfbf' width='11' height='11'/%3E%3Crect fill='%23c0c0c0' x='10' width='11' height='11'/%3E%3Crect fill='%23c1c1c1' y='10' width='11' height='11'/%3E%3Crect fill='%23c1c1c1' x='20' width='11' height='11'/%3E%3Crect fill='%23c2c2c2' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%23c3c3c3' y='20' width='11' height='11'/%3E%3Crect fill='%23c4c4c4' x='30' width='11' height='11'/%3E%3Crect fill='%23c4c4c4' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%23c5c5c5' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%23c6c6c6' y='30' width='11' height='11'/%3E%3Crect fill='%23c7c7c7' x='40' width='11' height='11'/%3E%3Crect fill='%23c8c8c8' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%23c8c8c8' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%23c9c9c9' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%23cacaca' y='40' width='11' height='11'/%3E%3Crect fill='%23cbcbcb' x='50' width='11' height='11'/%3E%3Crect fill='%23cccccc' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%23cccccc' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%23cdcdcd' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%23cecece' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23cfcfcf' y='50' width='11' height='11'/%3E%3Crect fill='%23d0d0d0' x='60' width='11' height='11'/%3E%3Crect fill='%23d0d0d0' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%23d1d1d1' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%23d2d2d2' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%23d3d3d3' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%23d3d3d3' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%23d4d4d4' x='70' width='11' height='11'/%3E%3Crect fill='%23d5d5d5' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%23d6d6d6' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%23d7d7d7' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%23d7d7d7' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%23d8d8d8' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%23d9d9d9' x='80' width='11' height='11'/%3E%3Crect fill='%23dadada' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%23dbdbdb' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%23dbdbdb' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%23dcdcdc' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%23dddddd' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%23dedede' x='90' width='11' height='11'/%3E%3Crect fill='%23dfdfdf' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%23dfdfdf' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%23e0e0e0' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%23e1e1e1' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23e2e2e2' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%23e3e3e3' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%23e3e3e3' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%23e4e4e4' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%23e5e5e5' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%23e6e6e6' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%23e7e7e7' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%23e8e8e8' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%23e8e8e8' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%23e9e9e9' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%23eaeaea' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%23ebebeb' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%23ececec' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%23ececec' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%23ededed' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%23eeeeee' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
}

.darkBg2 {
	background-color: #000000;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg %3E%3Crect fill='%23000000' width='11' height='11'/%3E%3Crect fill='%23010101' x='10' width='11' height='11'/%3E%3Crect fill='%23030303' y='10' width='11' height='11'/%3E%3Crect fill='%23040404' x='20' width='11' height='11'/%3E%3Crect fill='%23060606' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%23070707' y='20' width='11' height='11'/%3E%3Crect fill='%23090909' x='30' width='11' height='11'/%3E%3Crect fill='%230a0a0a' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%230c0c0c' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%230d0d0d' y='30' width='11' height='11'/%3E%3Crect fill='%230e0e0e' x='40' width='11' height='11'/%3E%3Crect fill='%230f0f0f' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%23101010' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%23111111' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%23121212' y='40' width='11' height='11'/%3E%3Crect fill='%23131313' x='50' width='11' height='11'/%3E%3Crect fill='%23141414' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%23151515' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%23161616' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%23171717' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23171717' y='50' width='11' height='11'/%3E%3Crect fill='%23181818' x='60' width='11' height='11'/%3E%3Crect fill='%23191919' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%231a1a1a' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%231b1b1b' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%231b1b1b' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%231c1c1c' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%231d1d1d' x='70' width='11' height='11'/%3E%3Crect fill='%231e1e1e' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%231f1f1f' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%231f1f1f' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%23202020' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%23212121' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%23222222' x='80' width='11' height='11'/%3E%3Crect fill='%23232323' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%23232323' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%23242424' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%23252525' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%23262626' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%23272727' x='90' width='11' height='11'/%3E%3Crect fill='%23282828' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%23282828' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%23292929' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%232a2a2a' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%232b2b2b' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%232c2c2c' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%232d2d2d' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%232e2e2e' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%232e2e2e' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%232f2f2f' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%23303030' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%23313131' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%23323232' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%23333333' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%23343434' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%23343434' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%23353535' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%23363636' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%23373737' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%23383838' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
}

.lightText {
	color: rgb(243, 243, 243);
}

.darkText {
	color: rgb(17, 17, 17);
}

/* Steps (sections) */
.step-header-light {
	color: rgb(255, 255, 255);
	text-shadow: 0.2rem 0.2rem rgb(0, 0, 0);
}

.step-header-dark {
	color: rgb(243, 243, 243);
	text-shadow: 0.2rem 0.2rem rgb(1, 125, 207);
}

.step-header {
	font-size: 3.5rem;
	transition-duration: 0.3s;
}

#step1 {
	min-height: 93vh;
}

#step1-text-container {
	margin-top: 30vh;
}

#step1-header {
	transition-duration: 0.3s;
	font-size: 5rem;
}

.step1-header-light {
	color: rgba(0, 0, 0, 0.822);
}

.step1-header-dark {
	color: rgb(243, 243, 243);
}

#step1-arrow {
	margin-top: 15vh;
	text-align: center;
	font-size: 3rem;
	animation: arrow 2s infinite;
}

#step2 {
	min-height: 15vh;
}

.step2-bg-light {
	background-color: #369e59;
}

.step2-bg-dark {
	background-color: #198754;
}

.step2-card {
	color: rgb(243, 243, 243);
	height: 80%;
	border: 2px solid rgb(231, 231, 231);
	padding: 2rem 1.25rem 2rem 1.25rem;
	margin: 2rem 1.25rem 2rem 1.25rem;
	transition-duration: 0.3s;
}

.step2-card:hover {
	background-color: rgba(0, 0, 0, 0.226);
}

#step3 {
	transition-duration: 0.3s;
	background-attachment: fixed;
	background-size: cover;
	padding: 3rem 13rem 6rem 13rem;
}

.step3-card {
	margin-top: 3rem;
	text-align: left;
	padding: 2rem;
	border: solid #444;
	transition-duration: 0.3s;
}

.step3-card-bg-light {
	border-width: 0px;
	background-color: #fff;
}

.step3-card-bg-dark {
	border-width: 2px;
	background-color: #000;
}

.step3-img {
	height: 13rem;
	width: auto;
	overflow: hidden;
}

.brd-right {
	border-right: 2px solid #444;
}

.brd-left {
	border-left: 2px solid #444;
}

#step4 {
	margin-top: 3rem;
}

#span1 {
	color: rgb(243, 243, 243);
	background-color: rgb(88, 88, 88);
	padding: 0% 0.4rem;
}

#span2 {
	color: rgb(243, 243, 243);
	background-color: rgb(37, 96, 172);
	padding: 0% 0.4rem;
}

#span3 {
	color: rgb(243, 243, 243);
	background-color: rgb(5, 150, 53);
	padding: 0% 0.4rem;
}

.step4-card {
	margin-bottom: 3rem;
	height: 100%;
	padding: 2rem;
	border: 2px solid #444;
}

.step4-card-bg-dark {
	background-color: #222;
}

.step4-card-bg-light {
	background-color: rgb(236, 236, 236);
}

.step4-hr {
	border: rgb(231, 231, 231) solid 1px;
}

.step4-text-container {
	margin-top: 2rem;
	text-align: left;
}

.step4-addendum {
	padding-top: 4.5rem;
}

#step5 {
	min-height: 40vh;
	padding-top: 3rem;
	padding-bottom: 3em;
	margin-top: 3rem;
	background-attachment: fixed;
	background-size: cover;
}

.step5-bg-light {
	background-color: #8c8c8c;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%239a9a9a' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23a9a9a9' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23b7b7b7' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23c6c6c6' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23d4d4d4' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
}

.step5-bg-dark {
	background-color: #000000;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%230b0b0b' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23161616' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23222222' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%232d2d2d' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23383838' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
}

#step6 {
	padding-top: 3rem;
	padding-bottom: 3em;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

#footer {
	border-top: #444 1px solid;
	padding: 1.2rem;
	backdrop-filter: blur(5px);
}

/* Modal */
.modal-content {
	border: #444 2px solid;
	border-radius: 0%;
}

.modal-body,
.modal-header,
.modal-footer {
	border-radius: 0%;
	border-color: #444;
	color: rgb(231, 231, 231);
	background-color: rgb(7, 7, 7);
	transition-duration: 0.3s !important;
}

.form-control {
	color: rgb(231, 231, 231) !important;
	background-color: transparent;
	border: 1px #444 solid;
	border-radius: 0%;
	transition-duration: 0.3s !important;
}

.form-control:hover,
.form-control:active {
	transition-duration: 0.3s !important;
	background-color: rgba(126, 126, 126, 0.432);
}

.input-group-text {
	border-radius: 0%;
	color: rgb(231, 231, 231);
	background-color: transparent;
	border: 1px #444 solid;
	border-right: 0px;
}

/* Arrow animation */
@keyframes arrow {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0px);
	}
}

/* Media queries */
@media only screen and (max-width: 1340px) {
	#step3 {
		padding: 3rem 2rem 6rem 2rem;
	}
}

@media only screen and (max-width: 765px) {
	.brd-left,
	.brd-right {
		border: none;
	}
}

@media only screen and (max-width: 1055px) {
	.nav-link {
		margin: 0 0.2rem 0 0.2rem;
	}
}

@media only screen and (max-width: 700px) {
	#step3 {
		padding: 3rem 0% 6rem 0%;
	}
	#navEmail {
		display: none;
	}
}

@media only screen and (max-height: 830px) {
	#step1-text-container {
		margin-top: 18vh;
	}
}
