/*
Theme Name: onspeed
Theme URI: https://speed.usecure.ir/
Author:  onspeed developer team
Author URI: https://speed.usecure.ir/
Description: قالب اختصاصی On Speed
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.19
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: on-speed
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html{
    margin-top: 0 !important;
}
@font-face{font-family:'PeydaWeb';
    src:url('fonts/PeydaWeb-Bold.html') format('woff2') ;
    font-weight: bold;
}
@font-face {
    font-family: 'PeydaWeb';
    src: url('fonts/PeydaWeb-Regular.ttf') format('truetype'),
    url('fonts/PeydaWeb-Regular.html') format('woff2');
    font-weight: normal;
}
body{
    margin: 0;
    direction: rtl;
    font-family: 'PeydaWeb', 'sans-serif';
}
section{
    max-width: 1400px;
    margin: 15px auto;
    display: flex;
}
a{
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
button{
    font-family: 'PeydaWeb';
    background-color: #0693e3;
    color: #fff;
    border-radius: 5px;
    border: none;
    position: relative;
    transition-duration: 0.3s;
    cursor: pointer;
}
select{
    font-family: 'PeydaWeb';
    border: none;
    outline: none;
}
hr.solid{
    border-top: 1px solid rgba(255,255,255,.2);
    margin:0;
}

header .main-header{
	backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
	background: #ffffffbd;
}
li{
    list-style: none;
}
header > .container{
    display: flex;
    justify-content: space-between;
}
/*************sticky header***************/
header {
    color: white;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

blockquote{
    border: dotted;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    line-height: 5px;
}

header{
    z-index: 99;
}
.logo{
    align-self: center;
}
.logo img{
    width: 230px;
    height: auto;
    padding-top:7px;
}
.container{
    display: flex;
    justify-content: space-between;
}
.hamburger-panel{
    display: none;
    text-align: right;
}
.hamburger-panel i{
    font-size: 25px;
    padding-top: 5px;
    color: #000;
}
.hamburger-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 250px;
    height: 100%;
    background-color: #fff;
    color: #000;
    transition: right 0.3s ease;
    z-index: 99;
    padding: 20px;
    box-shadow: 0 0 20px -3px #9e9e9ec7;
}
.hamburger-menu.active {
    right: 0;
}
.hamburger-menu-ul{
    flex-direction: column;
    gap: 15px ;
}
.hamburger-menu-ul a{
    color: #fff;
}

.hamburger-menu .sub-menu{
    position: inherit  !important;
    box-shadow: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    margin-right: 20px !important;
    height: 0 !important;
    padding: 0 !important;
    transition: 0.2s ease-in-out !important;
}
.hamburger-menu .sub-menu.active{
    visibility: visible !important;
    opacity: 1 !important;
    height: fit-content !important;
    padding: 10px 15px !important;
}
.main-header{
    padding: 10px 20px;
}
.main-header .container{
    padding-top:8px;
}
.main-header .container .languages{
    margin: auto 0 auto 10px;
    height: 16px;
    border-left: solid 1px #777;
}
.main-header .container .languages img{
    width: 20px;
    border-radius: 4px;
    height: fit-content;
    margin: 0 5px;
}
.main-header .container ul{
    display: flex;
    gap: 130px;
    margin-right: 20px;
    padding: 0 15px;
}
.main-header .container a{
    color: #000;
	z-index:999;
}
.main-header .container ul li{
    position: relative;
    font-weight:600;
}
.main-header .container ul li ul{
    flex-direction: column;
    gap: 5px;
    background: #fff;
    position: absolute;
    width: max-content;
    padding: 12px;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    margin-right: 10px;
    box-shadow: 0px 6px 27px rgb(32 32 32 / 10%);
    border-radius: 10px;
}
.main-header .container ul li:hover ul{
    visibility: visible;
    margin-right: 20px;
    opacity: 1;
    z-index: 99;
}
.main-header .container ul li ul li{
    color: #000;
    padding: 5px;
	z-index: 999;
}
.header-top{
    background-color:#0693e3;
    color: #fff;
    padding: 0 20px;
    font-size: 12px;
    line-height: 10px;
}
.header-top a{
    color: #fff;
}
.header-top ul{
    display: flex;
    gap: 20px;
    padding: 0;
}
.header-top .container div{
    margin: auto 0;
}
.front-page-banner{
    display: flex;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    margin-top:63px;
}
.front-page-banner button{
    padding-top:20px !important;
    padding-bottom:20px !important;
}
.front-page-banner button a{
    font-size:19px;
    font-weight:600;
    line-height:0;
}

