@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cantarell&family=Satisfy&display=swap');

p {
    font-family: 'Cantarell', sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: 'Satisfy', cursive;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

nav {
    width: 100%;
    background-color: rgb(59, 108, 92);
    display: flex;
}

.logo {
    width: 40%;
}

.logo img {
    width: 150px;
    border-radius: 10px;
    margin-left: 150px;
}

.navlist {
    width: 60%;
}

.navbar ul {
    display: flex;
}

.navbar ul li {
    list-style: none;
    margin: 15px 50px;
    font-size: larger;
}

.navbar ul li a {
    text-decoration: none;
    color: rgb(255, 255, 15);
}

.navbar ul li a:hover {
    color: rgb(255, 255, 255);
}

.div1 {
    height: 800px;
}

.content {
    display: flex;
    justify-content: center;
    background-color: rgb(59, 255, 200);
}

.content .col1 {
    width: 50%;
}

.starter {
    margin: 150px 50px 0 150px;
    animation: Animation1 2s 1 cubic-bezier(0.45, 0.52, 0.15, 0.95);
}

.starter h1 {
    font-size: 50px;
}

em {
    color: red;
}

.starter button {
    padding: 10px 20px;
    background-color: rgb(255, 255, 172);
    opacity: 0.9;
    border: none;
    transition: transform .3s ease-in-out;
}

.starter button:hover {
    opacity: 1;
    border: 1px solid red;
    background-color: rgb(255, 255, 0);
    border-radius: 20px;
    transform: scale(1.2);
}

.content .col2 {
    width: 50%;
    height: 600px;
}

.content .col2 img {
    width: 70%;
    animation: Animation2 2s 1 ease;
}

@keyframes Animation1 {
    from {
        transform: translate(-600px);
        opacity: 0.6;
    }

    to {
        opacity: 1;
    }
}

@keyframes Animation2 {
    from {
        transform: translate(1600px);
        opacity: 0.6;
    }

    to {
        opacity: 1;
    }
}

.div2 {
    display: flex;
    margin: 100px 150px;
}

.cards {
    text-align: center;
    padding: 50px;
    margin: 15px;
    height: 400px;
    background-color: azure;
    border: 2px inset cyan;
    border-radius: 10px;
    box-shadow: -4px 11px 20px 0px rgba(68, 255, 255, 0.537);
}

.cards img {
    width: 300px;
}

.cards h3 {
    font-size: 25px;
}

.cards h3,
p,
button {
    margin-top: 20px;
}

.firstcard button {
    transition: transform 0.2s;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    color: white;
    padding: 15px 30px;
    background: linear-gradient(0.10turn, rgb(255, 233, 90), orange, red);
}

.secondcard button {
    transition: transform 0.2s;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    color: white;
    padding: 15px 30px;
    background: linear-gradient(0.10turn, rgb(194, 255, 175), rgb(8, 255, 177), rgb(99, 255, 109));
}

.thirdcard button {
    transition: transform 0.2s;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    color: white;
    padding: 15px 30px;
    background: linear-gradient(0.10turn, rgb(170, 222, 255), rgb(94, 167, 245), rgb(0, 47, 255));
}

.cards button:hover {
    transform: scale(1.15);
}

.div3 {
    display: flex;
    margin: 100px 150px;
}

.div3 .col1 {
    width: 50%;
}

.div3 .col2 {
    width: 50%;
}

.div3 .col1 h1 {
    font-size: 40px;
}

.div3 .col1 .step {
    display: flex;
}

.div3 .col1 .step button {
    border-radius: 50px;
    margin: 10px;
}

.div3 .col1 .step img {
    width: 50px;
}

.div3 .col1>p {
    color: red;
    margin: 10px;
}

.div3 .col1 h1 {
    margin: 10px;
}

.div3 .col1 .step {
    margin: 20px;
}

.trendingcourse {
    border-radius: 30px;
    background-color: rgba(212, 212, 212, 0.178);
    margin: 100px 150px;
}

.trendingcourse p {
    font-size: 20px;
    text-align: center;
    color: rgb(255, 187, 0);
}

.div4 {
    display: flex;
}

.div4 .c {
    justify-content: center;
    text-align: center;
    width: 300px;
    height: 350px;
    transition: transform 0.8s;
    margin: 30px auto;
    border-radius: 30px;
}

.div4 .c:hover {
    transform: scale(1.04);
    box-shadow: 10px 10px 50px 10px rgb(128, 128, 128);
}

.div4 .c h2 {
    font-size: 30px;
}

.c1 {
    background-color: rgb(255, 255, 255);
}

.div4 .c img {
    width: 150px;
}

.btn {
    text-align: center;
    color: white;
    font-size: 16px;
    align-items: center;
    width: 90%;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: transform .2s ease-in;
}

.btn:hover {
    transform: scale(1.06);
}

.btn1 {
    background-color: rgb(179, 97, 255);
}

.btn2 {
    background-color: rgb(249, 132, 255);
}

.subscribe {
    display: flex;
    margin: 100px 150px;
}

.subscribe .col1 {
    padding: 20px;
    width: 60%;
}

.subscribe .col1 h1 {
    font-size: 40px;
}

.subscribe .col2 img {
    width: 100%;
}

.subscribe .col2 {
    width: 40%;
}

.subscribe .col1 p {
    color: red;
}

.subscribe .col1 input {
    width: 70%;
    border-radius: 12px;
    padding: 10px;
    font-size: 20px;
}
.subscribe .col1 button{
    background-color: black;
    text-align: center;
    color: white;
    font-size: 16px;
    margin-left: 10px;
    width: 90px;
    align-items: center;
    padding: 10px;
    border-radius: 19px; 
    cursor: pointer;
    transition: transform .2s ease-in;
}
.subscribe .col1 button:hover{
    box-shadow: 5px 10px 20px 0px gray;
    transform: scale(1.04);
    background-color: crimson;
    border: 3px solid black;
}

.helpsection {
    display: flex;
    margin: 100px 150px;
    border-radius: 30px;
    background-color: rgb(250, 255, 240);
}

.query {
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
}

.query i {
    font-size: 30px;
    color: green;
}

.helpsection .col1 {
    width: 50%;
    padding: 50px;
}

.helpsection .col1 button {
    margin: 5px;
    transition: transform .2s ease-in;
}

.helpsection .col1 button:hover {
    transform: scale(1.3);
}

.helpsection .col1 h2 {
    font-size: 40px;
}

.helpsection .col2 {
    width: 50%;
}

.helpsection .col2 img {
    width: 100%;
}

.foot {
    height: 300px;
    display: flex;
    /* background: linear-gradient(0.2turn,rgb(230, 0, 255),rgb(187, 22, 187),rgb(168, 0, 183)); */
    background-color: black;
    color: rgb(255, 255, 255);
    padding: 50px;
}

.foot h4 {
    font-size: 25px;
    color: rgb(174, 174, 174);
}

.siteinfo {
    width: 25%;
    margin: 10px;
}

.siteinfo img {
    width: 100%;
}

.loc {
    width: 25%;
    margin: 10px;
    padding: 50px;
    text-align: center;
}

ul li {
    list-style: none;
    margin: 20px;
    transition: transform .2s;
}

.contact {
    width: 25%;
    margin: 10px;
    padding: 50px;
    text-align: center;
}

.other {
    width: 25%;
    margin: 10px;
    padding: 50px;
    text-align: center;
}

ul li:hover {
    transform: translate(20px);
    color: rgb(255, 144, 255);
}