*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    color: white;
}
body{
    background-color: black;
}
.first{
    background: url("https://www.pluralsight.com/content/pluralsight/en/product/skills/jcr:content/main/generic_block1_copy_/image-res.img.1a4c495b-bdbb-4456-9121-ef8e27d59bde.png");
    background-repeat: no-repeat;
    background-position-x: right;
    width: 100vw;
    height: 100vh;
    margin-top: 7%;
}
#first-one{
    background: url("https://www.pluralsight.com/content/pluralsight/en/product/skills/jcr:content/main/generic_block1_copy_/parsys/columns/column-parsys-1/animation_wrapper/parsys/generic_block/image-res.img.e7ef8698-59f6-43a8-b766-9112aabd8783.png");
    background-repeat: no-repeat;
    background-position-x: 5%;
    background-position-y: 10%;
    padding-left: 20px;
    width: 60vw;
    height: 60vh;
}
#first-one-i{
    width: 80%;
    margin:6% 0 0 6%;
}
#first-logo{
    height: 32px;
    width: 22%;
}
#first-one-i h1{
    font-size: 58px;
    font-weight: 900;
    line-height: 0.99;
    margin-bottom: 20px;
}
#first-one-i p{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}
.tamato{
    font-size: 18px;
    font-weight: 900;
    padding: 15px 80px;
    border-radius: 4px;
    color: #ffffff;
    background: #EC008C;
    text-align: center;
    background-image: linear-gradient(to right,#F05A28,#EC008C);
}
#list{
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    height: 100px;
    background: black;
    margin:15% auto 0 auto;
}
.second{
    width: 90vw;
    margin: auto;
    height: 330vh;
    z-index: 10;
    background: #222;
    border-radius: 0.5%;
    text-align: center;
    line-height: 1.5;
    padding:5% 2% 2% 2%; 
    position: sticky;
    box-shadow: rgb(22, 25, 29) 0px 20px 30px -10px;
}
#second-one{
    width: 100%;
    display: flex;
    justify-content: space-around;
    text-align: left;
    font-size: 18px;
}
#second-one > div{
    width: 45%;
    margin-top: 20px;
}
#second-one-i{
    display: flex;
    justify-content: space-between;
    
}
#second-one-i ul{
    list-style: none;
    line-height: 1.8;
    font-size: 18px;
}
#second-one-i ul li:before {
    content: '✓';
    color: rgb(195,166,34);
}
.second h1,.fifth h1{
    margin:30px 0;
    font-size: 45px;
    margin-bottom: 20px;
}
.violet{
    color: rgb(228,1,107);
    font-size: 18px;
}
#font{
    font-size: 40px;
    line-height: 0.95;
}
.second-two{
    text-align: left;
    width: 90%;
    margin: auto;
}
#second-two-i{
    display: flex;
    justify-content: space-between;
}
#second-two-i > div{
    width: 45%;
}
.second-two h2{
    font-size: 35px;
    margin-bottom: 10px;
}
.second-two h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.second-two p{
    font-size: 18px;
    margin-bottom: 10px;
}
.second-three{
    background: linear-gradient(269.52deg, #EC008C 0%, #F15B2A 98.86%);
    border-radius:10px;
    width: 90%;
    height: 20vh;
    margin: auto;
}
#second-three-i{
    background-image: url('https://www.pluralsight.com/content/pluralsight/en/product/skills/jcr:content/main/generic_block_copy/parsys/generic_block_413530/parsys/animation_wrapper/parsys/columns_copy/column-parsys-1/generic_block_202764/parsys/column_control_1018153248/column-parsys-1/animation_wrapper/parsys/generic_block/parsys/generic_block/image-res.img.21c9d3a5-2a8d-4081-ad6a-236b6c9a8b9e.png');
    background-position:center left;
    background-size:auto;
    background-repeat:no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 20px;
    margin-top: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#one{
 width: 70%;
 text-align: left;
}
#two{
    width: 20%;
    background: black;
    padding: 10px;
}
.second-four{
    width: 60%;
    margin:50px auto;
}
.second-four h4{
    font-size: 40px;
    margin:20px 0;
}
.second-four p{
    font-size: 20px;
    color: rgb(182, 176, 176);
}
.second-five{
    width: 80%;
    height: 70vh;
    display: grid;
    grid-template-columns: repeat(3,30%);
    grid-template-rows: repeat(2,45%);
    gap: 3%;
    margin: auto;
}
.second-five > div{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    padding: 5%;
}
.second-six{
    width: 90%;
    margin:60px auto;
    font-size: 15px;
    background: rgb(34,34,34);
}
#second-six-one{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 50px;
    background: rgb(34,34,34);
}
.third{
    width: 100vw;
    height: 160vh;
    background: linear-gradient(269.52deg, #EC008C 0%, #F15B2A 98.86%);
    margin-top: -100px;
}
#third-one{
    width: 80%;
    padding-top: 12%;
    margin: auto;
    text-align: center;
}
#third-one p{
    color: black;
    font-size: 18px;
    margin-top: 10px;
}
#third-one h1{
    font-size: 40px;
}
#third-two{
    width: 80%;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(3,25%);
    grid-template-rows: repeat(2,45%);
    gap: 7%;
    margin:40px auto 5px auto;
    text-align: center;
}
#third-two>div img{
    height: 40%;
}
#third-two>div p{
    color: black;
    margin-top: 10px;
}
#third_f{
    text-align: center;
    color: black;
}
.forth{
    width: 100vw;
    height: 50vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.forth > div{
    width: 40%;
    font-size: 20px;
}
.fifth{
    text-align: center;
    background: rgb(24,24,24);
    width: 100vw;
    height: 300vh;
    padding-top: 80px;
}
#fifth-one{
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    height: 70vh;
    margin: auto;
}
#fifth-one>div{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.85) 0px 13px 27px -5px, rgba(0, 0, 0, 0.5) 0px 8px 16px -8px;
}
#fifth-one>div h2{
    font-size: 30px;
}
#fifth-one button{
    padding: 15px 40px;
}
.price{
    font-size: 40px;
    font-weight: bolder;
}
#fifth-two{
    margin-top: 110px;
}
#color{
    color: rgb(160, 158, 158);
}
#fifth-three{
    margin-top: 50px;
    width: 80%;
    margin: auto;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
}
#fifth-three td{
    min-width: 220px;
    text-align: center;
    padding:0 10px 5px 10px;
}
#fifth-three th{
    min-width: 320px;
    padding:0 10px 30px 10px;
}
#btn{
    padding:10px 30px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
#fifth-four{
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    height: 20vw;
    margin:40px auto;
}
#fifth-four>div{
    /* width: 30%; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#lastbtn{
    background: rgb(24,24,24);
    border-radius: 5px;
    padding:10px 16px;
    border: 2px solid white;
    font-weight: 600;
    width: 90%;
    margin: auto;
}
#lastbtn2{
    border-radius: 5px;
    padding:10px 16px;
    font-weight: 600;
    width: 90%;
    margin: auto;
}
#mid{
    width: 1px;
    background: rgb(206, 205, 205);
}
