
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

@font-face {
    font-family: 'Hellix';
    src: url('../fonts/Hellix-Regular.eot');
    src: url('../fonts/Hellix-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Hellix-Regular.woff2') format('woff2'),
        url('../fonts/Hellix-Regular.woff') format('woff'),
        url('../Hellix-Regular.ttf') format('truetype'),
        url('../fonts/Hellix-Regular.svg#Hellix-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body{
    margin: 0;
    padding: 0;
    font-size: 16px; 
    color:#fff;
    overflow-x: hidden;
    background-color: #000000;
    font-family: 'Montserrat', sans-serif;
}

/* comman */
html{
    scroll-behavior: smooth;
    margin: 0!important;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*comman-area*/
ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
a{  
    text-decoration: none;
    transition: all 0.5s ease;
}
a:focus, a:hover, a:active{
    text-decoration: none;
    outline: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    margin: 0;
}
h1{
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: 0.006em;
    font-family: 'Hellix';
}
p{
    margin: 0;
    font-size: 16px;
    line-height: 28px;
}
figure{
    margin: 0!important;
}
img{
    max-width: 100%;
    height: auto;
}
button:focus{
    outline: none;
    box-shadow: none;
}
.container, .container-fluid{
  padding: 0 15px;
}





/* Header */
.header{
    z-index: 111;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}
.header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    animation: slideDown 0.5s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.navbar-toggler{
    padding: 0;
    z-index: 1;
    position: relative;
    border: none;
    margin: 0 0 0 auto;
}
.navbar-toggler-icon{
    width: auto;
    height: auto;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.bar1, .bar2, .bar3 {
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, #F4CE6C 58.49%, #EDC562 60.61%, #AF7200 80.32%),
linear-gradient(0deg, #FFFFFF, #FFFFFF);
  margin: 5px 0;
  border-radius: 100px;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 6px);
  transform: rotate(-45deg) translate(-3px, 6px);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -7px);
  transform: rotate(45deg) translate(-4px, -7px);
}
.navbar-brand{
    margin: 0 0 0 0;
    padding: 0rem 0 0 0;
    max-width: 149px;
    width: 100%;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
}
.navbar{
    min-height: 149px;
    padding:  0;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.navbar .container-fluid{
    padding: 0;
}
.navbar-expand-lg .navbar-nav{
    margin: 0 ;
}
.navbar-expand-lg .navbar-nav:last-child{
    margin: 0 0 0 auto!important;
}
.navbar-expand-lg .navbar-nav .nav-item{
    margin: 0 86px 0 0;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child{
    margin: 0 0 0 0;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link::before{
    content: "";
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #F4CE6C 58.49%, #EDC562 60.61%, #AF7200 80.32%);
    position: absolute;
    bottom: -8px;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #F4CE6C;
}
.navbar-expand-lg .navbar-nav .nav-link:hover::before,
.navbar-expand-lg .navbar-nav .nav-link.active::before{
    opacity: 1;
    width: 100%;
}



/* Banner */
.home-banner{
    position: relative;
}
.home-banner-video video,.home-banner-video img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.home-banner-video{
    position: relative;
}
.home-banner-video::before{
    content: "";
    background: linear-gradient(180deg, #000000 10.67%, rgba(0, 0, 0, 0) 109.71%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.home-banner-video::after{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 93.75%);
    width: 100%;
    height: 236px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.home-banner-wrape{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    z-index: 11;
}
.home-banner-text{
    max-width: 869px;
    width: 100%;
    margin: 0 auto;
}
.home-banner-text h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
} 
.home-banner-text h1 b{
    font-weight: 200;
    display: table;
}  
.home-banner-text h1 strong{
    text-align: center;
    font-weight: 400;
    display: table;
    margin: 0 auto;
}
.home-banner-text h1 i{
    font-style: normal;
    display: table;
    margin: 0 0 0 auto;
}
.down-btn{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}


@keyframes scrolldown {
    0%{
        transform: translateY(20%) rotate(45deg);
        opacity: 0.7;
    }
    50%{
        transform: translateY(0%) rotate(45deg);
        opacity: 0.2;
    }
    100%{
        transform: translateY(20%) rotate(45deg);
        opacity: 0.7;
    }
}


/* Scrolling Text Section */
.scrolling-text-section{
    padding: 42px 0 70px 0;
    width: 100%;
    background: linear-gradient(180deg, #000000 0%, #000000 100%);
}
#scrollingText {
  margin-left: -20%;
}
#scrollingText span {
  font-size: 24px;
  opacity: 0.7;
  margin: 0px 30px;
  letter-spacing: 1px;
  font-family: 'IBM Plex Sans', sans-serif;
}
#scrollingText span a{
    color:#fff;
}
/*#scrollingText{*/
/*    margin-left: -15%;*/
/*}*/
/*#scrollingText ul{*/
/*    list-style: none;*/
/*    width: 100%;*/
/*}*/
/*#scrollingText ul li{*/
/*    display: inline;*/
/*    font-family: 'IBM Plex Sans', sans-serif;*/
/*    font-size: 24px;*/
/*    font-weight: 400;*/
/*    line-height: 31px;*/
/*    letter-spacing: 1px;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    margin: 0px 30px;*/
/*    opacity: 0.7;*/
/*}*/
/*#scrollingText ul li span a{*/
/*    color: #fff;*/
/*}*/



/* Service Section */
.service-section{
    padding: 30px 0 100px 0;
}
.service-section .title{
    max-width: 742px;
    width: 100%;
}
.title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
}
.title h2{
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.288px;
    text-transform: uppercase; 
    font-family: 'Hellix';
    color: #fff;
}
.title h2 strong{
    font-weight: 400;
    background: linear-gradient(90deg, #F4CE6C 58.49%, #EDC562 60.61%, #AF7200 80.32%),
linear-gradient(0deg, #FFFFFF, #FFFFFF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}


.service-data{
    max-width: 952px;
    width: 100%;
    margin: 0 auto;
}
.service-block{
    background-color: #fff;
    padding: 5px;
    padding-bottom: 15px;
    clip-path: polygon(0% 11.945%,0% 11.945%,0.214% 9.616%,0.821% 7.462%,1.769% 5.516%,3.006% 3.812%,4.479% 2.38%,6.137% 1.255%,7.928% 0.47%,9.798% 0.057%,11.697% 0.049%,13.571% 0.478%,92.857% 24.163%,92.857% 24.163%,94.062% 24.703%,95.188% 25.425%,96.224% 26.313%,97.158% 27.351%,97.98% 28.522%,98.677% 29.811%,99.239% 31.201%,99.654% 32.676%,99.912% 34.22%,100% 35.817%,100% 90.44%,100% 90.44%,99.903% 91.946%,99.622% 93.375%,99.173% 94.708%,98.571% 95.924%,97.83% 97.006%,96.967% 97.935%,95.997% 98.69%,94.934% 99.253%,93.794% 99.605%,92.593% 99.726%,7.407% 99.726%,7.407% 99.726%,6.206% 99.605%,5.066% 99.253%,4.003% 98.69%,3.033% 97.935%,2.17% 97.006%,1.429% 95.924%,0.827% 94.708%,0.378% 93.375%,0.097% 91.946%,0% 90.44%,0% 11.945%);
    filter: drop-shadow(0px 0px 20px rgba(255,255,255,0.4));
}
.service-block img{
    width: 100%;
    clip-path: polygon(0% 12.1%,0% 12.1%,0.178% 9.764%,0.686% 7.595%,1.488% 5.63%,2.548% 3.903%,3.829% 2.448%,5.294% 1.3%,6.908% 0.494%,8.633% 0.064%,10.432% 0.044%,12.271% 0.471%,93.011% 29.387%,93.011% 29.387%,94.212% 29.927%,95.326% 30.647%,96.345% 31.532%,97.258% 32.565%,98.057% 33.732%,98.731% 35.016%,99.272% 36.403%,99.67% 37.875%,99.916% 39.419%,100% 41.017%,100% 90.495%,100% 90.495%,99.903% 92.004%,99.622% 93.435%,99.173% 94.77%,98.571% 95.989%,97.83% 97.073%,96.967% 98.002%,95.997% 98.759%,94.934% 99.323%,93.794% 99.675%,92.593% 99.797%,7.407% 99.797%,7.407% 99.797%,6.206% 99.675%,5.066% 99.323%,4.003% 98.759%,3.033% 98.002%,2.17% 97.073%,1.429% 95.989%,0.827% 94.77%,0.378% 93.435%,0.097% 92.004%,0% 90.495%,0% 12.1%);
}
.service-block h4{
    margin: 9px 0 0 7px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.service-pagination{
    padding: 43px 0 0 0;
}
.swiper-pagination-bullets{
    text-align: center;
}
.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background-color: #FFFFFF;
    opacity: 0.2;
    margin: 0 6px;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}


/* Portfolio Section */
.portfolio-section{
    padding: 0 0 0 0;
}
.portfolio-slider-data .swiper-wrapper {
    transition-timing-function: linear;
}
.portfolio-section .title{
    max-width: 600px;
}
.portfolio-slider-top-wrape{
    margin-bottom: 30px;
}
.portfolio-slide-block img{
    width: 100%;
    height: 235px;
    object-fit: cover;
}





/* Partners Section */
.partners-section{
    padding: 100px 0;
}
.partners-sldier-1{
    margin-bottom: 30px;
}



/* Footer */
.footer{
    padding: 54px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foot-logo{
    display: table;
    margin: 0 0 23px 0;
}
.foot-text{
    max-width: 350px;
    width: 100%;
}
.foot-text h6{
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0 0 15px 0;
}

.foot-text ul{
    list-style: none;
    margin: 0;
    display:none;
}
.foot-text ul li{
    display: inline-block;
    margin: 0 0 0 0;
}
.foot-text ul li:last-child{
    margin: 0;
}
.foot-text ul li a{
    background-color: #2B2B2B;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}
.foot-text ul li a img{
    width:12px;
    height:12px;
    object-fit: contain;
}
.foot-text ul li a:hover{
    opacity: 1;
    background-color: #F4CE6C;
}

.foot-text h5{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 25px 0;
}
.foot-text h5 a{
    color: #fff;
    display: flex;
    align-items: center;
}
.foot-text h5 a img{
    margin-right: 14px;
}
.foot-text h5 a:hover{
    color: #F4CE6C;
}
.foot-link{
    padding: 77px 0 0 0;
}
.foot-link h3{
    margin: 0 0 16px 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}
.foot-link ul{
    list-style: none;
    margin: 0;
}
.foot-link ul li{
    margin: 0 0 16px 0;
    display: block;
}
.foot-link ul li:last-child{
    margin-bottom: 0;
}
.foot-link ul li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}
.foot-link ul li a:hover{
    color:#F4CE6C;
}
.foot-service ul{
    column-count: 2;
}


.copyright{
    padding: 20px 0;
    margin-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright-text{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.copyright-text p{
    opacity: 0.5;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}
.copyright-text ul{
    list-style: none;
    margin: 0;
}
.copyright-text ul li{
    display: inline-block;
    margin: 0 0 0 0;
}
.copyright-text ul li:last-child{
    margin: 0;
}
.copyright-text ul li a{
    background-color: #2B2B2B;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}
.copyright-text ul li a img{
    width:12px;
    height:12px;
    object-fit: contain;
}
.copyright-text ul li a:hover{
    opacity: 1;
    background-color: #F4CE6C;
}








/*================================ Services ================================*/


/* Service Banner */
.service-video,.service-banner{
    position: relative;
}
.service-video video,.service-video img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    margin: 0 0 -7px 0;
}
.service-video img{
    margin: 0;
}
.service-video::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 10.67%, rgba(0, 0, 0, 0) 109.71%);
    position: absolute;
    top: 0;
    left: ;
}
.service-video::after{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 93.75%);
    width: 100%;
    height: 236px;
    position: absolute;
    left: 0;
    bottom: 0;
}



/* Services Section */
.services-section{
    padding: 84px 0 73px 0;
}
.services-parent{
    max-width: 1247px;
    width: 100%;
    margin: 0 auto;
}
.services-parent .title{
    max-width: 850px;
}
.gx-60{
    --bs-gutter-x: 60px;
}
.services-wrape .service-block {
    box-shadow: 0px 0px 20px 0px #FFFFFF66;
    margin-bottom: 60px;
}





/*=============================== Portfolio ===============================*/


/* Inside Banner */
.inside-banner-image{
    position: relative;
}
.inside-banner-image img{
    width: 100%;
    height: 540px;
    object-fit: cover;
}
.inside-banner-image::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 10.67%, rgba(0, 0, 0, 0) 109.71%);
    position: absolute;
    top: 0;
    left: 0;
}
.inside-banner-image::after{
    content: "";
    width: 100%;
    height: 94px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 93.75%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.inside-banner-wrape{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.inside-banner-text{
    text-align: center;
}
.inside-banner-text h1{
    text-transform: uppercase;
    text-align: center;
}



/* Portfolio Box Section */
.portfolio-box-section{
    padding: 0 0 0 0;
}

.portfolio-box-list{
    margin: 0 0 60px 0;
}
.portfolio-box-list ul{
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.portfolio-box-list ul li{
    display: inline-block;
    margin: 0 25px 0 0;
}
.portfolio-box-list ul li:last-child{
    margin-right: 0;
}
.portfolio-box-list ul li a{
    padding: 21px 0 30px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    position: relative;
    display: block;
}
.portfolio-box-list ul li a::before{
    content: "";
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, #F4CE6C 58.49%, #EDC562 60.61%, #AF7200 80.32%);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease;
}
.portfolio-box-list ul li a:hover,
.portfolio-box-list ul li a:focus,
.portfolio-box-list ul li.active a{
    background: linear-gradient(90deg, #F4CE6C 58.49%, #EDC562 60.61%, #AF7200 80.32%),
linear-gradient(0deg, #FFFFFF, #FFFFFF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
.portfolio-box-list ul li a:hover::before,
.portfolio-box-list ul li.active a::before{
    opacity: 1;
    width: 100%;
}



.portfolio-block-item{
    padding: 0 0 81px 0;
}
.gx-30{
    --bs-gutter-x: 30px;
}
.portfolio-blockdata{
    padding: 1px;
    background: linear-gradient(90deg, #F4CE6C 58.49%, #EDC562 60.61%, #AF7200 80.32%);
    border-radius: 5px;
    margin-bottom: 30px;
}
.portfolio-blockdata-text{
    width: 100%;
    min-height: 297px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.portfolio-blockdata-text h4{
    font-family: 'Hellix';
    font-size: 38px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0.006em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.portfolio-blockdata-image{
    margin-bottom: 30px;
}
.portfolio-blockdata-image img{
    width: 100%;
    height: 297px;
    object-fit: cover;
    border-radius: 5px;
}
.height-624 img{
    height: 624px;
}



.videography-item,
.social-media-reels-item,
.aerials-item,
.dusk-photography-item,
.tours-item,
.floor-plans-item,.agent-item,.nantucket-item{
    padding: 61px 0 100px 0;
}
.videography-block{
    position: relative;
    margin: 0 0 30px 0;
}
.videography-img{
    width: 100%;
    height: 297px;
    object-fit: cover;
    border-radius: 5px;
}
.play-btn{
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
}


.comman-btn {
    background: #000;
    display: table;
    padding: 10px 22px;
    background: linear-gradient(90deg, #F4CE6C 58.49%, #EDC562 60.61%, #AF7200 80.32%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center; 
    border-image-source: linear-gradient(to right, #F4CE6C 58.49%, #EDC562 60.61%, #AF7200 80.32%);
    border-image-slice: 1;
    border-width: 1px;
    border-radius: 5px;
}
.btn.comman-btn:hover{
    background-clip: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: #fff;
    color:#fff;
    border-image-source: #F4CE6C ;
}
.loadmore-btn{
    margin: 0 auto;
    display: table;
    margin-top: 30px;
}
.btn.loadmore-btn:hover{
    border-radius: 0px;
}


.reels-block-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0D0D0D;
    border-radius: 5px;
    margin: 0 0 30px 0;
}
.block-col-6{
    min-height: 624px;
    width: 100%;
}
.reels-block{
    position: relative;
    max-width: 274px;
    width: 100%;
    height: 558px;
}
.reels-block::before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url('../images/iphone.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.reels-block video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 93%;
    height: 97%;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: -7px;
}

.block-col-3 .reels-block{
    max-width: 195px;
    height: 398px;
}
.block-col-3 .reels-block video{
    border-radius: 30px;
}
.block-col-1 {
    min-height: 297px;
}
.block-col-1 .reels-block{
    max-width: 125px;
    height: 256px;
}
.block-col-1 .reels-block video{
    border-radius: 20px;
}


.height-297 img{
    height: 297px;
}
.height-658 img{
    height: 658px;
}
.height-477 img{
    height: 477px;
}
.height-621 img{
    height: 621px;
}
.height-624 img{
    height: 624px;
}
.small-text h4{
    font-size: 29px;
    line-height: 35px;
}
.font-28 h4{
    font-size: 28px;
    line-height: 33px;
}



/*================================ Blog ================================*/

/* Blog Section */
.blog-section{
    padding: 0 0 63px 0;
}

.blog-filter-list{
    display: flex;
    align-items: center;
}
.blog-filter-list ul{
    padding: 31px 0 28px 0;
    list-style: none;
    margin: 0 0 60px 0;
}
.blog-filter-list ul li{
    display: inline-block;
    margin: 0 20px 0 0;
}
.blog-filter-list ul li:last-child{
    margin-right: 0;
}
.blog-filter-list ul li span{
    color: #fff;
    font-family: Hellix;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
}
.blog-filter-list ul li span.active{
    color: #F4CE6C;
    font-weight: 500;
}

.blog-filter-title{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-filter-search{
    max-width: 362px;
    width: 100%;
    position: relative;
    margin: 19px 0 15px 0;
}
.filter-search{
    width: 100%;
    height: 50px;
    background-color: #000000;
    border-radius: 10px;
    border: 1px solid #FFFFFF33;
    font-family: 'Hellix';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 17px;
    letter-spacing: 0em;
    padding-left: 24px;
    outline: none;
    box-shadow: none;
    opacity: 1;
}
.filter-search::placeholder{
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}
.filter-search-btn{
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 50px;
    height: 50px;
    font-size: 0;
    background-image: url('../images/search-icon.png');
    background-size: 14px;
    background-position: center;
    opacity: 0.5;
    background-repeat: no-repeat;
}


.filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.blog-listing-filter-data{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.blog-listing-filter{
    display: none;
    width: 33.33%;
    padding: 0 15px;
}
.blog-filter-wrape{
    padding: 1px;
    background: linear-gradient(90deg, #F4CE6C 58.49%, #EDC562 60.61%, #AF7200 80.32%);
    border-radius: 5px;
    position: relative;
    margin: 0 0 30px 0;
}
.blog-filter-box{
    background: #000;
    border-radius: 5px;
}
.blog-filter-box img{
    width: 100%;
    height: 297px;
    object-fit: cover;
    border-radius: 5px;
}
.blog-filter-text{
    padding: 30px;
    background: #000;
    border-radius: 0 0 5px 5px;
}
.blog-filter-text h5,.blog-filter-text h6{
    float: right;
    font-family: 'Hellix';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #F4CE6C;
}
.blog-filter-text h6{
    float: none;
}
.blog-filter-text h4{
    clear: both;
    min-height: 52px;
    margin: 15px 0 10px 0;
    font-family: 'Hellix';
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color:#fff;
}

.blog-filter-text p{
    font-size: 16px;
    font-weight: 400;
    color: #E6E6E6;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: justify;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.pagination-area {
    padding: 30px 0 0 0;
}
.pagination-area ul,.pagination-area .nav-links{
    list-style: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-area ul li,.pagination-area .page-numbers{
    margin: 0 16px 0 0;
}
.pagination-area ul li:last-child,.pagination-area .page-numbers:last-child{
    margin: 0;
}
.pagination-area ul li a,.pagination-area .page-numbers{
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Hellix';
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #E6E6E6;
}
.pagination-area ul li a:hover,
.pagination-area ul li.active a ,.pagination-area .page-numbers.current{
    background: linear-gradient(180deg, #F4CE6C 33.41%, #AF7200 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
.pagination-area ul li:not(:last-child,:first-child) a{
    padding: 0 0 2px 0;
}
.pagination-area .page-numbers img{
    margin:2px 0 0 0;
}





/*================================ Blog Details ================================*/

/* Blog Details Section */
.blog-details-section{
    padding: 33px 0 100px 0;
}
.blog-details-data{
    padding: 0 5px 0 0;
}
.blog-details-title{
    margin-bottom: 30px;
}
.blog-details-title h5{
    display: inline-block;
    margin: 0 13px 32px 0;
    color: #fff;
    font-family: 'Hellix';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    position: relative;
}
.blog-details-title h5::before{
    content: "";
    width: 1px;
    height: 5px;
    background: #363739;
    position: absolute;
    top: 8px;
    right: -10px;
}
.blog-details-title h5 img{
    display: inline-block;
    vertical-align: top;
    margin: 1px 8px 0 0;
}
.blog-details-title h6{
    display: inline-block;
    font-family: 'Hellix';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #9B9B9C;
    margin: 0 0 32px 0;
}
.blog-details-title h1{
    display: block;
    font-family: 'Hellix';
    font-size: 38px;
    font-weight: 400;
    line-height: 46px;
    color: #fff;
    margin: 0 0 30px 0;
}
.blog-details-title h4{
    color: #9B9B9C;
    font-family: 'Hellix';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: inline-block;
    margin: 0 46px 10px 0;
}
.blog-details-title h4 img{
    display: inline-block;
    vertical-align: middle;
    margin: -10px 5px 0 0;
}

.blog-details-text img{
    border-radius: 5px;
    margin-bottom: 40px;
}
.blog-details-text p{
    margin:0 0 40px 0;
}
.blog-details-text h3.wp-block-heading{
    font-family: 'Hellix';
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    margin:0 0 12px 0;
}
.profile-block{
    background-color: #0A0A0E;
    padding: 38px 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 40px 0;
}
.profile-block-img{
    width: 163px;
    height: 163px;
    border-radius: 1000px;
    object-fit: cover;
}
.profile-block-text{
    width: calc(100% - 163px);
    padding: 0 0 0 40px;
}
.profile-block-text h3{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 0 0;
}
.profile-block-text h4{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    opacity: 0.5;
    color: #fff;
    margin-bottom: 9px;
}
.profile-block-text p{
    margin: 0 0 20px 0;
}
.profile-block-text ul{
    list-style: none;
    margin: 0 0 0 0;
}
.profile-block-text ul li{
    display: inline-block;
    margin: 0 18px 0 0;
}
.profile-block-text ul li a{
    display: block;
}
.profile-block-text ul li a img{
    height: 13px;
    width: 16px;
    object-fit: contain;
}




.blog-details-sidebar{
    padding: 56px 0 0 0;
}
.sidebar-search{
    position: relative;
    margin-bottom: 40px;
}
.form-control{
    background-color: #0A0A0E!important;
    outline: none!important;
    box-shadow: none!important;
    height: 70px;
    border: none;
    width: 100%;
    border-radius: 0;
    padding-left: 30px;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
}
.form-control::placeholder{
    color: #fff;
    font-style: italic;
}
.sidebar-search .form-control,
.sidebar-search .form-control::placeholder{
    color: #fff!important;
}
.search-btn{
    position: absolute;
    top: 23px;
    right: 30px;
    font-size: 0;
    width: 24px;
    height: 24px;
    background-image: url('../images/search.png');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.blog-details-sidebar h3{
    font-family: 'Hellix';
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 30px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #363739;
    position: relative;
}
.blog-details-sidebar h3::before{
    content: "";
    width: 50px;
    height: 1px;
    background: #F4CE6C;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.category-block ul{
    list-style: none;
    margin: 0;
}
.category-block ul li{
    display: block;
    margin: 0 0 20px 0;
}
.category-block ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 0 0 29px;
    position: relative;
}
.category-block ul li a::before{
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../images/chevron-double-right.png');
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.recent-post-block{
    padding: 24px 0 0 0;
}
.recent-post-block-item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}
img.recent-post-image{
    width: 80px;
    height: 80px;
    border-radius: 5px;
}
.recent-post-block-text{
    width: calc(100% - 80px);
    padding: 0 0 0 25px;
}
.recent-post-block-text h5{
    color: #9B9B9C;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}
.recent-post-block-text h5 img{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
}
.recent-post-block-text h4{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 0 0;
}




.basic-section{
    padding:50px 0;
}
.basic-text p{
    margin:0 0 25px 0;
}
.basic-text p a{
    color:#fff;
    text-decoration:underline;
}
.basic-text h2{
    margin:0 0 20px 0;
}
.basic-text h4{
    margin:0 0 20px 0;
}




.error-section{
    padding: 180px 0 70px 0;
    text-align: center;
}
.error-data img{
    margin: 0 auto;
    max-width: 500px;
    width: 80%;
    margin-bottom: 30px;
}
.error-data h1{
    margin: 0 0 20px 0;
}



/*======================== Faq ========================*/

/* Faq Section */
.faq-section{
    padding: 100px 0;
}
.faq-data{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.faq-accordion-item{
    background:linear-gradient(to right, #F4CE6C 58.49%, #EDC562 60.61%, #AF7200 80.32%);
    margin: 0 0 20px 0;
    padding:1px;
}
.faq-accordion-button{
    width: 100%;
    background-color: #0A0A0E;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    padding: 20px 30px;
    border:none;
    border-radius: 0;
    position: relative;
}
.faq-accordion-button::before{
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.faq-accordion-button::after{
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 29px;
    transform: translateY(-50%);
    opacity: 0;
}
.faq-accordion-button.collapsed::after{
    opacity: 1;
}
.faq-accordion-body{
    padding: 20px 30px;
    padding-top: 0px;
    background-color: #0A0A0E;
}



.blog-details-comments h3,
h3#comments{
    font-family: 'Hellix';
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color:#fff;
    margin:0 0 22px 0;
}
h3#comments{
    display:none;
}
.commentlist{
    list-style:none;
    margin:0 0 0px 0;
}

.comment-author .avatar {
    width:100px;
    height:100px;
    border-radius:100px;
    position: absolute;
    top:0;
    left:0;
}
.commentlist .fn,.commentlist .says{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
    margin:0;
}
.commentlist .fn a,.commentlist .says a{
    color:#fff;
}
.comment-meta.commentmetadata{
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color:#9B9B9C;
    margin:0 0 20px 0;
}
.comment-meta.commentmetadata a{
    color:#9B9B9C;
}

.comment-body{
    padding:0 0 40px 130px;
    position:relative;
}
.comment-body p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color:#9B9B9C;
    margin:0 0 23px 0;
}
.reply .comment-reply-link{
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    color:#F4CE6C;
    padding:0 0 0 21px;
    opacity:0.8;
    position: relative;
}
.reply .comment-reply-link::before{
    content: "";
    width: 16px;
    height: 15px;
    background-image: url('../images/arrow-back.png');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 2px;
}

.commentlist .children{
    margin:0 0 0 130px;
    list-style:none;
}
.commentlist .children  .reply .comment-reply-link{
    padding:0;
}
.commentlist .children .reply .comment-reply-link::before{
    display:none;
}

h3.comment-reply-title{
    font-family: 'Hellix';
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin: 0 0 12px 0;
}
h3.comment-reply-title a{
    color: #FFFFFF;
}
p.comment-notes,p.logged-in-as{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #9B9B9C;
    margin: 0 0 40px 0;
}
p.comment-notes a,p.logged-in-as a{
    color: #9B9B9C;
}
.comment-form{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.comment-form p{
    padding: 0 10px;
    width: 100%;
}
.comment-form .comment-form-author,.comment-form .comment-form-email{
    width: 50%;
    margin: 0 0 20px 0;
}
.comment-form .comment-form-comment{
    margin: 0 0 30px 0;
}
.comment-form label,.comment-form .comment-form-url,.comment-form .comment-form-cookies-consent{
    display: none!important;
}
.comment-form input,.comment-form textarea{
    width: 100%;
    height: 60px;
    background-color: #0A0A0E!important;
    border: 1px solid #0A0A0E!important;
    outline: none!important;
    box-shadow: none!important;
    padding-left: 30px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}
.comment-form input:focus,.comment-form textarea:focus{
    border: 1px solid #F4CE6C33!important;
}
.comment-form input::placeholder,.comment-form textarea::placeholder{
    color: #9B9B9C;
}
.comment-form textarea{
    height: 190px;
    padding-top:14px;
}
.comment-form .form-submit .submit{
    background-color: #000!important;
    display: table!important;
    padding: 17px 66px 17px 36px!important;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 400!important;
    line-height: 26px!important;
    letter-spacing: 0em!important;
    text-align: center!important; 
    border-image-source: linear-gradient(to right, #F4CE6C 58.49%, #EDC562 60.61%, #AF7200 80.32%)!important;
    border-image-slice: 1!important;
    border-width: 1px!important;
    border-radius: 0px!important;
    width:auto!important;
    background-image: url('../images/arrow-top.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 83% center;
}
.comment-form .form-submit .submit:hover{
    background-color: #F4CE6C!important;
    color:#fff!important;
    border-image-source: linear-gradient(to right, #F4CE6C 58.49%, #F4CE6C 60.61%, #F4CE6C 80.32%)!important;
    border-radius: 0px!important;
}



 .goverlay {
    background: rgba(255, 255, 255, 0.92);
 }
 
 .error{
     color:#f00;
 }






