@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,500;1,500&family=Corinthia:wght@700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,500;1,600&family=Roboto:ital@1&family=Sacramento&display=swap');
*{
    margin: 0;
    padding: 0;
   /*font-family: 'Alegreya'; */
    font-family: 'Alegreya';
    
}



.container{
    text-align: center;
    width: 100%;
    height: auto;
    font-family: 'Alegreya';
    
    
}
label.logo{
    color: #996515;
    font-size: 30px;
    line-height: 100px;
    font-weight: 1000;
    font-weight: bolder;
    
}
label.logo::first-letter{
    font-size: xx-large;
    color:#996515;
    font-weight: 600;
}
#nav-bar {
    position: sticky;
    top: 0;
    z-index: 10;
    width: 100%;
   font-family: 'Alegreya';
    display: flex;
}

.navbar-brand img {
  
    height: auto;
    width: auto;
    max-height: 72px;
    max-width: 250px;
    overflow: auto;
    display: block;
    margin-left: 15px;
    padding-left: 10px;
 
}
.navbar-brand img:hover{
    transform: scale(1.5);
}
.navbar ul{
    float: right;
    margin-right: 20px;
}
.navbar ul li{
    display: inline-block;
margin: 0 5px;
color:#996515;
}
.navbar ul li a{
    color:white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}
.navbar-nav li {
    padding: 0 10px;
   font-family: 'Alegreya';
}

.navbar-nav li a {
    float: right;
    text-align: left;
}
#navbar a.active,a:hover{
 
    transition: .5s;
    color: white;

}
#nav-bar ul li a:hover {
 
    color: #996515!important;
}
#nav-bar a.active,a:hover{

    transition: .5s;
    color:#efefef;
}
.navbar {
  
   background-color: white ;
    padding: 0 !important;
}

.navbar-toggler {
  
   outline:#996515;
   border-color: #996515;
}
.navbar-brand a{
    height: 80px;
    width: 80px;
}

.navbar-nav > li > .dropdown-menu
 {
  
    padding: 5px;
    font-family: 'Alegreya';
   
   
}
#nav-bar .dropdown-menu a{
    color:#996515;
}
.navbar-nav > li > .dropdown-menu a
{   
    color: #996515;
    font-family: 'Alegreya';
    border-bottom: 1px dotted #fff;
}
.nav-link {
    color:#996515 !important;
    font-weight: 600;
    font-size: 16px;
}
.active, .navbar ul li:hover
{
    background-color: #DAA520;
    border-radius: 3px;
}
.title-T {
    height: 30px;
    padding-left: 0px;
    color:#996515;
    font-size: 35px !important;
    font-weight:bolder;
   font-family: 'Alegreya';
    line-height: 100px;
    line-height: 80px;
}


.logo:hover {
    color:#B8860B;
   
}
#nav-bar .newspan
{
    color: #996515;
    line-height: 40px;
    font-weight: 500;
    font-weight: bolder;
}
/*--label.logo{
    color: #996515;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-left: 10px;
}

label.newWord
{
    font-size: 20px;
}
#nav-bar {
    position: sticky;
    top: 0;
    z-index: 10;
    width: 100px;
   font-family: 'Alegreya';
    display: flex;
    padding: 0px;

}


.navbar-brand img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: block;
    border-radius:50%;
 
}

.navbar-brand img:hover{
    transform: scale(1.5);
}
.navbar ul{
    float: right;
    margin-right: 20px;
}
.navbar ul li{
    display: inline-block;
margin: 0 5px;
}
.navbar ul li a{
    color:white;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    text-transform: uppercase;
}
.navbar-nav li {
    padding: 0 10px;
   font-family: 'Alegreya';
}

.navbar-nav li a {
    float: right;
    text-align: left;
}
#navbar a.active,a:hover{
 
    transition: .5s;
}
#nav-bar ul li a:hover {
    color: white!important;
}
#nav-bar a.active,a:hover{

    transition: .5s;
    color:#efefef;
}
.navbar {
  
   background-color: #d3d3d3 ;
    padding: 0 !important;
}

.navbar-toggler {
  
   outline:#996515;
   border-color: #996515;
}
.navbar-brand a{
    height: 80px;
    width: 80px;
}


.nav-link {
    color:#996515 !important;
    font-weight: 600;
    font-size: 16px;
}
.title-T {
    height: 30px;
    padding-left: 0px;
    color:#996515;
    font-size: 35px !important;
    font-weight:bolder;
   font-family: 'Alegreya';
    line-height: 100px;
    font-size: 35px;
    line-height: 80px;
}


.logo:hover {
    color: white !important;
}
#navrbar h5{
    color:#996515;
    font-size: 4.3rem;
}--*/


