@font-face {
    font-family: "Vazir";
    src: url("../font/Vazirmatn-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Vazir";
    src: url("../font/Vazirmatn-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Vazir";
    src: url("../font/Vazirmatn-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Vazir";
    src: url("../font/Vazirmatn-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}
/* @font-face {
    font-family: "Vazir";
    src: url("../font/Vazir-Medium.eot");
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: "Vazir";
    src: url("../font/Vazir-Medium.woff");
    font-weight: 500;
    font-style: normal;
}
* {
    padding: 0;
    margin: 0;
    font-family: "Vazir";
    direction: rtl;
}
html{
    scroll-behavior: smooth;
}
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

html,
body {
    height: 100%;
}
#newsTemp .clr {
    clear: both;
}
#newsTemp .main{
    width: 1400px;
    margin: auto;
}
#newsTemp .header-container{
    padding: 21px 0;
}
#newsTemp .header-container{
    display: grid;
    grid-template-columns: 1fr 5fr 3fr 1fr;
}
#newsTemp .loginBtn{
    background: #00B5A3;
    border-radius: 25px;
    color: #FFFFFF;
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: all ease 0.3s;
}
#newsTemp .header-items a{
    font-size: 14px;
    border-radius: 25px;
    padding: 10px 15px;
    transition: all ease 0.3s;
}
#newsTemp .header-items a:hover{
    background: rgba(0, 181, 163, 0.1);
    color: #00B5A3;
}
#newsTemp .searchInput{
    outline: none;
    border: none;
    background: rgba(110, 109, 122, 0.1);
    border-radius: 25px;
    padding: 11px 45px;
    width: 80%;
    padding-left: 10px;
}
#newsTemp .header-search{
    position: relative;
}
#newsTemp .header-search svg{
    position: absolute;
    top: 11px;
    right: 15px;
}
#newsTemp .logo-box{
    display: flex;
    align-items: center;
}
#newsTemp .logo-box a{
    width: 101px;
}
#newsTemp .logo-box a img{
    width: 100%;
}
#newsTemp .header-items{
    display: flex;
    align-items: center;
}
#newsTemp .head-img-bg{
    position: relative;
}
#newsTemp .head-img-bg img{
    width: 100%;
}
#newsTemp .head-img-bg .overlay{
    height: 99%;
    background: rgba(31, 41, 55, 0.3);
    position: absolute;
    top: 0;
    width: 100%;
}
#newsTemp .head-img-bg .text{
    top: 50%;
    /* bottom: 50%; */
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translate(-50% , -50%);
    text-align: center;
    color: #ffffff;
}
#newsTemp .glassButton{
    background: radial-gradient(100% 163.67% at 0.09% 0%, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.24) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: inset -5px -5px 250px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(5px);
    border-radius: 25px;
    border: none;
    color: #FFFFFF;
    padding: 15px 20px;
    cursor: pointer;
    margin-right: 9px;
}
#newsTemp .glassButton:first-child{
    margin-right: 0;
}
#newsTemp .activeGlassBtn{
    background: #FFFFFF;
    backdrop-filter: blur(2.5px);
    color: #222222;
}
#newsTemp .head-img-bg .text h1{
    padding: 30px 0 15px;
}
#newsTemp .whiteInput{
    background: #FFFFFF;
    border-radius: 25px;
    border: 1px solid transparent;
    outline: none;
    padding: 15px 65px;
    width: 670px;
    font-size: 14px;
    color: #000000;
}
#newsTemp .hero-search-box{
    position: relative;
    margin-top: 60px;
}
#newsTemp .hero-search-box svg{
    position: absolute;
    right: 39px;
    top: 5px;
}
#newsTemp .whiteInput:focus{
    border: 1px solid #00B5A3;
    box-shadow: 0px 15px 50px rgba(0, 181, 163, 0.1);
}
#newsTemp .hero-search-box .whiteInput:focus ~ .svgSearch path{
    stroke: #222222;
    stroke-opacity: 1;
}
#newsTemp .popularSelectBox select{
    border: 1px solid rgba(110, 109, 122, 0.3);
    box-shadow: inset 0px 0px 0px 1px #E7E7E9;
    border-radius: 25px;
    background: #ffffff;
    padding: 10px 15px;
}
#newsTemp .filterButton{
    border: 1px solid rgba(110, 109, 122, 0.3);
    box-shadow: inset 0px 0px 0px 1px #E7E7E9;
    border-radius: 25px;
    background: #ffffff;
    cursor: pointer;
    padding: 10px 15px;
    transition: all ease 0.3s;
}
/* #newsTemp .filterButton:hover{
    background: rgba(0, 181, 163, 0.1);
    border: 1px solid rgba(0, 181, 163, 0.1);
} */
#newsTemp .filterButton svg{
    vertical-align: middle;
    margin-right: 10px;
}
#newsTemp .contentHeadButtons{
    display: flex;
    justify-content: space-between;
    margin: 35px 0;
    padding: 11px 0;
    border-bottom: 1px solid rgba(110, 109, 122, 0.1);
}

