body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 100vh;
    position: relative;
    background-color: black;
    color: white;
}

.bar {
    background-color: transparent;
    height: 0px;
    width: 100%;
    margin: 0;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.navbar {
    background: rgba(0, 0, 0, 0.3);
    font-family: "gotham", helvetica;
    text-decoration: dotted;
    z-index: 1;
    position: fixed;
}

.navbar li {
    float: left;
    list-style: none;
    padding: 16px 30px;
}

.navbar ul {
    overflow: auto;
}

.navbar li a {
    padding: 3px 3px;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.menu a:hover {
    color: grey;
}
#b {
    box-shadow: inset 0 0 0 0 #494949;
    color: #54b3d6;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    border: none;

    margin-top: 10px;
    margin-left: 80%;
}

#b:hover {
    color: black;
    box-shadow: inset 200px 0 0 0 #fca541;
    ;
}


#b {
    color: #54b3d6;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    padding: 20px;
    background-color: transparent;
}

#b {
    width: 150px;
    height: 40px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}


.hero {
    position: relative;
    height: 100vh;
    background: url('All pictures/temp-fash-cover-photo.jpeg') center/cover;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; 
    padding: 0 2rem;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: absolute;
    top: 40%;
    left: 30%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-family: 'Georgia', serif;
    width: 100%; 
    padding: 20px;
}

.hero-content h1 {
    font-size: 90px;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 400;
    color: white;
}

.hero-content p {
    font-size: 2em;
    margin-bottom: 2rem;
    color: white;
    text-align: center;
    font-style:oblique;
    line-height: 1.5;
    padding:10px;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.3);
}


.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.primary-button, .secondary-button {
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.primary-button {
    background: var(--primary-color);
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

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

.button-icon {
    width: 1.25rem;
    height: 1.25rem;
}

.secondary-button {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.secondary-button:hover {
    background: var(--white);
    color: var(--text-dark);
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p {
        font-size: 1rem;
    }
}
.container{display: flex;
justify-content: space-between;
gap:40px;
padding:50px;}


    .courses h1{
        font-size:70px;
        font-style:oblique;
        letter-spacing: 0.04;
    }

    
    
#a {
    background-image: linear-gradient(to right,
            #fca541,
            #fca541 50%,
            white 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

#a:before {
    content: '';
    background: #fca541;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

#a:hover {
    background-position: 0;
    font-size: small;
}

#a:hover::before {
    width: 100%;
}
.hero {
    position: relative;
    height: 100vh;
    background: url('All pictures/overalls.jpg') center/contain;
    display: flex;
    align-items: flex-start; 
    justify-content: flex-start; 
    padding: 0 2rem;
}
.s1{padding:-20px;
    }
.box1{display:flex;
      justify-content: space-evenly;
       flex-direction: row;
      align-items: center;}
.s1 img{height:600px;
        width:600px;
        }
.s1 h2{font-size: 40px;
        font-family: 'Abril Fatface', serif;
        color: #cad1d7;
        font-weight: bold;}
.s1 h1{font-size:100px;
        margin-left: 20px;
        text-align: center;
        font-family: fantasy;
        padding:20px;}
.s2{padding:50px;
    }
.box2{display:flex;
      justify-content: space-evenly;
       flex-direction: row;
      align-items: center;}
.s2 img{height:600px;
        width:600px;
        }
.s2 h2{font-size: 40px;
    font-family: 'Abril Fatface', serif;
    color: #dde4ec;
    font-weight: bold;}
.s2 h1{font-size:100px;
        margin-right: 30px;
        text-align: left;
        font-family: fantasy;
        padding:20px;}
.s3{padding:10px;
    }
.box3{display:flex;
      justify-content: space-evenly;
       flex-direction: row;
      align-items: center;}
.s3 img{height:600px;
        width:600px;
        }
.s3 h2{font-size: 40px;
        font-family: 'Abril Fatface', serif;
        color: #e1e4e7;
        font-weight: bold;}
.s3 h1{font-size:100px;
        margin-left: 20px;
        text-align: center;
        font-family: fantasy;
        padding:0px;}

.hover-heading1 {
  font-family: 'Abril Fatface', serif;
  font-size: 2rem; 
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  text-align: center;
}

.hover-heading1 span {
  display: inline-block;
  position: relative;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  cursor: pointer;
}

.hover-heading1 span:hover {
  color: #ff6347;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.hover-heading1 span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #ff6347; 
  transition: width 0.3s ease;
}

.hover-heading1 span:hover::after {
  width: 100%;
}

.footer {
    position: relative;
    background-color: #121229;
    text-align: center;
    padding: 34px 0;
    overflow: hidden;
}

.footer-icons {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 59px;
}

.icon {
    font-size: 50px;
    color: #fca541;
    transition: transform 0.3s ease, color 0.3s ease;
}

.icon:hover {
    transform: scale(2.5);
    color: #ffa7a7;
}

.footer-logo img {
    width: 120px;
    height: auto;
    margin: 0 auto;
    animation: float 3s ease-in-out infinite;
}

.footer-text {
    font-size: 14px;
    color: #888;
}

.footer-text p {
    margin: 5px 0;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #fca541 0%, transparent 100%);
    opacity: 0.05;
    animation: wave 5s linear infinite;
}
html{scroll-behavior: smooth;}
@keyframes wave {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

