@font-face {
    font-family: 'DM-Serif';
    src: url('../font/DMSerifDisplay-Regular.ttf'); 
}
html {
    scroll-behavior: smooth;
  }
body{
    background-color: #f3f3f3;
    font-family: Lato !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    outline: 0;
}
.footer-logo img {height: 40px;transition: transform 0.5s;transform: translateX(-0.1px);}
.footer-logo img.ready{transform: translateX(0.1px);}
::-webkit-scrollbar {
    width: 5px;
}
  /* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
   
  /* Handle */
::-webkit-scrollbar-thumb {
    background: #b6a371; 
    border-radius: 10px;
}

.color-white{
    color: white;
}
.header{
    height: 140px;
    background-color: #ffffff;
    z-index: 99;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
}
#how-to-drop-down-btn a, #life-style-drop-down-btn a{
    padding: 0 6px;
}
.header .logo img{
    width: 200px;
    margin-top: 20px;
    transition: 0.3s;
}
.header .gov{
    background-color: #f0f0f0;
}
.header .gov img{
    width: auto;
    height: 30px;
}
.nav{
    position:absolute;
    height: auto;
    padding: 3% 0;
    overflow: hidden;
}
.nav .dropdown:hover{
    height: 100vh;
}
.nav .dropdown:hover .dropdown-content {
    display: block;
}
.nav a {
    float: left;
    color: #000000;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    transition: 0.3s;
}
.nav a:hover{
    color: #4DB0BF ;
}
.nav li{
    margin-right: 12px;
}
.open{
    display: block !important;
}
.hiden{
    opacity: 0 !important;
    transition: 0.5s;
}
.dropdown-content {
    display: none;
    position: absolute;
    padding: 20px 0;
    background-color: #ffffff;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 19999;
    border-top: 2px solid #5EA3AD;
    top: calc(55px + 0.5vw);
    left: 10%;
}  
.dropdown-content a {
  float: none;
  color: rgb(118 118 118 / 0.95);
  padding: 12px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-weight: 700;
}
.dropdown-content a:hover {
    color: #000;
}
.mobile-nav li.dropdown{
    margin: 0 !important;
}
.mobile-nav li.dropdown li a{
    color: #767676;
}
.dropdown-content a:hover {
  background-color: rgba(221, 221, 221, 0.3);
}
.dropdown {
  margin-right: 12px;
}
.dropdown-content a{
    padding: 0 5px;
}
.dropdown .dropbtn {
  font-size: 15px;
  border: none;
  outline: none;
  color: #000;
  padding: 12px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-weight: 700;
  line-height: 16px;
  transition: 0.5s;
}
.dropdown .dropbtn:hover{
    color: #4DB0BF;
}
.banner{
    margin-top: 30px;
    background-image: url("../img/bg0.png");
    background-repeat: no-repeat;
    background-size: 110% 100% !important;
    height: 500px;
    width: 100%;
    padding-top: 140px;
}
.banner .breadcrumb{
    padding: 0;
    background: none;
}
.banner .breadcrumb a{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #000000;
}
.banner .breadcrumb c{
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #00000080;
}
.banner .breadcrumb a:hover{
    color: #50b1c0;
    text-decoration: none;
}
.banner .title{
    padding-top: 35px;
    padding-bottom: 25px;
    font-family: 'DM-Serif';
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
}
.banner .sub-title{
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}
.filter{
    padding-top:25px !important;
    text-align: center;
}
.filter span{
    display: none;
}
.filter select{
    max-width: 235px;
    font-family: Lato;
    color: #333333;
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    margin-left: 0;
    margin-right: auto;
    height: 50px !important;
    border: 2px solid #DCDCDC;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    display: block;
    height: auto;
    min-height: auto;
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
    /* text-align: center; */
    /* text-align-last: center; */
    text-indent: calc(50% - 10px);
}
.filter .option{
    color: #333333;
    font-weight: 600;
    margin: 0 15px;
    padding: 8px 12px;
}
.filter .option:hover{
    color: #fff;
    background-color: #2d3b64;
    border-radius: 5px;
    cursor: pointer;
}
.filter .option.active{
    color: #fff;
    background-color: #2d3b64;
    border-radius: 5px;
}
.filter select.filter_mobile, .filter .after{
    display: none;
}
.filter .filter_desktop{
    display: none;
    justify-content: center;
}
.filter .after{
    position: relative;
    top: -42px;
    margin: 0 10px;
    width: fit-content !important;
}
.filter select::-ms-expand {
    display: none;
}
.filter .filter_desktop .filter_options{
    width: fit-content; display: flex; margin: auto;
}
.note{
    margin: 30px 0 ;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.post {
    margin-top: 50px; 
    font-size: 16px;
     display: none;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 50px;
   
}
.post .post-content{
    background: #fff;
    cursor: pointer;
    border-radius: 8px;
}
.post .post-content a{
    color: #333;
    text-decoration: none;
}

.post .post-title{
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 16px;
}
.post .post-title b{
    font-size: 18px;
}
.post .thumbnail #play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 50px;
    transition: cubic-bezier(0.4, 0, 0.08, 0.75) 0.2s;
}
.post .thumbnail #play:hover{
    width: 65px;
}
.post .thumbnail #img{
    width: 100%;
    max-width: 400px;
    max-height: 225px;
    object-fit: cover;
}
.post .thumbnail button{
    border: none;
}
.footer {
    background-image: url(../img/Footer\ Panel\ -\ Info.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: fit-content;
    padding-top: 150px;
}
.footer-sub{
    background-image: linear-gradient(#00000000 0%, #333333 0% , #333333 90%);
}
footer{
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #F4F4F4;
    background-color: #333333;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding-top: 25px;
    padding-bottom: 30px;
}
.footer-link{
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    text-align: left;
    color: #f1f1f1;
}
.footer-link a{
    color: #f1f1f1;
    text-decoration: none;
    margin: 0 5px;
}
.social-icon{
    font-size: 28px;
    font-weight: 500;
    margin: auto !important;
    margin-top: 35px !important;
    margin-bottom: 40px !important;
    text-align: center;
    width: 60%;
}
.social-icon a:hover{
    color: #fff;
}
.sign-up{
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center;
}
.btn-subscribe{
    color: #fff;
    margin-top: 15px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    background-color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    margin-bottom: 25px;
}
.footer-text a{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    transition: 0.35s;
}
.footer-text a:hover{
    text-decoration: none;
    color: #4DB0BF;
}
.modal{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #000000cc;
    height: 100%;
}
.modal-open{
    overflow-y: hidden;
    display: block;
}
.modal-content{
    background-color: #fff;
    height: 50vw;
    width: 100%;
    margin: 5vh 0;
}
.modal-close{
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    right: 0px;
    top: 30px;
    position: absolute;
}
.modal-share{
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    right: 60px;
    top: 30px;
    position: absolute;
}
.social-icon-vertical{
    position: absolute;
    width: 50px;
    top: calc(500px + 5vh);
    left: 10px;
    z-index: 98;
}
.social-icon-vertical i{
    font-size: 1.6rem;
    color: #2d3b64;
}
.social-icon-vertical-btn{
    height: 40px;
    width: 40px;
    border-radius: 100%;
    padding: 0;
    margin: 10px;
    transition: 0.4s;
}
.icon-fb{
    background: url(../img/FB.svg) no-repeat center center;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.icon-fb:hover{
    background: url(../img/FB-hover.svg) no-repeat center center;
}
.icon-whatsapp{
    background: url(../img/PIN.svg) no-repeat center center;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.icon-whatsapp:hover{
    background: url(../img/PIN-hover.svg) no-repeat center center;
}
.icon-telegram{
    background: url(../img/IG.svg) no-repeat center center;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.icon-telegram:hover{
    background: url(../img/IG-hover.svg) no-repeat center center;
}
.icon-twitter{
    background: url(../img/Email.svg) no-repeat center center;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.icon-twitter:hover{
    background: url(../img/Email-hover.svg) no-repeat center center;
}
.social-icon-vertical-fixed{
    position: fixed;
    top: 200px;
}
.social-icon-vertical button{
    border: none;
    background: none;
}
.social-icon-vertical img{
    margin: 2.5px 0;
}
#scroll-top:hover {
    background-color: rgba(45,59,100,1);
}
#scroll-top {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    line-height: 42px !important;
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: rgba(45,59,100,0.6);
    transition: 0.5s;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    text-align: center;
    z-index: 100;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.search-box{
    background-color: #f7f7f7;
    padding: 15px 0;
    display: none;
}
.search-box .mobile-searchform input{
    background-color: #f7f7f7;
    border: none;
    font-size: 24px !important;
    font-weight: 700 !important;
    font-family: 'Lato', sans-serif !important;
    color: #000;
    max-width: 1300px;
    margin: auto;
    outline: none;
}
.subscribe{
    width: 100%;
}
.bookmark{
    background-color: rgb(0 0 0 / 0.8);
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 102;
    width: 100vw;
}
.bookmark-box{
    padding: 25px 0;
    margin: 0 0 0 100px;
    height: 100vh;
    background: #fff;
    float: right;
    width: 350px;
    transform: translateX(500px);
    transition: 1s !important;
}
.bookmark-close{
    position: fixed;
    top: 10px;
    height: 15px;
    transition: 0.5s;
    text-align: end;
    right: 10px;
}
button.bookmark-close{
    background: none;
    border: none;
    height: 30px;
    width: 30px;
}
button.bookmark-close:focus{
    outline:none;
}
button.bookmark-close:hover img{
    width: 12px;
}
.bookmark-title{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    margin: 20px 0;
    padding-right: 20px;
    height: 30px;
    position: fixed;
    top: 20px;
}
.bookmark-line{
    height: 1px;
    top: 85px;
    background-color: rgb(0 0 0 / 25%);
    position: fixed;
    margin: 0 5%;
    max-width: 90% !important;
}
.bookmark-content{
    position: fixed;
    top: 110px;
    left: 5px;
    width: 98%;
}
.bookmark-item{
    max-height: 80px;
    width: 100%;
    max-width: 100%;
}
.bookmark-item img{ 
    max-width: 100%;
}
.bookmark-item a{
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 13px;
    color: #48787f;
    text-transform: uppercase;
    box-shadow: none;
    text-decoration: none;
    transition: 0.5s;
}
.bookmark-item .bookmark-text{
    line-height: 1;
}
.bookmark-item .bookmark-text a{
    font-weight: bold;
    color: #333333;
    font-size: 10px;
    line-height: 12px !important;
    box-shadow: none;
    text-transform: none;
}
.bookmark-item a:hover{
    color: #4DB0BF !important;
}
.bookmark-icon{
    padding: 15px 0;
    position: relative;
    top: -60px;
    text-align: end;
    float: right;
    width: 25px;
    right: -12px;
}
.header .logo img:hover {
   opacity: 0.7;
}
.social-icon-vertical{
    display: none;
}
.social-frame{
    display: none;
    background-color: #fff;
    padding: 3px;
    border: 2px solid #5EA3AD;
    box-shadow: 0px 1px 8px 0.25px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    width: 340px;
    height: 70px;
    margin-left: -42px;
    border-radius: 5px;
    margin-top: 10px;
}
.social-frame.open{
    display: inline-flex !important;
}
.social-icon-btn .social-share-icon-btn button{
    border: none;
    margin-top: 20px;
    background: none;
    transition: 0.5s;
    padding: 0;
}
.social-icon-btn .social-share-icon-btn button:hover{
    transform: rotate(180deg);
}
.social-frame .social-icon-vertical-btn {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    padding: 0;
    margin: 10px 16px;
    transition: 0.4s;
}
.social-frame .social-icon-vertical-btn button {
    border-radius:100%;
    border: none;
    width: 40px;
    height: 40px;
}
.social-frame .social-icon-vertical-btn button img{
    height: 12px;
    width: 12px;
    margin-bottom: 4px;
    margin-left: 1px;
    transition: 0.5s;
}
.social-frame .social-icon-vertical-btn button:hover img{
    transform: rotate(90deg);
}
.social-frame .icon-fb{
    background: url(../img/FB_tab.svg) no-repeat center center;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.social-frame .icon-fb:hover{
    background: url(../img/FB-hover_tab.svg) no-repeat center center;
}
.social-frame .icon-whatsapp{
    background: url(../img/PIN_tab.svg) no-repeat center center;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.social-frame .icon-whatsapp:hover{
    background: url(../img/PIN-hover_tab.svg) no-repeat center center;
}
.social-frame .icon-telegram{
    background: url(../img/IG_tab.svg) no-repeat center center;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.social-frame .icon-telegram:hover{
    background: url(../img/IG-hover_tab.svg) no-repeat center center;
}
.social-frame .icon-twitter{
    background: url(../img/Email_tab.svg) no-repeat center center;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.social-frame .icon-twitter:hover{
    background: url(../img/Email-hover_tab.svg) no-repeat center center;
}
#how-to-mobile-drop-down-list, #life-style-mobile-drop-down-list{
    border-left: 1px solid #000;
    margin-left: 0;
    padding: 0 !important;
    margin-top: 10px;
}
.social-share-icon-btn{
    width: fit-content;
}
.post:hover {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.mobile-nav li a:hover, .mobile-nav .dropdown .dropbtn:hover{
    text-decoration: none;
    color: #4DB0BF !important;
}
@media (min-width: 768px){
    .content{
        width: 720px;
    }
    .banner .title{
        font-size: 32px;
    }
    .banner .sub-title {
        font-size: 20px;
    }
    .header .gov img {
        margin-left: -8px;
    }
    .post{
        text-align: center;
    font-size: 16px;
    line-height: 20px;
    margin: 25px 0;
    }
    .post .post-title, .post .post-text{
        text-align: left;
        margin-top: 5px;
    }
    .footer-text a{
        font-size: 16px;
    }
    .footer-link{
        font-size: 8px;
        line-height: 28px;
    }
    .filter .after{
        top: -38px;
        margin: 0 52%;
        /* left: 75px !important; */
    }
    .mobile-nav{
        background-color: #f4f4f4;
        color: #000;
        display: none;
        overflow: scroll;
        height: 100vh;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .header .logo img {
        margin-top: 5px;
        margin-left: -5px;
        margin-bottom: 20px;
    }
    .header .logo{
        text-align: start;
    }
    .nav{
        padding: 4% 0;
    }
    .nav a{
        padding: 6px;
        font-size: 10px;
    }
    .dropdown .dropbtn {
        padding: 6px;
        font-size: 10px;
    }
    .dropdown ul{
        padding-left: 0!important;
    }
    .dropdown li{
        padding: 0 30px 10px;
        background-color: rgba(0,0,0,0.02);
    }
    .mobile-nav .dropdown .dropbtn {
        padding: 0px;
        font-size: 15px;
        color: #333;
    }
    .dropdown-content a {
        padding: 6px;
        font-size: 10px;
    }
    .mobile-searchform input{
        border: none;
        height: 60px;
        width: calc(100%);
        padding: 20px;
        margin-top: 1px;
    }
    .mobile-searchform button{
        border: none;
        position: absolute;
        right: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
        background-color: #fff;
    }
    .searchform-submit img{
        width: 15px;
        height: 15px;
    }
    .mobile-nav ul {
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .mobile-nav li {
        padding-top: 15px;
        list-style-type: none;
    }
    .mobile-nav li:hover {
        color: #13aff0;
        text-decoration: none;
    }
    .mobile-nav li a{
        color: #333;
        font-family: Lato;
        font-weight: 600;
        font-size: 15px;
    }
    .hamburger{
        position: absolute;
        right: calc(50% - 360px);
        bottom: 42px;
    }
    .hamburger button{
        width: 50px;
        height: 50px;
        border: none;
        background:none;
    }
    .subscribe {
        width: 85%;
        margin: auto;
    }
    #pencet{
        display:flex;
        align-items: flex-end;
        margin-top:0;
        flex-direction:column;
        cursor:pointer;
    }
    .modal .filter select{
        margin: auto;
    }
    #pencet span{
      background-color:#333;
      width: 20px;
      height: 2px;
      margin: 3px 0;
      display:block;
      transition: all .4s ease;
      transform-origin:0 0;
      border-radius: 50px;
    }
    #pencet span:nth-child(3){
        width: 15px;
        text-align: end;
    }
    .Diam span:nth-child(1) {
      transform: rotate(45deg) translate(1px, -1px);
      /* height: 4.5px !important; */
      margin: 0 !important;
    }
    
    .Diam span:nth-child(2) {
      Transform: scaleX(0);
    }
    
    .Diam span:nth-child(3) {
        width: 20px !important;
        /* height: 4.5px !important; */
        margin: 4.5px 0px !important;
        transform: rotate(-45deg) translate(1px, 0);
    }
    .post .thumbnail #img {
        width: 100%;
        max-width: 600px;
        max-height: 400px;
        border-radius: 8px;
    }
    .post .thumbnail #play {
        width: 55px;
        top: -20px;
    }
    footer{
        text-align: center;
    }
    .footer{
        text-align: center;
    }
    .footer .logo{
        width: 200px;
        margin: auto;
        margin-bottom: 35px;
    }
    .sign-up{
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        padding: 0 72px;
        max-width: fit-content;
    }
    .footer-text{
        font-size: 16px;
    }
    .footer-logo img{
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .footer-link{
        margin-left: 2px;
        text-align: center;
        font-size: 14px;
        line-height: 35px;
    }
    .social-icon{
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    width: 55%;
    }
    .modal-content{
        height: 80vh;
        width: 100%;
        margin: 2vh 0%;
    }
    .modal .filter{
        margin: 10% 0 0 ;
        padding: 0 10%;
    }
    .modal-close{
        right: 5%;
        margin-right: 25px;
    } 
    .modal-share{
        right: 100px;
    }
    .modal-close img, .modal-share img{
        width: 20px;
        margin-top: 20px;
        cursor: pointer;
    }
    .modal-close img:hover, .modal-share img:hover{
        width: 22px;
    }
    .filter select {
        max-width: 100%;
        font-size: 20px;
        height: 50px !important;
        font-size: 16px;
        padding: 0px 20px;
        margin: auto;
    }
    .filter select.filter_mobile, .filter .after{
        display: block;
    }
}
@media (min-width: 992px){
    .footer{
        text-align: left;
    }
    .sign-up{
    }
    .footer .logo {
    }
    .footer-link {
        text-align: left;
    }
    .footer-date{
        text-align: center;
    }
    .subscribe {
        width: 100%;
    }
}
@media (min-width: 1024px){
    .header {
        height: 140px;
    }
    .hamburger{
        right: calc(50% - 400px);
    }
    .header .logo img{
        width: 185px;
        margin-top: 0;
        margin-bottom: 12px;
    }
    .header .logo{
        text-align: start;
    }
    .modal .filter select {
        margin-left: 50px;
    }
    .content {
        width: 800px;
    }
    .filter .after{
        top: -13px;
    }
    .footer-text a{
        font-size: 18px;
    }
    .footer-link{
        font-size: 9px;
        line-height: 28px;
    }
    footer{
        text-align: left;
    }
    .footer{
        text-align: left;
        height: 500px;
        margin-bottom: -35px;
        background-size: cover;
        margin-bottom: 0;
    }
    .footer .logo{
        width: 200px;
        margin: 0;
        margin-bottom: 0;
        margin: auto;
    }
    .sign-up{
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
    }
    .footer-text{
        font-size: 16px;
    }
    .footer-logo img{
        margin-bottom: 15px;
        margin-top: 5px;
    }
    .footer-link{
        text-align: left;
        font-size: 14px;
        line-height: 35px;
    }
    .footer-date{
        text-align: center;
    }
    .social-icon{
    margin-top: 35px !important;
    margin-bottom: 40px !important;
    width: 100%;
    }
    .post {
        font-size: 20px;
        line-height: 30px;
    }
    .post .thumbnail #play {
        width: 50px;
    }
    .modal .filter {
        margin: 3% 0 0;
        padding: 0 10%;
    }
    .filter select {
        max-width: 100%;
        font-size: 16px;
        height: 50px !important;
        margin-bottom: -25px;
    }
    #pencet{
        display:flex;
        align-items: flex-end;
        margin-top:0;
        flex-direction:column;
        cursor:pointer;
    }
    
    #pencet span{
      background-color:#333;
      width: 1.8em;
      height: 3px;
      margin: 0.18em 0;
      display:block;
      transition: all .4s ease;
      transform-origin:0 0;
    }
    #pencet span:nth-child(3){
        width: 1.2em;
        text-align: end;
    }
    .Diam span:nth-child(1) {
      transform: rotate(45deg) translate(1px, -1px);
    }
    
    .Diam span:nth-child(2) {
      Transform: scaleX(0);
    }
    
    .Diam span:nth-child(3) {
        width: 1.8em !important;
        margin: 10px 1px !important;
        transform: rotate(-45deg) translate(1px, 0);
    }
    .social-icon-vertical{
        display: none;
    }
    .social-icon-btn{
        display: block;
    }
    .hiden{
        display: none !important;
    }
    .social-frame{
        margin-left: 0;
    }    
}
@media (min-width: 1280px){
    .social-icon{
        width: 75%;
    }
    .filter .filter_desktop{
        display: flex;
        max-width: 895px;
    }
    .filter select.filter_mobile, .filter .after{
        display: none;
    }
    .social-icon-btn{
        display: none;
    }
    .social-icon-vertical{
        display: block;
    }
    .banner .title{
        font-size: 32px;   
    }
    .content {
        width: 1200px;
    }
    .footer-link{
        font-size: 14px;
        line-height: 35px;
        padding-top: 5px;
        text-align: left;
    }
    .footer-text a {
        font-size: 20px;
    }
    .nav{
        padding: 2.5% 0;
    }
    .nav a{
        padding: 6px;
        font-size: 15px;
    }
    .dropdown .dropbtn {
        padding: 6px;
        font-size: 15px;
    }
    .dropdown-content a {
        padding: 15px !important;
        font-size: 15px;
    }
    .filter .after {
        top: -12px;
    }
    .post {
        font-size: 16px;
        line-height: 25px;
    }
    .post .post-title{
        text-align: left;
    }
    .post .thumbnail #play {
        width: 60px;
    }
    .post .thumbnail #play:hover {
        width: 65px;
    }
    .modal-content{
        height: 50vw;
        width: 100%;
        margin: 3vh 0%;
    }
    .modal-close, .modal-share{
        position: absolute;
        margin-top: 12px;
    }
    .modal-share img, .modal-close img {
        width: 20px;
        transition: 0.2s;
        cursor: pointer;
        margin-top: -20px;
    }
    .modal-share img:hover, .modal-close img:hover {
        width: 22px;
    }
    .filter select {
        max-width: 235px;
        font-size: 16px;
        height: 50px !important;
        margin-top: 20px;
    }
    .modal .filter {
        margin: 22px 0 0;
        padding: 0 10%;
    }
    .copyright{
        text-align: right;
    }
}
@media (min-width: 1440px){
    .content {
        width: 1290px;
    }
    .modal .filter select {
        margin-top: 30px;
    }
}
@media (min-width: 1600px){
    .header{
        height: 136px;
    }
    .modal .filter select {
        margin-top: 20px;
    }
    .footer-link{
        font-size: 14px;
        line-height: 50px;
        padding: 0;
    }
    .nav{
        padding: 2.5% 0;
    }
    .nav a{
        padding: 10px 6px;
        font-size: 15px;
    }
    .dropdown .dropbtn {
        padding: 10px;
        font-size: 15px;
    }
    .modal{
        width: 100vw;
        height: 100vh;
    }
    .modal .filter{
        margin: 0 10%;
    }
    .modal-close img, .modal-share img {
        margin-top: -20px;
    }
}

@media (max-width: 767px){
    .subscribe {
        width: 55%;
        margin: auto;
    }
    .banner{
        background-image: url(../img/Ellipse\ 17.svg);
    }
    .content{
        width: calc(90% - 30px);
    }
    .social-icon{
    }
    .gov .content{
        text-align: center;
    }
    .post{
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        margin: 25px 0;
    }
    .post .post-title, .post .post-text{
        text-align: left;
        margin-top: 0px;
    }
    .footer-text a{
        font-size: 16px;
    }
    .footer-link{
        font-size: 8px;
        line-height: 28px;
    }
    .filter .after{
        top: -18px;
        margin: 0 52%;
        /* left: 0 !important; */
    }
    .mobile-nav{
        background-color: #f4f4f4;
        color: #000;
        display: none;
        overflow: scroll;
        height: 100vh;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .header .logo img {
        margin-top: 5px;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    .header .logo{
        text-align: center;
    }
    .nav{
        display: none;
    }
    .nav a{
        padding: 6px;
        font-size: 10px;
    }
    .dropdown .dropbtn {
        padding: 6px;
        font-size: 10px;
    }
    .dropdown ul{
        padding-left: 0!important;
    }
    .dropdown li{
        padding: 0 30px 10px;
    }
    .mobile-nav .dropdown .dropbtn {
        padding: 0px;
        font-size: 16px;
        color: #333;
    }
    .dropdown-content a {
        padding: 6px;
        font-size: 10px;
    }
    .mobile-searchform input{
        border: none;
        height: 60px;
        width: calc(100%);
        padding: 20px;
        margin-top: 1px;
    }
    .mobile-searchform button{
        border: none;
        position: absolute;
        right: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
        background-color: #fff;
    }
    .searchform-submit img{
        width: 15px;
        height: 15px;
    }
    .mobile-nav ul {
        padding-left: 20px;
        padding-bottom: 20px;
    }
    .mobile-nav li {
        padding-top: 24px;
        list-style-type: none;
    }
    .mobile-nav li:hover {
        color: #13aff0;
        text-decoration: none;
    }
    .mobile-nav li a{
        color: #333;
        font-family: Lato;
        font-weight: 700;
        font-size: 16px;
    }
    .hamburger{
        position: absolute;
        right: calc(5% + 15px);
        bottom: 40px;
    }
    .hamburger button{
        width: 50px;
        height: 50px;
        border: none;
        background:none;
    }
    /*  */
    #pencet{
        display:flex;
        align-items: flex-end;
        margin-top:0;
        flex-direction:column;
        cursor:pointer;
    }
    #pencet span{
      background-color:#333;
      width: 20px;
      height: 2px;
      margin: 2.5px 0;
      display:block;
      transition: all .4s ease;
      transform-origin:0 0;
      border-radius: 100px;
    }
    #pencet span:nth-child(3){
        width: 0.8em;
        text-align: end;
    }
    .Diam span:nth-child(1) {
      /* height: 4.55px !important; */
      /* width: 20px !important; */
      margin: 4px 0px !important;
      transform: rotate(45deg) translate(1px, -1px);
    }
    
    .Diam span:nth-child(2) {
      Transform: scaleX(0);
    }
    
    .Diam span:nth-child(3) {
        width: 20px !important;
        /* height: 4.5px !important; */
        margin: 0 0 !important;
        transform: rotate(-45deg) translate(1px, 0);
    }
    /*  */
    .post .thumbnail #img { 
        width: 100%;
        max-width: 600px;
        max-height: 400px;
    }
    .post .thumbnail #play {
        width: 60px;
        top: -20px;
    }
    footer{
        text-align: center;
    }
    .footer {
        text-align: center;
        margin-bottom: 0;
        padding-top: 122px;
    }
    .footer .logo{
        width: 200px;
        margin: auto;
        margin-bottom: 35px;
    }
    .sign-up{
        font-size: 20px;
        line-height: 50px;
        padding: 0;
        margin: auto !important;
        max-width: fit-content;
    }
    .footer-text{
        font-size: 16px;
    }
    .footer-logo img{
        margin-bottom: 15px;
    }
    .footer-link{
        text-align: center;
        font-size: 14px;
        line-height: 35px;
        margin-left: 2px;
    }
    .social-icon{
        margin-bottom: 20px !important;
        margin-top: -5px !important;
    }
    .modal-content{
        height: 80vh;
        width: 100%;
        margin: 2vh 0%;
    }
    .modal .filter{
        margin: 10% 0 0 ;
        padding: 0 10%;
    }
    .modal-close{
        right: 20px;
        margin-right: 25px;
    } 
    .modal-share{
        right: 100px;
    }
    .modal-close img, .modal-share img{
        width: 20px;
        margin-top: 15px;
        cursor: pointer;
    }
    .modal-close img:hover, .modal-share img:hover{
        width: 22px;
    }
    .filter select {
        max-width: none;
        font-size: 16px;
        padding: 0 15px;
        height: 50px !important;
        margin-bottom: -20px;
    }
    .banner .title{
        font-size: 30px;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .banner .sub-title {
        font-size: 20px;
    }
    .modal-close {
        top:20px;
    }
    .modal .filter select {
        height: 45px !important;
    }
    .modal-close img, .modal-share img {
        margin-top: 0px;
    }
    .modal .filter {
        margin: 10% 0 0;
    }
    .filter select.filter_mobile, .filter .after{
        display: block;
    }
}
@media (max-width: 530px){
    .header{
        height: 140px;
    }
    .hamburger {
        bottom: 43px;
        right: 5%;
    }
    .header .logo img {
        margin-top: -5px;
    }
    .content{
        width: 400px !important;
    }
    .header .logo img {
        width: 189px;
        margin-top: 10px;
        margin-left: 10px;
    }
    .filter .after {
        top: -18px;
        margin: 0 55%;
    }

    .subscribe {
        width: 55% !important;
        margin: auto;
    }
    .social-icon {
    }
    .footer {
        padding-top: 62px;
    }
    .modal-close {
        top:20px;
    }
    .modal .filter select {
        height: 45px !important;
    }
    .modal-close img, .modal-share img {
        margin-top: 0px;
    }
    .modal .filter {
        margin: 15% 0 0;
    }
}
@media (max-width: 420px){
    .content{
        width: 90% !important;
    }
    .footer {
        padding-top: 50px;
    }
     .social-icon {
        width: 100%;
    }
    .subscribe {
        width: 85% !important;
    }
    .filter .after {
        top: -38px;
    }
    .hamburger {
        right: 20px;
    }    
    .footer-content{
        width: 100% !important;
    }
    .footer-content .row, .footer-content .footer-link {
        margin: 0;
        padding: 0;
    }
    .footer-logo {
        padding: 0 !important;
        width: 50%;
        margin: auto;
    }
    .footer-link {
        font-size: 12px;
    }
    .post .thumbnail #play:hover {
        width: 55px;
    }
    .post .thumbnail #play {
        width: 50px;
        top: -20px;
    }
    .modal-close {
        top:20px;
    }
    .modal .filter select {
        height: 45px !important;
    }
    .modal-close img, .modal-share img {
        margin-top: 0px;
    }
    .modal .filter {
        margin: 15% 0 0;
    }
    .filter select{
        height: 50px !important;
        margin-bottom: 0;
    }
    .filter{
        margin-bottom: -25px;
    }
    .footer, footer{
        width: 100% !important;
    }
}
@media (max-width: 376px){
    .content{
        width: 90%!important;
    }
    .banner .title {
        padding-left: 0;
        padding-right: 0;
    }    
    .footer, footer{
        width: 100% !important;
        padding-top: 52px;
    }
}