#newsTemp .grayFiltercontainer{
    background: rgba(110, 109, 122, 0.1);
    border-radius: 25px;
    padding: 31px 40px;
}
#newsTemp .select-wrapper {
    position: relative;
    user-select: none;
}
#newsTemp .selectBox {
    position: relative;
    display: flex;
    flex-direction: column;
}
#newsTemp .select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 22px;
    font-size: 14px;
    font-weight: 300;
    color: #222222;
    line-height: 20px;
    background: #ffffff;
    cursor: pointer;
    background: #FAFAFB;
   border: 1px solid rgba(110, 109, 122, 0.3);
   box-shadow: inset 0px 0px 0px 1px #E7E7E9;
   border-radius: 25px;
}
#newsTemp .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border-top: 0;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    border: 1px solid rgba(110, 109, 122, 0.3);
   box-shadow: inset 0px 0px 0px 1px #E7E7E9;
   border-radius: 25px;
   padding: 0 8px;
}

#newsTemp .selectBox.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    background-color: #ffffff;
}
#newsTemp .custom-option {
    position: relative;
    display: block;
    padding: 15px 22px;
    font-size: 14px;
    font-weight: 300;
    color: #222222;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 25px;
    margin: 10px 0;
}
#newsTemp .custom-option:hover {
    cursor: pointer;
    background-color: rgba(0, 181, 163, 0.1);
}
#newsTemp .custom-option.selected {
    color: #ffffff;
    background-color: #00B5A3;
    font-weight: bold;
}
#newsTemp .arrow {
    position: relative;
    height: 8px;
    width: 8px;
}
#newsTemp .arrow::before, #newsTemp .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.1rem;
    height: 100%;
    transition: all 0.5s;
}
#newsTemp .arrow::before {
    left: -3px;
    transform: rotate(-45deg);
    background-color: #222222;
}
#newsTemp .arrow::after {
    left: 3px;
    transform: rotate(45deg);
    background-color: #222222;
}
#newsTemp .open .arrow::before {
    left: -3px;
    transform: rotate(45deg);
}
#newsTemp .open .arrow::after {
    left: 3px;
    transform: rotate(-45deg);
}
#newsTemp .optionFilterBoxTitle svg{
    margin-right: 20px;
}
#newsTemp .grayFiltercontainer{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 13px;
    margin-bottom: 65px;
}
#newsTemp .optionFilterBoxTitleSpan {
    font-weight: bold;
}
#newsTemp .optionFilterBoxTitle{
    padding-bottom: 17px;
    padding-right: 10px;
}
#newsTemp .green{
    background-color: #00B5A3;
    border: 1px solid #00B5A3;
    color: #FFFFFF;
    box-shadow: none;
}
#newsTemp .green svg path{
    fill: #ffffff;
}
#newsTemp .display{
    display: block !important;
}
#newsTemp #filterOptionsContainer{
    opacity: 0;
    max-height: 0;
    transition: all ease 0.5s;
    /* overflow: hidden; */
}
#newsTemp .gray-box{
    background: rgba(110, 109, 122, 0.1);
    border-radius: 25px;
    padding: 30px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
