:root {
  --primary-color: hsl(270, 9%, 17%);
  --font-family: "DM Serif Display", serif;
}

.nav {
  text-transform: uppercase;
  font-family: "Karla";
  font-weight: 400;
}

.nav a,
li a {
  color: var(--primary-color) !important;
}

.nav .brand-name {
  font-family: "Krona one";
}

.nav .brand-details {
  margin-left: auto;
  font-size: 14px;
}

.nav li .hww {
  opacity: 0.8;
}
.nav li .hww:hover {
  opacity: 1;
  font-weight: 600;
}

.nav .nav-margin {
  margin: 0 70px;
}

.nav li .view-plans {
  border: 2px solid var(--primary-color);
  border-radius: 2px;
  font-weight: 400;
  opacity: 1;
}
.nav li .view-plans:hover {
  color: white !important;
  background-color: var(--primary-color);
  transition: all 200ms ease-in-out;
}

header {
  margin-top: 3.5rem;
  background-color: var(--primary-color);
  padding: 250px 150px 290px;
}

section {
  color: white;
}

h1.heading {
  font-family: var(--font-family);
  line-height: 0.9;
  font-size: 75px;
  margin-bottom: 25px;
}

hr {
  opacity: 1;
  width: 25%;
  color: grey;
  margin-bottom: 36px;
}

hr:not([size]) {
  height: 2px;
}

.h-body {
  font-size: 16.5px;
}

button {
  border: 2px solid white;
  color: white;
  background: var(--primary-color);
  margin-top: 27px;
  text-transform: uppercase;
  font-family: "Karla";
  font-weight: 500;
}

button:hover {
  color: var(--primary-color);
  background-color: white;
  transition: all 200ms ease-in-out;
}

.row {
  margin-top: -470px;
}

.intro-left-svg {
  margin-top: -330px;
  height: 550px;
}

.intro-right-svg {
  margin-left: 980px;
  margin-top: -1480px;
  height: 500px;
}

h2 {
  font-family: var(--font-family);
}

.aside-hr:not([size]) {
  height: 1px;
}

h2 {
  font-size: 65px;
}

.i-div {
  margin-top: 70px;
  display: flex;
  margin-right: 125px;
}

.i-div2 {
  margin-right: 40px;
}

.icon-img {
  height: 65px;
}

h3 {
  margin: 30px 0 16px;
  font-size: 20px;
}

small {
  opacity: 0.8;
}

aside {
  background-color: var(--primary-color);
  color: white;
  margin: 120px 0;
  padding: 70px 0;
}

.find-out-more {
  padding: 0 70px;
  font-family: var(--font-family);
  font-size: 45px;
}

.about {
  margin-top: -23px;
}

.aside-btn {
  font-size: 14px;
  float: right;
  margin-top: -75px;
}

.how-we-work-svg {
  margin-left: 810px;
  margin-top: -518px;
}

footer {
  background-color: hsl(0, 0%, 98%);
  padding: 20px 0;
}

h4 {
  text-transform: uppercase;
  font-family: "Krona one";
  font-size: 16px;
  margin: 33px 0 30px;
}

.socials {
  float: right;
}

.social {
  height: 16px;
}

.social:hover {
  background-color: var(--primary-color);
}

.footer-hr {
  margin-bottom: 0;
  color: grey;
  opacity: 0.3;
  width: 100%;
}

.footer-hr:not([size]) {
  height: 1.8px;
}

.f-div {
  display: flex;
  text-transform: uppercase;
  font-family: "Karla";
  font-size: 12px;
  font-weight: 700;
  margin-top: 50px;
}

.f-heading {
  opacity: 0.5;
  margin-bottom: 27px;
}

.f-div2 {
  margin-right: 200px;
}

p:hover {
  text-decoration: underline;
}

.f-heading:hover {
  text-decoration: none;
}
