/**
Theme Name: Homage Astra
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: homage-astra
Template: astra
*/


@font-face {
    font-family: 'archivo';
    src: url('assets/fonts/Archivo-Regular.ttf'),
}

@font-face {
    font-family: 'archivo-semibold';
    src: url('assets/fonts/Archivo-SemiBold.ttf'),
}

@font-face {
    font-family: 'archivo-bold';
    src: url('assets/fonts/Archivo-Bold.ttf'),
}

@font-face {
    font-family: 'archivo-light';
    src: url('assets/fonts/Archivo-Light.ttf'),
}

@font-face {
    font-family: 'rubik-medium';
    src: url('assets/fonts/Rubik-Medium.ttf'),
}

@font-face {
    font-family: 'BebasNeue';
    src: url('assets/fonts/BebasNeueRegular.ttf'),
}



.h-banner-btn-wrap{
display: flex;
position: absolute;
width: 100%;
padding: 0px 96px;
margin: 0 auto;
bottom: 140px;
left: 50%;
transform: translateX(-50%);
color: #fff;
align-items: center;
}

.h-banner-btn1{
color: #919aae;	
font-size: 16px;
text-transform: uppercase;
text-align: center;
border: #fff thin solid;
padding: 10px 20px;
margin-right: 35px;
border-radius: 10px;
font-family: archivo-bold;
}

.h-banner-btn2{
	
}


.btn-gradient-border {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  color: #919aae;
  font-family: archivo-bold;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  transition: all 0.3s;
  background-clip: padding-box;
  z-index: 0; /* ← add this */
}

.btn-gradient-border::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 6px;
  padding: 3px;
  background: linear-gradient(90deg, #93163e, #4040b2);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  transition: all 0.3s;
}

.btn-gradient-border:hover {
  color: #dfe0e1;
}

