/*
Theme Name: Shivphotographyindore Child
Author: 
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.hero_sec .uagb-container-inner-blocks-wrap {
    max-width: 100% !important;
}
.hero_item {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-size: cover;
    padding: 20px;
    position: relative;
}
.hero_details {
    margin-bottom: 0;
    padding: 20px 17px;
    position: absolute;
    font-size: 60px;
    z-index: 9;
    width: 651px;
    right: unset;
    text-align: left;
    bottom: 5%;
    color: #fff;
    font-weight: 500;
    text-shadow: 2px 2px 2px #3c3c3c99;
    background: #000000ab;
    left: 2%;
    max-width: calc(100% - 30px);
}
.hero_details h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    font-family: 'Alice', serif;
    margin: 0px 0px 15px 0px;
}
.hero_details p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
}
.hero_slide .owl-dots {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin:0px 0px 0px 0px !important;
}
.owl-dots {
    margin:20px 0px 0px 0px !important;
    display: flex;
    flex-flow: wrap;
    grid-gap: 15px;
}
.owl-dots button {
    width: 15px;
    height: 15px;
    background: #D6D6D6 !important;
    display: flex !important;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    border: unset !important;
    outline: unset !important;
    position:relative;
}
.owl-dots span {
    position: absolute;
    padding: 0px !important;
    background: #D6D6D6 !important;
    color: white !important;
    width: 60% !important;
    height: 60% !important;
    margin: 0px auto !important;
    top: 50%;
    left: 55%;
    transform: translate(-55%,-50%);
    z-index: 2;
}
.owl-dots button.active span {
     background: #7e5312 !important;
}
.wedding_sec h2,.wedding_sec h3,.wedding_sec p {
    color: #fff;
}
.wedding_sec  .uagb-container-inner-blocks-wrap {
    max-width: 100% !important;
    width: 100% !important;
}
.weading_slide img{
	height: 356px;
	display: block;
	object-fit: cover;
}
.weading_details h3{
	font-size: 24px;
	margin: 24px 0px 0px 0px;
}
@media(max-width: 767px){
	.hero_item {
	    min-height: 480px;
	}
	.hero_details h2 {
	    font-size: 24px;
	    margin: 0px 0px 10px 0px;
	}
	.hero_details {
	    padding: 20px 15px;
	    bottom: 50px;
	}
	.weading_details h3{
		font-size: 20px;
		margin: 16px 0px 0px 0px;
	}
	.weading_slide img{
		height: 300px;
	}
	.owl-dots {
	    grid-gap: 10px;
	}
}