* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    list-style: none;

}

@media (max-width:900px) {
    *,

    .main .content1 .p p,
    img,
    .skill .block .col .ux,
    .skill .block .col p,
    .exp .block1 p,
    .edu .block2 p,
    #service .rows .course-cols p {
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
}

html {
    scroll-behavior: smooth;
}

/* navbar */
body {
    background: #0000;
    color: #ffff;
}

#header {
    width: 100%;
    height: 100vh;
    background-image: url(background1.png);
    background-size: cover;
    background-position: center;
}


nav {
    position: sticky;
    padding: 1px 0;
    z-index: 12;
    height: 90px;
    width: 100%;
    background-color: rgb(0, 0, 0);
}

.logo {
    border-radius: 50%;
    margin-top: 50px;
    margin-left: 100px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
}

.logo:hover {
    cursor: pointer;
    transform: scale(3);
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
}

nav ul {
    float: right;
    margin-right: 20px;
}

nav ul li {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;

}

nav ul li a {
    font-family: 'Patrick Hand', cursive;
    color: rgb(255, 64, 0);
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    padding: 8px 15px;
    border-radius: 50px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

nav ul li a:hover {
    font-size: 22px;
    color: rgb(255, 72, 0);
    background-color: rgb(183, 170, 170);
    text-decoration: underline;
    text-decoration-color: rgb(255, 96, 11);
    -moz-text-decoration-color: rgb(255, 96, 11);
}

.checkbtn {
    font-size: 35px;
    color: #ffffff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;


}

#check {
    display: none;
}

/* login btns */
.hero-btn {
    margin-top: 120px;
    margin-left: 50px;
    display: flex;
    flex-direction: row;
}

.hero-btn label {
    width: 450px;
    background: linear-gradient(135deg, #0099ff, #b700ff);
    padding-left: 50px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 50px;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    border: 2px solid blue;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 30px;
}

.hero-btn label:hover {
    background: linear-gradient(-135deg, #0099ff, #b700ff);
}

#header .hero-btn span {
    color: #006eff;
    text-decoration: underline;
    font-size: 30px;
}

.body_txt {
    display: flex;
    flex-direction: row;
}

.hero-btn i {
    height: 500px;
}

/* iconsssssssssssssss */

.icons_media {
    justify-content: space-between;
    margin-left: 250px;
    margin-top: 50px;
}

.icons_media a i {
    font-size: 50px;
    padding-left: 30px;
    color: #003cff;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

.icons_media a i:hover {
    color: red;

}


@media (max-width:858px) {

    .icons_media {
        display: flex;
        flex-direction: row;
        margin-left: 2px;
        margin-top: 50px;
    }

    .icons_media a i {
        font-size: 40px;
        padding-left: 5px;
    }
}

/* media query */
@media (max-width:952px) {
    label.logo {
        font-size: 28px;
        padding-left: 50px;
    }

    nav ul li a {
        font-size: 18px;

    }

}

@media (max-width:858px) {
    .checkbtn {
        display: block;
    }


    #header {
        background-image: url(new2.png);
    }

    ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: linear-gradient(135deg, #002fffdc, #ff0000ec);
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
    }

    nav ul li {
        display: block;


    }

    nav ul li a {
        color: rgb(0, 0, 0);
        font-size: 30px;
    }

    nav ul li a:hover {
        background-color: rgb(183, 170, 170);
        text-decoration: underline;
        text-decoration-color: rgba(17, 65, 107, 0.856);
        -moz-text-decoration-color: rgba(17, 65, 107, 0.856);
        color: rgb(255, 64, 0);
    }

    #check:checked~ul {
        left: 0;
    }

    #check:checked~ul {
        left: 0;
    }

    .img img {
        display: none;
    }

    .skill9 {
        display: flex;
        flex-direction: column;
    }

    .btn2 {
        display: none;
    }

    .main {
        display: flex;
        flex-direction: column;
    }

    .main .content1 .img1 {
        display: flex;
        flex-direction: column;

    }

    .main .content1 .img1 img {
        height: 350px;
        width: 300px;
        text-align: center;
    }

    .main .content1 .img1 .a img {
        margin-bottom: 35px;
        height: 250px;
        width: 250px;

    }

    .container .main-txt h1 {
        font-weight: 900;
        font-size: 35px;
        margin-top: 20px;
        color: #1100ff;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    }

    .main-txt h1 span {
        font-size: 70px;
        font-weight: 900;
        color: #ff0000;
    }

    .hero-btn {
        margin-top: 50px;
        margin-left: 0;
        display: block;

    }

    .hero-btn label {
        display: flex;
        flex-direction: column;
        margin-top: 50px;
        width: 300px;
        text-align: center;

    }

    #header {
        width: 100%;
        height: 120vh;
    }
    .p p {
        margin-left: 5px;
        margin-right: 5px;
    }
}

