@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;900&display=swap');

:root {
    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    --tw-ring-shadow: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
  }
*{
    margin : 0;
    padding : 0; 
    box-sizing: border-box;
}

body {
    /* overflow: hidden; */
    /* width: 100%;
    height: 100%; */
}

.navigation{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index:1;
}

.container{
    width : 100%;
    min-height: 100vh;
    padding-top: 90px;
    /* margin-top: 100px; */
    /* height: 100%; */
    /* background-color :#f3f5f8; */
    /* background-color: blue; */
}

nav{
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 80px;
    line-height: 80px;
    z-index: 111;
    /* border-bottom-style: solid; */
    /* background-color: rgba(88, 75, 75, 0.619); */
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    padding:0 30px 0 50px;
}

.logo{
    display: flex;
    font-size: 40px;
    font-weight: 800;
    color : #3d535f;
    letter-spacing: 3px;
    cursor: pointer;
    text-transform: uppercase;
}

/* b{
    font-size: 70px;
    color: #7f00ff;
} */

.navItems{
    display: flex;
}

.navItems li{
    list-style: none;
    margin: 0 15px;
}

.navItems li a{
    font-size: 25px;
    color:  #3d535f;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: capitalize;
}

.navItems li:hover a{
    color: #7f00ff ;
}

.links a:hover{
    color: #7f00ff ;
}

.links a{
    font-size: 30px;
    color : #3d535f;
    margin: 25px 10px;
}

.wrapper {
    display: flex;
    width: 100%;
    height: 90vh;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    overflow: hidden;
    /* background-color: aqua; */
}


.cols {
    width: 50%;
}

.cols0{
    width: 60%;
    z-index: 5;
}

.topline{
    display:block;
    position: relative;
    font-size: 35px;
    letter-spacing: 5px;
    color: #3d535f;
    /* background-color: red; */
}

.topline::after{
    position: absolute;
    content: '';
    height: 4px;
    width: 45px;
    bottom: 10px;
    background-color: #7f00ff;
}

h1{
    /* display: block;
    font-size: 7em;
    font-weight: 900;
    color:#3d535f; */
}

.multiText{
    color: #7f00ff;
    text-transform: capitalize;
}

/* description */

.description{
    display: flex;
    min-height: 600px;
    /* height: 600px; */
}

.description p{
    display: block;
    /* background-color: red; */
    width: 50%;
    /* max-width: 50%; */
    font-size: 4.3em;
    color: #3d535f;
    padding: 0 0 30px 85px;
    /* background-color: red; */
    align-self: center;
    
}


.description img{
    max-width: 50%;
    /* width: 70%; */
    height: 100%;
    padding: 0 0px 80px 0;
    /* margin: 70px 0px 70px 0; */
}

.btns{
    /* background-color: red; */
    width: 100%;
    position: relative;
    left: 150px;
}

button{
    outline:none;
    border:none;
    cursor: pointer;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    background-color: #3d535f;
    padding: 8px 14px;
    margin: 40px 5px;
    letter-spacing: 2px;
    text-transform: capitalize;
    box-shadow: 0 15px 10px rgba(0,0,0,0.4);
}

button:hover{
    background-color: #7f00ff;
}


/* cards */

.card{
    display: flex;
    flex-wrap: wrap;
    margin: 100px 100px;
}

.card_item{
    width: 250px;
    height: 300px;
    flex: 0 0 31.333%;
    margin: 1%;
    text-align: center;
    justify-content: center;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    border-radius: 5px;
}

.card .card_item a{
    text-decoration: none;
}


.blog-content{
    display: block;
    width: 60%;
    height: 100%;
    margin: 30px 20% 0px 20%;
    /* background-color: #7f00ff; */

}

.container .blog-home{
    display: block;
    width: 60%;
    height: 100%;
    margin: auto;
    /* background-color: red; */
}

.container .blog-home a{
    text-decoration:none;

}

.container .blog-home .blog-url{
    display: inline;
    width: 100%;
    background-color: #1d1d208d;
    color: white;
    border-radius: 4px;
    margin-top: 22px;
    padding: 15px;
    display: block;
    font-size: 20px;
    font-family: ui-monospace;
}

.container .blog-home .blog-meta-data{
    display: flex;
    justify-content: space-between;
    /* padding-top: 10px; */
    font-size: 20px;
    /* color: black; */
}

.container .blog-home .blog-url:hover{
    background-color: green;
}

.blog-content .heading .blog-meta-data{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    font-size: 1.2em;
    color: green;
}

.blog-content h1{
    font-size: 2.65em;
    font-weight: 800;
    /* padding-top: 90px; */
}

.blog-content .content{
    padding-top: 10px;
}

.language-bash {
    width: 100%;
    background-color: #282c34;
    color: white;
    border-radius: 4px;
    margin-top: 22px;
    padding: 15px;
    display: block;
    font-size: 17px;
    font-family: ui-monospace;
}

.sub-heading{
    margin-top: 20px;
}

.topic-content{
    font-size: 19px;
    margin-top: 15px;

}

.blog-content .content img {
    width: 100%;
    /* padding: 10px; */
    /* margin: -9px; */
    margin-top: 25px;
    border: 2px solid black;
}
.blog-content .content p{
    font-size: 20px;
    margin-top: 15px;
    width: 100%;
    text-align: justify;
}

.blog-content ul{
    padding-left: 20px;
}


.blog-content ul li{
    padding: 4px 0px 0px 20px;
}

.blog-content ol{
    padding-left: 20px;
    font-size: 1.3em;
}

.blog-content ol li{
    padding: 20px 0px 0px 20px;
}

.blog-content .table-of-content{
    /* background-color: red; */
    margin: 50px 0 10px 0;
    padding : 20px 0 20px 20px;
    border: solid 2px rgb(48, 42, 42);
    background-color:rgba(48, 42, 42, 0.103);
}

.blog-content .table-of-content p{
    font-size: 20px;
}

.blog-content .table-of-content ol{
    font-size: 20px;
    /* padding-left: 20px; */
}

.blog-content .table-of-content a{
    text-decoration:none;
    color:rgb(48, 42, 42);
}


.blog-content .table-of-content ol li{
    font-size: 20px;
    padding-top: 8px;
}

footer{
    background-color: black;
    color: white;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin-top: 30px;
    /* position: fixed; */
    bottom: 0;
    /* width: 100%; */
}