:root {
  --bg: #172021;
  --headerbg: #0d151c;
  --fontclr: #ffffff;
}

body{
	background: #000;
	color: var(--fontclr);
    font-family: "Poppins", serif;
}
a{
    color: var(--fontclr);
}
a:visited {
    color: #fff;
}
.container{max-width: 1440px; margin: 0 auto; padding-left: 20px; padding-right: 20px}

.site-header{padding: 20px 40px; background: var(--headerbg);}

.site{background: var(--headerbg);}

p{margin: 0 0 15px}

.site-branding {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-block{padding: 40px}

.welcome-video-video {
    object-fit: cover;
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
}

.welcome-video-content-container {
    border-radius: 24px;
    height: 80vh;
    min-height: 680px;
    max-width: 1920px;
    max-height: 1260px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.sideright-bar{
    border-right: 1px solid #232E31;
    padding: 50px 25px;
    border-right: 1px solid #232E31;
    padding: 50px 25px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: sticky;
    top: 0;
    width: 25%;
}
.site-info ul{margin-bottom: 30px !important;}
.site-info, .site-info a{ color: #55666E}
.site-info p{font-size: 12px}


.sideright-bar ul{list-style-type: none; padding: 0; margin: auto;}
.main-container{display: flex;}
.sideright-bar ul li a{color: #BDBDBD; display: block; text-decoration: none; font-size: 20px}
.sideright-bar ul li{margin: 10px 0}
.sideright-bar ul li.current-menu-item a{color: var(--fontclr);}
.post-block_img{border-radius: 15px; overflow: hidden;}
.post-block_img img{vertical-align: top;}
.post-block_container{position: relative; border-radius: 15px; overflow: hidden; display: inline-block; width: 100%; padding-top: 20px}
.post-block_content{position: absolute; left: 0; bottom: 0;
    background: linear-gradient(0deg, #020202 6.79%, rgba(0, 0, 0, 0) 93.67%);
    padding: 20px 24px 10px;
    z-index: 9;
    width: 100%;
    font-size: 16px;
}
.post-block_content h3{font-size: 20px}
.inner-content{padding: 50px}
.post-block_content a{text-decoration: underline; font-weight: bold;}

.sideright-bar ul.menu li{margin: 0 0 30px}
.menu li a{display: block; position: relative; padding-left: 40px}
.menu li a:before{
    content: url(../img/home_l.svg);
    position: absolute;
    left: 0;
    scale: 1.3;
}
.menu li.team a:before{content: url(../img/team_l.svg);}
.menu li.contact a:before{content: url(../img/contact_l.svg);}

.menu li.current-menu-item a:before{ content: url(../img/home.svg);}
.menu li.team.current-menu-item a:before{content: url(../img/team.svg);}
.menu li.contact.current-menu-item a:before{content: url(../img/contact.svg);}

.post-block_right{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 30px;
}
.post-block_wrap {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    height: 100vh;
    overflow: hidden;
}
.post-block_right a{text-decoration: none; color: var(--fontclr); display: block;}
.post-block_right a:hover{color: var(--fontclr)}

.main-progress{
    position: absolute;
    right: 80px;
    bottom: 80px;
    z-index: 999;
}
.progress-circle {
    margin: auto;
    width: 60px;
    height: 60px;    
}

.progress-circle circle {
    fill: none;
  stroke-width: 10;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.1s linear;
}

.progress-circle .background {
    stroke: transparent;
    fill: rgba(255, 255, 255, 0.50);
    stroke-width: 10; /* Adjust width for visual effect */
    r: 80; /* Slightly smaller radius to create a gap */
}

.progress-circle .progress {
    stroke: rgba(255, 255, 255, 0.50);
    stroke-dasharray: 628; /* 2 * Math.PI * 100 */
    stroke-dashoffset: 0;
    stroke-width: 10; /* Thinner stroke for the progress */
    r: 100; /* Reduced radius to create the gap between circles */
    transition: stroke-dashoffset 0.1s linear;
}
.time-display {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
    padding: 5px 15px;
    font-weight: bold;
    line-height: 0.9;
    text-align: center;    
}


.post-block_img{max-width: 538px}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    z-index: 99;
}
.owl-theme .owl-dots{position: absolute; z-index: 99; bottom: 0; left: 0; right: 0;}
.owl-theme .owl-dots .owl-dot span { width: 7px; height: 7px; margin: 5px 4px;}

.owl-carousel .owl-nav button.owl-next{right: 10px}
.owl-carousel .owl-nav button.owl-prev{left: 10px}
.post-block_img .owl-carousel .owl-nav button{width: 42px; height: 42px; border-radius: 50%; border: 1px solid #fff; background: #FFFFFF33; display: block; margin-top: -20px;}

.post-block_img .owl-carousel .owl-nav button:after{content: url(../img/arrow-right.svg); position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 10px; height: 20px;}
.owl-carousel .owl-nav button.owl-prev:after{transform: rotate(180deg);}

.post-block_container .dots{position: absolute; bottom: 10px; z-index: 99; left: 0; right: 0; margin: auto; text-align: center;}
.post-block_container .dots .owl-dot{width: 6px; height: 6px; background: #303F47; border-radius: 50%; margin: 0 2px; -webkit-appearance: none; -moz-appearance: none; padding: 0; cursor: pointer; border: none;}
.post-block_container .dots .owl-dot.active{background: #fff}


.video-post{height: 80vh; width: 100%; position: relative;}
.video-post video{object-fit: cover; width: 100%; height: 100%}


.video-post .main-progress{
    right: 20px;
    bottom: 120px;
}

/* Smooth slide animation */
@keyframes slideUp {
  0% { max-height: 0; }
  100% { max-height: 70%; }
}

/* Smooth slide down animation */
@keyframes slideDown {
  0% { max-height: 70%; }
  100% { max-height: 0;}
}

.post-block_over, .post-block_share{
    position: absolute;
    background: #000;
    color: var(--fontclr);
    border-radius: 15px 15px 0 0;
    padding: 0 20px;
    bottom: 0;
    z-index: 999;
    max-height: 0;
    width: 100%;
    overflow: hidden;
    visibility: hidden;
    transition: max-height 0.5s ease-in-out;
    animation: slideDown 0.5s ease-in-out forwards;
}
.post-block_share .heateor_sss_sharing_container{
    padding-bottom: 40px;
}
.open_content .post-block_over, .post-block_share.open{
  max-height: 70%; /* 70% of the viewport height */
  overflow: auto;   /* Allows scrolling if content overflows */
  visibility: visible;
  animation: slideUp 0.5s ease-in-out forwards;
}

.post-block_close {
    position: sticky;
    padding: 5px 0 25px;
    display: inline-block;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    font-size: 30px;
    height: 65px;
    text-align: center;
    line-height: 32px;
    width: 100%;
    background: #000;
}

.open_content .post-block_content{opacity: 0}

.post-block_close:after{
     content: ''; width: 15px; height: 2px; background: #fff; border-radius: 10px; position: absolute; left: 0; right: 0; margin: auto;
}

.post-block_close:after {
    content: '';
    width: 70px;
    height: 3px;
    background: #ffffff9c;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 15px;
}

.main-progress{display: none;}

.contact-wrap{display: flex; justify-content: space-between; gap: 80px;}
.contact-links{display: flex; align-items: center; gap: 20px; margin-bottom: 20px; font-size: 20px;}
.contact-top_img{display: flex; justify-content: center; max-width: 312px; margin: 0 auto 40px;}
.contact-wrap h3{
    font-size: 32px;
    font-weight: 500;
}

.post-block_container a{color: #fff;}
.post-block_img .owl-carousel{position: static;}
.post-block_img {position: relative;
    height: calc(100vh - 40px);
    align-items: center;
    display: flex;
    background: #000;
}

.post-block_img .video-post video {
    object-fit: contain;
}

.owl-carousel .item {
    display: flex;
    justify-content: center;  /* Horizontally center */
    align-items: center;      /* Vertically center */
    height: calc(100vh - 40px);           /* Set a height for the carousel items */
    background: #000;
}

.playButton {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 64px;
    height: 64px;
    cursor: pointer;
}
.playButton svg{
    width: 64px;
    height: 64px;
}

.close_over{text-align: right; padding-bottom: 15px; font-weight: bold; cursor: pointer;}

.video_block .post-block_over{background: rgba(0, 0, 0, 0.2); padding-top: 20px;}
.video_block .post-block_close{display: none;}

.overlay_top{ width: 100%; left: 0; right: 0; position: fixed; bottom: 0; top: 0; opacity: 0.4; z-index: -1; background: #000; pointer-events: none;}

.open_content .overlay_top{z-index: 1; pointer-events: all}

.video_block .overlay_top{z-index: -1; pointer-events: none;}

.mobile_menu{display: none;}

.post-right_projects{width: 64px; height: 64px; border-radius: 50%; overflow: hidden;}

.post-block_share.open .post-block_close{ display:block; }

.side_menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000;
    right: -100%;
    z-index: 99999;
    top: 60px;
    transition: 0.3s all ease;
}
.side_menu_wrap {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 60px);
}
.mobile_menu-close{display: none;}
.side_menu_wrap ul{margin: 0; padding: 0; list-style-type: none;}
.side_menu_wrap ul li a{display: block; text-decoration: none; padding: 10px 0;}
.side_menu_wrap p{font-size: 14px}

.menu-open .side_menu{right: 0}
.menu-open .mobile_menu-open{display: none;}
.menu-open .mobile_menu-close{display: block;}


.post-right_projects{
    position: relative;
}
.post-right_projects img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


@media only screen and (max-width: 1024px) {
    .site-header {
        padding: 10px 0;
        position: fixed;
        z-index: 999;
        width: 100%;
        background: var(--headerbg);;
    }
    .mobile_menu{display: block;}
    .site-description{display: none;}
    .site-branding .custom-logo-link{max-width: 81px}
    .site-description{padding: 0 20px; margin: 0}
    .hero-block { padding: 20px; padding-top: 70px;}
    .welcome-video-content-container{min-height: 300px; height: 70vh; background: #000;}
    .welcome-video-video { object-fit: contain; }
    .main-progress {right: 15px;bottom: 15px;}
    .site-info{display: none;}
    .sideright-bar{position: fixed; bottom: 0; background: #000; width: 100%; border: none; 
        height: auto;
        left: 0;
        top: auto;
        padding: 15px;
        z-index: 9999;
    }
    .post-block_img .owl-carousel {position: relative; border-radius: 15px; overflow: hidden;}
    .post-block_img .owl-carousel img{border-radius: 0}
    .owl-theme .owl-nav{display: none;}
    .main-container { padding-top: 0;}
    .menu li a:before {position: static;scale: 1;display: block;text-align: center;}
    .sideright-bar ul{text-align: center;}
    .sideright-bar ul li a{text-align: center; padding: 0; font-size: 12px}
    .sideright-bar ul li{display: inline-block; padding: 0 30px; vertical-align: bottom;}
    .sideright-bar ul.menu li { margin: 0;}
    .widget {margin: 0;}
    .inner-content { padding: 0;}
    body{padding-bottom: 0}
    .post-block_wrap{position: relative;}
    .post-block_right{position: absolute; right: 5px; top: 0; margin: auto; bottom: 0; scale: 0.7; z-index: 99; gap: 30px;}
    .post-block_content {
        padding: 0 15px;
        font-size: 14px;
    }
    .post-block_content h3 {font-size: 18px;}
    .post-block_container{display: block; padding-top: 65px;}
    .main-container{display: block;}

    .contact-wrap { gap: 0; flex-direction: column;}
    .contact-wrap h3 { font-size: 28px; margin-top: 0; }
    .contact-links { gap: 15px; margin-bottom: 15px;font-size: 16px;}
    .site-description { font-size: 12px; text-align: right; padding-right: 0}
    .video-post .main-progress {right: 10px;bottom: 10px;}
    .video-post { height: 100%; background: #000;}
    .video-post video { object-fit: contain; }
    .post-block_img {display: block;background: none;}
    .post-block_img .owl-carousel{background: #000}

    .post-block_img, .owl-carousel .item, .welcome-video-content-container{ height: calc(100vh - 210px); }
    .post-block_wrap{margin-bottom: 0}
}