/*--Home--*/
.home{
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(images/image11.jpg)no-repeat;
    background-size:cover;
    background-position: center;
    border: 1px solid gray;
    
}
/*-----Slider-----*/
 #slider .containerslider{
    /*width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;*/
    background-size: cover;
    background-position: center;
    color: #fff;
    background-attachment: fixed;
    text-align: center;
    padding: 100px;
    width: 100%;
    height: 100vh;
    

}
#slider .swiper {
    width: 100%;
    height: fit-content;
}
#slider .swiper-slide img{
    width: 100%;

}
#slider .swiper .swiper-button-next, .swiper .swiper-button-prev
{
    color:#996515;
}
#slider .swiper .swiper-pagination-bullet-active
{
background: white;
}

 /*#slider .container {
   overflow: hidden;
    position: relative;
    width: 100%;
    display: grid;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    margin: auto;
padding: auto;
width: 1300px;
max-width: 100%;
max-height: 100%;
height: 100%;
}

.carousel-inner {
    height: auto;
    width: 100px;
    background: lightgray;
    background-position: center center;
  }
*/
.title1{
    text-decoration: underline wavy hotpink;
    
}
/*----About----*/
#About {
    /*padding-top: 50px;
    padding-bottom: 50px;
    background-image: linear-gradient(to right,#996515, #f5bf03);
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(images/images2/1pic\ \(14\).jpg);*/
    background-size: cover;
    background-position: center;
    color: #996515 !important;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
    

}
#About .btn {
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: 'Alegreya';
}

.about-content {
    padding-top: 20px;
    font-family: 'Corinthia', cursive;

}

.skills-bar p {
    margin-bottom: 6px;
    font-weight: 600;
}

.progress-bar {
    border-radius: 16px;
}

.progress {
    border-radius: 16px !important;
    margin-bottom: 20px;
}
.play-btn {
    width: 50px;
    margin: 20px;
}
.play-btn:hover{
    background-color: #2196f3 !important;
}
#About a{
    text-align: left;
    color:#996515  !important;
    padding-bottom: 10px;
    font-size: 40px;
    font-family: 'Alegreya';
}
#About a:hover{
    color: #B8860B !important;
}
#About h1{
    color: #996515 !important;
    font-family: 'Corinthia', cursive;
    font-weight: bolder;
}
.playone
{
 color:#996515;
}
.about-content
{
    font-family: 'Alegreya';
    font-style: italic;
    font-size: 40px;
}

 .title::before {
    content: '';
    background:  darkgray;   
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
    font-family: 'Corinthia',cursive;
}

.title::after {
    content: '';
    background:  #996515;   
    height: 10px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-block: 0px;
    display: block;
    transform: translateY(8px);
    font-family: 'Corinthia',cursive;
}

/*-----services-----*/
#services {
   /*background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(images/images2/1pic\ \(21\).jpg);*/
    background-size: cover;
    background-position: center;
    color: #996515 !important;
    background-attachment: fixed;
    padding-top: 10px;
    font-family: 'Alegreya';
    font-weight: bolder;
    
}

.services-img {
    width: 80%;
    height: 80%;
    padding-bottom: 20px;
   /*-- border-radius: 20px;--*/
    

}
#services .btn-light
{
    color:#996515;
    font-weight: bolder;
    background-color: wheat;
}
#services h4 {
    text-align: center;
    color:#996515!important;
    padding-bottom: 20px;
    font-family:'Alegreya';
    font-style: italic;
}
/*#services h2{
    font-family:"Times New Roman", Times, serif;
    font-weight: bold;
    font: 2em "Times New Roman";
    
}
#services li{
    font-family:"Times New Roman", Times, serif;
    font-weight: bold;
    font: 2em "Times New Roman";

}--*/
/*--#services h1 {
    text-align: center;
    color:  #996515;
    padding-bottom: 10px;
}

#services h1::after {
    content: '';
    background: #efefef;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
}--*/

.services {
    margin-top: 40px;
}

.icon {
    font-size: 40px;
    margin: 20px auto;
    padding: 20px;
    height: 80px;
    width: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
}

#services p {
    font-size: 14px;
    margin-top: 20px;
    color: #ccc;
}

#services .col-md-3:hover {
    background:wheat;
    cursor: pointer;
    transition: 0.7s;

}

/*-----rental------*/
#rental{
    background-color:lightgray; 
}



/*------Team Members--------*/
#team {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
   font-family: 'Alegreya';
}