.btn-gradient-border:hover::before {
  background: linear-gradient(90deg, #93163e, #4040b2);
  -webkit-mask-composite: unset; /* ← add webkit prefix too */
  mask-composite: unset;
  
}


.h-info-block1-wrap{
position: relative;
}

.h-info-block1-wrap img{

}

.h-info-block1-content-wrap{
position: absolute;
top: 50%;
left: 50%;
max-width: 1350px;
width: 100%;
transform: translate(-50%, -50%);	
padding: 0px 30px;
}

.h-info-block1-head{
	
}

.h-info-block1-subtitle{
color: #7f8a9f;
font-size: 15px;
text-transform: uppercase;
font-family: rubik-medium;	
}

.h-info-block1-title{
color: #dfe0e1;
text-transform: uppercase;
font-size: 38px;
font-family: archivo-bold;
line-height: 1.4;	
}

.h-info-block1-body{
display: flex;	
justify-content: center;
align-items: center;
gap: 100px;
border-top: #212633 2px solid;
border-bottom: #212633 2px solid;
padding: 42px 0px;
margin-top: 25px;
}

.h-info-block1-col1{
width: 100%;
max-width: 229px;
}

.h-info-block1-col2{

}

.h-info-block1-col3{
}

.h-info-block1-col4{
}


.h-info-tag{
background: linear-gradient(90deg, #93163e, #4040b2);
font-family: rubik-medium;
color: #e0e3ec;
text-transform: uppercase;
font-size: 14px;
display: inline-block;
padding: 6px 18px;
line-height: 1;
border-radius: 4px;	
}

.h-info-title{
color: #b5b7bf;
font-size: 34px;
font-family: archivo-bold;
line-height: 1.3;
margin-top: 14px;
}

.h-info-title span{
font-family: archivo-light;
}


.h-info-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  z-index: 0;
  transition: color 0.3s ease;
}

/* Gradient border */
.h-info-link::before {
content: '';
  position: absolute;
  inset: 1px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(60deg, #e0305a, #4040b2);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  transition: opacity 0.3s ease;
}

/* Hover fill */
.h-info-link::after {
content: '';
  position: absolute;
  inset: 1px;
  border-radius: 50%;
  background: linear-gradient(60deg, #e0305a, #4040b2);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.h-info-link:hover::after {
  opacity: 1;
}

.h-info-link:hover {
  color: #e0e3ec;
}

.h-info-link i {
  background: linear-gradient(135deg, #e0305a, #4040b2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}

.h-info-link:hover i {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


.h-about-block-wrap{
max-width: 1350px;
margin: 0 auto;
padding: 0px 30px;
display: flex;
justify-content: space-between;
gap: 90px;	
}

.h-about-block-left{
width: 100%;
max-width: 424px;
flex-shrink: 0;
}

.h-about-block-subtitle{
color: #7f8a9f;
font-size: 15px;
text-transform: uppercase;
font-family: rubik-medium;	
}

.h-about-block-title{
color: #c9cbcf;
text-transform: uppercase;
font-size: 48px;
font-family: archivo-bold;
line-height: 1.2;
max-width: 90%;	
}

.h-about-block-desc{
color: #b8bbc3;
font-size: 15px;
font-family: archivo;	
margin-top: 40px;
margin-bottom: 60px;
}

.h-about-block-desc ul{
margin-top: 35px;
margin-left: 5px;
list-style: none;
}

.h-about-block-desc ul li{
font-family: archivo-bold;
margin-bottom: 4px;	
font-size: 16px;
}

.h-about-block-desc ul li:before{
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: #93163e;
border-radius: 10px;
margin-right: 15px;
}

.h-about-block-btn-wrap{
 display: inline-flex;
 align-items: center; 
}

.h-team-wrap{
max-width: 1350px;
width: 100%;
padding: 0px 30px;
margin: 0 auto;
display: flex;	
justify-content: space-between;
gap: 27px;
}

.h-team-item-wrap{
max-width: 412px;
width: 100%;
position: relative;	
overflow: hidden;
border-radius: 16px;
border: #151732 1px solid !important;
}

.h-team-item-wrap img{
border-radius: 16px !important;	
transition: all .3s;
}

.h-team-item-wrap img:hover{
transform: scale(1.15);  
}

.h-team-meta{
position: absolute;
bottom: 30px;
padding: 0px 30px;
width: 100%;
}

.h-team-role{
color: #a5acba;
text-transform: uppercase;
font-family: archivo-bold;
font-size: 15px;	
}

.h-team-name{
color: #a5acba;
font-size: 26px;
font-family: archivo-bold;	
line-height: 1.3;
margin-bottom: 16px;
}

.h-team-more{
color: #53409c;
font-size: 14px;
font-family: archivo-semibold;
}

.h-team-more .h-info-link{
width: 35px;
height: 35px;
font-size: 14px;
margin-right: 6px;	
}

.h-team-info-wrap{
display: flex;
max-width: 1319px;
margin: 0 auto;
width: 100%;
border-radius: 16px;
overflow: hidden;
}

.h-team-info-img{
position: relative;
min-width: 577px;
}

.h-team-info-img img.h-bio-photo{
width: 100%;
}

.h-team-info-content{
max-width: 742px;
background: #FFF;
padding: 50px;
display: flex;
flex-direction: column;
justify-content: center;
}

.h-team-info-title{
font-size: 40px;
font-family: archivo-bold;
color: #6b6e72;
line-height: 1;
margin-bottom: 35px;
padding-top: 60px; 
}

.h-team-info-desc{
font-size: 22px;
font-family: archivo-light;
color: #6b6e72;
}

button.mfp-close{
top: 20px;
right: 20px;
font-family: archivo-light;
font-size: 60px;
opacity: 1;  
transition: all .3s;
}

button.mfp-close:hover{
color: #93163e;
}

.play-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

/* Outer circle with gradient border */
.play-btn-circle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #1e1f2e; /* inner dark circle */
  z-index: 0;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

/* Gradient border */
.play-btn-circle::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, #e0305a, #4040b2);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  transition: opacity 0.3s ease;
}

/* Hover fill */
.play-btn-circle::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e0305a, #4040b2);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.play-btn:hover .play-btn-circle::after {
  opacity: 1;
}

/* Play icon — gradient color */
.play-btn-circle i {
  font-size: 32px;
  margin-left: 4px; /* optical center for play icon */
  background: linear-gradient(90deg, #a0a0c0, #7070a0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}

/* Icon turns white on hover */
.play-btn:hover .play-btn-circle i {
  background: linear-gradient(90deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Watch Trailer text */
.play-btn-text {
  color: #919aae;
  font-size: 16px;
  font-family: archivo-bold;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.play-btn:hover .play-btn-text {
  color: #fff;
}

/* Ripple ring */
.play-btn-circle::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(90deg, #e0305a, #4040b2);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

/* Heartbeat ripple ring 1 */
.play-btn-circle .ripple-1,
.play-btn-circle .ripple-2 {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid rgba(224, 48, 90, 0.5);
  animation: ripple 3s ease-out infinite;
}

.play-btn-circle .ripple-2 {
  border-color: rgba(64, 64, 178, 0.5);
  animation-delay: 0.8s;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}


.mfp-iframe-holder .mfp-content{
max-width: 1319px !important;  
border-radius: 16px;
overflow: hidden;
}

.h-newsletter-wrap{
max-width: 1052px;  
margin: 0 auto;
display: flex;
position: relative;
border-radius: 12px;
overflow: hidden;
}

.h-newsletter-img{
 min-width: 525px; 
}

.h-newsletter-content{
display: flex;
align-items: center;
background: #FFF;
padding: 60px;
flex-direction: column;
justify-content: center;
}

.h-newsletter-title{
color: #06080c;
font-size: 29px;
font-family: archivo-bold;
line-height: 1.4;  
}

.h-newsletter-wrap button.mfp-close{
top: 15px;
}

.h-newsletter-title{
margin-bottom: 35px;
}

.h-newsletter-desc{
width: 100%;  
}

.h-newsletter-desc input[type="submit"]{
    width: 100%;
    font-size: 15px;
    font-family: archivo-bold;
    font-weight: unset;
    text-transform: uppercase;
    color: #fff;

    background: linear-gradient(90deg, #93163e, #4040b2, #93163e);
    background-size: 200% auto;

    margin-top: 10px;
    transition: background-position 0.5s ease;
}

.h-newsletter-desc input[type="submit"]:hover{
    background-position: right center;
}


.h-newsletter-desc input[type="email"]{
border: none;  
border-bottom: #06080c thin solid;
border-radius: 0;
box-shadow: unset;
padding: 12px 30px;
height: unset;
}

.h-newsletter-desc input[type="email"]::placeholder{
color: #797a7e;
font-size: 15px;
font-family: archivo-light;
}

.h-newsletter-field{
 position: relative;
 margin-bottom: 40px; 
}

.h-newsletter-field i{
position: absolute;
top: 50%;
transform: translateY(-50%); 
color: #797a7e;
font-size: 18px;
margin-top: -2px;
}

.h-newsletter-desc .mc4wp-alert{
font-size: 15px;
}

.h-gallery-slider-wrap{
 max-width: 1350px;
 margin: 0 auto;
 padding: 0px 30px; 
}

.h-gallery-slider-head{
margin-bottom: 35px;  
}

.h-gallery-slider-subtitle{
color: #7f8a9f;
  font-size: 15px;
  text-transform: uppercase;
  font-family: rubik-medium;
}

.h-gallery-slider-title{
color: #dfe0e1;
  text-transform: uppercase;
  font-size: 38px;
  font-family: archivo-bold;
  line-height: 1.4;
}

.h-gallery-item img{
object-fit: cover;
border-radius: 12px !important;
aspect-ratio: 9/12; 
}

.h-gallery-slider-wrap .owl-nav{
position: absolute;
right: 0;
top: -85px;
}

.h-gallery-slider.owl-carousel .owl-dots{
text-align: center;
margin-top: 25px;  
}

.h-gallery-slider.owl-carousel .owl-dot{
width: 8px;  
height: 8px;
margin: 0px 6px;
background: #818388;
}

.h-gallery-slider.owl-carousel .owl-dot.active{
background: #92183f;  
}

.h-gallery-slider.owl-carousel .owl-nav .h-info-link{
width: 40px;
height: 40px;
}

.h-gallery-slider.owl-carousel .owl-nav button{
margin-left: 12px;  
}

.h-credits-wrap{
max-width: 1290px;
width: 100%;
margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
margin-bottom: 15px;
}

.h-credit-item{
color: #45474c;
font-family: bebasneue;  
display: flex;
align-items: flex-start;
gap: 8px;
}

.h-credit-role{
font-size: 14px;
text-align: right;
line-height: 0.9;
}

.h-credit-role span{
display: block;
}

.h-credit-name{
font-size: 34px;
line-height: 0.7;
}


@media (max-width: 1600px) {

.h-banner-btn-wrap{
 justify-content: center; 
 bottom: 120px;
}

}


@media (max-width: 1500px) {

.h-info-block-gb{
display: none;  
}

.h-info-block1-wrap{
background: #080d17;
padding: 80px 0px;
}

.h-info-block1-content-wrap{
position: unset;
left: unset;  
top: unset;
transform: unset;
margin: 0 auto;
}

.h-info-block1-body{
gap: 70px;  
}

.h-about-block-wrap{
gap: 40px;  
}

.h-about-block-title{
font-size: 36px;  
}

.h-about-block-desc{
margin-top: 25px;  
margin-bottom: 40px;
}



}


@media (max-width: 1300px) {

.h-banner-btn-wrap{
 justify-content: center; 
 bottom:unset;
 top: 50%;
 transform: translate(-50%, -50%);
}

.h-banner-btn-wrap .play-btn-text{
display: none;
}

.h-banner-wrap .h-banner-btn1{
display: none;  
}

.h-info-title{
font-size: 30px;  
}

.h-credits-wrap{
flex-direction: column;  
}

.h-team-wrap{
gap: 15px;  
}

.h-team-meta{
padding: 0px 20px; 
bottom: 20px; 
}

.h-team-role{
font-size: 14px;  
}

.h-team-name{
font-size: 22px;  
}

.h-team-info-wrap{
max-width: 500px;
flex-direction: column;
margin-top: 100px;
margin-bottom: 100px;  
}

.h-team-info-img{
width: 100%;
min-width: unset;
}

.h-team-info-content{
width: 100%;
min-width: unset;
padding: 30px;
}

.h-team-info-title{
padding-top: 0px; 
font-size: 30px; 
margin-bottom: 25px;
}

.h-team-info-desc{
font-size: 18px;
line-height: 1.7;
padding-bottom: 20px;  
}

}

@media (max-width: 1100px) {
.h-about-block-wrap{
flex-direction: column;
align-items: center;
}

.h-info-block1-body {
  gap: 50px;
  flex-direction: column;
}

.mfp-container{
padding-left: 20px !important;  
padding-right: 20px !important;
}

.h-newsletter-img{
min-width: unset;
width: 50%;  
}

.h-newsletter-content{
width: 50%;  
padding: 40px;
}

}  


@media (max-width: 900px) {
.play-btn-circle{
width: 55px;
height: 55px;
}

.play-btn-circle i{
font-size: 22px;
}

.h-credit-item{
flex-direction: column;
align-items: center;  
}

.h-credit-name {
  font-size: 26px;
  line-height: 1.1;
  text-align: center;
}

.h-credit-role{
font-size: 16px;  
line-height: 1;
}

.h-credit-role span {
  display: inline-block;
}

.h-team-wrap{
flex-direction: column;  
align-items: center;
}

.h-newsletter-wrap{
flex-direction: column;
max-width: 600px;
margin-top: 50px;
margin-bottom: 50px; 
}

.h-newsletter-img,
.h-newsletter-img img{
width: 100%;  
}

.h-newsletter-content{
width: 100%;
}

.h-newsletter-wrap button.mfp-close {
  color: #fff;
}

.mfp-arrow-left{
left: 20px !important;  
}

.mfp-arrow-right{
right: 20px !important;  
}


}


@media (max-width: 600px) {

.h-gallery-slider-head{
  text-align: center;
}

.h-gallery-slider-title{
font-size: 28px;  
}

.h-team-wrap{
padding: 0px 20px;  
}

.h-about-block-title {
  font-size: 28px;
}

.h-about-block-desc {
  margin-top: 15px;
}

.h-about-block-btn-wrap{
display: flex;  
flex-direction: column-reverse;  
gap:30px;
}

.h-banner-btn1{
margin-right: 0px;  
}

.h-info-block1-head{
text-align: center;  
}

.h-info-block1-body{
margin-top: 15px;  
padding: 35px 0px;
align-items: center;
text-align: center;
}

.h-info-block1-title{
font-size: 28px;  
}

.h-newsletter-content{
padding: 30px 30px 20px 30px;  
}

.h-newsletter-title{
font-size: 22px;
margin-bottom: 25px;  
}

.h-newsletter-field{
margin-bottom: 30px;  
}

.h-info-block1-wrap {
padding: 50px 0px;
}

.h-gallery-slider-wrap .owl-nav{
top: 40%; 
width: 100%;
display: flex;
justify-content: space-between; 
}

.h-gallery-slider-wrap .owl-nav .owl-next{
margin-right: 12px;
}

}