*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    font-family: Questrial;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(36, 43, 72, 0.661), rgba(28, 36, 67, 0.57)), url("SUNMT.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 12px 24px;
    justify-content: flex-end;
    background-color: transparent;
    align-items: center;
    min-height: 60px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.navbar-scrolled {
    background-color: rgb(15, 16, 38); /* Dark navy color */
    transition: background-color 1s ease;
}
.logo{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
    padding: 0px 24px;
    cursor: pointer;
    transition: 0.5s ease;
    margin-right: auto;
}
.logo:hover{
    transform: scale(1.1);
}
.nav-links{
    display: flex;
    position: fixed;
    text-align: right;
    background-color: transparent;
    justify-content: space-between;
    width: 350px;
    top:15px;
    right: 10;
    list-style: none;
    transform: none;
    margin-top: 8px;
}
.contact-btn{
        text-decoration: none;
        color: rgb(0, 0, 0);
        border: 2px solid rgba(12, 0, 57, 0.29);
        background-color: #00012a00;
        padding: 5px 5px;
        border-radius: 5px;
        font-size: 16px;
        letter-spacing: 1px;
        position: relative;
        cursor: pointer;
}
.contact-btn:hover{
    transform: scale3d(1.03);
    background-color: rgba(255, 255, 255, 0.412);
    color: rgb(0, 0, 0);
    transition: 1s;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.475);
}
.underline{
    position: relative;
    transition: all 0,4s;
}
.underline::after{
    content: "";
    height: 2px;
    width: 100%;
    background: rgb(255, 255, 255);
    position: absolute;
    border-radius: 1px;
    left: 0;
    bottom: -2px;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
}
.underline:hover{
    color: white;
}
.underline:hover::after{
    opacity: 1;
}
.active::after{
    content: "";
    height: 2px;
    width: 100%;
    background: rgb(255, 255, 255);
    position: absolute;
    border-radius: 1px;
    left: 0;
    bottom: -2px;
    opacity: 1;
}
.nav-link li{
    list-style: none;
}
.nav-links a{
    color: white;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 100;
    font-size: 16px;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 0 12px;
    position: relative;
}
.text-box{
    width: 80%;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
    font-size: 60px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 19px;
    color: white;
}
.hero-btn{
    margin-top: 50px;
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 1px solid white;
    padding: 12px 34px;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 2px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    transform: scale3d(1.03);
    background-color: rgba(255, 255, 255, 0.864);
    color: rgb(113, 45, 0);
    box-shadow: 0 0 5px rgb(113, 45, 0);
    transition: 1s;
}
@media(max-width:680px){
.nav-links {
    transform: translateX(100%);
    opacity: 0;
}
.nav-links.active {
    transform: translateX(0%);
    opacity: 1;
}

    .text-box h1{
        font-size: 28px;
    }
    .nav-links{
        position: absolute;
        background-color: rgb(15, 16, 38);
        height: 100vh;
        width: 250px;
        top: -15px;
        right: 0;
        text-align: left;
        z-index: 2;   
        transition: 1s;
        display: flex;
        padding-left: 32px;
        padding-top: 6px;
        padding-bottom: 400px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;  
        opacity: 1;
    }
    .hamburger{
        position: relative;
        display: block;
        width: 30px;
        cursor: pointer;
        height: 30px;
        appearance: none;
        background: none;
        outline: none;
        border: none;
    }
    .hamburger .bar, .hamburger::after, .hamburger:before{
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: white;
        margin: 6px 0px;
        transition: 0.4s;
        cursor: pointer;
    }
    .close::after, .close:before{
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background-color: white;
        margin: 6px 0px;
        transition: 0.4s;
        cursor: pointer;
    }
    .close{
        position: relative;
        display: block;
        width: 30px;
        cursor: pointer;
        height: 30px;
        appearance: none;
        background: none;
        outline: none;
        border: none;
    }
    .close::before{
        transform: rotate(-45deg) translate(-8px, 5px);
    }
    .close::after{
        transform: rotate(45deg) translate(-3px, 1px);
    }
}
.coachingbg{
    width: 100%;
    background-color: #00082c10;
}
.coaching{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 80px;
}
h1{
    font-size: 40px;
    font-weight: 600;
}
 .coaching p{
    color: #000000c5;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 16px;
    text-align: left;
}
.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.coaching-col{
    flex-basis: 31%;
    background: #f5b18e36;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
.coaching-col2{
    flex-basis: 45%;
    background: #00082c00;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
}
.coaching-col2 img{
        width: 100%;
        display: block;
        border-radius: 10px;
}
h3{
    text-align: center;
    font-weight: 600;
    margin: 10px;
}
.coaching-col:hover{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.394);
}
.coaching-btn{
    margin-top: 50px;
    display: inline-block;
    text-decoration: none;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    padding: 12px 34px;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 2px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.coaching-btn:hover{
    background-color: rgba(255, 255, 255, 0.864);
    color: rgb(113, 45, 0);
    transition: 1s;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.386);
    transform: scale(1.1);
}
@media(max-width: 800px){
    .row{
        flex-direction: column;
    }
}
.aboutbg{
    width: 100%;
    background-color: #00082c10;
}
.about{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 80px
}
.about p{
    width: 90%;
    margin: auto;
    text-align: left;
    font-size: 16px;
}
.about-col{
    flex-basis: 50%;
    margin-bottom: 50px;
    position: relative;
}
.about-col img{
    width: 100%;
    display: block;
    border-radius: 20px;
}
.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    border-radius: 20px;
}
.layer:hover{
    background: rgba(6, 14, 56, 0.716);
    border-radius: 20px;
}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}
.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}
.cta{
    width: 100%;
    background-image: linear-gradient(rgba(36, 43, 72, 0.561), rgba(28, 36, 67, 0.67)),url("BOTMANSKLOOF.jpg");
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 90px 0;
    transition: 1s;
}
.cta h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}
.cta a:hover{
    box-shadow: 0 0 20px 5px black;
    transform: scale(1.1);
}
@media(max-width: 800px){
    .cta h1{
        font-size: 24px;
    }
}
.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background-color: #00082c0c;
}
.footer h4{
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: 600;
}
.icons .fa{
    color: #000000;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}
.header0{
    min-height: 40vh;
    width: 100%;
    background-image: linear-gradient(rgba(36, 43, 72, 0.661), rgba(28, 36, 67, 0.57)), url("SUNMT.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
.para{
    text-align: center;
    max-width: 720px;
}
.contact-form {
    width: 80%;
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    color: white;
}
.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
}
.contact-form label {
    display: block;
    margin: 10px 0 5px;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
}
.contact-form button {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #c354009b;
    color: white;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}
.contact-form button:hover {
    background-color: rgba(255, 255, 255, 0.412);
    color: rgb(0, 0, 0);
}