.profile-pic {
    margin-top: 25px;


}

.profile-pic .img-box {
    opacity: 1;
    display: block;
    position: relative;

}

.profile-pic .img-box img:hover {
    filter: grayscale(0);
    cursor: pointer;

}

.profile-pic h2 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    color: #007bff !important;
    font-family: "Poppins", Roboto;
}

.profile-pic h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
    font-family:"Poppins", Roboto;

}

#team .fa {
    height: 25px;
    width: 25px;
    color: #007bff !important;
    background: #fff;
    padding: 4px;
    border-radius: 50%;
}

.img-box ul {
    padding: 15px 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.img-box ul li {
    padding: 5px;
    display: inline-block;

}

.img-box:hover ul {
    opacity: 1;

}

.img-box ul li {
    transition: 0.5s;
}
/*------promo------*/
#promo {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(images/TH104582.jpeg);
    background-size: cover;
    background-position: center;
    color: #fff;
    background-attachment: fixed;
    text-align: center;
    padding: 100px;
    font-family: 'Alegreya ';
}
#promo1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(images/00\ DC\ Set\ S\ +\ A\ -112.jpeg);
    background-size: cover;
    background-position: center;
    color: #fff;
    background-attachment: fixed;
    text-align: center;
    padding: 100px;
    font-family: 'Alegreya' ;
    font: size 38px;
}

.btn-primary{
    background-color: #996515 !important;
    border: none;
    margin-top: 1rem;
    display: inline-block;
    padding: .8rem 3rem;
    font-size: 1.7rem;
    border-radius: #666; 
    color:wheat;
    cursor: pointer;
    font-weight: 600;
}
.btn-primary:hover{
    color:aquamarine !important;
}
/*-----price plans--
#price {
    padding: 40px 0;
    background: #efefef;
}

.single-price {
    margin: 10px auto;
    display: inline;
    float: left;
    width: 100%;
    background-color: #fff;
    transition: 0.5s;

}

.single-price:hover {
    box-shadow: 0 2px 20px #333;
}

.price-head {
    background-color: #2196f3;
    display: inline;
    float: left;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
}

.price-head h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    text-transform: uppercase;
}

.price-head p {
    font: size 25px;
    color: #ccc;
    font-weight: bold;
    line-height: 30px;
}

#price span {
    font-size: 15px;
}

.price-content {
    display: inline;
    float: left;
    width: 100%;
    padding: 0 15px;
}

.price-content ul li {
    border-bottom: 1px solid #efefef;
    padding: 15px 10px;
    list-style: none;
}

ul li:last-child {
    border: none;
}

.fa-check-circle {
    color: green;
    margin-right: 10px;
    font-size: 20px;
}

.fa-times-circle {
    color: red;
    margin-right: 10px;
    font-size: 20px;
}

.price-button {
    display: inline;
    float: left;
    padding: 15px 15px 30px;
    text-align: center;
    width: 100%;
}

.buy-btn {
    background-color: #2196f3;
    border-radius: 3px;
    display: inline-block;
    font-size: 18px;
    padding: 15px 50px;
    transition: 0.5s;
}

.buy-btn:hover {
    border-color: 1px solid #fff;
    background-color: #3f51b5;
}

a {
    text-decoration: none !important;
    color: #fff !important;
}
--*/
#parent{ 
 
        /*padding: 20px 0;
        padding-top: 50px;
       background: white;*/
       display: gird;
       padding-top: 50px;
       padding-bottom: 10px;
      font-family: 'Alegreya';
       background-color:white;
       color:#996515;
    }
    
    .single-price {
        margin: 10px auto;
        display: inline;
        float: left;
        width: 100%;
        background-color:lightgray;
        color:#996515;
        transition: 0.5s;
        padding-top: 10px;
        font-size: 20px;
        font-family: 'Alegreya';
    }
    .foo {
        outline: 1px solid lightgray;
    }
    .foo:hover{
        box-shadow: 0 2px 20px #996515;
    }
    .single-price:hover {
        box-shadow: 0 2px 20px #333;
    }
    
    .price-head {
        background-color:#996515;
        display: inline;
        float: left;
        padding: 10px 5px;
        text-align: center;
        width: 100%;
        color:white;
        font-weight: bold;
        font-family: 'Alegreya';
    }
    
    .price-head h2 {
        color: white;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px;
        padding: 5px;
        text-transform: uppercase;
        font-family: 'Alegreya';
    }
    
    .price-head h5 {
        font-size: 10px;
        color: wheat;
        font-weight: bold;
        line-height: 30px;
        font-family: 'Alegreya';
    }
    
    .price-content {
        display: inline;
        float:right;
        width: 100%;
        padding: 0 10px;
         font-weight: bold;
         font-family: 'Alegreya';
         font-style: italic;
    }
    .price-content col{
         
            color: white; 
            height: 100px; 
            background-color: #112432; 
            padding: 10px; 
            flex: 50%; 
           
          
    }
    .price-content ul li {
        border-bottom: 1px solid #efefef;
        padding: 10px 15px;
        list-style:none;
        color:#996515;
        font-size: 20px;
        font-family: 'Alegreya';
    }
    
    ul li:last-child {
        border: none;
    
    }
    
    .fa-check-circle-o {
        color: green;
        margin-top: 10px;
        font-size: 20px;
    }
    
    .fa-times-circle-o {
        color: red;
        margin-top: 10px;
        font-size: 20px;
    }
    
    .price-button {
        display: inline;
        float: left;
        padding: 15px 15px 30px;
        text-align: center;
        width: 100%;
    }
    
    .buy-btn {
        background-color: #f5bf03;
        border-radius: 3px;
        display: inline-block;
        font-size: 18px;
        padding: 15px 50px;
        transition: 0.5s;
    }
    
    .buy-btn:hover {
        border-color: 1px solid #fff;
        background-color: #4BE2FE;
    
    }
    
  #parent a {
        text-decoration: none !important;
        color: #B8860B!important;
    }
