*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');

body{
   letter-spacing: 1px;
   font-family: 'Open Sans', sans-serif;
}

.my-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mynav{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.678);
    z-index: 2;
    width: 100%;
}




.mynav .navbar-nav li a{
    color:black;
}


.mynav  i{
    margin-right: 30px;
}

.carousel{
    top:0px;
    height: 700px;
    width: 100%;
}

.carousel img{
    height: 700px;
    width: 100%;
}


/* media query for header  */
@media screen and (min-width: 1200px){
    .mynav .navbar-nav li{
        margin-left: 30px;
    }
    .mynav .navbar-brand{
        margin-left: 100px;
    }
    .mynav .navbar-nav{
        margin-left: 50px;
        
    }
}

@media screen and (max-width: 600px){
    .carousel{
        top:0px;
        height: 600px;
        width: 100%;
    }
    
    .carousel img{
        height: 600px;
        width: 100%;
    }
}
.service-card p{
    text-align:justify;
    letter-spacing: 1.7px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 23px;
}

.service-card i{
    margin-right: 10px;
    color: green;
}

.service-card h4{
    font-size: 18px;
    margin-bottom: 15px;
}

.heading span{
    padding-bottom: 10px;
  border-bottom: 3px solid green;
  font-family: 'Poiret One', 'cursive';
  font-size: 16px;
  letter-spacing: 2.8px;
  font-weight: 600;
}

@media screen and (max-width: 800px) {
    .heading span{
        border-bottom: none;
    }

    .heading{
        border-bottom: 3px solid green;
        padding-bottom: 10px;
    }
}

.service-card img{
    height: 270px;
    width: 100%;
}


.photography-trend .carousel{
    height: 350px;
}

.photography-trend .carousel img{
    height: 350px;
}

.photography-trend ol li{
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
}

.section3 h6{
    font-size: 16px;
    font-weight: 600;
}

.section4 h6{
    font-size: 16px;
    font-weight: 600;
}


.footer{
    background-color: rgb(243, 235, 235);
}





/* wedding page css */

.wedding-banner{
    background: url("banner2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex;
    width: 100%;
    height: 500px;
}

.wedding-banner img{
    width: 40%;
    height: 90%;
    transform: translateY(11%);
    /* position: relative; */
}

.wedding-banner .banner-text{
   
    margin-top: 10%;
    margin-left: 10%;
   
}

@media screen and (max-width: 800px) {
    .wedding-banner .banner-text{
        margin-top: 30%;
    }
}

@media screen and (min-width: 1000px){
    .wedding-banner h4{
        font-size: 39px;
        letter-spacing: 4px;
    }
}

.wedding-gallery{
    padding: 20px;
    background-color: white;
    position: relative;
    top:-55px;

}

.wedding-gallery img{
    height: 200px;
    
}

.wedding-gallery p{
margin-top: 20px;
}
.wedding-gallery .overlay{
height: 150px;
margin-left: 5%;
width: 90%;
position: relative;
top:-210px;
left:0;
z-index: 2;
/* margin: 20px 20px; */
background-color: rgba(255, 255, 255, 0.558);
}
.wedding-gallery button{
    margin-left: 50%;
    transform: translateX(-50%);
}

.short-line{
    height: 2px;
    width: 86%;
    margin-left: 7%;
    background-color: rgb(208, 207, 207);
    margin-bottom: 1px;
}
.long-line{
    height: 2px;
    width: 94%;
    margin-left: 3%;
    background-color: rgb(160, 157, 157);
    margin-bottom: 3px;
}