@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap');

body {
    overflow-x: hidden;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    video {
        width: 100%;
        place-items: center;
    }
}

/* desktop view-port */
@media only screen and (min-width: 800px) {
    .top {
        background-image: url('/_nuxt/team.D5eAGV-K.jpg');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        height: 80vh;
    }

    .top h1 {
        display: grid;
        place-items: center;
        font-size: 10em;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        padding: 150px;
        color: white;
        line-height: 135px;
        font-weight: 1000;
        text-align: center;
        text-shadow: 2px 2px 100px #000;
    }

    .read {
        display: grid;
        grid-template-columns: 40% 60%;
        place-items: center;
    }

    .txt {
        padding: 0 50px;
    }

    .txt h2 {
        font-size: 50px;
        text-transform: uppercase;
        line-height: 45px;
        padding-bottom: 25px;
        font-weight: 750;
    }

    .txt p {
        text-align: justify;
        padding-right: 25px;
        padding-top: 30px;
    }
video::-webkit-media-controls {
    display: none;
}

#quote {
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #001a56;
    color: #dce3c8;
    padding: 10px 15px;
    border: none;
    transition: all ease 0.5s;
    margin-top: 45px;
}

#quote:hover {
    background-color: beige;
    color: #001a56;
}

.course {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    place-items: center;
    margin-bottom: 50px;
}

.course h1 {
    font-size: 45px;
    font-weight: 100;
    color: grey;
}

.course div {
    margin: 0 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
    gap: 50px;
    text-align: center;
}

.course h2 {
    font-weight: 650;
    padding-bottom: 15px;
    color: #e2a732;
}

.course div p {
    text-align: justify;
}

.facilitate {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    place-items: center;
}

.facilitate h1 {
    font-size: 45px;
    font-weight: 100;
    color: grey;
}

.facilitate div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
}

/* tablet view-port */
@media only screen and (max-width: 770px) {
    .top {
        background-image: url('../assets/img/team.jpg');
        background-size: cover;
        background-position: bottom;
        background-attachment: fixed;
        height: 40vh;
    }

    .top h1 {
        display: grid;
        place-items: center;
        font-size: 4em;
        font-family: 'Raleway', sans-serif;
        text-transform: uppercase;
        padding: 60px 50px;
        color: white;
        line-height: 65px;
        font-weight: 1000;
        text-align: center;
        text-shadow: 2px 2px 100px #000;
    }

    .read {
        display: grid;
        grid-template-columns: 40% 60%;
        place-items: center;
    }

    .txt {
        padding: 0 45px;
    }

    .txt h2 {
        font-size: 20px;
        text-transform: uppercase;
        line-height: 21px;
        font-weight: 750;
        margin-top: 45px;
        padding-bottom: 25px;
    }

    .txt p {
        text-align: justify;
        padding-right: 25px;
        font-size: 8px;
        padding-top: 3px;
    }
video::-webkit-media-controls {
    display: none;
}

#quote {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #001a56;
    color: #dce3c8;
    padding: 10px 15px;
    border: none;
    transition: all ease 0.5s;
    margin-top: 45px;
}

#quote:hover {
    background-color: beige;
    color: #001a56;
}

.course {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    place-items: center;
    margin-bottom: 50px;
}

.course h1 {
    font-size: 25px;
    font-weight: 100;
    color: grey;
}

.course div {
    margin: 0 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    gap: 50px;
    text-align: center;
}

.course h2 {
    font-size: 15px;
    font-weight: 650;
    padding-bottom: 15px;
    color: #e2a732;
}

.course div p {
    text-align: justify;
}

.facilitate {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    place-items: center;
}

.facilitate h1 {
    font-size: 45px;
    font-weight: 100;
    color: grey;
}

.facilitate div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
}
/* desktop view-port */
@media only screen and (min-width: 800px) {
.controlled-body {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header {
    font-family: 'Raleway', sans-serif;
    display: flex;
    height: 10vh;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    z-index: 1000;
}

#logo {
    width: 80px;
    margin: 65px 45px 25px 45px;
    transition: all 0.3s ease;
}

#logo:hover {
    scale: 1.15;
}

nav {
    display: flex;
    margin-right: 45px;
    margin-top: 10px;
}