#parent h1
{
    font-family: 'Corinthia', cursive;
}
/*****Pricing new modal****/
#price {
    /*padding: 20px 0;
    padding-top: 50px;
   background: white;*/
   display: gird;
   font-family: 'Alegreya';
   
}

.single-price {
    margin: 10px auto;
    display: inline;
    float: left;
    width: 100%;
    background-color: #fff;
    transition: 0.5s;

}

.single-price:hover {
    box-shadow: 0 2px 20px #333;
}

.price-head {
    background-color:#996515;
    display: inline;
    float: left;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    font-family: 'Alegreya';
}

.price-head h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    text-transform: uppercase;
    font-family: 'Alegreya';
}

.price-head h5 {
    font-size: 20px;
    color: wheat;
    font-weight: bold;
    line-height: 30px;
    font-family: 'Alegreya';
}

.price-content {
    display: inline;
    float:right;
    width: 100%;
    padding: 0 15px;
}
.price-content col{
     
        color: white; 
        height: 100px; 
        background-color: #112432; 
        padding: 10px; 
        flex: 50%; 
      
}
.price-content ul li {
    border-bottom: 1px solid #efefef;
    padding: 15px 10px;
    list-style:none;
}

ul li:last-child {
    border: none;

}

.fa-check-circle-o {
    color: green;
    margin-top: 10px;
    font-size: 20px;
}

.fa-times-circle-o {
    color: red;
    margin-top: 10px;
    font-size: 20px;
}

.price-button {
    display: inline;
    float: left;
    padding: 15px 15px 30px;
    text-align: center;
    width: 100%;
}

.buy-btn {
    background-color: #f5bf03;
    border-radius: 3px;
    display: inline-block;
    font-size: 18px;
    padding: 15px 50px;
    transition: 0.5s;
}

.buy-btn:hover {
    border-color: 1px solid #fff;
    background-color: #4BE2FE;

}

.a {
    text-decoration: none !important;
    color: white !important;
    font-size: 30px;
}

/*----Testmonials------*/
#testmonials {
    padding-top: 70px;
    padding-bottom: 50px;
   font-family: 'Alegreya';
    color:#996515;
}

#testmonials.row {
    margin-top: 30px;
}

.col-md-4 {
    margin: 40px auto;
}

.profile {
    padding: 70px 10px 10px;
    background-color: #efefef;
}

.user {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.profile img {
    top: -60px;
    position: absolute;
    left: calc(50% - 60px);
    border: 10px solid #fff;
}

.profile h6 {
    font-size: 15px;
    margin-top: 15px;
    color: #007bff;
   font-family: 'Alegreya';
}

#testmonials span {
    font-size: 12px;
    color: #333;
}

blockquote {
    font-size: 16px;
    line-height: 30px;
}

blockquote::before {
    content: '\93';
    font-size: 50px;
    color: #007bff;
    position: relative;
    line-height: 20px;
    bottom: -15px;
    right: 5px;

}

blockquote::after {
    content: '\94';
    font-size: 50px;
    color: #007bff;
    position: relative;
    line-height: 10px;
    bottom: -15px;
    left: 5px;

}

