@import url('global.css');

body{
    margin: 0px;
}

header{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 605px;
    border: solid;
    border-width: 0px 0px 2px 0px;
    background-image: url('../images/banner.png'), linear-gradient( #000000f1, #023449,#000000f1);
    border-color: #33A8DB;
}

.logo img{
    background-color: #00000081;
    width: 248px;
    height: 214px;
    padding: 30px;
    border-radius: 50%;
}

main, footer{
    background-color: rgb(0, 0, 0);
}

div, section, footer {
    text-align: center;
}

h1{
    font-family: 'Raleway';
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: transparent;
    background-image:linear-gradient(to bottom, #33A8DB,#1472B7);
    background-clip: text;
}

#course-content h2{
    padding-top: 100px;
    padding-bottom: 20px;
    margin: auto;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: transparent;
    background-image:linear-gradient(to bottom, #33A8DB,#27a5ff);
    background-clip: text;
}

#course-content p{
    padding-bottom: 15px;
    width: 792px;
    height: 38px;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: white;
    margin: 0 auto;
}

.banner-content p{
    width: 510px;
    height: 46px;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
}

.banner-content button{
    text-transform: uppercase;
    width: 326px;
    height: 57px;
    font-family: 'Raleway';
    font-weight: 900;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 3px;
    text-align: center;
    color: #31A8DD;
    background-color: transparent;
    border-style: solid;
    border-color: #33A8DB;
}
.modules-list{
    padding-bottom: 40px;
}

.module{
    width: 535px;
    height: 19px;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    background-color: #252525;
    border-style: solid;
    padding: 16px 127px 16px 127px;
    border-color: #33A8DB;
    border-radius: 57px;
    margin: 20px auto;
    }

.module span{
    color: #33A8DB;
} 

#transform-world h2{
    margin: 0px;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: transparent;
    background-image:linear-gradient(to bottom, #33A8DB,#1472B7);
    background-clip: text;
}

#transform-world p{
    width: 244px;
    height: 141px;
    padding: 100px;
    display: flex;
    font-family: 'Raleway';
    text-transform: lowercase;
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    color: white;
    text-shadow: #33A8DB 3px 2px;
}

#transform-world{
    background-image: url('../images/woman-code.png');
    object-fit: cover;
    background-attachment: fixed;
    width: 100vw;
    height: 363px;
}

#professional-challenges h2{
    padding-top: 50px;
    width: 746px;
    height: 76px;
    margin: 0 auto;
    font-family: 'Raleway';
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: transparent;
    background-image:linear-gradient(to bottom, #33A8DB,#1472B7);
    background-clip: text;
}

#professional-challenges p{
    padding-top: 50px;
    width: 792px;
    height: 76px;
    margin: 0 auto;
    font-family: 'Raleway';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: white;
    padding-bottom: 70px;
}
footer{
    margin: 0;
    color: white;
    font-family: 'Raleway';
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
}
footer a{
    color:#31A8DD
}
