:root {

 --nav-color: ghostwhite;  /* The default color of the main navmenu links */

 --nav-hover-color: darkred; /* Applied to main navmenu links when they are hovered over or active */

 --nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */

 --nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */

 --nav-dropdown-color: #313336; /* Used for navigation links of the dropdown items in the navigation menu. */

 --nav-dropdown-hover-color: darkred; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */

}


.header .btn-getstarted,

.header .btn-getstarted:focus {

 color: darkred;

 background: ghostwhite;

 font-size: 14px;

 padding: 8px 25px;

 margin: 0 0 0 30px;

 border-radius: 50px;

 transition: 0.3s;

}

.header .btn-getstarted:hover,

.header .btn-getstarted:focus:hover {

 color: ghostwhite;

 background: color-mix(in srgb, darkred, transparent 15%);

}

.hero .hero-bg::before {
  content: "";
  background: color-mix(in srgb, ghostwhite, transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .btn-get-started {

 color: darkred;

 background: ghostwhite;

 font-weight: 500;

 font-size: 15px;

 letter-spacing: 1px;

 display: inline-block;

 padding: 10px 28px;

 border-radius: 50px;

 transition: 0.5s;

 box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);

}

.hero .btn-get-started:hover {

 color: ghostwhite;

 background: color-mix(in srgb, var(--accent-color), transparent 15%);

 box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);

}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: ghostwhite;
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: ghostwhite;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover {
  color: darkred;
}

.hero .btn-watch-video:hover i {
  color: darkred;
}

.btn-get-started, .btn-watch-video{
    margin-bottom: 20px;
}

h1 {

   color: ghostwhite;

   font-family: "Radley", serif;

 }

 .header .logo h1 {

   font-size: 30px;

   margin: 0;

   font-weight: 700;

   color: darkred;

 }

.hero h1 span {

   color: darkred;

 }

.hero p {

   color: ghostwhite;

   font-family: "Radley", serif;

 }