#newsTemp .artricle-box{
    background: #FFFFFF;
    border-radius: 25px;
    padding: 15px;
    width: 300px;
    transition: all ease 0.3s;
    position: relative;
    margin-bottom: 40px;
}
#newsTemp .artricle-box:hover{
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.2);
}
#newsTemp .artricle-box-img{
    width: 300px;
    
}
#newsTemp .artricle-box-img img{
    border-radius: 25px;
    width: 100%;
}
#newsTemp .writer-small-avatar{
    width: 22px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    padding-left: 10px;
}
#newsTemp .writer-small-avatar img{
    width: 100%;
}
#newsTemp .articleBoxDetails{
    display: flex;
    padding-top: 10px;
}
#newsTemp .teamName{
    color: #FFFFFF;
    background: #CCCCCC;
    border-radius: 25px;
    font-size: 9px;
    padding: 3px 5px;
}
#newsTemp .writerName{
    font-size: 14px;
    padding-left: 5px;
    color: #0D0C22;
}
#newsTemp .viewDetails{
    display: flex;
    flex: 1;
    direction: ltr;
}
#newsTemp .likeNum span , #newsTemp .viewNum  span{
    padding-left: 2px;
}
#newsTemp .likeNum{
    padding-right: 6px;
}
#newsTemp footer{
    background: #FAFAFB;
    margin-top: 95px;
}
#newsTemp .imgOverlay{
    background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.00345888) 63.94%, rgba(0, 0, 0, 0.014204) 65.89%, rgba(0, 0, 0, 0.0326639) 67.83%, rgba(0, 0, 0, 0.0589645) 69.78%, rgba(0, 0, 0, 0.0927099) 71.72%, rgba(0, 0, 0, 0.132754) 73.67%, rgba(0, 0, 0, 0.177076) 75.61%, rgba(0, 0, 0, 0.222924) 77.56%, rgba(0, 0, 0, 0.267246) 79.5%, rgba(0, 0, 0, 0.30729) 81.44%, rgba(0, 0, 0, 0.341035) 83.39%, rgba(0, 0, 0, 0.367336) 85.33%, rgba(0, 0, 0, 0.385796) 87.28%, rgba(0, 0, 0, 0.396541) 89.22%, rgba(0, 0, 0, 0.4) 91.17%);
    content: '';
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 59px;
    left: 0;
    pointer-events: none;
    transition: opacity 300ms ease;
    border-radius: 25px;
    width: 260px;
    opacity: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 20px;
    
}
#newsTemp .artricle-box:hover .imgOverlay{
    opacity: 1;
}
#newsTemp .fileName{
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}
#newsTemp .actionBox .saveArticle{
    margin-left: 23px;
    pointer-events: auto;
    cursor: pointer;
}
#newsTemp .actionBox svg{
    vertical-align: middle;
}
#newsTemp .footer-container{
    display: grid;
    grid-template-columns: 1.5fr 4fr ;
    padding-top: 73px;
    gap: 100px;
}
#newsTemp .footer-logoBox{
    width: 156px;
    margin-bottom: 15px;
}
#newsTemp .footer-logoBox img{
    width: 100%;
}
#newsTemp .footer-text{
    color: #3D3D4E;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 38px;
}
#newsTemp .footerSocial a{
    padding-left: 16px;
}
#newsTemp .footer-menu{
    display: flex;
    justify-content: space-between;
}
#newsTemp .menu-title{
    color: #222222;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 20px;
}
#newsTemp .menu-links a{
    color: #222222;
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding-bottom: 20px;
}
#newsTemp .copyRight{
    color: #6E6D7A;
    text-align: center;
    font-size: 14px;
    padding: 47px 0;
    border-top: 1px solid #E7E7E9;
    direction: ltr;
    margin-top: 74px;
}
#newsTemp .blog-head-img-bg .overlay{
    height: 94%;
}
#newsTemp .blog-head-img-bg .text{
    top: 73%;
}
#newsTemp .blog-head-img-bg .hero-search-box .whiteInput{
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.05);
}
#newsTemp .blog-head-img-bg .hero-search-box svg{
    right: 20px;
    top: 6px;
}
#newsTemp .loginBtn:hover{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #00B5A3;
    box-shadow: 0px 5px 15px rgba(0, 181, 163, 0.25);
}
#newsTemp .blog-page-title{
    color: #000000;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    padding: 65px 0 15px;
}
#newsTemp .gray-small-text{
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}
/* #newsTemp .content-select{
    display: flex;
    justify-content: space-between;
} */
#newsTemp .content-select a{
    display: inline-block;
    color: #222222;
    padding: 15px 20px;
    margin: 0 10px;
    border-radius: 25px;
    transition: all ease 0.3s;
}
#newsTemp .content-select a:hover{
    background: rgba(0, 181, 163, 0.1);
    color: #00B5A3;
}
#newsTemp .avtiveLink{
    color: #ffffff !important;
    background: #00B5A3;
}
#newsTemp .actionBox{
    display: flex;
}
#newsTemp .like-box{
    cursor: pointer;
    pointer-events: auto;
}
#newsTemp .mobile-header{
    display: none;
}
#newsTemp .mobile-select-content{
    display: none;
}
@media screen and (max-width: 1200px) and (min-width: 1025px){
    #newsTemp .main{
        width: 1000px;
    }
    #newsTemp .header-container{
        grid-template-columns: 1fr 4fr 2.5fr 1.5fr;
    }
    #newsTemp .loginBtnBox{
        text-align: left;
    }
    #newsTemp .head-img-bg .overlay{
        height:  98%;
    }
    #newsTemp .hero-search-box svg{
        right: 19px;
    }
    #newsTemp .gray-box{
        grid-template-columns: 1fr 1fr;
    }
    
}
@media screen and (max-width: 1024px) and (min-width: 769px){
    #newsTemp .main{
        width: 750px;
    }
    #newsTemp .gray-box{
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
    #newsTemp .head-img-bg .text h1{
        padding: 10px 0 15px;
    }
    #newsTemp .hero-search-box{
        margin-top: 10px;
    }
    #newsTemp .head-img-bg .overlay{
        height: 97%;
    }
    #newsTemp .mobile-header{
        display: block;
    }
    #newsTemp .desktopHeader{
        display: none;
    }
    .nav-container .checkbox {
        position: absolute;
        display: block;
        height: 32px;
        width: 32px;
        z-index: 9999;
        opacity: 0;
        cursor: pointer;
        left: 30%;
        top: 19px;
    }
    #newsTemp .nav-container {
        display: block;
        position: relative;
        height: 60px;
    }
    #newsTemp  .nav-container .hamburger-lines {
        display: block;
        height: 26px;
        width: 32px;
        position: absolute;
        /* top: 17px;
        left: 20px; */
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        left: 30%;
        top: 19px;
      }
      
      #newsTemp .nav-container .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #0e2431;
      }
      
      #newsTemp .nav-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        /* transition: transform 0.4s ease-in-out; */
      }
      
      /* #newsTemp  .nav-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
      } */
      
      #newsTemp  .nav-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        /* transition: transform 0.4s ease-in-out; */
      }
      
      #newsTemp  .navbar .menu-items {
        padding-top: 30px;
        background-color: #ffffff;
        width: 133%;
        transform: translateY(-150%);
        display: flex;
        flex-direction: column;
        /* margin-left: -40px;
        padding-left: 50px; */
        transition: transform 0.5s ease-in-out;
        text-align: center;
        position: relative;
        z-index: 1;
      }
      
      #newsTemp  .navbar .menu-items li {
        margin-bottom: 1.2rem;
        color: rgba(51, 51, 51, 0.6);
      }
      #newsTemp .nav-container input[type="checkbox"]:checked{
        left: inherit;
      }
      #newsTemp .nav-container input[type="checkbox"]:checked ~ .hamburger-lines{
        left: inherit;
      }
      #newsTemp .nav-container input[type="checkbox"]:checked ~ .menu-items {
        transform: translateY(0);
      }
      
      #newsTemp  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
        transform: rotate(45deg);
      }
      
      #newsTemp .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
        transform: scaleY(0);
      }
      
      #newsTemp  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
        transform: rotate(-45deg);
      }
      #newsTemp .navbar .nav-container li {
        list-style: none;
    }
    #newsTemp .whiteHeader{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    #newsTemp .mobile-header{
        position: relative;
        width: 100%;
        padding: 20px 0;
    }
    #newsTemp .header-container{
        position: absolute;
        z-index: 3;
        top: -12px;
        width: 100%;
        grid-template-columns: 4fr 1fr;
    }
    #newsTemp .headerLogBtn{
        display: flex;
        justify-content: end;
        padding-left: 20px;
    }
    #newsTemp .logo-box{
        padding-right: 20px;
        width: 101px;
    }
    #newsTemp .blog-head-img-bg .overlay{
        height: 91%;
    }
    #newsTemp .content-select{
        display: flex;
        align-items: center;
    }
    #newsTemp .content-select a{
        padding: 7px 5px;
        margin: 0 2px;
        font-size: 12px;
    }
}
@media screen and (max-width: 769px) and (min-width: 481px){
    #newsTemp .main{
        width: inherit !important;
        padding: 30px;
    }
    #newsTemp .gray-box{
        grid-template-columns: 1fr;
        justify-items: center;
    }
    #newsTemp .glassButton{
        font-size: 10px;
        padding: 7px;
    }
    #newsTemp .head-img-bg .text h1{
        font-size: 16px;
    }
    #newsTemp .head-img-bg .text{
        font-size: 10px;
    }
    #newsTemp .whiteInput{
        width: 300px;
        padding: 10px 35px;
        font-size: 10px;
    }
    #newsTemp .head-img-bg .overlay{
        height: 96%;
    }
    #newsTemp .hero-search-box{
        margin-top: 0px;
    }
    #newsTemp .head-img-bg .text h1 {
        padding: 8px 0 4px;
    }
    #newsTemp .hero-search-box svg{
        right: 5px;
        top: 1px;
    }
    #newsTemp .optionFilterBox{
        font-size: 10px;
    }
    #newsTemp .optionFilterBoxTitle svg {
        margin-right: 9px;
    }
    #newsTemp .select__trigger{
        font-size: 10px;
    }
    #newsTemp .custom-option{
        font-size: 10px;
    }
    #newsTemp .footer-container{
        grid-template-columns: 1fr;
    }
    #newsTemp .mobile-header{
        display: block;
    }
    #newsTemp .desktopHeader{
        display: none;
    }
    .nav-container .checkbox {
        position: absolute;
        display: block;
        height: 32px;
        width: 32px;
        z-index: 9999;
        opacity: 0;
        cursor: pointer;
        left: 30%;
        top: 19px;
    }
    #newsTemp .nav-container {
        display: block;
        position: relative;
        height: 60px;
    }
    #newsTemp  .nav-container .hamburger-lines {
        display: block;
        height: 26px;
        width: 32px;
        position: absolute;
        /* top: 17px;
        left: 20px; */
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        left: 30%;
        top: 19px;
      }
      
      #newsTemp .nav-container .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #0e2431;
      }
      
      #newsTemp .nav-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        /* transition: transform 0.4s ease-in-out; */
      }
      
      /* #newsTemp  .nav-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
      } */
      
      #newsTemp  .nav-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        /* transition: transform 0.4s ease-in-out; */
      }
      
      #newsTemp  .navbar .menu-items {
        padding-top: 30px;
        background-color: #ffffff;
        width: 133%;
        transform: translateY(-150%);
        display: flex;
        flex-direction: column;
        /* margin-left: -40px;
        padding-left: 50px; */
        transition: transform 0.5s ease-in-out;
        text-align: center;
        position: relative;
        z-index: 1;
      }
      
      #newsTemp  .navbar .menu-items li {
        margin-bottom: 1.2rem;
        color: rgba(51, 51, 51, 0.6);
      }
      #newsTemp .nav-container input[type="checkbox"]:checked{
        left: inherit;
      }
      #newsTemp .nav-container input[type="checkbox"]:checked ~ .hamburger-lines{
        left: inherit;
      }
      #newsTemp .nav-container input[type="checkbox"]:checked ~ .menu-items {
        transform: translateY(0);
      }
      
      #newsTemp  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
        transform: rotate(45deg);
      }
      
      #newsTemp .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
        transform: scaleY(0);
      }
      
      #newsTemp  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
        transform: rotate(-45deg);
      }
      #newsTemp .navbar .nav-container li {
        list-style: none;
    }
    #newsTemp .whiteHeader{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    #newsTemp .mobile-header{
        position: relative;
        width: 100%;
        padding: 20px 0;
    }
    #newsTemp .header-container{
        position: absolute;
        z-index: 3;
        top: -12px;
        width: 100%;
        grid-template-columns: 4fr 1fr;
    }
    #newsTemp .headerLogBtn{
        display: flex;
        justify-content: end;
        padding-left: 20px;
    }
    #newsTemp .logo-box{
        padding-right: 20px;
        width: 101px;
    }
    #newsTemp .blog-head-img-bg .overlay{
        height: 85%;
    }
    #newsTemp .blog-head-img-bg .hero-search-box svg {
        right: 4px;
        top: 2px;
    }
    #newsTemp .mobile-select-content{
        display: block;
    }
    #newsTemp .content-select{
        display: none;
    }
    #newsTemp .mobile-select-content select{
        border: 1px solid rgba(110, 109, 122, 0.3);
        box-shadow: inset 0px 0px 0px 1px #E7E7E9;
        border-radius: 25px;
        background: #ffffff;
        padding: 10px 15px;
    }
}
@media screen and (max-width: 480px) and (min-width: 320px){
    #newsTemp .main{
        width: inherit !important;
        padding: 15px;
    }
    #newsTemp .gray-box{
        grid-template-columns: 1fr;
        justify-items: center;
    }
    #newsTemp .glassButton{
        font-size: 8px;
        padding: 5px;
    }
    #newsTemp .head-img-bg .text h1{
        font-size: 14px;
    }
    #newsTemp .head-img-bg .text{
        font-size: 10px;
    }
    #newsTemp .whiteInput{
        width: 292px;
        padding: 7px 35px;
        font-size: 10px;
    }
    #newsTemp .head-img-bg .overlay{
        height: 96%;
    }
    #newsTemp .hero-search-box{
        margin-top: 0px;
    }
    #newsTemp .head-img-bg .text h1 {
        padding: 8px 0 4px;
    }
    #newsTemp .hero-search-box svg{
        right: 5px;
        top: 1px;
    }
    #newsTemp .optionFilterBox{
        font-size: 10px;
    }
    #newsTemp .optionFilterBoxTitle svg {
        margin-right: 9px;
    }
    #newsTemp .select__trigger{
        font-size: 10px;
    }
    #newsTemp .custom-option{
        font-size: 10px;
    }
    #newsTemp .footer-container{
        grid-template-columns: 1fr;
    }
    #newsTemp .grayFiltercontainer{
        padding: 31px 12px;
    }
    #newsTemp .gray-box{
        padding: 30px 26px;
    }
    #newsTemp .mobile-header{
        display: block;
    }
    #newsTemp .desktopHeader{
        display: none;
    }
    .nav-container .checkbox {
        position: absolute;
        display: block;
        height: 32px;
        width: 32px;
        z-index: 9999;
        opacity: 0;
        cursor: pointer;
        left: 30%;
        top: 19px;
    }
    #newsTemp .nav-container {
        display: block;
        position: relative;
        height: 60px;
    }
    #newsTemp  .nav-container .hamburger-lines {
        display: block;
        height: 26px;
        width: 32px;
        position: absolute;
        /* top: 17px;
        left: 20px; */
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        left: 30%;
        top: 19px;
      }
      
      #newsTemp .nav-container .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #0e2431;
      }
      
      #newsTemp .nav-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        /* transition: transform 0.4s ease-in-out; */
      }
      
      /* #newsTemp  .nav-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
      } */
      
      #newsTemp  .nav-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        /* transition: transform 0.4s ease-in-out; */
      }
      
      #newsTemp  .navbar .menu-items {
        padding-top: 30px;
        background-color: #ffffff;
        width: 133%;
        transform: translateY(-150%);
        display: flex;
        flex-direction: column;
        /* margin-left: -40px;
        padding-left: 50px; */
        transition: transform 0.5s ease-in-out;
        text-align: center;
        position: relative;
        z-index: 1;
      }
      
      #newsTemp  .navbar .menu-items li {
        margin-bottom: 1.2rem;
        color: rgba(51, 51, 51, 0.6);
      }
      #newsTemp .nav-container input[type="checkbox"]:checked{
        left: inherit;
      }
      #newsTemp .nav-container input[type="checkbox"]:checked ~ .hamburger-lines{
        left: inherit;
      }
      #newsTemp .nav-container input[type="checkbox"]:checked ~ .menu-items {
        transform: translateY(0);
      }
      
      #newsTemp  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
        transform: rotate(45deg);
      }
      
      #newsTemp .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
        transform: scaleY(0);
      }
      
      #newsTemp  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
        transform: rotate(-45deg);
      }
      #newsTemp .navbar .nav-container li {
        list-style: none;
    }
    #newsTemp .whiteHeader{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    #newsTemp .mobile-header{
        position: relative;
        width: 100%;
        padding: 20px 0;
    }
    #newsTemp .header-container{
        position: absolute;
        z-index: 3;
        top: -12px;
        width: 100%;
        grid-template-columns: 4fr 1fr;
    }
    #newsTemp .headerLogBtn{
        display: flex;
        justify-content: end;
        padding-left: 20px;
    }
    #newsTemp .logo-box{
        padding-right: 20px;
        width: 101px;
    }
    #newsTemp .blog-head-img-bg .overlay{
        height: 85%;
    }
    #newsTemp .blog-head-img-bg .hero-search-box svg {
        right: 2px;
        top: -2px;
      }
      #newsTemp .mobile-select-content{
        display: block;
    }
    #newsTemp .content-select{
        display: none;
    }
    #newsTemp .mobile-select-content select{
        border: 1px solid rgba(110, 109, 122, 0.3);
        box-shadow: inset 0px 0px 0px 1px #E7E7E9;
        border-radius: 25px;
        background: #ffffff;
        padding: 10px 15px;
    }
}

