*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
nav{
    background-color: white;
    color: darkred;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.16);
    position: sticky;
    top: 0;
    z-index: 10000;
}
ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 15px;
    font-family: 'Arial', Helvetica, sans-serif;
}
select{
    border: none;
    padding: 10px;
}
.a:hover{
    color: blue;
}
ul li .a:hover{
    color: blue;
    text-decoration: underline;
    text-underline-offset: 20px;
    /* transition: .9s ease-in-out; */
    /* color: yellow; */
}
.a{
    color: #333;
    text-transform: uppercase;
}
a{
    text-decoration: none;
}
body{
    background-image: linear-gradient(to right,rgb(169, 231, 255) , rgb(255, 168, 168));
}
.title{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    gap: 50px;
}
#tut{
    margin: 20px 90px;
    color: #173149;
    margin-right: 120px;
    font-size: 38px;
    font-family: sans-serif;
}
button{
    padding:20px;
    width: 150px;
    border-radius: 10px;
    border: none;
    color: white;
    font-family: sans-serif;
    font-size: large;
    background-color: #EF4444;
}
button:hover{
    background-color: #DC2626;
}
#subs{
    text-decoration: none;
    color: white;
}
.tuto{
    height: 50vh;
    /* border: 1px solid black; */
}
.tutorialBox{
    padding: 50px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit,minmax(40vh,4fr));
}
.secondtut{
    padding: 20px 150px;
    display: flex;
    gap: 40px;
}
.tutor{
    padding: 10px;
}
.tuto{
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 2px 2px 4px  4px gray;
}
.tuto:hover{
    box-shadow: 3px 3px 5px 5px gray;
    transition: .8s;
    scale: 1.02;
}
#anchor{
    text-decoration: none;
    color:  #173149;
    font-family: sans-serif;
    line-height: 1.5;
    text-align: center;
}
p{
    color: black;
font-size: large;
}

#flyt{
    color: black;
}
.iicon{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid black;
    text-align: center;
    align-items: center;
    color: black;
    font-size: xx-large;
    padding-top: 7px;
    background-color: #3B82F6;
}

.footerbar {
    color: #FFFFFF;
}
.Icons{
    overflow: hidden;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background-color: #1f2937;
}
.footerr{
    background-color: #1f2937;
    padding-top: 20px;
   font-size: 14px;
   color: #FFFFFF;
   font-weight:600;
   font-family:  "Nunito sans" sans-serif;
    padding-bottom: 50px;
}
.contactfooter{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 200px;
    font-size: larger;
    padding: 22px 2px;
    background-color: #3B82F6;
}
.lastfooter{
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1f2937;
}
#nepa{
    color: #EF4444;
    font-size: large;
}
#tronix{
    color: #3B82F6;
}
.fter{
    color: white;
    font-size: large;
}