.front-page-banner div{
    flex: 0 0 45%;
}
.front-page-banner .lottie-container{
    background: url('img/persian-blop.svg') no-repeat center;
    height: 500px;
}
.front-page-banner .lottie-container .lottieAnimation{
    width: 80%;
    margin: 0 210px 0 0;
    overflow:hidden;
}
.front-page-banner > .content-list-box{
    align-content: center;
    align-items: center;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.front-page-banner > .content-list-box button:hover {
    background-color: #0f7fbf;
}

.front-page-banner > .content-list-box button a{
    color: #fff;
}
.front-page-banner > .content-list-box > *{
    width: 100%;
}
.front-page-banner > .content-list-box ul{
    padding: 0;
    margin: 0;
}
.front-page-banner > .content-list-box ul li{
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.front-page-banner > .content-list-box ul li img{
    width: 30px;
}
.front-page-banner > .content-list-box .bottom-arrow{
    height: 30px;
    width: 30px;
    margin: 10px auto 25px auto;
}
.front-page-banner > .content-list-box button {
    margin: 0 35%;
    padding: 10px;
    background-color:#0693e3;
}
.available-platforms{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.available-platforms img{
    margin: 0 auto;
}
.available-platforms .platforms{
    text-align: center;
    color: #777;
}
.available-platforms .platforms img{
    filter: brightness( 57% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
    margin: 20px 25% 0 25%;
}
.available-platforms .buttom-curved-arrow{
    width: 150px;
}
.available-platforms .countries-image{
    width: 900px;
}
.download-app{
    background: linear-gradient(-231deg,#0744af 0%,#00ace6 100%);
    border-radius: 50px;
    box-shadow: 0 3px 25px 0 rgba(0,0,0,.1);
    padding: 50px 0;
    height: 350px;
    margin-top: 150px;
    min-width:0;
}
.download-app div:nth-child(2){
    transform:translatex(21px) translatey(0px);
}
.download-app div{
    flex: 0 50%;
    position: relative;
    padding: 15px;
    text-align:justify;
}
.download-app div p{
    line-height:33px;
}
.download-app img{
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
}
.download-app h2, .download-app p{
    color: #fff;
    line-height: 28px;
    margin: 10px 0;
}
.download-app a{
    float: left;
    margin: 10px 0 0 10px;
}
.download-app button{
    padding: 10px 25px;
    background: #fff;
    color: #0693e3;
}
.download-app button:hover{
    background-color: #efefef;
}
.single-post-section{
    width: 1260px;
}
.single-post-heading{
    position: relative;
}
.single-post-heading img{
    width: 100%;
    height: 500px;
    border-radius: 10px;
}
.single-post-heading .content-box{
    position: absolute;
    padding: 15px;
    width: fit-content;
    right: 0;
    bottom: 0;
    background-color: #fff;
    color: #000;
    border-top-left-radius: 10px;
}
.single-post-heading .content-box ul{
    padding: 0;
    display: flex;
    gap: 25px;
    margin: 10px 0 0 0;
}
.single-post-heading .content-box ul li {
    color: #666;
    background-color: #fff;
    border-radius: 10px;
    font-size: 12px;
}
.single-post-heading .content-box ul li i{
    margin-left: 5px;
}

.widget-telegram{
    text-align: center;
    background-color: #00aae3;
    border-right: 5px;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 15px;
}
.widget-telegram a{
    color: #fff;
}
.sidebar{
    flex: 0 0 30%;
}
.sidebar h4{
    padding-bottom: 5px;
    border-bottom: solid 2px #00aae3;
    margin-bottom: 5px;
}
.sidebar ul{
    padding: 0;
    margin: 0;
}
.sidebar li{
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    line-height: 23px;
}
.sidebar li a{
    color: #000000;
    transition: 0.2s ease-in-out;
}
.sidebar li a:hover{
    color: #00aae3;
}
.main-content div{
    padding: 15px;
}
.main-content .share-social{
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.main-content .share-social .share-twitter i{
    color: #00acee;
}
.main-content .share-social .share-telegram i{
    color: #0077b5;
}
.main-content .share-social .share-pinterest i{
    color: #E60023;
}
.main-content .share-social .share-linkedin i{
    color: #3b5998;
}
.main-content .share-social .share-facebook i{
    color: #08C;
}
.main-content .share-social a{
    text-align: center;
    padding: 11px 0 5px;
    color: #999;
    font-size: 13px;
}
.main-content .share-social i{
    width: 100%;
}
.main-content .post-content-col{
    padding: 15px 0 14px 15px;
}
.main-content .post-content{
    padding: 0;
    line-height: 30px;
}
.main-content .post-content img{
    width: 100%;
}
.main-content .post-content div{
    padding: 0 15px;

}
.main-content .post-content li{
    list-style: revert;

}
.main-content .post-content h2,h3,h4,h5{
    margin: 15px auto;
}
.post-archive-header{
    background-image: url('img/archive-header-background.jpg');
    margin: 0 0;
    height: 300px;
    max-width: 100%;
    flex-direction: column;
}
.post-archive-header div{
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.post-archive-header div a{
    color: #000;
}
.post-archive-header h4{
    font-size: 35px;
}
.post-archive-header form{
    background: #9996;
    padding: 5px;
    border-radius: 10px;
    min-width: 300px;
}
.post-archive-header form div{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.post-archive-header form div button{
    background-color: transparent;
}.post-archive-header form div button i{
     margin: 5px;
 }.post-archive-header form div input{
      background: transparent;
      border: none;
      font-family: 'PeydaWeb', sans-serif;
      width: 100%;
  }
.post-archive-repeater{
    justify-content: space-between;
    flex-wrap: wrap;
}
.post-archive-repeater .container{
    flex: 0 0 30%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #dbdbdb96;
    border-radius: 10px;
    margin-bottom: 20px;
}
.post-archive-repeater .container div{
    padding: 15px;
}
.post-archive-repeater .container img{
    width: 100%;
    border-radius: 10px;
}
.post-archive-repeater h2{
    font-size: 17px;
    margin-bottom: 10px;
}
.post-archive-repeater h2 a{
    color: #000;
}
.post-archive-repeater ul{
    padding: 0;
    margin: 0 0 10px 0;
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: #a5b7d2;
}
.post-archive-repeater .container .content-box{
    padding: 5px;
}
.post-archive-repeater .container .content-box .btn-more{
    text-align: end;
}
.post-archive-repeater .container .content-box .btn-more a{
    color: #00aae3;
}
.benefits {
    padding: 98px 0 113px 0;
    margin: 0 auto;
}
.benefits div{
    flex: 0 0 50%;
    position: relative;
}
.benefits img{
    width: 100%;
    height: auto;
}
.benefits .col-1{
    display: flex;
    flex-direction: column;
    align-self: center;
}
.benefits .col-1 .heading{
    display: flex;
    flex: 0 0 100%;
    height: fit-content;
    line-height: 2;
    font-size: 24px;
    font-weight: bold;
}
.benefits .col-1 ul{
    line-height:30px;
    text-align:justify;
}
.benefits .col-1 div h1{
    font-size: 24px;
    margin: 0 5px;
}
.benefits .col-1 ul li{
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
}
.benefits .col-1 ul li div{
    flex: 0 1 100%;
}
.benefits .col-1 ul li div h3{
    margin-bottom: 5px;
}
.benefits .col-1 ul li i{
    padding: 15px;
    background: #eff3fa;
    border-radius: 10px;
    color: #00aae3;
}

footer{
    margin-top: 100px;
    background-color:#0693e3;
}
footer section{
    display: flex;
    padding: 42px 0 15px 0;
    margin: 15px auto 0 auto;
    transform:translatex(0px) translatey(0px);
}
footer section .footer-logo-container{
    margin-left: 10%;
}
footer section div{
    flex: 0 0 24%;
    color:#ffffff;
    transform:translatex(0px) translatey(0px);
}
footer div strong{
    color:#ffffff;
}
footer section div li{
    margin-bottom: 5px;
    font-size: 14px;
    list-style: disc;
    line-height:30px;
}
footer section div li a{
    color: #fff;
}
footer section div img {
    width: 50%;
    height:auto;
    display:inline-block;
    transform:translatex(0px) translatey(0px);
    background-color:#ffffff;
    padding: 5px 10px;
    border-radius: 10px;
}
footer section div p {
    line-height:30px;
    font-size:14px;
    text-align:justify;
}
footer .newsletter{
    flex: 0 1 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
footer .newsletter p{
    margin-top: 10px;
}
.copyright-section{
    font-size: 12px;
    border-top: solid 1px #00aae3;
    padding-top:15px;
}
.plans{
    text-align: center;
    flex-direction: column;
}
.plans p{
    padding: 15px 30%;
    line-height:30px;
    text-align:center;
}
.plans .container{
    margin-top: 15px;
    justify-content: center;
    gap: 10%;
}
.plans .container div{
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 0 0 20%;
    border-radius: 5px;
    box-shadow: 0 3px 25px 0 rgba(0,0,0,.1);
    padding-bottom: 15px;
    height: fit-content;
}
.plans .container .one-month div,.plans .container .three-month div{
    border-radius: 5px 5px 0 0;
    background: linear-gradient(-231deg,#0744af 0%,#00ace6 100%);
    padding: 15px;
}
.plans .container div .month{
    margin: 0 auto;
    padding: 5px;
    font-size: 25px;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
}
.plans .container div p{
    padding: 0 0 25px 0;
}
.plans .container div .price{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.plans .container ul{
    margin: 0;
    padding: 10px;
    line-height:30px;
}
.plans .container ul li{
    margin-bottom: 10px;
    color: #787878;
}
.plans .container ul i{
    font-size: 10px;
    color: #00aae3;
}
.plans .container button{
    padding: 10px;
    width: 50%;
    background: linear-gradient(-231deg,#0744af 0%,#00ace6 100%);
    margin: 0 auto;
}
.plans .container p{
    padding-bottom: 25px;
    border-bottom: solid;
}
.plans .container .three-month .price span{
    text-decoration: line-through;
    font-weight: normal;
    margin-left: 10px;
}
.plans .container .three-month button{
    background-color:#d3d3d3 ;
}
.table-section{
    display: flex;
    gap: 15px;
    margin: 100px auto;
    justify-content: center;
    padding-top:56px;
}
.table-section div{
    flex:0 0 40%;
}
.table-section .col-1 p{
    padding: 15px;
    line-height:33px;
    text-align:justify;
}
.table-section .col-2 table{
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
.table-section .col-2 table .table-head{
    background: linear-gradient(-231deg,#0744af 0%,#00ace6 100%);;
}
.table-section .col-2 table th, td{
    padding: 8px;
}
.table-section .col-2 table tr:nth-child(even){
    background-color: #f2f2f2;
}
.table-section .col-2 table th {
    color: white;
}
.table-section .col-2 table .row-seperator {
    background: #fff;
    padding: 1px;
}
.table-section .col-2 table .table-first-col {
    border-radius: 0 5px 5px 0;
}
.table-section .col-2 table .table-last-col {
    border-radius: 5px 0 0 5px;
}
.posts{
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    margin-top: 150px;
    gap: 10px;
}
.posts .container{
    margin-top: 25px;
    justify-content: center;
    gap: 20px;
}
.posts .column{
    flex: 0 0 23%;
    text-align: center;
    display: inline-block;
    padding: 15px;
    transition: 0.2s ease-in-out;
}
.posts .column:hover{
    box-shadow: 0 3px 25px 0 rgba(0,0,0,.1);
}
.posts .column div{
    position: relative;
}
.posts .column div img{
    border-radius: 10px;
    width: 100%;
}
.posts .column div ul{
    width: fit-content;
    display: flex;
    background: #fff;
    color: #666;
    padding: 2px;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 1%;
    border-radius: 5px;
}
.posts .column div ul li{
    margin: 0 5px;
}
.posts .column .post-categories{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.posts .column .post-categories a{
    color: #7293ee;
}
.posts .column h4{
    margin: 5px auto;
}
.posts .column h4 a{
    text-align: justify;
    color: #2e3662;
    font-size: 15px;
}
.posts .column p{
    padding: 0 22px;
    text-align: justify;
    font-size: 14px;
}
.posts .column .btn-more{
    border: solid #e0e7fb;
    margin: 5% 6%;
    padding: 10px;
    border-radius: 5px;
    transition: 0.2s ease-in-out;
}
.posts .column a{
    color: #e0e7fb;
    transition: 0.2s ease-in-out;
}
.posts .column .btn-more:hover{
    border: solid #2e3662;
    background-color: #2e3662;

}
.posts .column .btn-more:hover a{
    color: #fff;
}
.protocol-heading{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
    line-height: 30px;
}
.protocol-heading hr{
    background: #00aae3;
    padding: 1px;
    margin: 10px 0 10px 25%;
}
.buy-vpn{
    justify-content: center;
}
.buy-vpn div{
    flex: 0 0 40%;
    align-self: center;
}
.buy-vpn div h2{
    margin-bottom: 10px;
}
.buy-vpn div p{
    line-height: 30px;
    margin-bottom: 10px;
}
.buy-vpn div a{
    float: left;
}
.buy-vpn div a button{
    padding: 10px 20px;
}
.servers{
    background-color: #f0f6ff;
    background-image: url('img/bg-maps.png');
    max-width: 100%;
    justify-content: center;
    padding: 25px 0;
    text-align: center;
    flex-direction: column;
}
.servers .container{
    justify-content: center;
    text-align: center;
    align-items: center;
}
.servers .container .lottie-container{
    flex:0 0 40%;
}
.servers .container ul{
    flex: 0 0 20%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.servers .container ul li{
    display: flex;
    gap: 20px;
}
.servers .container ul li span{
    flex: 0 0 20%;
    align-self: center;
}
.servers .container ul li span img{
    border-radius: 5px;
}
.servers .container ul li div{
    text-align: right;
}
.servers .container ul li div h3{
    margin: 0;
}
.servers .container ul li div p{
    font-size: 14px;
    text-align: justify;
}
.protocol-heading .top-content{
    display: flex;
    justify-content: center;
    gap: 15px;
}
.protocol-heading .top-content div{
    flex: 0 0 40%;
    text-align: right;
}
.protocol-heading .top-content img{
    width: 38%;
    height: auto;
    border-radius: 5px;
}
.servers {
    margin: 5% 0;
    padding-bottom: 50px;
}
.benefits h2{
    margin-bottom: 25px;
}
.benefits .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    align-items: stretch;
}
.benefits .container .col{
    flex: 0 0 20%;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.benefits .container .col div{
    width: 45px;
    max-height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(-231deg,#0744af 0%,#00ace6 100%);
    margin: 0 auto;
    border-radius: 300px;
}
.server-heading .container{
    flex-direction: column;
    width: 100%;
    text-align: center;
}
.server-heading .container p{
    line-height: 30px;
    margin-top:15px;
}
.server-heading .container button{
    padding: 10px;
    margin-top: 15px
}
.server-details .container{
    justify-content: center;
    width: 100%;
}
.server-details .container div{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    flex: 0 0 30%;
    text-align: center;
}
.server-details .container div ul{
    padding: 0;
    margin: 0;
}
.server-details .container div ul li{
    padding: 10px;
}
.server-details .container .lottie-container{
    width: 25%;
}
.page-numbers {
    padding: 5px 15px;
    border: solid #0693e3;
    color: #0693e3;
    border-radius: 5px;
    transition: 0.3s;
}
.page-numbers:hover {
    background-color: #0693e3;
	color: #fff;
}
.pagination{
justify-content: center;
}
.page-numbers.current{
text-decoration: underline;
}
.contact-heading{
	justify-content: center;
}
.contact-heading .lottie-container{
	flex:0 0 45%;
}
.contact-heading .content{
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}
.contact-heading .content h1{
    text-align: center;
    margin-bottom: 20px;
}
.contact-heading .content p{
    font-size: 19px;
}
.contact-heading .content ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact-heading .content ul li i{
    color: #00aae3;
    margin-left: 5px;
    font-size: 12px;
}
.contact-heading .content a{
    text-align: left;
    width: fit-content;
    margin-right: auto;
    transition: 0.2s ease-in-out;
}

.contact-heading .content a button{
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
}
.contact-heading .content a button:hover{
    background-color: #0279bc;
}
.comments{
    justify-content: center;
}
.comments .comment-box{
    flex: 0 0 80%;
    display: flex;
    flex-direction: column-reverse;
}
.comments .comment-box .comments-area{
    width: 70%;
}
footer .bg-instagram a{
    background: radial-gradient(circle farthest-corner at 35% 100%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 10% 140%,#feda7e,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e42e66 50%,#fa5332 70%,#ffdc80 100%);
    display: inline-flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    border-radius: 10px;
}
footer .bg-instagram i{
    display: flex;
    padding: 15px;
    border-radius: 50px;
    font-size: 27px;
    color: #fff;
}
footer .bg-instagram div{
    flex: 0 1 100%;
    color: #fff;
    padding: 4px;
    position: relative;
    font-size: 14px;
    line-height:25px;
}
footer .bg-telegram a{
    background-color:#ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    border-radius: 10px;
}

footer .bg-telegram i{
    display: flex;
    padding: 15px;
    border-radius: 50px;
    font-size: 27px;
    color:#4883e9;
}
.bg-telegram a span{
    color:#4883e9;
    font-weight:500;
}
footer .bg-telegram div{
    flex: 0 1 100%;
    color: #fff;
    padding: 4px;
    position: relative;
    font-size: 14px;
    line-height:25px;
}
body section:first-of-type{
    margin-top: 180px;
}
.post-archive-header{
    margin-top: 120px;
}
/*** Custom Classes ***/
.border-animation{
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}
.border-animation:hover:after{
    width: 100%;
    background: #00aae3;
}
.border-animation:after{
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.table-of-contents{
    border: solid;
    border-radius: 10px;
    width: fit-content;
    margin-bottom: 20px;
}
.table-of-contents ul {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
}
.table-of-contents ul li {
    list-style: disc;
}
/*** Comment section ***/
.comment-box{
    padding: 10px 0 !important;
}
.comment-body {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 2px 5px rgb(0,0,0,.1);
    position: relative;
}
.comments-area {
    margin-top: 20px;
}

.comments-title {
    margin-bottom: 20px;
    font-size: 24px;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list li {
    margin-bottom: 20px;
}

.comment-author {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 10px;
    padding-left: 10px;
    margin-left: 13px;
    flex-basis: 10%;
}

.comment-author .avatar {
    margin-right: 10px;
}

.comment-metadata {
    font-size: 12px;
    color: #888;
}
.comment-meta a {
    color: #999;
    font-size: 11px;
}
.comment-meta{
    flex: 0 0 75%;
}
.comment-body p{
    margin-right: 10px;
    margin-left: 25px;
}
.comment-content {
    margin-top: 10px;
}

.comment-pagination {
    margin-top: 20px;
}

.comment-form {
    margin-top: 20px;
    position: relative;
}

.comment-form input[type="text"],
.comment-form textarea {
    width: 97%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.form-submit{
    text-align-last: end;
}
.reply{
    bottom: 0;
    position: absolute;
    left: 1%;
}
.comment-form input[type="submit"] {
    background-color: #00aae3;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'PeydaWeb', 'sans-serif';
}
ol.children {
    margin-right: 75px;
}
@media (max-width:1380px){

    /* List */
    .posts .column:nth-child(1) div ul{
        padding-left:5px;
        padding-right:5px;
        padding-top:5px;
        padding-bottom:5px;
        color:#0b2336;
    }

    /* List */
    .posts .column:nth-child(2) div ul{
        padding-left:5px;
        padding-right:5px;
        padding-top:5px;
        padding-bottom:5px;
        color:#0b2336;
    }

    /* List */
    .posts .column:nth-child(3) div ul{
        padding-left:5px;
        padding-right:5px;
        padding-top:5px;
        padding-bottom:5px;
        color:#0b2336;
    }

    /* Button */
    .front-page-banner button{
        margin-left:130px !important;
        margin-right:130px !important;
        margin-top:7px !important;
        padding-top:22px !important;
        padding-bottom:22px !important;
    }

    /* Link */
    .front-page-banner button a{
        font-size:17px;
        font-weight:600;
        line-height:0px;
    }

    /* Section */
    footer section:nth-child(1){
        padding-right:26px;
        padding-left:26px;
    }

    /* Copyright section */
    footer .copyright-section{
        padding-right:26px;
        padding-left:26px;
    }

    /* Division */
    footer section div:nth-child(3){
        margin-right:-50px;
    }

    /* Division */
    footer section:nth-child(1) > div:nth-child(2){
        margin-right:-50px;
    }

    /* Newsletter */
    footer section .newsletter{
        padding-right:72px;
    }

    /* Link */
    footer section .newsletter .bg-instagram a{
        flex-direction:row;
        border-width:3px !important;
        border-style:none;
    }

    /* Span Tag */
    .bg-telegram a span{
        padding-left:15px;
    }

    /* Span Tag */
    .bg-instagram a span{
        padding-left:15px;
    }

    /* Download app */
    .download-app{
        margin-right:26px;
        margin-left:26px;
        height:401px;
        padding-right:0px;
        padding-left:44px;
    }

}
@media (max-width:1219px){

    /* Svg */
    .front-page-banner svg{
        transform: translatey(43px) !important;
    }

}
/*** responsive ***/
@media (max-width: 1200px) {
    .main-header .container ul{
        gap: 60px;
    }
    .front-page-banner > .content-list-box button {
        margin: 0 27%;
    }
    .front-page-banner svg{
        display:inline-block;
        transform: translatex(49px) translatey(91px) !important;
    }
    .front-page-banner button a{
        line-height:33.6px;
    }
    .front-page-banner button{
        padding-top:10px !important;
        padding-bottom:10px !important;
        margin-right:70px !important;
        margin-left:70px !important;
    }
    .download-app{
        margin: 0 5%;
    }
    .download-app h2, .download-app p{
        line-height: 22px;
    }
    .download-app a{
        margin-top: 0;
    }
    .download-app div p{
        line-height:30px;
    }
    .single-post-heading{
        width: 95%;
        position: relative;
    }
    .single-post-heading .content-box{
        width: fit-content;
        right: 0;
        bottom: 0;
        background-color: #fff;
        color: #000;
        border-top-left-radius: 10px;
    }
    .single-post-heading .content-box ul li{
        background-color: #00aae3;
        padding: 2px 10px;
        color: #fff;
    }
    .single-post-heading .content-box ul li a{
        color: #fff;
    }
    .main-content{
        width: 95%;
    }
    .main-content .post-content-col {
        padding: 15px;
    }
    .main-content .post-content h2,h3,h4,h5{
        margin: 10px auto;
    }
    .benefits{
        padding: 25px;
    }
    .benefits .col-1{
        flex: 0 0 100%;
    }
    .benefits .col-1 ul{
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .benefits .col-2{
        display: none;
    }
    .benefits .col-1 ul li{
        margin: 0;
        flex: 0 0 50%;
    }
    .download-app{
        position: relative;
        height: fit-content;
        margin: 100px 25px 0 25px;
        padding-top:101px;
        padding-bottom:101px;
        flex-direction:column;
    }
    .download-app div{
        align-self: center;
    }
    .download-app img{
        position: relative;
        width:523px;
        top:-200px;
    }
    .download-app div:nth-child(2){
        width:675px;
        transform:translatex(-20px) translatey(-213px);
    }
    .available-platforms .countries-image{
        width: 100%;
    }
    .plans .container div{
        flex:0 0 30%;
    }
    .table-section div {
        flex: 0 0 45%;
    }
    footer section{
        padding: 42px 10px 15px 10px;;
    }
    .protocol-heading .top-content div{
        flex: 0 0 50%;
    }
    .benefits .container{

    }
    .benefits .container .col{
        flex: 0 0 40%;
        margin-bottom: 25px;
        padding: 15px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }
    footer section .newsletter{
        padding-right:4px;
    }
    footer section .newsletter .bg-instagram a{
        padding-top:8px;
        padding-bottom:8px;
    }
    footer section .newsletter .bg-telegram a{
        padding-top:8px;
        padding-bottom:8px;
    }
    .bg-telegram a span{
        padding-left:23px;
    }
    .bg-instagram a span{
        padding-left:23px;
    }
}
@media (max-width: 870px){
    .main-header .container ul {
        gap: 30px;
    }
    .front-page-banner svg{
        transform: translatex(72px) translatey(144px) !important;
        display:block;
    }
    .front-page-banner button{
        margin-left:37px !important;
        margin-right:37px !important;
    }
    .front-page-banner > .content-list-box button {
        margin: 0 15%;
    }
    .available-platforms .platforms img {
        margin: 10px 5%;
    }
    .download-app{
        flex-direction: column;
        margin: 10% 5%;
        height: fit-content;
    }
    .download-app img{
        width: 60%;
        margin-top: 0;
        position: relative;
    }
    .download-app div:nth-child(2){
        display:block;
        flex:0 1 auto;
    }
    .download-app div{
        text-align: center;
    }
    .download-app h2, .download-app p {
        line-height: 30px;
    }
    .single-post-heading{
        flex-direction: column;
        width: 90%;
        margin: 15px auto 0 auto;
    }
    .main-content{
        flex-direction: column;
        width: 90%;
        margin: 0 auto 15px auto;
    }
    .main-content .post-content-col{
        padding: 0;
    }
    .main-content .post-content h2{
        font-size: 20px;
    }
    .main-content .post-content h2,h3,h4,h5{
        margin: 10px auto;
    }
    .single-post-heading .content-box{
        position: static;
        color: #000;
        padding: 15px 0 0 0 ;
    }
    .single-post-heading .content-box ul li{
        color: #ffffff;
        background-color: #00aae3;
        padding: 2px 10px;
    }
    .single-post-heading .content-box ul li a{
        color: #ffffff;
    }
    .post-archive-repeater .container{
        flex: 0 0 45%;
        margin: 10px auto;
    }
    .benefits .col-1{
        flex: 0 0 100%;
    }
    .benefits .col-1 .heading{
        justify-content: center;
    }
    .benefits .col-2{
        display: none;
    }
    .benefits .col-1 ul{
        padding: 0 50px;
        text-align:justify;
    }
    .benefits .col-1 ul li{
        margin-bottom: 15px;
        flex: 0 0 100%;
    }
    .download-app .buttons{
        display: flex;
        justify-content: center;
    }
    footer .copyright-section div{
        flex: 0 0 50%;
    }
    .plans p{
        padding: 15px 7%;
        text-align:justify;
    }
    .plans .one-month ul{
        transform:translatex(0px) translatey(0px);
    }
    .plans .one-month ul li, .plans .three-month ul li{
        color:#545454 ;
    }
    .table-section{
        flex-direction: column;
        text-align: center;
    }
    .table-section .col-1 {
        flex: 0 0 40%;
        margin: 0 15% 20px 15%;
    }
    .table-section .col-2 {
        flex: 0 0 40%;
        margin: 0 12% 20px 12%;
    }
    .servers .container ul{
        flex: 0 0 25%;
    }
    .servers .container ul li span{
        flex: 0 0 23%;
    }
    .servers .container ul li div h3{
        font-size: 16px;
    }
    .servers .container ul li div p{
        font-size: 13px;
    }
    .server-details .container{
        text-align: center;
        justify-content: center;
    }
    .server-details .container div{
        flex: 0 0 50%;
    }
    .server-details .container .lottie-container{
        display: none;
    }
    footer section{
        flex-wrap: wrap;
    }
    footer section .footer-logo-container{
        flex: 1 1 100%;
        padding: 25px 15%;
        text-align: center;
        margin: 0;
    }
    footer section div img{
        width: 25%;
    }
    footer section div{
        flex: 0 0 50%;
        text-align: center;
    }
    footer section div ul{
        padding: 0;
    }
    footer section div ul li{
        list-style: none;
    }
    footer .newsletter{
        flex: 0 0 100%;
        flex-direction: row;
        justify-content: center;
    }
    footer .newsletter div{
        flex: 1 0 47%;
    }
    .copyright-section{
        justify-content: center;
    }

}
@media (max-width: 767px){
    .hamburger-panel{
        display: inherit;
    }
    .languages{
        display: none;
    }
    .main-header .container .menu{
        display: none;
        font-size: 25px;
    }
    .logo img{
        width: 180px;
        height: auto;
    }

    .front-page-banner{
        flex-direction: column;
    }
    .front-page-banner .lottie-container .lottieAnimation{
        width: 43%;
        margin: 0 45% 0 0;
    }
    .front-page-banner svg{
        transform: translatex(40px) translatey(6px) !important;
    }

    .front-page-banner > .content-list-box h1{
        font-size: 30px;
        margin-top: 20px;
    }
    .front-page-banner > .content-list-box ul{
        font-size: 22px;
    }
    .front-page-banner > .content-list-box button{
        margin: 0 25%;
    }
    .available-platforms .platforms img {
        margin: 3% 10% 0 10%;
    }
    .available-platforms .countries-image {
        width: 100%;
    }
    .download-app {
        flex-direction: column;
        margin: 0 5%;
        height:538px;
        border-radius: 20px;
    }
    .download-app div:nth-child(2){
        transform:translatex(-20px) translatey(-213px);
        padding-right:109px;
        padding-left:107px;
        width:426px;
        align-self:center;
    }
    .download-app div p{
        text-align:justify;
    }
    .download-app .buttons{
        flex-direction: column;
        gap: 15px;
    }
    .download-app img {
        width: 100%;
        margin-top: -30px;
    }
    .download-app h2{
        font-size: 22px;
    }
    .header-top ul {
        gap: 5px;
    }
    .download-app a{
        float: inherit;
    }
    .single-post-heading{
        width: 80%;
        flex-direction: column;
        margin: 0 auto;
    }
    .single-post-heading .content-box{
        position: static;
        padding: 15px 0 0 0;
    }
    .single-post-heading h1{
        color: #000;
        font-size: 15px;
    }
    .single-post-heading .content-box ul li{
        gap: 15px;
    }
    .single-post-heading .content-box ul li{
        background-color: #00aae3;
        color: #fff;
        padding: 2px 10px;
    }
    .single-post-heading .content-box ul li a{
        color: #fff;
    }
    .single-post-heading img{
        height: auto;
    }
    .main-content{
        width: 80%;
        flex-direction: column;
        margin: 0 auto;
    }
    .main-content .post-content-col{
        padding: 0;
    }

    .post-archive-repeater .container{
        flex: 0 0 95%;
        margin: 10px auto;
    }
    .benefits {
        padding: 68px 10px 10px 10px;
    }
    .benefits .col-1 ul {
        padding: 0 15px;
    }
    footer section{
        flex-direction: column;
        text-align: center;
    }
    footer section img{
        transform:translatex(0px) translatey(0px);
    }
    footer section .footer-logo-container{
        margin: 0 0 15px 0;
    }
    footer section ul{
        padding: 0;
    }
    footer section ul li{
        list-style: none;
    }
    footer .newsletter .news-letter-form{
        text-align: center;
    }
    footer section .newsletter .news-letter-input{
        padding: 10px;
        margin-top: 10px;
    }
    footer section .newsletter .news-letter-submit{
        padding: 10px;
        margin-top: 10px;
    }
    footer section p{
        text-align:justify;
        line-height:30px;
    }
    .plans .container .one-month,.plans .container .three-month{
        margin: 0 15% 20px 15%;
        flex: inherit;
    }
    .plans .container{
        flex-wrap: wrap;
    }
    .plans h2{
        padding-top:40px;
    }
    .table-section p{
        text-align:justify;
    }
    .buy-vpn{
        flex-direction: column-reverse;
        padding: 20px;
    }
    .servers{
        padding: 20px;
    }
    .servers .container{
        flex-direction: column;
    }
    .comments .comment-box .comments-area {
        width: 100%;
    }
    .posts .container{
        flex-direction: column;
        padding: 20px;
    }
    .servers .container ul{
        padding: 0;
    }
    .servers .container .right-col li{
        flex-direction: row-reverse;
        justify-content: right;
    }
    .servers .container ul li span {
        flex: 0 0 10%;
    }
    .protocol-heading .top-content{
        flex-direction: column;
        padding: 20px;
    }
    .protocol-heading .top-content img{
        width: 100%;
    }
    .protocol-heading .top-content div{
        text-align: center;
    }
    .protocol-heading hr{
        margin: 10px 15% 10px 15%;
    }
    .benefits .container{
        gap: 20px;
        padding: 0 45px;
    }
    .server-details .container{
        flex-direction: column;
        gap: 25px;
    }
    footer section div img{
        width: 50%;
    }
    footer .newsletter{
        flex-direction: column;
    }
    .posts .container{
        display:flex;
        transform: translatey(-4px);
    }
}
@media (max-width:600px){

    .download-app{
        border-radius: 20px;
        display:inline-block;
        transform:translatex(0px) translatey(0px) !important;
    }
    .download-app div p{
        line-height:30px;
        text-align:justify;
    }
    .table-section{
        line-height:21px;
    }
    .table-section p{
        line-height:35.5px;
        text-align:justify;
        transform:translatex(0px) translatey(0px);
    }
    .benefits ul p{
        line-height:30px;
        text-align:justify;
    }
    .plans p{
        text-align:justify;
    }
    ol.children {
        margin-right: 0;
    }
	.single-post-section .sidebar .widget-telegram{
		position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    right: 0;
    border-radius: 0;
	}
	.buy-button{
		position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    right: 0;
    border-radius: 0;
	z-index: 99;
		    display: flex;
    justify-content: center;
	}
	.buy-button button{
		width:90%;
		    background-color: #27ae60;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.21);
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.21);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
		    font-weight: bold;
    padding: 16px !important;
    font-size: 16px;
	}
}

