html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
/*
    2. Remove default margin
  */
* {
	margin: 0;
}
/*
    Typographic tweaks!
    3. Add accessible line-height
    4. Improve text rendering
  */
body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
/*
    5. Improve media defaults
  */
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}
/*
    6. Remove built-in form typography styles
  */
input,
button,
textarea,
select {
	font: inherit;
}
/*
    7. Avoid text overflows
  */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}
/*
    8. Create a root stacking context
  */
#root,
#__next {
	isolation: isolate;
}

a {
	text-decoration: none;
	color: inherit;
}

/* utilities*/
.mr10 {
	margin-right: 10px;
}
/* main css*/
* {
	box-sizing: border-box;
}
p,
a,
button {
	font-family: "Barlow", sans-serif;
	font-size: 14px;
}

#header {
	width: 100%;

	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	padding-top: 32px;
	position: absolute;
}

#header nav ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

nav ul li {
	list-style: none;
	color: white;
	font-family: "Barlow", sans-serif;
	font-weight: 600;
	font-size: 14px;
}

#becomememberbtn,
#becomememberbtn2 {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 600;
	color: #263846;
	background-color: white;
}
#becomememberbtn svg,
#becomememberbtn2 svg {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	width: 16px;
	height: 13.333px;
	flex-shrink: 0;
}
#menurightside a {
	color: white;
	text-decoration: none;
	font-weight: 700;
	margin-right: 44px;
}
#section-hero {
	display: flex;
	flex-direction: column;
	justify-content: center;

	align-items: center;
	background-image: url(/assets/header-background.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	gap: 34px;
	padding-top: 258px;
	padding-bottom: 200px;
}

#hero-logo {
	width: 383.735px;
	height: 92.98px;
	flex-shrink: 0;
	background-image: url(/assets/orkanx-logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#section-hero h2 {
	color: white;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	font-family: "Barlow", sans-serif;
}
.round-btn {
	border-radius: 100px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 500;
	color: white;
}
.primary-btn {
	background: #bf9d7a;
	font-size: 14px;
	border: none;
}
.secondary-btn {
	background-color: transparent;
	border: solid 1px white;
	font-size: 14px;
}

#section-whoweare {
	/* height: 702px; */
	width: 100%;
	background-color: white;

	display: flex;
	padding-left: 32px;
	padding-right: 32px;

	gap: 72px;
	color: #6d747a;

	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: justify;
	padding-top: 145px;
	padding-bottom: 145px;
}
#section-whoweare2 {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#section-whoweare h1 {
	font-family: "Lora", serif;
	color: #26536a;

	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 57px; /* 142.5% */
	letter-spacing: 0.2px;
	margin-bottom: 13px;
}
#section-whoweare2 > div {
	/* height: 702px; */
	background-color: white;
	background-image: url(/assets/orkanx-whoweare-bg.svg);
	background-size: cover;
	background-position: center;
	max-width: 800px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 130px;
	padding-bottom: 130px;

	gap: 13px;
	color: #6d747a;
}
#section-whoweare2 h1 {
	font-family: "Lora", serif;
	color: #26536a;

	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 57px; /* 142.5% */
	letter-spacing: 0.2px;
	margin-bottom: 13px;
}
.clmn1 {
	width: 448px;
}
#section-whatwedo {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	gap: 200px;
	background-color: #26536a;

	color: white;
	padding-top: 45px;
	padding-bottom: 45px;
	padding-left: 32px;
	padding-right: 32px;
	text-align: justify;
}
#section-whatwedo h1 {
	font-family: "Lora", serif;
	color: #fff;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 57px; /* 142.5% */
	letter-spacing: 0.2px;
	margin-bottom: 13px;
}

#section-services {
	background: linear-gradient(to bottom, white 55%, #26536a 45%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 135px;
	padding-left: 32px;
	padding-right: 32px;
}
#section-services h1 {
	font-family: "Lora", serif;
	color: #26536a;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 57px; /* 142.5% */
	letter-spacing: 0.2px;
}
#section-services h2 {
	color: #fff;
	font-family: "Lora", serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 57px; /* 142.5% */
	letter-spacing: 0.2px;
	margin-bottom: 18px;
}
#section-services p {
	color: #26536a;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.2px;
}
#services-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: left;
	gap: 128px;
	padding-top: 46px;
	padding-bottom: 124px;
	color: white;
}
#services-content h2 {
	color: #fff;
}

