@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Protest+Strike&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* .title{
      background: url('./pexels-jacqueline-james-20272457.jpg'); 
    background-repeat: no-repeat;
     background-size: cover ; 
     font-family: "Great Vibes", cursive;
     font-weight: 400;
     font-style: normal;
     
    
    
} 


 .sec-1{
    padding-top: 9rem !important;
}
.sec-1-h1{
    color: tomato;
    letter-spacing: 0.50rem;
} 
.div-p{
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
    
} */
body{
    background: url('./firsts.JPG');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    backdrop-filter: blur(0px);
    background-position: center;
    scroll-snap-type:proximity;
    margin: 0;

}
.title{

   font-family: "Great Vibes", cursive;
   font-weight: 400;
   font-style: normal;
   
  
  
} 
.fh1{
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}
.welcome{
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}
.sec-2{
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}
#GandB{
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}
#GandB-1{
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}
.crd{
    width: 400px;

}
.crd-2{
    width: 400px;

}
.muhurtham{
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}
.ml{
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}
.phon-sec{
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}
.phone-cd{
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}

/* #Reception{
    transition: 0.5s;
}
#Reception:hover{
    scale: 1.050;
}
#Wedding{
    transition: 0.5s;
}
#Wedding:hover{
    scale: 1.050;
}
#Photoshoot{
    transition: 0.5s;
}
#Photoshoot:hover{
    scale: 1.050;
} */
.recep{
    transition: 0.5s;
}
.recep:hover{
scale: 1.050;
}
.wed{
    transition: 0.5s;
}
.wed:hover{
scale: 1.01;
}
.phot{
    transition: 0.5s;
}
.phot:hover{
scale: 1.20;
}


.oussec{
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
    padding: 8%;
}
/* our lovble photos-start */
.wrapper{
    width: 100%;
    height: 100%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.container{
    height: 500px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.cd{
    width: 80px;
    display: flex;
    cursor: pointer;
    overflow: hidden;
    align-items: flex-end;
    background-size: cover;
    margin: 0 10px;
    box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.8) ;
    transition: .6s cubic-bezier(0.28, -0.03 ,0 ,0.99);


}
.cd .row{
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    margin-left: 10px;
}
input{
    display: none;
}
input:checked + label{
    width: 900px;
}
input:checked + label .title{
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.card[for="c1"]{
    background: url('./slid1.JPG');
    background-repeat: no-repeat;
    background-size: cover;
}
.cd[for="c2"]{
    background: url('./slid2.JPG');
    background-repeat: no-repeat;
    background-size: cover;
}
.cd[for="c3"]{
    background: url('./slid3.JPG');
    background-repeat: no-repeat;
    background-size: cover;
}
.cd[for="c4"]{
    background: url('./slid4.JPG');
    background-repeat: no-repeat;
    background-size: cover;
}
.cd[for="c5"]{
    background: url('./slid5.JPG');
    background-repeat: no-repeat;
    background-size: cover;
}
.cd[for="c6"]{
    background: url('./slid6.JPG');
    background-repeat: no-repeat;
    background-size: cover;
}
.cd[for="c7"]{
    background: url('./img-7.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.cd[for="c8"]{
    background: url('./img-8.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
/* our lovble photos-end */



/* bride and groom-start */
.timeline{
 position: relative;
 max-width: 1000px;
 margin: 100px auto;  
 padding: 10px; 
}
.contai{
    padding: 10px 50px;
    position: relative;
    width: 72%;
    
}
.text-box{
    padding: 20x 30px;
    background: #fff;
    position: relative;
    border-radius: 18px;
    font-size: 15px;
    text-align: center;

}
.left-contai{
    left: -24%;

}
.right-contai{
    left: 52%;
}
.timeline::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 50%;
    margin-left: -3px;
}
.left-contai-arrow{
    width: 0;
    height: 0;
    position: absolute;
    top: 40%;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;
    right: -15px;
}
.right-contai-arrow{
    width: 0;
    height: 0;
    position: absolute;
    top: 40%;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid white;
    left: -15px;
}
@media screen and (max-width:500px) {
    .timeline{
        margin: 50px auto;
    }
    .timeline::after{
        left: 0%;
    }
    .contai{
        width: 130%;
        padding-left: 32%;
        padding-right: 10%;
    }
    .text-box{
        font-size: 13px;
        right: 10%;
        width: 120%;
        
    }
    .text-box h2{
        font-size: 2rem;
        
    }
    .text-box p{
        font-size: 1rem;
        
    }
    .right-contai{
        left: -13%;
    }
    .left-contai{
        left: -13%;
    }
    .left-contai-arrow, .right-contai-arrow{
        border-right: 15px solid white;
        border-left: 0;
        left: -5%;
    }
}
/* bride and groom-end */