/* main txt */

.main-txt {
    font-family: 'Patrick Hand', cursive;
    margin-left: 40px;
    margin-top: 15%;
    Font-size: 30px;
}

.main-txt h1 {
    font-size: 60px;
    margin-top: 20px;
}

.main-txt span {
    color: rgb(255, 72, 0);
}

.main-txt p {
    font-size: 39px;
    text-decoration: underline;
}


/* body about */

.main {
    background-color: black;
    display: inline-flex;
    width: 100%;
    height: 86%;
}

.main .img1 {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
    margin-left: 50px;
    margin-right: 50px;
}

.img1 img {
    padding: 5px;
    border: 2px solid rgba(3, 6, 210, 0.884);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius: 50px;
    height: 65vh;
    width: 330px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.img1 img:hover {
    cursor: pointer;
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);

}

.img1 .a img {
    margin-top: 35px;
    height: 55vh;
    width: 320px;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.img1 .a img:hover {
    cursor: pointer;
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
}

.main .txt {
    color: #ffff;
    text-decoration: underline;
    text-decoration-color: rgb(255, 72, 0);
    font-weight: 900;
    padding-left: 100px;
    font-family: 'Patrick Hand', cursive;
    margin-top: 30px;
    font-size: 50px;
    -moz-text-decoration-color: rgb(255, 72, 0);
}


.p p {
    color: #d8cece;
    box-sizing: border-box;
    font-family: 'Patrick Hand', cursive;
    font-size: 20px;
    padding: 3px;
    margin-top: 16px;
    margin-left: 50px;
    margin-right: 50px;
}


/* skillllllssss */
.block9 {
    margin-left: 50px;
    display: block;
    justify-content: space-between;
}

.skill9 {
    font-family: 'Patrick Hand', cursive;

    justify-content: space-between;
    display: flex;
    width: 100%;
    background-color: rgb(0, 0, 0);
}


/* info */

.text21 {
    text-decoration: underline;
    text-decoration-color: rgb(255, 0, 0);
    background-color: rgb(0, 0, 0);
    font-size: 43px;
    font-weight: 700;
    margin-top: 5px;
    font-family: 'Patrick Hand', cursive;
    padding-top: 25px;
    -moz-text-decoration-color: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
}

/* hero100 */
.skill9 .hero10 {
    margin-bottom: 300px;
    margin-top: 250px;
    width: 100px;
    font-size: 50px;
    font-weight: 700;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    display: inline;
    background: linear-gradient(-135deg, #0099ff, #b700ff);
    color: #000000;
    padding: 10px;
    word-spacing: 1.5px;
    letter-spacing: 1.5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/*  */

.block9 .text21,
.info {
    margin-left: 40px;
    display: flex;
    flex-direction: row;
    flex: 0 0 50%;
    max-width: 50%;

}

@media (max-width:858px) {

    /* hero100 */
    .skill9 .hero10 {
        margin-bottom: 30px;
        transform: translate(50%, 50%);
        margin-top: 20px;
        margin-left: 35%;
        width: 100px;
        font-size: 50px;
        font-weight: 700;
        writing-mode: vertical-lr;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: vertical-lr;
        display: inline;
        background: linear-gradient(-135deg, #0099ff, #b700ff);
        color: #000000;
        padding: 10px;
        word-spacing: 1.5px;
        letter-spacing: 1.5px;
        transform: rotate(180deg);

    }

    .block9 .text21,
    .info {
        margin-left: 10px;
        display: flex;
        flex-direction: row;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.info p {
    padding: 30px 0;
    font-size: 25px;
    font-weight: 800;
    color: #de0000;
    border-bottom: 2px solid rgba(255, 255, 255, 0.365);
}


@media (max-width:858px) {

    .info p {
        display: flex;
        flex-direction: row;
        padding: 20px 0;
        font-size: 25px;
        font-weight: 800;
        color: #de0000;
        border-bottom: 2px solid rgba(255, 255, 255, 0.365);
    }
}


.info p span {
    font-weight: 700;
    color: #ffffff;
    margin-left: 13px;
    display: flex;
    flex-direction: row;
}

/* skills html */
.skill9 .img .txt {
    text-decoration: underline;
    text-decoration-color: red;
    background-color: rgb(0, 0, 0);
    font-size: 59px;
    font-weight: 700;
    margin-top: 5px;
    font-family: 'Patrick Hand', cursive;

    padding-top: 20px;
    padding-bottom: 20px;

    -moz-text-decoration-color: red;
}


.progress {
    background-color: #d8cece;
    border: 1.5px solid blue;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
    height: 14px;
    width: 350px;
    position: relative;
}

/* media query for bar */
@media (max-width:858px) {
    .progress {
        box-sizing: border-box;
        height: 14px;
        width: 300px;
    }
    .items h5{
        display: flex;
    }
    .items img{
        display: flex;
        margin-left: 20px;
    }
}

.items .progress-in {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #ff0000;
}

.items .p {
    font-size: 22px;
    position: absolute;
    right: 0;
    top: -30px;
    color: #ffffff;
    font-weight: 700;
}

.items h5 {
    font-size: 27px;
    font-weight: 600;

}

.items {
    padding: 25px;

}

.img .txt {
    margin-left: 30px;
    font-size: 50px;
}

.img {
    margin-right: 80px;
}

/* btns */

.btn2 a {
    text-align: center;
    background: linear-gradient(135deg, #0099ff, #b700ff);
    padding: 10px;
    font-family: 'Patrick Hand', cursive;

    font-size: 26px;
    font-weight: 800;
    color: #fff;
    border: 2px solid blue;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.btn2 a download-cv {
    font-family: 'Patrick Hand', cursive;

    font-size: 26px;
    font-weight: 800;
    color: #fff;
    border: 2px solid rgb(0, 0, 146);
}

.btn2 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    margin-left: 200px;
}

.btn2 a i {
    color: #000000;

}

.btn2 a:hover i {
    color: #ffffffb5;
}

.btn2 button {

    background: linear-gradient(135deg, #0099ff, #b700ff);
    padding: 10px;
    transition: all 0.4s ease-in-out;
    border-radius: 30px;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 15px;
    font-family: 'Patrick Hand', cursive;

    font-size: 26px;
    font-weight: 800;
    color: #fff;
    border: 2px solid blue;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.btn2 button:hover {
    background: linear-gradient(-135deg, #0099ff, #b700ff);
}

.btn2 a:hover {
    text-decoration: underline;
    background: linear-gradient(-135deg, #0099ff, #b700ff);
}

/* media for btn2 */
@media (max-width:858px) {
    .btn2 a {
        text-align: center;
        justify-content: center;
        width: 200px;
        height: 70px;
    }

    .btn2 {

        justify-content: center;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .btn2 button {
        margin-left: 190px;
        width: 200px;
        height: 70px;
        margin: 26px;
    }

}

/* skills */



.block {
    margin-left: 50px;
    display: block;
    justify-content: space-between;
}

.skill {
    justify-content: space-between;
    display: flex;
    height: 110vh;
    width: 100%;
    background-color: rgb(0, 0, 0);
}

.skill .txt {
    font-weight: 900;
    text-align: center;
    font-family: 'Patrick Hand', cursive;
    text-decoration: underline;
    text-decoration-color: #de0000;
    border-bottom: 2px solid #0099ff;
    margin-top: 30px;
    font-size: 50px;
    -moz-text-decoration-color: #de0000;
}

.txt::after {
    height: 3px;
    width: 40px;
    background-color: rgb(165, 94, 0)
}

.skill .img img {
    margin-right: 60px;
    margin-top: 80px;
    border-radius: 50px;
    height: 85vh;
    width: 400px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.block .ux {
    font-family: 'Patrick Hand', cursive;
    font-size: 25px;
    font-weight: 600;
    color: rgb(255, 72, 0);
    margin-top: 50px;
    margin-left: 15px;
}

.block p {
    margin-left: 15px;
    color: #d8cece;
    scroll-behavior: smooth;
    font-family: 'Patrick Hand', cursive;
    font-size: 20px;
    border-bottom: 2px solid #0099ff;
}


/* experience */


.block1 {
    margin-right: 150px;
    display: block;
    justify-content: space-between;
}

.exp {
    justify-content: space-between;
    display: flex;
    height: 100vh;
    width: 100%;
    background-color: rgb(0, 0, 0);
}

.exp .txt {
    font-weight: 900;
    text-align: center;
    font-family: 'Patrick Hand', cursive;
    text-decoration: underline;
    text-decoration-color: #de0000;
    border-bottom: 2px solid #0099ff;
    margin-top: 30px;
    font-size: 50px;

}

.exp .img img {
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    margin-top: 60px;
    margin-left: 50px;
    justify-content: right;
    align-content: right;
    border-radius: 50px;
    height: 85vh;
    width: 400px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;

}

.exp .img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.block1 .ux {
    font-family: 'Patrick Hand', cursive;
    font-size: 25px;
    font-weight: 600;
    color: rgb(255, 72, 0);
    margin-top: 50px;
    margin-left: 10px;
}

.block1 p {
    margin-left: 1px;
    color: #d8cece;
    scroll-behavior: smooth;
    font-family: 'Patrick Hand', cursive;
    font-size: 20px;
    border-bottom: 2px solid #0099ff;
}


/* education */


.edu .block2 {
    margin-left: 70px;
    display: block;
    justify-content: space-between;
}

.edu {
    justify-content: space-between;
    display: flex;
    height: 100vh;
    width: 100%;
    background-color: rgb(0, 0, 0);
}

.edu .txt {
    font-weight: 900;
    text-align: center;
    font-family: 'Patrick Hand', cursive;
    text-decoration: underline;
    text-decoration-color: #de0000;
    border-bottom: 2px solid #0099ff;
    margin-top: 30px;
    font-size: 50px;

}

.txt::after {
    height: 3px;
    width: 40px;
    background-color: rgb(165, 94, 0)
}

.edu .img img {
    margin-right: 90px;
    margin-top: 80px;
    border-radius: 50px;
    height: 85vh;
    width: 400px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.block2 .ux {
    font-family: 'Patrick Hand', cursive;
    font-size: 25px;
    font-weight: 600;
    color: rgb(255, 72, 0);
    margin-top: 50px;
    margin-left: 15px;
}

.block2 p {
    margin-left: 15px;
    color: #d8cece;
    scroll-behavior: smooth;
    font-family: 'Patrick Hand', cursive;
    font-size: 20px;
    border-bottom: 2px solid #0099ff;
}

@media (max-width:858px) {
    .edu .txt {
        font-size: 40px;

    }

    .exp .txt {
        font-size: 40px;
    }

    .skill .txt {
        font-size: 40px;
    }

    .block9 .txt {
        font-size: 26px;
    }

    .info p {
        font-size: 20px;
    }

    .btn2 {
        margin-left: 0;
        border-bottom: 2px solid rgb(205, 205, 209);
    }

    .btn2 button {
        font-size: 20px;
    }

    .btn2 a {
        font-size: 20px;
    }
}

/* servicess */
#SERVICES {
    background-color: rgb(0, 0, 0);
}

#service {
    background-color: rgb(0, 0, 0);
    padding: 30px 0;

}

/* services */
.qcourse {
    text-decoration: underline;
    text-decoration-color: rgb(255, 72, 0);
    font-family: 'Patrick Hand', cursive;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    -moz-text-decoration-color: rgb(255, 72, 0);
}

.subco {
    font-family: 'Patrick Hand', cursive;
    text-decoration: underline;
    text-decoration-color: #de0000;
    text-align: center;
    margin-top: 10px;
    color: #d8cece;
    font-size: 30px;
}

.rows {
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
    grid-gap: 40px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}

.rows .course-cols i {
    text-align: center;
    font-size: 45px;
    color: #ffff;
}

.rows .course-cols h3 {
    font-size: 40px;
    border-bottom: 2px solid rgba(0, 42, 255, 0.299);
    text-align: left;
    color: #d8cece;

}

.rows .course-cols p {
    font-size: 20px;
    margin-block: 10px;
    font-family: 'Patrick Hand', cursive;

    color: #a29999;
    text-align: left;
}

.rows .course-cols a {
    font-size: 20px;
    text-align: right;

}

.rows .course-cols a:hover {
    color: rgba(0, 98, 255, 0.785);
    ;
    text-decoration: underline;
    text-decoration-color: rgba(0, 98, 255, 0.785);
    -moz-text-decoration-color: rgba(0, 98, 255, 0.785);
}

.rows .course-cols {
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    margin-left: 0px;
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5px;
    text-align: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    justify-content: space-between;
    background: linear-gradient(135deg,rgba(0, 0, 0, 0.005),black);
    box-shadow: 0 0 20px 0px rgba(0, 98, 255, 0.621);
}

.rows .course-cols:hover {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    box-shadow: 0 0 30px 0px rgb(0, 98, 255);
}


@media (max-width:952px) {
    .rows {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width:858px) {
    .rows {
        grid-template-columns: repeat(1, 1fr);
    }

    .qcourse {
        font-size: 40px;
    }

    .subco {
        font-size: 20px;
    }

    .rows .course-cols h3 {
        font-size: 25px;
    }
}

/* MY BLOGS */

/* blogs */
#BLOGS {
    background-color: #000000;
}

#blogs {
    background-color: rgb(0, 0, 0);

}

#my-blogs #BLOGS #BLOG .bg-row .blog-cols .img img {
    height: 250px;
    width: 350px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    cursor: pointer;
    transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -ms-transition: transform 0.8s;
    -o-transition: transform 0.8s;
    margin-left: 15px;
    padding-bottom: 20px;
}

#my-blogs #BLOGS #BLOG .bg-row .blog-cols .img img:hover {
    transform: scale(1.0999);
    -webkit-transform: scale(1.0999);
    -moz-transform: scale(1.0999);
    -ms-transform: scale(1.0999);
    -o-transform: scale(1.0999);
}

/* blogs*/
.qcourse {
    text-decoration: underline;
    text-decoration-color: rgb(255, 72, 0);
    font-family: 'Patrick Hand', cursive;
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    -moz-text-decoration-color: rgb(255, 72, 0);
}

.bg-row {
    margin-left: 90px;
    margin-right: 90px;
    grid-gap: 40px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}

.bg-row .blog-cols p {
    font-size: 20px;

    font-family: 'Patrick Hand', cursive;
    color: #a29999;
}

.bg-row .blog-cols a {
    font-size: 25px;
    color: #003cff;
    text-decoration: underline;
}

.bg-row .blog-cols a:hover {
    color: rgba(0, 98, 255, 0.785);
    ;
    text-decoration: underline;
    text-decoration-color: rgba(0, 98, 255, 0.785);
    -moz-text-decoration-color: rgba(0, 98, 255, 0.785);
}

.bg-row .blog-cols {
    width: 450px;
    cursor: pointer;
    display: grid;
    padding: 22px 30px;
    box-sizing: border-box;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    margin-left: 0px;
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: linear-gradient(10deg, rgb(97, 95, 95), black);

}

.bg-row .blog-cols:hover {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    box-shadow: 0 0 30px 0px rgba(0, 98, 255, 0.87);
}



@media (max-width:952px) {
    .bg-row {
        grid-template-columns: repeat(2, 1fr);
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (max-width:858px) {

    #my-blogs #BLOGS #BLOG .bg-row .blog-cols .img img {
        margin-left: 10px;
        display: flex;
        height: 220px;
        width: 250px;
        padding-bottom: 10px;
    }

    .bg-row .blog-cols:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
        -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
        -o-transform: scale(1.02);
    }

    .bg-row .blog-cols a {
        font-size: 20px;
    }

    .bg-row .blog-cols p {
        font-size: 18px;
    }

    .bg-row {
        grid-gap: 30px;
        grid-template-columns: repeat(1, 1fr);
        margin-left: 0px;
        margin-right: 0px;
    }

    .bg-row .blog-cols {
        width: 330px;

    }

    .qcourse {
        font-size: 40px;
    }

    .subco {
        font-size: 20px;
    }

    .bg-row .course-cols h3 {
        font-size: 25px;
    }
}


/* work */
.h1 h1 {
    text-decoration: underline;
    text-decoration-color: rgb(255, 72, 0);
    font-family: 'Patrick Hand', cursive;

    font-size: 45px;
    color: #ffff;
    text-align: center;
    -moz-text-decoration-color: rgb(255, 72, 0);
}

.last p {
    text-decoration: underline;
    text-decoration-color: #de0000;
    border-bottom: 2px solid #0099ff;
    color: #ffff;
    font-weight: 600;
    font-family: 'Patrick Hand', cursive;

    font-size: 30px;
    margin-left: 50px;
    margin-top: 40px;
}

/* workk */
#portfolio {
    background-color: #000;
    padding: 30px 0;
}

.work-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    grid-gap: 40px;
    margin-top: 50px;
}

.work {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.work img {
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: block;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}

.content {
    font-family: 'Patrick Hand', cursive;
    color: rgba(255, 255, 255, 0.74);
    font-weight: 900;
    width: 100%;
    height: 0;
    background: linear-gradient(rgba(25, 0, 255, 0.516), #ff0000a8);
    border-radius: 10px;
    -webkit-border-radius: 50;
    -moz-border-radius: 50;
    -ms-border-radius: 50;
    -o-border-radius: 50;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    font-size: 15px;
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    cursor: pointer;
}

.content h3 {
    font-weight: 500;
    margin-bottom: 14px;
}

.content a {
    margin-top: 20px;
    color: #0ff04f;
    text-decoration: none;
    font-size: 18px;
    line-height: 60px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    text-align: center;
}

.work:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.work:hover .content {
    height: 100%;

}

/* join MEeeeeeeeeeeeeeeeeeee */
#join {
    position: relative;
    text-align: center;
    color: rgb(224, 14, 14);
}

#join img {
    height: 100vh;
    width: 100%;
    opacity: 0.35;
}

#join .contenta h1 {
    font-size: 50px;
    font-weight: 900;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #060e28;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#join .contenta h2 {
    font-size: 50px;
    font-weight: 900;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #060e28;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/* iconsssssssssssssss */

.icons_mediao {
    justify-content: space-between;
    margin-top: 50px;
    position: absolute;
    top: 65%;
    left: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.icons_mediao a i {
    font-size: 60px;
    padding-left: 30px;
    color: #003cff;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

.icons_mediao a i:hover {
    color: red;

}

/* btn */

.heroo-btn {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 30%;
    left: 45%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-40%, -30%);
}

.heroo-btn label {
    justify-content: space-between;
    background: linear-gradient(135deg, #0099ff, #b700ff);
    padding: 20px;
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    border: 2px solid blue;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 30px;
}

.heroo-btn label:hover {
    background: linear-gradient(-135deg, #0099ff, #b700ff);
}

#header .hero-btno span {
    color: #006eff;
    text-decoration: underline;
    font-size: 30px;
}


/* btns */

.btn0 {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    margin-bottom: 25px;
}


.btn0 a {
    text-align: center;
    background: linear-gradient(135deg, #0099ff, #b700ff);
    padding: 10px;
    font-family: 'Patrick Hand', cursive;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    border: 2px solid blue;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 200px;
    height: 100px;
}

.btn0 a download-cv {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    border: 2px solid rgb(0, 0, 146);
}


.btn0 a i {
    color: #000000;

}

.btn0 a:hover i {
    color: #ffffffb5;
}

/* h */
.btn0 span a{
    background: linear-gradient(135deg, #0099ff, #b700ff);
    padding: 10px;
    transition: all 0.4s ease-in-out;
    border-radius: 30px;
    cursor: pointer;
    margin-left: 20px;
    font-family: 'Patrick Hand', cursive;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    border: 2px solid blue;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;


}

.btn0 span a:hover {
    background: linear-gradient(-135deg, #0099ff, #b700ff);
}

.btn0 a:hover {
    text-decoration: underline;
    background: linear-gradient(-135deg, #0099ff, #b700ff);
} 

/* btns */

@media (max-width:858px) {
    #join img {
        height: 700px;
        width: 100%;
        opacity: 0.35;
    }


    #join .contenta h1 {
        font-size: 30px;
        top: 5%;
    }

    .heroo-btn {
        display: flex;
        flex-direction: row;
        top: 15%;
        left: 35%;
    }

    .heroo-btn label {
        display: flex;
        flex-direction: column;
        padding: 20px;
        font-size: 20px;
    }

    #join .contenta h2 {
        font-size: 30px;
        top: 30%;
    }

    .icons_mediao {
        margin-top: 50px;
        top: 40%;
        text-align: center;
    }

    .btn0 {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        margin-bottom: 25px;
        top: 50%;
        margin-left: 60px;
    }

    .btn0 a {
        width: 250px;
        height: 80px;
    text-align: center;
    }

    .btn0 span {
        width: 250px;
        height: 80px;
        margin-top: 50px;
        margin-bottom: 20px;
        padding: 10px;


    }
    

}

/* contact */
/* contact details */
.contact {
    position: relative;
    background: #000;
    color: #fff;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.contact .content1 {
    max-width: 1000px;
    text-align: center;
    border-bottom: 2px solid #0099ff;

}

.contact .content1 h2 {
    text-decoration: underline;
    text-decoration-color: rgb(255, 72, 0);
    font-family: 'Patrick Hand', cursive;
    font-size: 50px;
    color: #ffff;
    text-align: center;
    -moz-text-decoration-color: rgb(255, 72, 0);

}

.contact .content1 p {
    margin-top: 10px;
    font-weight: 300;
    font-weight: 650;
    font-size: 18px;
    font-family: 'Patrick Hand', cursive;
    color: rgba(255, 255, 255, 0.511);

}

.container2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;


}

.container2 .contactinfo {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.container2 .contactinfo .box {
    position: relative;
    padding: 23px 0;
    display: flex;
}

.container2 .contactinfo .box .icon {
    min-width: 60px;
    height: 60px;
    background: rgb(255, 72, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 25px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.container2 .contactinfo .box .icon:hover {
    background: linear-gradient(135deg, #0099ff, #b700ff);
    font-size: 30px;
    cursor: pointer;
}

.container2 .contactinfo .box .text {
    font-family: 'Patrick Hand', cursive;
    display: flex;
    margin-left: 20px;
    color: rgb(255, 255, 255);
    flex-direction: column;
    font-weight: 400;
    font-size: 30px;
}

.container2 .contactinfo .box .text h3 {
    font-weight: 500;
    color: rgb(255, 72, 0);

}

.container2 .contactinfo .box .text p {
    font-size: 20px;
    border-bottom: 1px solid gainsboro;
    display: inline;
    font-size: 22px;

}






/* contact form */
.contact-form {
    border: 2px solid blue;
    border-radius: 30px;
    font-family: 'Patrick Hand', cursive;
    transition: 0.5s;
    height: 65vh;
    width: 40%;
    padding: 20px;
    background: linear-gradient(135deg, #82c2ed, #dca2f3);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.contact-form:hover {
    background: linear-gradient(-135deg, #82c2ed, #dca2f3);
}

.contact-form h2 {
    border-bottom: 2px solid#0082e6;
    text-align: center;
    font-size: 40px;
    color: rgb(255, 60, 0);
    font-weight: 800;
}

.contact-form .inputbox {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.contact-form .inputbox input,
.contact-form .inputbox textarea {

    width: 100%;
    padding: 5px 0;
    font-size: 15px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
    background: transparent;
}

.contact-form .inputbox span {
    font-weight: 700;
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 22px;
    margin: 10px 3;
    pointer-events: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    color: rgb(54, 51, 51);
}

.contact-form .inputbox input:focus~span,
.contact-form .inputbox input:valid~span,
.contact-form .inputbox input[type="email"]:focus~span,
.contact-form .inputbox input[type="email"]:valid~span {
    color: rgb(0, 0, 0);
    font-size: 18px;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}

.contact-form .inputbox textarea:focus~span,
.contact-form .inputbox textarea:valid~span {
    color: rgb(0, 0, 0);
    font-size: 18px;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}

.contact-form .inputbox input[type="submit"] {
    border-radius: 30px;
    justify-content: center;
    text-align: center;
    width: 100px;
    background: linear-gradient(135deg, #0099ff, #b700ff);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 130px;
    font-family: 'Patrick Hand', cursive;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-top: 0px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.contact-form .inputbox input[type="submit"]:hover {
    background: linear-gradient(-135deg, #0099ff, #b700ff);
}

/* media query for contact */
@media (max-width: 991px) {
    .contact {
        padding: 50px;
    }

    .contact .content1 h2 {

        font-size: 30px;
    }

    .container2 {
        flex-direction: column;
    }

    .container2 .contactinfo {
        margin-bottom: 40px;
    }

    .container2 .contactinfo,
    .contact-form {
        width: 100%;
    }

    .contact-form h2 {
        font-size: 25px;
    }

    .contact-form .inputbox span {
        font-size: 17px;
    }

    .contact-form .inputbox input:focus~span,
    .contact-form .inputbox input:valid~span,
    .contact-form .inputbox input[type="email"]:focus~span,
    .contact-form .inputbox input[type="email"]:valid~span {
        font-size: 13px;
    }

    .contact-form .inputbox textarea:focus~span,
    .contact-form .inputbox textarea:valid~span {
        font-size: 13px;
    }

    .contact .box .text p {
        font-size: 12px;
    }


}

/* svggggggggggggggggggggggggggggggg */
#ffootteerr .box222 svg, .row.primary {
    background: linear-gradient(135deg, #0099ff, #b700ff);
}

.svg-wrapper {
    max-width: 100%;
    overflow: hidden;

}

.svg-wrapper svg {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .svg-wrapper svg {
        height: 83.5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .svg-wrapper svg {
        height: 250px;
    }
}

@media screen and (min-width: 992px) {
    .svg-wrapper svg {
        height: 312px;
    }
}

/* lineeeeeeeeeeeeeeeeeeeee */


/* footer */
#footer1 {
    padding: 0;
    display: flex;
    align-items: flex-end;
}

footer {
    color: rgb(26, 255, 0);
    bottom: 0;
    width: 100vw;
    font-size: 16px;
    margin-top: -150px;
}

footer * {
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #000000;
    font-family: 'Patrick Hand', cursive;

}

.row {
    padding: 1em 1em;
}

.row.primary {

    margin-top: 140px;
    display: grid;
    grid-template-columns: 3fr 2fr 4fr;
    align-items: stretch;
}

.row.primary:hover {
    background: linear-gradient(-135deg, #0099ff, #b700ff);
}

.column {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 2em;
    min-height: 15em;
}

h3 {
    width: 100%;
    text-align: left;
    color: white;
    font-size: 1.4em;
    white-space: nowrap;
}

.column link al {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

li:not(:first-child) {
    margin-top: 1em;
}

al li a {
    font-weight: 900;
    color: #000000;
    text-decoration: none;
}

al li a:hover {
    color: #1700ac;
}

.about p {
    text-align: justify;
    line-height: 2;
    margin: 0;
}

.email input {
    margin-top: 14px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Patrick Hand', cursive;
    background: transparent;
    padding: 1em;
    width: 100%;
    height: 50px;
    color: #000000;
    border: 2px solid rgb(8, 0, 255);
    border-radius: 15px;
    margin-bottom: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.email button {
    border-radius: 20px;
    justify-content: center;
    text-align: center;
    width: 200px;
    background: linear-gradient(135deg, #0099ff, #b700ff);
    color: #fff;
    border: 1.5px solid blue;
    cursor: pointer;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 130px;
    font-family: 'Patrick Hand', cursive;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.email button:hover {
    background: linear-gradient(-135deg, #0099ff, #b700ff);
}

div.social {
    display: flex;
    justify-content: space-around;
    font-size: 2.4em;
    flex-direction: row;
    margin-top: 0.5em;
}

.social i {
    transition: all 0.3s ease;
    color: #0026ff87;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.copyright {
    padding: 0.3em 1em;
    background-color: #000000;
}

.footer-menu {
    float: left;
}

.footer-menu a {
    color: #cfd2d6;
    padding: 18px;
    text-decoration: none;
    font-size: 20px;
}

.footer-menu a:hover,
.social i:hover {
    color: rgb(13, 0, 255);
    cursor: pointer;
}

.copyright p {
    font-size: 30px;
    text-shadow: 10 10 30px 10px rgba(0, 98, 255, 0.87);
    text-align: right;
}
.copyright p a{
    font-size: 30px;
    text-shadow: 10 10 30px 10px rgba(0, 98, 255, 0.87);
    text-align: right;
    color: blue;
    text-decoration: underline;
    text-decoration-color: red;
    -moz-text-decoration-color: red;
}

.column-subscribe h1 {
    font-size: 30px;
}

@media screen and (max-width: 850px) {
    .row.primary {
        grid-template-columns: 1fr;
    }

    .column-subscribe h1 {
        font-size: 20px;
    }

}