*{
    padding: 0;
    margin: 0;
}
body{
    font-family: "Vazir","JetBrains Mono", sans-serif;
    /* background-color: #D8DEE9; */
    background-color: #FFFFFF;
    color: #2E3440;
    display: initial;
    direction: rtl;
    margin-bottom:160px;
}
#content{
    display: block;
    width: 1441px;
    margin: 20px auto;
    /*padding: 10px;*/
    border-radius: 15px;
}
.trapezoid-top {
    margin-top: 30px;
	border-bottom: 35px solid #2E3440;
	border-left: 35px solid transparent;
	border-right: 0px solid transparent;
    border-top-right-radius: 5px;
	height: 0;
	width: 400px;
}
.trapezoid-top h3{
    margin: 15px 15px 0 0;
    padding: 10px;
    color: #EBCB8B;
}
.trapezoidT1{
    margin-top: -35px;
    margin-right: 408px;
    width: 0;
    height: 0;
    border-top: 35px solid #EBCB8B;
    border-right: 35px solid transparent;
}
.trapezoidT2{
    margin-top: -35px;
    margin-right: 449px;
    width: 0;
    height: 0;
    border-bottom: 35px solid #EBCB8B;
    border-left: 35px solid transparent;
}

.top-3{
    display: grid;
    grid-template-areas:
    'top-3-boxes top-3-boxes top-3-boxes';
    padding: 20px 15px;
    width: 1411px;
    height: 240px !important;
    background-color: #2E3440;
    height: auto;
    /* border-left: 5px solid #EBCB8B; */
    border-radius: 5px;
    border-top-right-radius: 0;
}
.top-3-boxes{
    width: auto;
    height: 240px;
    position: relative;
    display: inline-block;
    background-color: #D8DEE9;
    background-blend-mode:luminosity;
    margin: 0 5px;
    /* border-left: 5px solid #EBCB8B; */
    border-radius: 5px;
    transition: 300ms;
    /* box-shadow: 0 0 5px #90bb6a; */
}
.top-3-boxes:hover{
    background-blend-mode:normal;
}
.top-3-boxes img{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 3px 5px;
}
.top-3-boxes h4{
    position: absolute;
    /* background-color: #444; */
    color: #EBCB8B;
    font-size: 0.9rem;
    left: 0px;
    text-align: left;
    padding: 15px 0px 5px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.top-3-boxes h3{
    align-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    /* background-color: rgba(255, 255, 255, 0.1); */
    backdrop-filter: blur(0px) !important;
    background-color: rgba(255, 255, 255, 0.05);
    height: 90px;
    top: 45px;
    padding: 30px;
    color: #3F88C5;
    transition: 300ms;
    /* border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; */
    
}
.top-3-boxes h3:hover{
    color: #E5E9F0;
    text-shadow: none;
    backdrop-filter: blur(10px) !important;
    background-color: rgba(0, 0, 0, 0.5);
}
.top-3-boxes hr{
    position: absolute;
    width: 80%;
    left: 10%;
    margin-top: 44px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 1px solid #444;
    border-radius: 10px;
}
.top-3-boxes .hr2{
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 44px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 1px solid #444;
    border-radius: 10px;
}
.link{
    text-align: center;
    position: absolute;
    bottom: 0px;
    text-decoration: none;
    color:#FF9914;
    text-shadow: none;
    width: 96%;
    padding: 10px 2% 10px 2%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 300ms;
    font-size: 0.9rem;
}
.link:hover{
    color: #FF9914;
    text-shadow: 0px 0px 10px #FF9914;
    font-weight: bold;
}

/*

Center of Conetnt

*/

.trapezoid-middle{
    margin-top: 30px;
    border-bottom: 35px solid #ECEFF4;
	border-left: 35px solid transparent;
	border-right: 0px solid transparent;
    border-top-right-radius: 5px;
	height: 0;
	width: 400px;
}
.trapezoid-middle h3{
    margin: 15px 15px 0 0;
    color: #00ACEE;
    padding: 10px;
}
.trapezoidM1{
    margin-top: -35px;
    margin-right: 408px;
    width: 0;
    height: 0;
    border-top: 35px solid #00ACEE;
    border-right: 35px solid transparent;
}
.trapezoidM2{
    margin-top: -35px;
    margin-right: 449px;
    width: 0;
    height: 0;
    border-bottom: 35px solid #00ACEE;
    border-left: 35px solid transparent;
}

.posts{
    /* background-color: #ECEFF4; */
    background-color: #EEF1F8;
    padding: 5px 5px 5px 5px;
    display: block;
    border-radius: 5px;
    /* border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; */
    border-top-right-radius: 0;
}
.post-box{
    position:relative;
    display:inline-block;
    background-color: #D8DEE9;
    /* box-shadow: 0 0 5px #D8DEE9; */
    margin: 15px 15px 0 15px;
    width: 1401px;
    height: auto;
    border-radius: 5px;
    transition: 300ms;
}
.post-box:hover{
    background-color: #d8dee952;
    /* box-shadow: 0 0 5px #D8DEE9; */
}
.post-box:after{
    background-color: #EEF1F8;
}
.showoff {
    /* border-radius: 5px; */
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 340px;
    height: 200px;
    float:right;
    transition: 300ms;
}
.showoff:hover {
    /* border-radius: 5px; */
    opacity: 0.6;
}
.description {
    position:relative;
    padding: 15px 15px;
    border: 0px solid #333;
    width:1020px;
    float:right;
}
.description h3 a{
    color: #4C566A;
    text-decoration: none;
    transition: 200ms;
}
.description h3 a:hover{
    color: #5E81AC;
    text-decoration: none;
}
.description h6{
    color: #2E3440;
    font-size: 0.75rem;
    margin-top: 5px;
    background-color: #D8DEE9;
    padding: 5px;
    width: fit-content;
    width: -moz-fit-content;
    border-radius: 5px;
}
.description span{
    color: #136F63 !important;
    font-size: 0.85rem;
}
.description p{
    margin-top: 5px;
    font-size: 1rem;
    text-align: justify;
    font-weight: 300;
}
.readmore {
    position: absolute;
    left:10px;
    bottom:10px;
    padding: 3px 5px;
    background-color: #00ACEE;
    color: #FFF;
    border-radius:3px;
    text-decoration: none;
    transition: 200ms;
    width: 100px;
    text-align: center;
    box-shadow: 0 0 3px #00ACEE;
}
.readmore:hover{
    background-color: #5E81AC;
    box-shadow: 0 0 3px #5E81AC;
}
.post-box hr{
    width: 50%;
    position: absolute;
    bottom: 40px;
    left: 25%;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 1px solid #bbb;
}
.statics{
    position: absolute;
    /* background-color: #5E81AC; */
    bottom: 9px;
    display: grid;
    right: 470px;
    grid-template-areas: 
    'tags info';
    font-size: 0.9rem;
}

.tags a{
    float: right;
    color: #5E81AC;
    text-decoration: none;
    transition: 300ms;
    margin-left: 10px;
}
.tags a:hover{
    color: #00ACEE;
    text-decoration: underline;
}
.tags span{
    color: #00ACEE;
}
.info {
    margin-right: 25px;
}
.info span{
    padding:2px 10px 2px 5px;
    background-color: #2E344008;
    border-radius: 30px;
}





.pagination {
    left: 0;
    max-width: 500px;
    margin: 10px auto;
    /* border: 1px solid #5E81AC; */
    padding: 5px;
    text-align: center;
    align-items: center;
}
.pagination a{
    display: grid;
    font-size: 0.85em;
    padding: 5px 15px;
    margin: 0 5px 0 0;
    display: inline-block;
    color: #2E3440;
    background-color: #EBCB8B;
    border-radius: 30px;
    text-decoration: none;
    transition: 200ms;
}
.pagination a:hover{
    background-color: #00ACEE;
}

























.trapezoid-bottom{
    margin-top: 30px;
    border-bottom: 35px solid #00ACEE;
	border-left: 35px solid transparent;
	border-right: 0px solid transparent;
    border-top-right-radius: 5px;
	height: 0;
	width: 400px;
}
.trapezoid-bottom h3{
    margin: 15px 15px 0 0;
    color: #2E3440;
    padding: 10px;
}
.trapezoidB1{
    margin-top: -35px;
    margin-right: 408px;
    width: 0;
    height: 0;
    border-top: 35px solid #2E3440;
    border-right: 35px solid transparent;
}
.trapezoidB2{
    margin-top: -35px;
    margin-right: 449px;
    width: 0;
    height: 0;
    border-bottom: 35px solid #2E3440;
    border-left: 35px solid transparent;
}

.nano-links{
    position: relative;
    width: 1411px;
    padding: 15px;
    background-color: #00ACEE;
    margin-bottom: 30px;
    border-radius: 5px;
    border-top-right-radius: 0;
    /* display: grid;
    grid-template-areas: 
    'IT NOT-IT' ; */
}
/* .nano-links ul{
    background-color: rgba(0, 0, 0, 0.1);
} */
.nano-links ul li{
    list-style: none;
    padding: 5px;
    
}
.nano-links ul li a{
    text-decoration: none;
    color: #2E3440;
    transition: 300ms;
}
.nano-links ul li a:hover{
    text-decoration: overline;
    color: #e2eefa;
}
.nano-links span{
    /* transform: rotate(180deg); */
    border-radius: 30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    left: 15px;
    background-color: #2E3440;
    padding: 5px 10px;
    color: #00ACEE;
    /* border-radius: 3px; */
}
.nano-links span h5{
    float: left;
    direction: ltr;
}







/* 
other pages like about / contact
*/



::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar {
    height: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #CCC; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #00ACEE; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #5E81AC; 
  }

/*
esemds 
1403/11/18 
18:08
*/
/*
::-moz-selection { 
  color: #54487A;
  background: #D9534F;
}
::selection {
  color: #54487A;
  background: #D9534F;
}
*/

::-moz-selection { /* Code for Firefox */
  color: #54487A;
  background: #00ACEE;
}
::selection {
  color: #54487A;
  background: #00ACEE;
}


/* Media interface for mbile devices */
@media screen and (max-width: 480px){
    body{
        width: 100%;
    }
    /*Main content*/
    #content{
        width: auto;
        margin: 0 auto;
        border-radius: 5px;
    }
    .trapezoid-top {
        margin-top: 30px;
        width: auto;
        border-radius: 0;
    }
    .trapezoid-top h3{
        margin: 10px 10px 0 0;
        padding: 10px 5px;
    }
    .trapezoidT1{
        display: none;
    }
    .trapezoidT2{
        display: none;
    }
    .top-3{
        display: grid;
        grid-template-areas:
        'top-3-boxes'
        'top-3-boxes'
        'top-3-boxes';
        width: 100%;
        height: 735px !important;
        margin: 0;
        padding: 20px 0 0 0;
        /* border-left: 5px solid #EBCB8B; */
        border-radius: 0;

    }
    .top-3-boxes{
        width:94%;
        height: 230px;
        margin: 0px 3%;
        border-radius: 10px;
    }

    .top-3-boxes h3{
        align-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        height: 110px;
        width:90%;
        top: 45px;
        padding: 20px 5% 10px 5%;
        transition: 300ms;
    }
    .link{
        text-align: center;
        position: absolute;
        bottom: 0px;
        text-decoration: none;
        width: 100%;
        padding: 13px 0 7px 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    /* The Main Content :) */
    .trapezoid-middle{
        width: auto;
    }
    .trapezoid-middle h3{
        margin: 10px 10px 0 0;
    }
    .trapezoidM1{
        display: none;
    }
    .trapezoidM2{
        display: none;
    }
    .posts{
        padding: 0px 5px 5px 5px;
        margin-bottom: 10px;
        border-radius: 0;
    }
    .post-box{
        position:relative;
        display:inline-block;
        margin: 20px 12px 0 12px;
        background-color: #D8DEE9;
        width: auto;
        height: auto;
        border-radius: 5px;
        transition: 300ms;
    }
    .showoff {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-right-radius: 0;
        width: 100%;
        height: auto;
        float:right;
        transition: 300ms;
    }
    .description {
        position:relative;
        padding: 20px 4% 130px 4%;
        border: 0px solid #333;
        width: 92%;
        float:right;
    }
    .description p{
        display: none;
    }
    .readmore {
        position: absolute;
        left:10px;
        bottom:80px;
    }
    .post-box hr{
        width: 90%;
        position: absolute;
        bottom: 70px;
        left: 5%;
    }
    .statics{
        position: absolute;
        bottom: 9px;
        display: grid;
        width: 100%;
        right: 5px;
        grid-template-areas:
        'tags'
        'info';
        font-size: 0.9rem;
        text-align: center;
    }
    .tags{
        margin-bottom: 7px !important;
        margin-right: 10px;
    }
    .tags a{
        text-decoration: none;
        padding-left: 4px;
        transition: 300ms;
    }
    .tags a:hover{
        text-decoration: none;
        padding-left: 4px;
    }
    .info {
        margin-right: 0;
    }
    .pagination {
        left: 0;
        width: 96%;
        margin: 0 auto;
        /* border: 1px solid #5E81AC; */
        padding: 5px 2%;
        text-align: center;
    }


    /* Bottom Posts */
    .trapezoid-bottom{
        border-top-right-radius: 0;
        height: 0;
        width: auto;
    }
    .trapezoid-bottom h3{
        padding: 10px;
    }
    .trapezoidB1{
        display: none;
    }
    .trapezoidB2{
        display: none;
    }
    .nano-links{
        position: relative;
        width: auto;
        padding: 15px;
        background-color: #00ACEE;
        margin-bottom: 20px;
        border-radius: 0;
    }

    .nano-links ul li{
        list-style: none;
        width: auto;
    }
    .nano-links ul li a{
        text-decoration: none;
        color: #2E3440;
        transition: 300ms;
    }
    .nano-links ul li a:hover{
        text-decoration: overline;
        color: #e2eefa;
    }
    .nano-links span{
        display: none;
        /* transform: rotate(180deg); */
        position: absolute;
        left: 5px;
        background-color: #2E3440;
        padding: 5px;
        color: #00ACEE;
        /* border-radius: 3px; */
    }
    .nano-links span h5{
        float: left;
        direction: ltr;
    }
    .identifer{
        color: #00ACEE !important;
        font-weight: bold;
    }
    .Pidentifier{
        font-size: 0.8rem;
        color: #4C566A;
    }
}






/* Media interface for Tablets */
@media screen and (min-width: 481px) and (max-width: 768px){
    body{
        width: 100%;
    }
    /*Main content*/
    #content{
        width: auto;
        margin: 0 auto;
        border-radius: 5px;
    }
    .trapezoid-top {
        margin-top: 30px;
        width: auto;
        border-radius: 0;
    }
    .trapezoid-top h3{
        margin: 10px 10px 0 0;
        padding: 10px 5px;
    }
    .trapezoidT1{
        display: none;
    }
    .trapezoidT2{
        display: none;
    }
    .top-3{
        display: grid;
        grid-template-areas:
        'top-3-boxes'
        'top-3-boxes'
        'top-3-boxes';
        width: 100%;
        height: auto !important;
        margin: 0;
        padding: 20px 0 0 0;
        border-radius: 0;
    }
    .top-3-boxes{
        width:90%;
        height: 230px;
        margin: 0px 5% 20px 5%;
        border-radius: 10px;
    }

    .top-3-boxes h3{
        align-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        height: 110px;
        width:90%;
        top: 45px;
        padding: 20px 5% 10px 5%;
    }


    .link{
        text-align: center;
        position: absolute;
        bottom: 0px;
        text-decoration: none;
        width: 100%;
        padding: 13px 0 7px 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }


    /* The Main Content :) */

    .trapezoid-middle{
        width: auto;
    }
    .trapezoid-middle h3{
        margin: 10px 10px 0 0;
    }
    .trapezoidM1{
        display: none;
    }
    .trapezoidM2{
        display: none;
    }
    .posts{
        padding: 0px 5px 5px 5px;
        margin-bottom: 10px;
        border-radius: 0;
    }
    .post-box{
        position:relative;
        background-color: #D8DEE9;
        margin: 20px 5px 0 5px;
        width: auto;
        height: auto;
        border-radius: 5px;
    }
    .showoff {
        border-top-right-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        width: 48%;
        height: auto;
        float:right;
        transition: 300ms;
    }
    .description {
        position:relative;
        padding: 20px 3% 80px 3%;
        border: 0px solid #333;
        width: 94%;
        float:right;
    }
    .description h3 a{
        position: absolute;
        width: 45%;
        margin-top: -25%;
        left: 10px;
    }
    .description p{
        display: none;
    }
    .readmore {
        position: absolute;
        left:10px;
        bottom:80px;

    }
    .post-box hr{
        width: 90%;
        position: absolute;
        bottom: 70px;
        left: 5%;
    }
    .statics{
        position: absolute;
        bottom: 9px;
        display: grid;
        width: 100%;
        right: 5px;
        grid-template-areas:
        'tags'
        'info';
        font-size: 0.9rem;
        text-align: center;
    }
    .tags{
        margin-bottom: 7px !important;
        margin-right: 20px;
    }
    .tags a{
        text-decoration: none;
        padding-left: 4px;
        transition: 300ms;
    }
    .tags a:hover{
        text-decoration: none;
        padding-left: 4px;
    }
    .info {
        margin-right: 0;
    }

    /* Bottom Posts */
    .trapezoid-bottom{
        border-top-right-radius: 0;
        height: 0;
        width: auto;
    }
    .trapezoid-bottom h3{
        padding: 10px;
    }
    .trapezoidB1{
        display: none;
    }
    .trapezoidB2{
        display: none;
    }
    .nano-links{
        position: relative;
        width: auto;
        padding: 15px;
        background-color: #00ACEE;
        margin-bottom: 20px;
        border-radius: 0;
    }

    .nano-links ul li{
        list-style: none;
        width: auto;
    }
    .nano-links ul li a{
        text-decoration: none;
        color: #2E3440;
        transition: 300ms;
    }
    .nano-links ul li a:hover{
        text-decoration: overline;
        color: #e2eefa;
    }
    .nano-links span{
        display: none;
        /* transform: rotate(180deg); */
        position: absolute;
        left: 5px;
        background-color: #2E3440;
        padding: 5px;
        color: #00ACEE;
        /* border-radius: 3px; */
    }
    .nano-links span h5{
        float: left;
        direction: ltr;
    }
    
}