nav a {
    margin: 0 30px;
    text-decoration: none;
    color: #001a56;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

nav a:hover {
    letter-spacing: 2.5px;
    color: #84961d;
}

button {
    padding: 10px 20px;
    background-color: #001a56;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 45px;
    color: white;
    transition: all 0.3s ease;
}

button:hover {
    background-color: #84961d;
}

footer {
    height: auto;
    width: 100vw;
    background-color: #001a56;
    margin-top: auto;
    color: white;
    padding: 50px 100px 30px 100px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
}   

.addrs {
    margin-left: 0;
}

.addrs ul {
    list-style-type: none;
}
.addrs ul h2 {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 650;
}
.addrs ul p {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 12px;
}
.addrs ul b {
    font-weight: 650;
    text-transform: uppercase;
}
.addrs ul li {
    margin-bottom: 5px;
    font-size: 15px;
    padding-right: 1px;
}

.f-content {
    margin-left: 5%;
    margin-right: 5%;
}

.f-content ul {
    list-style-type: none;
    margin-left: 50px;
}
.f-content ul h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 550;
    margin-bottom: 5px;
}

.socials {
    display: flex;
    flex-direction: row;
    filter: invert(1);
}

.f-content ul li a {
    font-size: 12px;
    margin-bottom: 3px;
    text-decoration: none;
    color: #d5cdd4;
    transition: color 0.5s ease;
    margin-right: 3px;
}

.f-content ul b {
    margin-top: 300px;
}

.f-content ul li a:hover {
    color: #d9ee72;
}

#tAd {
    height: 25px;
}

#wa-me {
    right: 10px;
    bottom: 0;
    position: fixed;
    z-index: 10000;
}

#wa-me img {
    width: 100px;
    transition: transform 0.3s ease;
}

#wa-me img:hover {
    transform: scale(1.3);
}
}

/* tablet view-port */
@media only screen and (max-width: 770px) {
.controlled-body {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header {
    font-family: 'Raleway', sans-serif;
    display: grid;
    place-items: top;
    grid-template-columns: 20% 60% 20%;
    height: 10vh;
    border-bottom: 1px solid #f1f1f1;
    z-index: 1000;
}

#logo {
    width: 80px;
    margin: 20px 0 45px 30px;
    transition: all 0.3s ease;
}

#logo:hover {
    scale: 1.15;
}

nav {
    padding-top: 25px;
    margin-left: 15px;
}

nav a {
    margin: 0 0 0 30px;
    text-decoration: none;
    color: #001a56;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

nav a:hover {
    letter-spacing: 2.5px;
    color: #84961d;
}

button {
    padding: 8px 12px;
    background-color: #001a56;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 25px;
    color: white;
    transition: all 0.3s ease;
    margin-top: 15px;
    font-size: 0.9em;
}

button:hover {
    background-color: #84961d;
}

footer {
    height: auto;
    width: 100vw;
    background-color: #001a56;
    margin-top: auto;
    color: white;
    padding: 50px 40px 30px 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
}   

.addrs {
    margin-left: 0;
}

.addrs ul {
    list-style-type: none;
}
.addrs ul h2 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 650;
}
.addrs ul p {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 12px;
}
.addrs ul b {
    font-weight: 650;
    text-transform: uppercase;
}
.addrs ul li {
    margin-bottom: 5px;
    font-size: 8px;
    padding-right: 1px;
}

.f-content {
    margin-left: 5%;
    margin-right: 5%;
}

.f-content ul {
    list-style-type: none;
    margin-left: 5px;
}
.f-content ul h2 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 550;
    margin-bottom: 5px;
}

.socials {
    display: flex;
    flex-direction: row;
    filter: invert(1);
}

.f-content ul li a {
    font-size: 12px;
    margin-bottom: 0;
    text-decoration: none;
    color: #d5cdd4;
    transition: color 0.5s ease;
    margin-right: 3px;
}

.f-content ul b {
    margin-top: 300px;
}

.f-content ul li a:hover {
    color: #d9ee72;
}

#tAd {
    height: 20px;
    padding-left: 1px
}

#wa-me {
    right: 10px;
    bottom: 0;
    position: fixed;
    z-index: 10000;
}

#wa-me img {
    width: 100px;
    transition: transform 0.3s ease;
}

#wa-me img:hover {
    transform: scale(1.3);
}
}

/* mobile view-port */
@media only screen and (max-width: 500px) {
.controlled-body {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header {
    font-family: 'Raleway', sans-serif;
    display: grid;
    place-items: top;
    grid-template-columns: 20% 60% 20%;
    height: 10vh;
    border-bottom: 1px solid #f1f1f1;
    z-index: 1000;
}

#logo {
    width: 80px;
    margin: 20px 0 45px 30px;
    transition: all 0.3s ease;
}

#logo:hover {
    scale: 1.15;
}

nav {
    padding-top: 25px;
    margin-left: 15px;
}

