* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', sans-serif;
  color: #222;
}
header {
  z-index: 1000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 40px;
  border-bottom: 1px solid #ccc;
  position: sticky;
  top: 0;
  background-color: #ffffff;
}

.logo {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}

.logo img {
  width: 4rem;
}

nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.hero {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px;
  min-height: 100vh;
  background-color: #111c4e !important;
}

.hero-text {
  max-width: 40%;
    display: flex;
    flex-direction: column;
}

.hero-text>img {
  width: 20rem;
  
}

.hero-text .four-seasons-logo {
  width: 120px;
  margin-bottom: 20px;
}

.hero-text h1 {
    font-size: 50px;
    margin-bottom: 31px;
    font-weight: 400 !important;
    margin-top: 50px;
    color: #ffffff;
}

.hero-text p {
  margin-bottom: 20px;
  font-weight: 300;
  color: #ffffff;
}

.login-btn {
  /* padding: 12px 24px;
  background-color: #85c100;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px; */
  text-decoration: none;
border: 2px solid white;
  background-color: transparent;
  color: white;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 30px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 12px 24px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 70%;
}
.hero-img {
Width:60%
}
.hero-img img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: relative;
    right: -40px;
    border: 8px solid #e0e0e0;
    border-right: 0px;
    border-radius: 10px 0 0 10px;
}

.tutorials {
  text-align: center;
  background-color: #ffffff;
  padding: 60px 20px;
}

.tutorials h2 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.tutorials > .TUTSubtitle > p {
  color: #555;
    width: 21rem;
    margin: 30px auto;
}

.videos {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.videos > .video > iframe{
    width: 25rem;
    border: none;
    height: 26rem;
}

.video img {
  width: 280px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.video p {
  font-weight: 500;
}

footer {
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;
  border-top: 1px solid #ddd;
}

.footer-icon {
  font-size: 32px;
  color: #69b84f;
  font-weight: bold;
}

footer a {
  color: #0073aa;
  text-decoration: none;
}
footer > .thanktxt{
      width: 43rem;
    margin: 2rem auto;
}

footer > .thankHdr{
      font-family: sans-serif;
    font-weight: 100;
    font-size: 2rem;
    margin-top: 1rem;
}

