/*Responsive*/
@media only screen and (max-width: 1160px) {
    .main{
        width: 98%;
    }
    .navbar-menu li{
        margin: 0px;
    }
    .footer-column{
        width: 48%;
        margin-left: 2%;
        display: inline-grid;
    }
    .about-description{
        width: 500px;
        padding-left: 15px;
    }
    .license-slider{
        width: 70%;
    }
    .license-title{
        width: 30%;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .blog-section{
        background-position: center bottom;
        background-size: 100%;
    }
}

@media only screen and (max-width: 980px) {
    *{
        transition: 0.3s;
    }
    body{
        padding-top: 68px;
    }
    .navbar{
        height: auto;
        overflow: inherit;
        background-color: transparent;
    }
    .navbar::before{
        display: none;
    }
    .navbar-logo{
        width: 100%;
        background-color: rgba(255 255 255 / 70%);
        backdrop-filter: blur(8px);
        margin-top: 0;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        box-shadow: 0px 1px 8px rgb(0 0 0 / 20%);
        padding: 3px 0;
        border-top: 6px solid #f58220;
    }
    .navbar-logo img{
        width: 218px;
    }
    .navbar-menu{
        width: 100%;
        height: 98px;
        background: #fff;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 1000;
    }
    .navbar-menu::before{
        content: ' ';
        width: 100%;
        height: 8px;
        background-color: #f58220;
        display: block;
    }
    .navbar-menu ul{
        display: flex;
        flex-direction: row;
    }
    .navbar-menu li{
        flex: 50%;
    }
    .navbar-menu a b{
        display: block;
        text-align: center;
    }
    .omid-icon-infosection{
        width: 50px;
        height: 50px;
    }
    .information-title h4{
        font-size: 18px;
    }
    .information-title p{
        font-size: 12px;
    }
    .information-main{
        margin-top: -40px;
    }
    .information-center{
        height: 130px;
    }
    .information-right::before{
        height: 105px;
    }
    .information-left::before{
        height: 105px;
    }
    .gear-banner{
        width: 200px;
        height: 200px;
        top: 0;
        margin-right: 30px;
        position: absolute;
    }
    .gear-banner::before{
        width: 294px;
        height: 294px;
        background-size: 100%;
    }
    .gear-bg{
        width: 230px;
        height: 230px;
        background-size: 100%;
        top: -18px;
        right: -14px;
    }
    .gear-bg-title p{
        font-size: 24px;
    }
    .about-description{
        width: auto;
        padding-right: 300px;
    }
    .about-description>.title-section{
        margin-top: 10px !important;
    }
    .footer-column{
        display: block;
        width: 100%;
    }
    .foot-element{
        margin-top: 80px;
        margin-bottom: 98px;
    }
    .navbar-contact {
        margin-top: 0;
        position: fixed;
        top: 6px;
        left: 0;
        z-index: 1001;
    }
    .call-center-top-menu .icon-call-center {
        height: 68px;
        width: 50px;
        position: relative;
        background-image: url(../images/svg/call-white.svg);
        background-size: 70%;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 0;
        background-color: #f58220;
        margin-right: 10px;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .call-center-top-menu .icon-call-center::after {
        content: '';
        width: 18px;
        height: 18px;
        position: absolute;
        top: 0;
        right: -18px;
        background-image: url('../images/ele.svg');
        background-size: 100% 100%;
    }
}

@media only screen and (max-width: 890px) {
    .blog-section{
        height: auto;
        padding-bottom: 100px;
    }
    .license-title{
        width: 293px;
        float: inherit;
        margin: auto;
        z-index: 1;
    }
    .license-slider{
        width: 100%;
    }
    .license-main{
        position: relative;
        top: -100px;
        z-index: 1;
    }
    .main-posts {
        justify-content: normal;
        flex-wrap: wrap;
    }
    .post-item-thumbnail {
        height: auto;
    }
    .post-item-hyperlink {
        width: 46%;
        margin: 5% 2%;
    }
    .post-item-thumbnail {
        height: 200px;
    }
    .ceo-founder {
        flex-wrap: wrap;
    }
    .ceo {
        width: 48%;
    }
    .ceo img {
        width: 100%;
        height: auto;
    }
    #search-card-container {
        position: absolute;
        top: 60px;
        z-index: 990;
        right: 0;
        width: 100%;
        border-radius: 0 0 15px 15px;
    }
    #search-card-container .card-header {
        display: none;
    }
    #search-card-container .card-content {
        padding: 8px;
    }
}

@media only screen and (max-width: 760px) {
    .information-title h4 {
        font-size: 16px;
    }
    .information-title p {
        font-size: 10px;
    }
    .omid-icon-infosection {
        width: 40px;
        height: 40px;
    }
    .information-title{
        margin-right: 5px;
    }
    .omid-icon-infosection{
        margin-top: 25px;
    }
    .gear-banner{
        width: 150px;
        height: 150px;
        top: 60px;
    }
    .gear-banner::before {
        width: 244px;
        height: 244px;
    }
    .gear-bg {
        width: 180px;
        height: 180px;
    }
    .about-description{
        padding-right: 235px;
    }
    .navbar-menu li a{
        padding: 0 5px;
    }
    .information-main{
        margin-top: -20px;
    }
    .pb-img {
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        top: -55px;
    }
    .pb-img img {
        width: auto;
    }
    .pb-content {
        width: 100%;
        float: initial;
        padding-top: 0;
    }
    .gear-bg-title p{
        font-size: 24px;
    }
}

@media only screen and (max-width: 620px) {
    .navbar-menu{
        height: 85px;
    }
    .navbar-menu a b{
        font-size: 12px;
        top: 4px;
    }
    .license-main{
        top: -50px;
    }
    .foot-element{
        margin-bottom: 80px;
    }
    .information-content i{
        display: none;

    }
    .information-content{
        padding-right: 10px;
    }
    .copyright{
        font-size: 12px;
    }
    .information-center{
        height: 85px;
    }
    .information-right::before {
        height: 70px;
    }
    .information-left::before{
        height: 70px;
    }
    .information-left,.information-right{
        top: -10px;
    }
    .information-title h4 {
        margin-top: 10px;
    }
    .notifications-title{
        font-size: 14px;
    }
    .notifications{
        height: 41px;
    }
    .about-banner{
        height: auto;
    }
    .gear-banner{
        position: relative;
        float: inherit;
        margin: auto;
        top: -30px;
    }
    .about-description {
        padding-right: 0;
        float: inherit;
        padding-bottom: 180px;
    }
    .about-description>.title-section{
        margin: auto;
    }
    .information-center>.information-content{
        padding-top: 12px;
    }
    .navbar-logo img {
        width: 150px;
    }
    .call-center-top-menu .icon-call-center {
        width: 35px;
        height: 52px;
        padding: 0;
    }
    .call-content p {
        margin-top: -15px;
    }
    .navbar-logo {
        border-top: 4px solid #f58220;
    }
    .navbar-contact {
        top: 4px;
    }
    .pb-img img {
        width: 70%;
    }
    .post-item-hyperlink {
        width: 100%;
    }
    .post-item-thumbnail {
        height: auto;
    }
}


@media only screen and (max-width: 450px) {
    .swiper-slide-post{
        width: 100% !important;
    }
    .information-title h4{
        font-size: 14px;
    }
    .information-title p{
        line-height: 1;
    }
    .ceo {
        width: 100%;
    }
}