nav a {
    margin: 0 0 0 30px;
    text-decoration: none;
    color: #001a56;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

nav a:hover {
    letter-spacing: 2.5px;
    color: #84961d;
}

button {
    padding: 8px 12px;
    background-color: #001a56;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 25px;
    color: white;
    transition: all 0.3s ease;
    margin-top: 15px;
    font-size: 0.9em;
}

button:hover {
    background-color: #84961d;
}

footer {
    height: auto;
    width: 100vw;
    background-color: #001a56;
    margin-top: auto;
    color: white;
    padding: 50px 40px 30px 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
}   

.addrs {
    margin-left: 0;
}

.addrs ul {
    list-style-type: none;
}
.addrs ul h2 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 650;
}
.addrs ul p {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 12px;
}
.addrs ul b {
    font-weight: 650;
    text-transform: uppercase;
}
.addrs ul li {
    margin-bottom: 5px;
    font-size: 8px;
    padding-right: 1px;
}

.f-content {
    margin-left: 5%;
    margin-right: 5%;
}

.f-content ul {
    list-style-type: none;
    margin-left: 5px;
}
.f-content ul h2 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 550;
    margin-bottom: 5px;
}

.socials {
    display: flex;
    flex-direction: row;
    filter: invert(1);
}

.f-content ul li a {
    font-size: 12px;
    margin-bottom: 0;
    text-decoration: none;
    color: #d5cdd4;
    transition: color 0.5s ease;
    margin-right: 3px;
}

.f-content ul b {
    margin-top: 300px;
}

.f-content ul li a:hover {
    color: #d9ee72;
}

#tAd {
    height: 20px;
    padding-left: 1px
}

#wa-me {
    right: 10px;
    bottom: 0;
    position: fixed;
    z-index: 10000;
}

#wa-me img {
    width: 100px;
    transition: transform 0.3s ease;
}

#wa-me img:hover {
    transform: scale(1.3);
}
}


/* desktop view-port */
@media only screen and (min-width: 800px) {
    .sect-contact {
        display: flex;
    }
    
    #contact-form {
        display: block;
        margin-left: 105px;
        margin-top: 100px;
        margin-right: 90px;
        width: 850px;
    }
    
    #contact-form h2 {
        font-size: 25px;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 800;
    }
    
    #contact-form textarea {
        width: 350px;
        padding: 8px;
        border: 1px solid #464646;
    }
    
    #contact-form input {
        font-size: 15px;
        margin-bottom: 10px;
        width: 350px;
        padding-top: 25px;
        border: none;
        outline: none;
        border-bottom: solid #464646 1px;
        padding-bottom: 10px;
        transition: all 0.3s ease;
    }
    
    #contact-form input:hover {
        border-bottom: beige solid 1px;
    }
    
    #contact-form form button {
        font-size: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
        background-color: #001a56;
        color: #dce3c8;
        padding: 10px 15px;
        border: none;
        transition: all ease 0.5s;
    }
    
    #contact-form form button:hover {
        background-color: beige;
        color: #001a56;
    }
    
    .side-img-form {
        width: 85%;
        height: 700px;
        background-image: url(/_nuxt/81PX00661.BoMt0p8M.jpg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: 1200px;
        margin-top: 0;
        margin-left: 10px;
        transition: background-size 0.5s ease;
    }
    
    .side-img-form:hover {
        background-size: 1300px;
    }
    }
    
    /* tablet view-port */
    @media only screen and (max-width: 770px) {
    .sect-contact {
        display: flex;
    }
    
    #contact-form {
        display: block;
        margin-left: 50px;
        margin-top: 100px;
        margin-right: 30px;
        width: 750px;
    }
    
    #contact-form h2 {
        font-size: 25px;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 800;
    }
    
    #contact-form textarea {
        width: 350px;
        padding: 8px;
        border: 1px solid #464646;
    }
    
    #contact-form input {
        font-size: 15px;
        margin-bottom: 10px;
        width: 350px;
        padding-top: 25px;
        border: none;
        outline: none;
        border-bottom: solid #464646 1px;
        padding-bottom: 10px;
        transition: all 0.3s ease;
    }
    
    #contact-form input:hover {
        border-bottom: beige solid 1px;
    }
    
    #contact-form form button {
        font-size: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
        background-color: #001a56;
        color: #dce3c8;
        padding: 10px 15px;
        border: none;
        transition: all ease 0.5s;
    }
    
    #contact-form form button:hover {
        background-color: beige;
        color: #001a56;
    }
    
    .side-img-form {
        width: 85%;
        height: 650px;
        background-image: url(/_nuxt/81PX00661.BoMt0p8M.jpg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: 990px;
        margin-top: 0;
        margin-left: 10px;
        transition: background-size 0.5s ease;
    }
    
    .side-img-form:hover {
        background-size: 1100px;
    }
    }