#services-content p {
	color: #fff;
	text-align: justify;
}
#services-content .item {
	width: 380px;
	text-align: left;
}
.services-ayrac {
	height: 140px;
	width: 1px;
	background-color: white;
	margin-top: 44px;
}

#section-platform {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 66px;
	background-color: white;

	padding-left: 32px;
	padding-right: 32px;

	color: #6d747a;
	padding-top: 175px;
	padding-bottom: 175px;
}
#section-platform h1 {
	font-family: "Lora", serif;
	font-size: 40px;
	font-weight: 400;
	color: #26536a;
	text-align: center;
	line-height: 57px; /* 142.5% */
	letter-spacing: 0.2px;
}
#section-platform .row2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 53px;
}

#section-platform .row2 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 43px;
	padding-top: 100px;
}

#section-platform .row2 .content .item {
	width: 318px;
}
#section-platform .row2 .content .item h2 {
	color: #26536a;
	font-family: "Barlow", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 100% */
	letter-spacing: 0.2px;
	margin-bottom: 10px;
}
#section-platform .row2 .content .item p {
	color: #6d747a;
	font-family: "Barlow", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.2px;
}
#section-platform .row2 .content .item button {
	border-radius: 100px;
	background: #bf9d7a;
	color: white;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 100% */
	letter-spacing: 0.2px;
	text-transform: uppercase;
	padding-left: 85px;
	padding-right: 85px;
	padding-top: 24px;
	padding-bottom: 24px;
	border: none;
}

#section-tradenow {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #263846;
	padding-top: 62px;
	padding-bottom: 62px;
	padding-left: 32px;
	padding-right: 32px;
	gap: 34px;
}

#section-tradenow h1 {
	font-family: "Lora", serif;
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 57px; /* 142.5% */
	letter-spacing: 0.2px;
}

#section-tradenow button {
	border-radius: 100px;
	background: #bf9d7a;
	color: white;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 100% */
	letter-spacing: 0.2px;
	text-transform: uppercase;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 18px;
	padding-bottom: 18px;
	border: none;
}
/*
footer {
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: left;
	padding-top: 173px;
	padding-bottom: 173px;
	padding-left: 200px;
	padding-right: 200px;
}
footer h3 {
	color: #263846;
	font-family: "Lora", serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 57px; 
	letter-spacing: 0.2px;
	margin-bottom: 33px;
}

footer li {
	list-style: none;
	color: #737373;
	font-family: "Barlow", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	letter-spacing: 0.2px;
}
#footer-social {
	display: flex;
	flex-direction: row;
	gap: 26px;
}
*/
#section-copy {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 24px;
	padding-top: 96px;
	padding-bottom: 32px;
	background: #fafafa;
}
#section-copy p {
	color: #6d747a;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.2px;
}
#rightpanel {
	position: fixed;
	right: -90%;
	top: 0;
	width: 90%;
	height: 100%;
	z-index: 1000;
	transition: right 0.3s;
	display: flex;
	align-items: center;
	flex-direction: column;
	background: #26536a;
	padding: 16px 16px 16px 16px;
	gap: 32px;
	display: none;
}
#rightpanel #hamburgerheader {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;

	padding-bottom: 24px;
	border-bottom: solid 1px white;
}
#rightpanel li {
	line-height: 64px;
	text-align: center;
}
#rightpanel li a {
	list-style: none;
	color: white;
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-size: 32px;
}
#rightpanel #hamburgerclosebutton {
	background-color: transparent;
	border: none;
}
#rightpanel button:hover {
	cursor: pointer;
}
#hamburgerbtn {
	background-color: transparent;
	border: none;
	display: none;
}
#becomememberbtn2 {
	width: 209px;
	border: none;
}

/*DIALOG STYLES*/
dialog {
	width: 40%;

	padding-left: 5%;
	padding-right: 5%;
	padding-top: 64px;
	padding-bottom: 64px;
	border: none;
	border-radius: 16px;

	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: white;
	position: fixed;

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 320px;
	max-width: 720px;
}
dialog::backdrop {
	background-color: rgba(0, 0, 0, 0.6);
}
dialog #dialogclosebtn {
	position: absolute;
	top: 24px;
	right: 24px;
}
dialog form p {
	text-align: center;
	line-height: 22px;
	max-width: 300px;
}
dialog h1 {
	font-family: "Lora", serif;
	color: #26536a;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 57px;
	letter-spacing: 0.2px;
	margin-bottom: 32px;
	text-align: center;
}
dialog form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	font-family: "Barlow", sans-serif;
	font-size: 16px;
}
.formitem {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: left;
	align-items: left;
	gap: 8px;
}
label {
	color: #26536a;
	font-family: Barlow;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.2px;
}
input {
	border-radius: 14px;
	border: 1px solid rgba(38, 83, 106, 0.54);
	background: #fff;
	height: 48px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}