@media screen and (min-width: 769px) and (max-width: 1024px){
    body{
        width: 100%;
    }


    /*Main content*/
    #content{
        display: block;
        width: auto;
        margin: 0 auto;
        border-radius: 5px;
    }
    .trapezoid-top {
        margin-top: 30px;
        border-bottom: 35px solid #2E3440;
        border-left: 35px solid transparent;
        border-right: 0px solid transparent;
        border-top-right-radius: 0;
        height: 0;
        width: 400px;
    }
    .trapezoid-top h3{
        margin: 15px 15px 0 0;
        padding: 10px;
        color: #EBCB8B;
    }
    .top-3{
        display: grid;
        grid-template-areas:
        'top-3-boxes top-3-boxes'
        'top-3-boxes top-3-boxes';
        width: 100%;
        height: auto !important;
        margin: 0;
        padding: 20px 0 0 0;
        border-radius: 0;
    }
    .top-3-boxes{
        width:auto;
        height: 250px;
        margin: 0px 10px 10px 10px;
        border-radius: 10px;
    }
    .top-3-boxes img{
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        margin: 3px 5px;
    }
    .top-3-boxes h4 {
        width: 100%;
        position: absolute;
        left: 0;
        text-align: left;
        padding: 15px 0 5px 15px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .top-3-boxes h3{
        align-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        height: 130px;
        width:90%;
        top: 45px;
        padding: 20px 5% 10px 5%;
        transition: 300ms;
    }
    .top-3-boxes hr{
        position: absolute;
        width: 80%;
        left: 10%;
        margin-top: 44px;

    }
    .top-3-boxes .hr2{
        position: absolute;
        width: 80%;
        left: 10%;
        bottom: 44px;
    }
    .link{
        text-align: center;
        position: absolute;
        bottom: 0px;
        text-decoration: none;
        width: 100%;
        padding: 13px 0 7px 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .link span{
        padding-left: 30px;
    }





    /* The Main Content :) */

    .trapezoid-middle{
        margin-top: 40px;
        border-bottom: 35px solid #ECEFF4;
        border-left: 35px solid transparent;
        border-right: 0px solid transparent;
        border-top-right-radius: 5px;
        height: 0;
        width: 400px;
    }
    .trapezoid-middle h3{
        margin: 10px 10px 0 0;
        color: #00ACEE;
        padding: 10px;
    }
    .posts{
        padding: 0px 5px 5px 5px;
        margin-bottom: 10px;
        border-radius: 0;
    }
    .post-box{
        position:relative;
        background-color: #D8DEE9;
        margin: 20px 5px 0 5px;
        width: auto;
        height: auto;
        border-radius: 5px;
        transition: 300ms;
    }
    .post-box:hover{
        background-color: #D8DEE9;
    }
    .post-box:after{
        background-color: #D8DEE9;
    }
    .post-box:hover{
        background-color: #d8dee952;
    }
    .showoff {
        border-top-right-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        width: 48%;
        height: auto;
        float:right;
        transition: 300ms;
    }
    .description {
        position:relative;
        padding: 20px 3% 45px 3%;
        border: 0px solid #333;
        width: 94%;
        float:right;
    }
    .description h3 a{
        position: absolute;
        width: 48%;
        margin-top: -25%;
        left: 10px;
    }
    .description h6{
        margin-top: -55px;
        margin-right: 50%;
        font-size: 0.7rem;
    }
    .description span{
        color: #A3BE8C;
        font-size: 0.9rem;
    }
    .description p{
        display: none;
    }
    .readmore {
        position: absolute;
        left:10px;
        bottom:65px;

    }
    .readmore:hover{
        background-color: #5E81AC;
    }
    .post-box hr{
        width: 90%;
        position: absolute;
        bottom: 50px;
        left: 5%;
    }
    .statics{
        position: absolute;
        bottom: 9px;
        display: grid;
        width: 100%;
        right: 5px;
        grid-template-areas:
        'tags'
        'info';
        font-size: 0.9rem;
        text-align: center;
    }
    .tags{
        margin-bottom: 7px !important;
        margin-right: 20px;
    }
    .tags a{
        text-decoration: none;
        padding-left: 4px;
        transition: 300ms;
    }
    .tags a:hover{
        text-decoration: none;
        padding-left: 4px;
    }
    .info {
        position: absolute;
        left: 15px;
    }


    /* Bottom Posts */
    .trapezoid-bottom{
        margin-top: 20px;
        border-bottom: 35px solid #00ACEE;
        border-left: 35px solid transparent;
        border-right: 0px solid transparent;
        border-top-right-radius: 0;
        height: 0;
        width: 400px;
    }
    .trapezoid-bottom h3{
        margin: 10px 10px 0 0;
        color: #ECEFF4;
        padding: 5px;
    }
    .nano-links{
        position: relative;
        width: auto;
        padding: 15px;
        background-color: #00ACEE;
        margin-bottom: 20px;
        border-radius: 0;
    }

    .nano-links ul li{
        list-style: none;
        width: auto;
    }
    .nano-links ul li a{
        text-decoration: none;
        color: #2E3440;
        transition: 300ms;
    }
    .nano-links ul li a:hover{
        text-decoration: overline;
        color: #e2eefa;
    }
    .nano-links span{
        display: none;
        position: absolute;
        left: 5px;
        background-color: #2E3440;
        padding: 5px;
        color: #00ACEE;
    }
    .nano-links span h5{
        float: left;
        direction: ltr;
    }
    
}

@media screen and (min-width: 1025px) and (max-width: 1460px){
    body{
        width: 100%;
    }
    /*Main content*/
    #content{
        display: block;
        width: auto;
        margin: 0 auto;
        /*padding: 10px;*/
        border-radius: 5px;
    }
    .trapezoid-top {
        margin-top: 30px;
        border-bottom: 35px solid #2E3440;
        border-left: 35px solid transparent;
        border-right: 0px solid transparent;
        border-top-right-radius: 0;
        height: 0;
        width: 400px;
    }
    .trapezoid-top h3{
        margin: 15px 15px 0 0;
        padding: 10px;
        color: #EBCB8B;
    }

    .top-3{
        display: grid;
        grid-template-areas:
            'top-3-boxes top-3-boxes top-3-boxes';
        padding: 20px 5px;
        width: auto;
        height: auto !important;
        background-color: #2E3440;
        border-radius: 0;
    }
    .top-3-boxes{
        width: auto;
        position: relative;
        display: inline-block;
        background-color: #D8DEE9;
        background-blend-mode:luminosity;
        margin: 0 5px;
        border-radius: 5px;
        transition: 300ms;
    }
    .top-3-boxes:hover{
        background-blend-mode:normal;
    }
    .top-3-boxes img{
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        margin: 3px 5px;
    }
    .top-3-boxes h4{
        position: absolute;
        /* background-color: #444; */
        color: #EBCB8B;
        font-size: 0.9rem;
        left: 0px;
        text-align: left;
        padding: 15px 0px 5px 15px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .top-3-boxes h3{
        align-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        backdrop-filter: blur(0px) !important;
        background-color: rgba(255, 255, 255, 0.05);
        height: 90px;
        top: 45px;
        padding: 30px;
        color: #3F88C5;
        transition: 300ms;
    }
    .top-3-boxes h3:hover{
        color: #E5E9F0;
        text-shadow: none;
        backdrop-filter: blur(10px) !important;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .top-3-boxes hr{
        position: absolute;
        width: 80%;
        left: 10%;
        margin-top: 44px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
        border-top: 1px solid #444;
        border-radius: 10px;
    }
    .top-3-boxes .hr2{
        position: absolute;
        width: 80%;
        left: 10%;
        bottom: 44px;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
        border-top: 1px solid #444;
        border-radius: 10px;
    }
    .link{
        text-align: center;
        position: absolute;
        bottom: 0px;
        text-decoration: none;
        color:#FF9914;
        text-shadow: none;
        width: 96%;
        padding: 10px 2% 10px 2%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        transition: 300ms;
        font-size: 0.9rem;
    }
    .link:hover{
        color: #FF9914;
        text-shadow: 0px 0px 10px #FF9914;
        font-weight: bold;
    }


    /* The Main Content :) */

    .trapezoid-middle{
        border-radius: 0;
    }
    .posts{
        padding: 5px 5px 5px 5px;
        margin-bottom: 10px;
        border-radius: 0;
    }
    .post-box{
        position:relative;
        display:inline-block;
        background-color: #D8DEE9;
        margin: 10px 1% 0 1%;
        width: 98%;
        height: auto;
        border-radius: 5px;
        transition: 300ms;
    }
    .post-box:hover{
        background-color: #d8dee952;
    }
    .post-box:after{
        background-color: #EEF1F8;
    }
    .showoff {
        border-top-right-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        width: 30%;
        height: auto;
        float:right;
        transition: 300ms;
    }
    .showoff:hover {
        opacity: 0.6;
    }
    .description {
        position:relative;
        padding: 15px 2% 80px 2%;
        border: 0px solid #333;
        width: 66%;
        float:right;
    }

    .description span{
        color: #136F63 !important;
        font-size: 0.9rem;
    }
    .description p{
        margin-top: 5px;
        font-size: 0.9rem;
        text-align: justify;
        font-weight: 300;
    }
    .readmore {
        position: absolute;
        left:10px;
        bottom:60px;
        padding: 3px 5px;
        background-color: #00ACEE;
        color: #FFF;
        border-radius:3px;
        text-decoration: none;
        transition: 200ms;
        width: 100px;
        text-align: center;
        box-shadow: 0 0 3px #00ACEE;
    }
    .readmore:hover{
        background-color: #5E81AC;
        box-shadow: 0 0 3px #5E81AC
    }
    .post-box hr{
        width: 68%;
        position: absolute;
        bottom: 50px;
        right: 31%;
        border-left: 0px;
        border-right: 0px;
        border-bottom: 0px;
        border-top: 1px solid #bbb;
    }
    .statics{
        position: absolute;
        bottom: 7px;
        display: grid;
        right: 470px;
        grid-template-areas:
    'tags info';
        font-size: 0.9rem;
    }
    .tags{
        margin-bottom: 7px !important;
    }
    .tags a{
        padding-left: 4px;
        transition: 300ms;
    }
    .tags a:hover{
        text-decoration: underline;
        padding-left: 4px;
    }
    .tags span{
        color: #00ACEE;
    }
    .info {
        margin-right: 25px;
    }
    .info span{
        padding:2px 10px 2px 5px;
        background-color: #2E344008;
        border-radius: 30px;
    }



    /* Bottom Posts */
    .trapezoid-bottom{
        margin-top: 20px;
        border-bottom: 35px solid #00ACEE;
        border-left: 35px solid transparent;
        border-right: 0px solid transparent;
        border-top-right-radius: 0;
        height: 0;
        width: 400px;
    }
    .trapezoid-bottom h3{
        margin: 10px 10px 0 0;
        color: #ECEFF4;
        padding: 5px;
    }
    .nano-links{
        position: relative;
        width: auto;
        padding: 15px;
        background-color: #00ACEE;
        margin-bottom: 20px;
        border-radius: 0;
    }

    .nano-links ul li{
        list-style: none;
        width: auto;
    }
    .nano-links ul li a{
        text-decoration: none;
        color: #2E3440;
        transition: 300ms;
    }
    .nano-links ul li a:hover{
        text-decoration: overline;
        color: #e2eefa;
    }
    .nano-links span{
        display: none;
        /* transform: rotate(180deg); */
        position: absolute;
        left: 5px;
        background-color: #2E3440;
        padding: 5px;
        color: #00ACEE;
    }
    .nano-links span h5{
        float: left;
        direction: ltr;
    }
    
}

.pager-locked{
    font-size: 0.8rem;
    padding: 5px 15px;
    margin: 0 5px 0 0;
    display: inline-block;
    color: #EBCB8B;
    background-color: #2E3440;
    border-radius: 20px;
    text-decoration: none;
    transition: 200ms;
}

#gray{
    background-color: #00000000 !important;
    color: #2E344055;
    font-size: 0.8rem;
    margin-left: -5px;
    margin-right: -5px;
}