.profile:hover {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.5s;

}
.user-details {
    display: inline-block;
    font-size: 12px;
}
.profile p{
    color:#996515;
    font-size: 15px;
   font-family: 'Alegreya';
}

/*-----Get in touch------*/
#Contact {
    background: white;
    padding-top: 40px;
    padding-bottom: 40px;
    color:#996515;
   font-family: 'Alegreya';
   
}
#Contact h1{
    font-family: 'Corinthia', cursive;

}
.contact-form {
    padding: 15px;
}

.form-control {
    border-radius: 0 !important;
    border: none !important;
}

::placeholder {
    color: #999 !important;
}

.follow {
    background: #fff;
    /*padding: 10px;*/
    margin: 15px;
    font-family: 'Alegreya';
    font-style: italic;
}

.contact-info .fa {
    margin: 10px;
    color: #007bff;
    font-weight: bold;
    
}

/*------Footer--------*/
#footer {
   /*-- background: #333;
    color: #fff;-*/
    color:#996515;
    padding: 10px;
   font-family: 'Alegreya';
    font-style: bolder;
    position: sticky;
    font-size: 25px;
    
}
.year
{
    font-size: 1.5rem;
    font-weight: bolder;
    font-family: 'Alegreya';
    background: white;
}
.bg{
    background-color: white;
    
}
.footer{
    color: #996515;
    font-weight: bolder;
   font-family: 'Alegreya';
}
.fa-heart-o {
    margin: 3px;
    color: red;
}
.social-icons img {
    width: 70px;
    transition: 0.5s;
}

.social-icons a:hover img {
    transform: translateY(-10px);
}
#Galery {
    box-sizing: border-box;
    background: white;
    padding: 40px 0;
    font-family: 'Alegreya';
    color:#996515;
}



/*--gallery
#Galery {
    box-sizing: border-box;
    background: white;
    padding: 40px 0;
    font-family: 'Alegreya';
    color:#996515;
}
#Galery h1{
font-family: 'Corinthia', cursive;
}
input {
    display: none;
}
.top-content {
    background-color: rgb(243, 243, 243);
    width: 90%;
    margin: 0 auto 20px auto;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    box-shadow: 3px 3px 5px lightgray;
}

@keyframes animate {
    0%{
        width: 100px;
    }
    50%{
        width: 200px;
    }
    100%
    {
        width:100px;
    }
}
label {
    display: inline-block;
    height: 100%;
    margin: 0 10px;
    line-height: 60px;
    font-size: 12px;
    color: #996515;
    cursor: pointer;
    transition: color .5s;
    font-family: 'Alegreya';
    font-weight: bolder;
}

label:hover {
    color: gray;
}

.photo-gallery {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.pic {
    position: relative;
    height: 230px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px lightgray;
    cursor: pointer;
    transition: .5s;
}

.pic img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: .5s;
}

.pic::before {
    content: "PHOTO GALLERY";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 22px;
    font-weight: bold;
    width: 100%;
    margin-top: -100px;
    opacity: 0;
    transition: .3s;
    transition-delay: .2s;
   font-family: 'Alegreya';
    
}

.pic:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    height: 0;
    background-color: rgba(0, 0, 0, .4);
    transition: .3s;
    transition-delay: .2s;
    z-index: 1;
}

.pic:hover::after {
    height: 100%;
}

.pic:hover::before {
    margin-top: 0;
    opacity: 1;
}

#check1:checked~.container .photo-gallery .pic {
    opacity: 1;
    transform: scale(1);
    position: relative;
    transition: .0s;
}

#check2:checked~.container .photo-gallery .mandaps {
    transform: scale(1);
    opacity: 1;
    position: relative;
}

#check2:checked~.container .photo-gallery .centerpiece,
#check2:checked~.container .photo-gallery .backdrops {
    opacity: 0;
    transform: scale(0);
    position: absolute;

}


#check3:checked~.container .photo-gallery .backdrops {
    transform: scale(1);
    opacity: 1;
    position: relative;
}

#check3:checked~.container .photo-gallery .mandaps,
#check3:checked~.container .photo-gallery .centerpiece {
    opacity: 0;
    transform: scale(0);
    position: absolute;

}

#check4:checked~.container .photo-gallery .centerpiece {
    transform: scale(1);
    opacity: 1;
    position: relative;
}

#check4:checked~.container .photo-gallery .mandaps,
#check4:checked~.container .photo-gallery .backdrops {
    opacity: 0;
    transform: scale(0);
    position: absolute;

}--*/

