@import url("https://fonts.googleapis.com/css2?family=Rubik&display=swap");

::-webkit-scrollbar {
 background: transparent;
 width: 7px;
 height: 6px;
}
::-webkit-scrollbar-thumb {
 background-color: #d3d3d3;
 box-shadow: inset 0 0 3px #AEAEAE;
 border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
 background-color: #8A8A8A;
}
::-webkit-scrollbar-thumb:active {
 background-color: #727272;
 box-shadow: inset 0 0 5px #595959;
}
::-webkit-scrollbar-track:hover {
 background-color: #E6E6E6;
 border: 1px solid #CFCFCF;
}
::-webkit-scrollbar-corner {
 background: transparent;
}
/* WebKit, Edge */
::-webkit-input-placeholder {
	color: #b9b9b9;
}

/* Firefox 4-18 */
:-moz-placeholder { 
	color: #b9b9b9;
}

/* Firefox 19+ */
::-moz-placeholder {
	color: #b9b9b9;
}

/* IE 10-11 */
:-ms-input-placeholder { 
	color: #b9b9b9;
}

/* Edge */
::-ms-input-placeholder { 
	color: #b9b9b9;
}

/* MODERN BROWSER */
::placeholder { 
	color: #b9b9b9;
}
/**/
:root {
	--font-family-core: 'Rubik', sans-serif;
	--font-family-section: 'Rubik', sans-serif;
	--color_primary: #5cc2d3;
	--color_third: #58af2d;
	--color_secondary: #7f7f7f;
}

.h1, h1 {
		margin-bottom: 0px !important;
}
html {
  /*scroll-behavior: smooth;*/
  background-color: #fdfdfd;
}

body {
	text-rendering: optimizeLegibility;
	overflow-y: scroll;
	font-family: var(--font-family-core);
	margin:0px !important;
	background-color: #fdfdfd;
	color: #2e3841;
	min-height: 100vh;
	left: 0;
    opacity: 1;
    top: 0;
	font-size: 15px;
	line-height: 1.15;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
	-webkit-overflow-scrolling: touch;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
  color: var(--color_primary);
  text-decoration: none;
}

a:hover {
  color: #7784f2;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-core);
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-bottom: 7px;
    padding: 0;
}
button, a {
	font-family: var(--font-family-core);
	transition: .2s ease-in-out;
	cursor: pointer;
}

.navbar ul {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	gap: 1rem;
	align-items: center;
}
.nav-link {
	color: #fff;
	font-family: var(--font-family-core);
	font-weight: 500;
}
.nav-link:hover {
	color: #5cc2d3;
}

.logo {
	width: 200px;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #303b44;
	min-height: 60px;
	z-index: 3;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.section {
	min-height: 90vh;
	padding: 10px;
	max-width: 1600px;
	margin: 0 auto;
}

.section-x1 {
	max-width: 1000px;
}
.section-x2 {
	max-width: 1200px;
}
.section-x3 {
	max-width: 1400px;
}

.section-item-img {
	flex: 300px;
}
.section-item-txt {
	flex: 400px;
}
.home-section-img {
	max-width: 350px;
	width: 100%;
}
.home-section-h1 {
	font-size: 32px;
    font-weight: 600;
}
.home-section-text {
	font-size: 20px;
    font-weight: 400;
	letter-spacing: .3px;
	line-height: 1.5em;
}
.section-button {
	border: 0;
    color: #fff;
    padding: 15px 50px;
    font-size: 20px;
    border-radius: 5px;
    letter-spacing: 1px;
	opacity: .9;
}
.section-button:hover {
	opacity: 1;
}
.section-button-color {
    background: var(--color_primary);
    box-shadow: rgb(128 187 197) 0px 9px 20px -10px;
}
.benefits-block-item {
	flex: 300px;
	background: #fff;
	padding: 25px;
	border-radius: 15px;
	box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.benefits-section {
	gap: 1.5rem; 
}
.benefits-item-body {
}

.benefits-item-body h3 {
	font-size: 20px;
    line-height: 1.5em;
	text-align: center;
}
.benefits-item-body p {
	font-size: 15px;
    line-height: 1.5em;
	color: var(--color_secondary);
}
.benefits-block-icon {
	text-align: center;
	padding: 7px;
	margin-bottom: 15px;
}
.benefits-icon {
	font-size: 7em;
}

.section-h2 {
	color: #2c2c2c;
    text-overflow: ellipsis;
    font-size: 36px; 
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 50px;
	
	font-family: var(--font-family-core);
    font-weight: 500;
}

.section-block-connect-btn {
	text-align: center;
	padding: 50px 25px;
}
.section-connect-btn {
	border: 0;
    color: #fff;
    padding: 15px 80px;
    font-size: 24px;
    border-radius: 5px;
    letter-spacing: 1px;
	opacity: .9;
}
.section-connect-btn:hover {
	opacity: 1;
}
.section-connect-btn-color {
    background: var(--color_third);
    box-shadow: rgb(128 187 197) 0px 9px 20px -10px;
}