/**
Theme Name: Sharif Jewellers
Author: Fariha Izhar
Author URI: https://farihaizhar.com
Description: Sharif Jewellers 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: sharif-jewellers
Template: astra
*/
body{
	 font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.wp-block-uagb-container.uagb-block-3b80ef8d {position:relative;}


figure.show-reel{
	  width:100%;
	position:relative;
	height:100%;
  height:80vh; 
  
  display: flex;
  justify-content: center;
  align-items: center;
	overflow: hidden;
   
    left: 0;
    top: 0;
    bottom: 0; 
    margin: auto;
    right: 0;
     
}
.show-reel video {
	object-fit: cover;
    height: 100%;
    width: 100%;
    overflow-clip-margin: content-box;
    overflow: clip;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
	min-height:100%;
	min-width:100%;
 
} 

.montserrat-regular {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h3,h4,h5,h6,
h2, .entry-content h2
{font-family: "Montserrat", serif;}
@media(max-width:1225px){
	.site-footer-section{padding-left:15px;padding-right:15px;}
}
.ast-mobile-header-content {
    width: 100%;  
    max-width: 500px; 
    text-align: center;  
}

.h-stroke-anim svg {
	stroke-dasharray:          1840;
	stroke-dashoffset:         1880;
	-webkit-animation:                 animstrk 10s linear alternate forwards;
	        animation:                 animstrk 10s linear alternate forwards;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	fill:                      none !important;
}

@-webkit-keyframes animstrk {
	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes animstrk {
	100% {
		stroke-dashoffset: 0;
	}
}

   