textarea {
	border-radius: 14px;
	border: 1px solid rgba(38, 83, 106, 0.54);
	background: #fff;
	height: 120px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}
textarea::placeholder {
	color: #6d747a;
}
dialog form #sendbtn {
	width: 233px;
	height: 56px;
	flex-shrink: 0;
	border-radius: 100px;
	background: #26536a;
	color: white;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	border: none;
	margin-top: 32px;
}
dialog form #requestbtn {
	width: auto;
	height: auto;
	flex-shrink: 0;
	border: none;
	border-radius: 12px;
	background: #26536a;
	color: white;
	text-align: center;
	font-family: "Barlow", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;

	letter-spacing: 0.2px;
	text-transform: uppercase;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 52px;
	padding-right: 52px;
	margin-top: 32px;
	line-height: 26px;
}

@media only screen and (max-width: 1160px) {
	#header nav {
	}

	#section-whoweare {
		gap: 36px;
		color: #6d747a;

		padding-top: 96px;
		padding-bottom: 96px;
		padding-left: 32px;
		padding-right: 32px;
	}
	#section-whoweare2 > div {
		padding-top: 96px;
		padding-bottom: 96px;
		padding-left: 32px;
		padding-right: 32px;
	}
	#section-whatwedo {
		gap: 36px;

		padding-top: 96px;
		padding-bottom: 96px;
	}
	#section-services {
		background: linear-gradient(to bottom, white 40%, #26536a 40%);
		padding-top: 96px;
	}
	#services-content {
		flex-direction: column;

		gap: 64px;
		padding-top: 0px;
		padding-bottom: 96px;
	}
	#services-content .item {
	}
	.services-ayrac {
		display: none;
	}
	#section-platform {
		gap: 32px;
		padding-top: 96px;
		padding-bottom: 96px;
	}
	#section-platform .row2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0px;
	}
	#section-tradenow h1 {
		font-size: 32px;
	}
	#hamburgerbtn {
		display: none;
	}
	dialog {
		width: 60%;
	}
}

@media only screen and (max-width: 750px) {
	#header {
		justify-content: space-between;
		padding-left: 16px;
		padding-right: 16px;
	}
	#becomememberbtn {
		display: none;
	}

	#mainnav {
		display: none;
	}

	#section-hero {
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 200px;
		padding-bottom: 150px;
	}
	#hero-logo {
		width: 80%;
	}
	#section-hero-buttons {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 32px;
		align-content: center;
	}
	#section-whoweare {
		flex-direction: column;
		gap: 36px;
		color: #6d747a;

		padding-top: 96px;
		padding-bottom: 96px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.clmn1 {
		width: 90%;
	}
	#section-whatwedo {
		gap: 36px;
		flex-direction: column;
		padding-left: 16px;
		padding-right: 16px;
	}
	#section-services {
		background: linear-gradient(to bottom, white 33%, #26536a 33%);
		padding-top: 96px;
		gap: 24px;
	}
	#services-content {
		flex-direction: column;
		gap: 32px;
		padding-top: 0px;
		padding-bottom: 96px;
	}
	#section-services h2 {
		font-size: 24px;

		line-height: 30px; /* 142.5% */
		letter-spacing: 0.2px;
		margin-bottom: 18px;
	}
	#section-services br {
		display: none;
	}
	.services-ayrac {
		display: none;
	}
	#services-content .item {
		width: 100%;
	}
	#section-platform .row2 .content {
		gap: 32px;
		padding-top: 64px;
		padding-left: 16px;
		padding-right: 16px;
	}
	#section-platform .row2 .content .item {
		width: 100%;
	}
	#section-tradenow h1 {
		font-size: 24px;
		line-height: 32px;
	}
	#section-tradenow br {
		display: none;
	}
	#rightpanel {
		display: flex;
	}
	#hamburgerbtn {
		display: block;
	}
	dialog {
		width: 100%;
		height: 100%;
	}
}
