+html{
    scroll-behavior: smooth;
}  

  @media (max-width: 768px) {
  /* Hide elements on desktop */
  .mobile-views {  
    background-color: black; 
 
    color: white;    
    text-align: center; 
    padding: 15px;
  } 
   .download-butto {
                                          background-color: white;
                                          border: none;
                                          color: black;
                                          padding: 15px 32px;
                                          text-align: center;
                                          text-decoration: none;
                                          display: inline-block;
                                          font-size: 16px;         
                                          cursor: pointer;
                                      }  
                                      .download-bt {
  display: flex;
  justify-content: center; /* Center the button horizontally */
  align-items: center; /* Center the button vertically */
  text-align: center; /* Center the text within the button */
} 
          
              } 
              
              
              .form_wrapper .form-container { 
    /*position: relative;*/
      display: block;
      /*z-index: 9999;*/
      text-align: center;
      padding:2px 5px;
      border: 0;
      /*border-radius: 15px;*/
      color: #111111;
      max-width: 800px;
      margin: 0 auto;
      /*box-shadow: rgb(0 0 0 / 10%) 0 0 30px;*/
      /*margin-bottom:-150px !important;*/
      padding-left:50px;
      padding-right:50px;
      padding-top:100px;
  }
  .form-container h1{
      font-size: 30px;
      font-weight: bold;
      text-transform: none;
      font-family: Georgia, 'Times New Roman', Times, serif;
      color: inherit;
      line-height: 1.5;
      margin: 0;
      padding-bottom:30px;
  }
  .form_wrapper .form-container label{
      display: block;
      position: relative;
      padding: 0; 
          box-sizing: border-box;
     
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
.form_wrapper .form-container input,
.form_wrapper .form-container textarea {
    display: block;
    width: 100%;
    height: 44px;
    font-size: 13px;
   font-family: 'Times New Roman', Times, serif;
    color: #302F50;
    padding: 0 15px;
    margin: 0;
    font-weight: normal;
    border: 1px solid #ccc; /* Add border definition */
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    outline: none;
}

  .form_wrapper .form-container button {
    position: relative;
      /*z-index: 9;*/
      display: inline-block;
      padding: 0 30px;
      margin: 10px auto;
      text-decoration: none;
      border: 0;
      border-radius: 30px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      background: black;
      min-width: 200px;
      max-width: 400px;
      text-align: center;
      font-size: 11px;
     font-family: 'Times New Roman', Times, serif;
      line-height: 48px;
      color: #fff;
      letter-spacing: 2px;
      cursor: pointer;
      text-transform: none;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -ms-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      opacity: 1;
      overflow: hidden;
  }
  .form_wrapper .form-container button:hover {
    background: black;
      color: #fff;
      text-decoration: none;
      box-shadow: none;
  }
  .form_wrapper .form-container .errors {
    display: block;
    color: red;
    margin-top: 5px;
    text-align: left;
      
  }
  .form_wrapper .form-container .error {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    box-shadow: 0 0 15px 0 rgba(255,36,0,1);
  }
             

 /*fl plans*/
 .ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 32px;
    width: 32px;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }
    .list-unstyled {
  padding-left: 0;
  list-style: none; }
  .ftco-animate {
  opacity: 1;
  visibility: display; }
  
  .ftco-section {
  padding: 6em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.ftco-bg-dark {
  background: #3c312e; }

.ftco-footer {
  font-size: 16px;
  padding: 7em 0 0.5em;
  background: #0f101c; }
  .ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700; }
  .ftco-footer .ftco-footer-widget ul li {
    color: rgba(255, 255, 255, 0.5); }
    .ftco-footer .ftco-footer-widget ul li a {
      color: rgba(255, 255, 255, 0.5); }
      .ftco-footer .ftco-footer-widget ul li a span {
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px; }
  .ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important; }
    .ftco-footer .ftco-footer-widget .btn-primary:hover {
      background: #fff;
      border: 2px solid #fff !important; }
  .ftco-footer p {
    color: rgba(255, 255, 255, 0.7); }
  .ftco-footer a {
    color: #03797d; }
    .ftco-footer a:hover {
      color: #03797d; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 32px;
    width: 32px;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 20px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #03797d; }

.media .ftco-icon {
  width: 100px; }
  .media .ftco-icon span {
    color: #03797d; }

.ftco-media {
  background: #fff;
  border-radius: 0px; }
  .ftco-media .heading {
    font-weight: normal; }
  .ftco-media.ftco-media-shadow {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
    top: 0; }
    .ftco-media.ftco-media-shadow:hover, .ftco-media.ftco-media-shadow:focus {
      top: -3px;
      -webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
      box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3); }
  .ftco-media .icon {
    font-size: 50px;
    display: block;
    color: #03797d; }
  .ftco-media.text-center .ftco-icon {
    margin: 0 auto; }

.ftco-overflow-hidden {
  overflow: hidden; }

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px; }


 .flplan button{
  height:50px;
  width:200px;
  border-radius: 20px;
  margin: 10px;
  border-width: 2px;  
  border-style: none;
  background-color: white;
  color: black;
  border: 2px solid #555555;
  font-weight: bold;

} 
.site-layout{
padding-left:3%;
padding-right:3%;
width: 50%;
height: auto;
background-size:cover;
}

.flplan{
width: 400px !important;
align-items: center;
justify-items: center;
justify-content: center;
height: 500px;
display: flex;

}
.floor-imag{
position:fixed;
top:10%;
left:10%;
height: 80%;
width: 80%;

}
#fl-popup{
display: none;
}
#fl-popup-2{
display: none;
}
.img-pop{
height: 100%;
width: 100%;
}
.flp-img-img{
height:500px !important;
width: 100% !important;
cursor: pointer;
}
.flp-img img:hover{
border-style: solid;
border-width: 3px;
border-color: #04797d;
}
.flp-plans{
display: flex;
flex-direction:row;
}

.flp-div{
width: 100%;
text-align: center;
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
padding-bottom: 2%;
}
.flplan{
display: flex;
flex-direction: column;
}
   .flplan button.active {
            background-color: #04797d;; /* Highlight color for West Facing */
            color: white; /* Text color for better visibility */
        }

        .flplan button.active[data-target-slide='1'] {
            background-color: #04797d;; /* Highlight color for East Facing */
            color: white; /* Text color for better visibility */
        }
.popup{
  background-color:red;
  width:500px;
  height: 700px;
  z-index: 1;
  position:relative;
  margin-left: auto;
  margin-right: auto;
}



@media (min-width:2000px){
    .body-wrapper{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
.nav-bar-bg{
    background-color:white;
    padding-left:50px !important;
}
.logo-img{
    height:45px !important;
    width: 90px !important;
}
    .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; 
   font-family: "Times New Roman", Times, serif;                 
    
}
.logo-amity{
    height:50px;
    background-color:white;
    width:100px;
}
.nav-section{
    margin-left: auto;
    margin-right: 5%;
}
.coursel-images{
    height:500px;
    width: 100%;
}
.coursel-text h5{
    color: white;
    align-self: left;
    text-align: left;
    font-size:30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
  
}
.coursel-text p{
    color: white;
    align-self: left;
    text-align: left;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
}
.about-section{
    display:flex;
    flex-direction:row;
    justify-content: space-evenly;
}
.width-loc{
    width: 50%;
}
.about-text{
    text-align:center;
    margin: auto;
    padding:5%;
    text-align: left;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.about-img{
    height:1000px;
    width:1000px;
}
.aminities-section{
    display: flex;
    flex-direction:row;
    padding: 5%;
}
.aminities-corousel{
   
    padding-right:5%;
    padding-bottom:5%;
    width:600px;
    margin-left: auto;
    margin-right: auto;

}
/*@media only screen and (min-width: 768px) { */
/*  .questio {*/
/*    margin-top: 5px; */
/*    margin-bottom: 1rem; */
/*    margin-left: 11px;*/
/*    letter-spacing: 3px;*/
/*  } */
/*}*/
/*.contact{*/
/*    position:fixed;*/
/*    writing-mode: vertical-lr;*/
/*    font-size: 20px;*/
/*    cursor: pointer;*/
/*    font-family: 'Times New Roman', Times, serif;*/
/*    font-weight: bold;*/
/*    margin: 0px;*/
/*    padding-top: 20px ;*/
/*    padding-bottom: 10px;*/
/*    width: 50px !important;*/
/*    top: 40%;*/
/*    right:0;*/
/*    z-index:2;*/
/*    color: #ffffff;*/
/*    background-color: black;*/
/*}*/

.carousel-control.left, .carousel-control.right {
    left: 0;
    z-index: 1;
  }
.coursel-images-new{
    height:350px;
    width:500px !important;
}
.aminities-bg{
    background-color:#E4FBFF;
}
.location-section{
    width:70%;
}
.footer{
    background-color:rgb(178, 185, 140);
    text-align: center;
    padding: 5px;
    color: black;
    margin-top: 5%;
    width: 100%;
}
.whatsapp-link{
    display: flex;
    flex-direction: row;
    background-color: green;
    border-radius: 2px;
}
.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 15px;
    background-color:#F15A22;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.talk{
    position: fixed;
    bottom:15px;
    left:15px;
    cursor: pointer;
    font-family: 'Times New Roman', Times, serif;
    border-width: 1px;
    z-index: 2;
    width:125px;
    background-color: #40c351;
    font-weight:bold;
    color: #FFF;
    text-align: center;
    align-items: center;
    padding:auto;
    border-style: solid;
    border-radius:30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 5px;
    padding-left:10px;
    padding-right:10px;
    height: 50px; 
    display: none;
}
.icon-whats{
    height:25px;
    width:25px;
}
.talk:hover{
    color:white;
    background-color: #7985FF;
}
.my-float {
    margin-top: 16px;
}
.faq-section{
	padding:5%;
	padding-top:5%;
	text-align:left;
	background-color:gainsboro;
}
.faq-section h2{
	text-align:center !important;
	font-family: 'Times New Roman', Times, serif;
	margin-bottom:30px;
}
.faq-section h3{
	font-size:15px;
	font-weight:normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

.faq-section p{
	color:black;
	font-weight:bold;
	font-size:17px;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
.corousel-img{
    height: 100vh;
}
/*.lead-form-new{*/
/*	position:fixed;*/
/*	width:30%;*/
/*	align-items:center;*/
/*	top:20%;*/
/*	left:30%;*/
/*	background-size:cover;*/
/*	z-index:100;*/

/*}*/

  /*#leadform{*/
  /*  display: none;*/
  /*}*/
  #thankyou{
    display: none;
  }
  .popupshow{
    display:hide !important;
  }
.floor-img{
    height: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

/*.mob-whatsapp{*/
  
/*    font-family: sans-serif;*/
/*     text-decoration: none;*/
/*      color: #fff; */
/*      font-size: 0.9em; */
/*      font-family: Georgia, 'Times New Roman', Times, serif;*/
/*      padding: 1em 2em 1em 3.5em; */
/*      border-radius: 2em; */
/*      font-weight: bold; */
/*      background: #25d366 url('https://tochat.be/click-to-chat-directory/css/whatsapp.svg') no-repeat 1.5em center;*/
/*       background-size: 1.6em;*/
/*       height:50px;*/
/*}*/
.mob-whatsapp {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
}

.mob-whatsapp img {
  width: 28px; /* Adjust the width as needed */
  height: 28px; /* Adjust the height as needed */
  border: none; /* Remove border if any */ 
 
}



@keyframes flip {
    0% { transform: scaleX(1); }
    50% { transform: scaleX(-1); }
    100% { transform: scaleX(1); }
}

.place {
    margin-left: 70px;
    animation: flip 3s linear infinite;
}  



.thank-you{
    position: fixed;
    top:20%;
    height: 300px;
    width:400px;
    background-color: #25d366;
    font-weight: bold;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:#fff;
    left: 30%;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    z-index: 99999;
    padding-top: 100px;
    font-size: 30px;
}

.about-tag{
    text-align:center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    align-items:center;
  
}

.patio-night{
    width:700px;
    height:800px;
}
.section3{
    width:1200px ;
}
.corousel-new{
    width:1200px;
    height:700px;
}
.zoom-popup{
    position:fixed;
    top:10%;

    height:800px;
    width:1500px;
    margin-left:auto;
    margin-right:auto;
    border-style:solid;
    display:block;
    overflow:hidden;
    cursor:hand;
}
.new-section .mob-video{
    flex-direction: column-reverse !important;
}
@media (max-width:600px){
    .logo-img{
    height:40px !important;
    width: 60px !important;
    margin-left:-30px !important;
}
    .mob-video{
        flex-direction: column-reverse !important;
    }
    .section3{
    width:100%;
}
    .corousel-img-new{
    width:100%; 

}
    .patio-night{
        width:100%;
    }
  .site-layout{
    height: auto;
  }
  .flp-img-img{
    width: 100% !important;  
    height: 100% !important; 
  }
  .flplan{
    height: 200px;
    width: 100%;
  } 
  .flp-plans{
    display: flex;
    flex-direction:column;
  }
    .night-view{
        display: flex;
        flex-direction: column-reverse !important;
    }
    .mob-whatsapp{
        display:none !important;
    }
    .coursel-images-new{
        height: 300px;
        width: 300px !important;
    }
    .floor-img{
        height: 200px;
    }
    .talk{
        right: 20px;
        height:50px;
    }
    .icon-whats{
        height:20px;
        width:20px;
    }
    /*.contact{*/
    /*    top:40%;*/
    /*    width: 20px;*/
    /*    font-size: 15px;*/
    /*    font-family: Georgia, 'Times New Roman', Times, serif;*/
    /*}*/
    .coursel-images{
        height:300px;
        width: 100%;
    }
    .form_wrapper .form-container .errors{
        font-size: 14px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    .form_wrapper .form-container{
        padding: 20px 30px;
    }
    .form-container h1{
        font-size: 16px;
      font-family: 'Times New Roman', Times, serif;
    }
    .lead-form-new{
        width:80%;
        left:10%;
        top:30%;
}
    .aminities-corousel{
        width:300px;
    
    }
    .about-section{
        flex-direction:column;
    }
    .about-img{
        height:300px;
        width: 100%;
    }
    .faq-section p{
        font-size:12px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    .faq-section h3{
        font-size:11px;
        font-family: Georgia, 'Times New Roman', Times, serif;
    }
    .width-loc{
        width: 100%;
    }
}

.lead-form-new{
	position:fixed;
	width:30%;
	align-items:center;
	top:20%;
	left:34%;
	background-size:cover;
	z-index:100;

}
.form_wrapper .form-container-new{
    position: relative;
      display: block;
      z-index: 9999;
      text-align: center;
      padding: 50px 20px;
      border: 0;
      border-radius: 15px;
      color: #111111;
      background: #ffffff;
      max-width: 460px;
      margin: 0 auto;
      box-shadow: rgb(0 0 0 / 60%) 0 0 30px;
      margin-bottom:-150px !important;
      padding-left:50px;
      padding-right:50px;
  }
  .form-container-new h1{
      font-size: 22px;
      font-weight: bold;
      text-transform: none;
      font-family: 'Gotham', sans-serif;
      color: inherit;
      line-height: 1.2;
      margin: 0;
  }
  .form_wrapper .form-container-new label{
      display: block;
      position: relative;
      padding: 0;
     
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  .form_wrapper .form-container-new input,.form_wrapper .form-container-new textarea {
    display: block;
      width: 100%;
      height: 44px;
      font-size: 13px;
   font-family: 'Times New Roman', Times, serif;
      color: #302F50;
      padding: 0 15px;
      margin: 0;
      font-weight: normal;
      border: 0;
      border-bottom: 1px solid #e1e1e1;
      background: transparent;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -ms-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      outline: none;
  }
  .form_wrapper .form-container-new button {
    position: relative;
      z-index: 9;
      display: inline-block;
      padding: 0 30px;
      margin: 10px auto;
      text-decoration: none;
      border: 0;
      border-radius: 30px;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      background: #04797d;
      min-width: 200px;
      max-width: 400px;
      text-align: center;
      font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
      line-height: 48px;
      color: #fff;
      letter-spacing: 2px;
      cursor: pointer;
      text-transform: none;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -ms-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      opacity: 1;
      overflow: hidden;
  }
  .form_wrapper .form-container-new button:hover {
    background: #7985FF;
      color: #fff;
      text-decoration: none;
      box-shadow: none;
  }
  .form_wrapper .form-container-new .errors {
    display: block;
    color: red;
    margin-top: 5px;
    text-align: left;
      
  }
  .form_wrapper .form-container-new .error {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    box-shadow: 0 0 15px 0 rgba(255,36,0,1);
  }

  #leadform{
    display: none;
  }
  #thankyou{
    display: none;
  }
  .popupshow{
    display:hide !important;
  }





  @media (max-width:600px) {  
  .form_wrapper .form-container-new{
    padding: 20px 30px;
}
.form-container-new h1{
    font-size: 16px;
    font-family: 'Gotham', sans-serif;
}
.lead-form-new{
    width:80%;
    left:10%;
    top:30%;
} 

.abou-img {
    height: 350px;
    width: 100%;
}

  }           
  
  .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}    










 .santorinii { 
      margin-top: 50px;
    
  }
  
       #sliderr {
          position: relative;
          width: 52%;
          height: 34vw;
          margin: 110px auto;
          perspective: 1400px;
          transform-style: preserve-3d;
          border-radius: 12px;
      }

      input[type=radio] { 
        padding-top: 100px;
        position: relative;
        top: 125%;
        left: 50%;
        width: 20px;  /* Slightly larger */
        height: 20px;  /* Slightly larger */
        margin: 0 15px 0 0;
        background: #ccc;  /* Light gray */
        border: 2px solid #ccc;  /* Light gray */
        border-radius: 50%;  /* Rounded corners */
        cursor: pointer;
        transform: translateX(-83px);
        transition: background 300ms ease, border 300ms ease;  /* Smooth transition */
      }
      

      input[type=radio]:checked {
          background: #FF5A5F;
          border: 2px solid #FF5A5F;
      }

      #sliderr label,
      #sliderr label img {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          border-radius: 12px; 
          transition: transform 400ms ease, opacity 400ms ease; 
      
      }

      .zoom-container {
          overflow: hidden;
      }

      .zoom-container:hover img {
          transform: scale(1.4);
          transition: transform 0.5s ease-in-out;
      }

      #sliderr label::before {
        content: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  z-index: 1;
  transition: opacity 400ms ease;
  backdrop-filter: blur(3px); 
      }  
      #c1:checked~#slide1 {
        border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 2px;
  transform: translate3d(0%, 0, 0px);
 
}

#c2:checked~#slide2 {
border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 2px;
  transform: translate3d(20%, 0, -100px);
}

#c3:checked~#slide3 {
border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 2px;
  transform: translate3d(40%, 0, -250px);
}

#c4:checked~#slide4 {
border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 2px;
  transform: translate3d(-40%, 0, -250px);
}

#c5:checked~#slide5 {
border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 2px;
  transform: translate3d(-20%, 0, -100px);
} 
#c1:checked~#slide1::before,
#c2:checked~#slide2::before,
#c3:checked~#slide3::before,
#c4:checked~#slide4::before,
#c5:checked~#slide5::before {

}

#c1:checked~#slide1::after,
#c2:checked~#slide2::after,
#c3:checked~#slide3::after,
#c4:checked~#slide4::after,
#c5:checked~#slide5::after {

 /* Adjust the blur value as needed */
} 
#c1:checked~#slide1 img,
#c2:checked~#slide2 img,
#c3:checked~#slide3 img,
#c4:checked~#slide4 img,
#c5:checked~#slide5 img {
  padding: 20px;
  background-color: white; 
   border-width: 1px;
  border-color: grey;
  border-radius: 2px; 
  border-style: solid;
 
}

      #c1:not(:checked)~#slide1::before,
      #c2:not(:checked)~#slide2::before,
      #c3:not(:checked)~#slide3::before,
      #c4:not(:checked)~#slide4::before,
      #c5:not(:checked)~#slide5::before {
          content: ""; /* Modified to show overlay for all non-active slides */
      }

      #c1:checked~#slide1,
      #c2:checked~#slide2,
      #c3:checked~#slide3,
      #c4:checked~#slide4,
      #c5:checked~#slide5 {
          box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
          transform: translate3d(0%, 0, 0px);
      }

      #c1:checked~#slide2,
      #c2:checked~#slide3,
      #c3:checked~#slide4,
      #c4:checked~#slide5,
      #c5:checked~#slide1 {
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
          transform: translate3d(20%, 0, -100px);
      }

      #c1:checked~#slide3,
      #c2:checked~#slide4,
      #c3:checked~#slide5,
      #c4:checked~#slide1,
      #c5:checked~#slide2 {
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          transform: translate3d(40%, 0, -250px);
      }

      #c1:checked~#slide4,
      #c2:checked~#slide5,
      #c3:checked~#slide1,
      #c4:checked~#slide2,
      #c5:checked~#slide3 {
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          transform: translate3d(-40%, 0, -250px);
      }

      #c1:checked~#slide5,
      #c2:checked~#slide1,
      #c3:checked~#slide2,
      #c4:checked~#slide3,
      #c5:checked~#slide4 {
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
          transform: translate3d(-20%, 0, -100px);
      }  
       .download-button {
            background-color: black;
            border: none;
            color: white;
              padding: 10px 32px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 20px;
             font-family: "Times New Roman", Times, serif;
            margin-top: 90px;
            cursor: pointer;
        }
      
 
  

    @media (max-width: 767px) { 
      .zoom-container {
          overflow: hidden;
      }

      .zoom-container:hover img {
          transform: scale(1.6);
          transition: transform 0.5s ease-in-out;
      }

      #sliderr label::before {
        content: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  z-index: 1;
  transition: opacity 400ms ease;
  backdrop-filter: blur(3px); 
      }  
      #c1:checked~#slide1 {
        border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 2px;
  transform: translate3d(0%, 0, 0px);
 
}

#c2:checked~#slide2 {
border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 2px;
  transform: translate3d(20%, 0, -100px);
}

#c3:checked~#slide3 {
border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 2px;
  transform: translate3d(40%, 0, -250px);
}

#c4:checked~#slide4 {
border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 2px;
  transform: translate3d(-40%, 0, -250px);
}

#c5:checked~#slide5 {
border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 2px;
  transform: translate3d(-20%, 0, -100px);
} 
#c1:checked~#slide1::before,
#c2:checked~#slide2::before,
#c3:checked~#slide3::before,
#c4:checked~#slide4::before,
#c5:checked~#slide5::before {

}

#c1:checked~#slide1::after,
#c2:checked~#slide2::after,
#c3:checked~#slide3::after,
#c4:checked~#slide4::after,
#c5:checked~#slide5::after {

 /* Adjust the blur value as needed */
}

#c1:checked~#slide1 img,
#c2:checked~#slide2 img,
#c3:checked~#slide3 img,
#c4:checked~#slide4 img,
#c5:checked~#slide5 img {
  padding: 3px;
  background-color: white; 
   border-width: 1px;
  border-color: grey;
  border-radius: 2px; 
  border-style: solid;
 
}

      #c1:not(:checked)~#slide1::before,
      #c2:not(:checked)~#slide2::before,
      #c3:not(:checked)~#slide3::before,
      #c4:not(:checked)~#slide4::before,
      #c5:not(:checked)~#slide5::before {
          content: ""; /* Modified to show overlay for all non-active slides */
      }

      #c1:checked~#slide1,
      #c2:checked~#slide2,
      #c3:checked~#slide3,
      #c4:checked~#slide4,
      #c5:checked~#slide5 {
          box-shadow: 0 13px 26px rgba(0, 0, 0, 0.3), 0 12px 6px rgba(0, 0, 0, 0.2);
          transform: translate3d(0%, 0, 0px);
      }

      #c1:checked~#slide2,
      #c2:checked~#slide3,
      #c3:checked~#slide4,
      #c4:checked~#slide5,
      #c5:checked~#slide1 {
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
          transform: translate3d(20%, 0, -100px);
      }

      #c1:checked~#slide3,
      #c2:checked~#slide4,
      #c3:checked~#slide5,
      #c4:checked~#slide1,
      #c5:checked~#slide2 {
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          transform: translate3d(40%, 0, -250px);
      }

      #c1:checked~#slide4,
      #c2:checked~#slide5,
      #c3:checked~#slide1,
      #c4:checked~#slide2,
      #c5:checked~#slide3 {
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
          transform: translate3d(-40%, 0, -250px);
      }

      #c1:checked~#slide5,
      #c2:checked~#slide1,
      #c3:checked~#slide2,
      #c4:checked~#slide3,
      #c5:checked~#slide4 {
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3), 0 2px 2px rgba(0, 0, 0, 0.2);
          transform: translate3d(-20%, 0, -100px);
      }  
       .download-button {
            background-color: black;
            border: none;
            color: white;
              padding: 10px 32px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 20px;
             font-family: "Times New Roman", Times, serif;
            margin-top: 90px;
            cursor: pointer;
        }  
          #sliderr {
          position: relative;
          width: 60%;
          height: 34vw;
          margin: 110px auto;
          perspective: 1400px;
          transform-style: preserve-3d;
          border-radius: 12px;
      }

      input[type=radio] { 
        padding-top: 100px;
        position: relative;
        top: 125%;
        left: 50%;
        width: 20px;  /* Slightly larger */
        height: 20px;  /* Slightly larger */
        margin: 0 15px 0 0;
        background: #ccc;  /* Light gray */
        border: 2px solid #ccc;  /* Light gray */
        border-radius: 50%;  /* Rounded corners */
        cursor: pointer;
        transform: translateX(-83px);
        transition: background 300ms ease, border 300ms ease;  /* Smooth transition */
      }
      

    }
  

/*#enquiryamity {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    height: 100vh;*/
/*    text-align: center;*/
/*  }*/
  
/*  .amity-con {*/
/*    width: 70%; */
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*    background-color: #ffffff;*/
/*    border-radius: 5px;*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
/*    padding: 20px;*/
/*  }*/
  
/*  .form-row {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*    margin-bottom: 10px; */
/*  }*/
  
/*  .form-column {*/
/*    flex-basis: calc(50% - 10px);*/
/*    margin-bottom: 28px; */
/*  }*/
  
/*  .form-column label {*/
/*    font-weight: bold;*/
/*    text-align: left;*/
/*    display: block;*/
/*    margin-bottom: -19px; */
/*    padding-right: 20px;*/
   
/*  }*/
/*  .form-column input {*/
/*    padding: 5px;*/
/*    width: 100%;*/
/*    border: none;*/
/*    border-bottom: 1px solid #ccc;*/
/*    margin-bottom: 10px;*/
/*  }*/

/*  .form-submit {*/
/*    text-align: center;*/
/*    margin-top: 20px;*/
/*  }*/
  
/*  .form-submit input[type="submit"] {*/
/*    background-color: #007bff;*/
/*    color: #fff;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    padding: 10px;*/
/*    border-radius: 5px;*/
/*    width: 30%;*/
/*  }*/

/*  .checkbox-row label {*/
/*    display: inline;*/
/*    text-align: left;*/
/*  }  */
/*  .form-column input {*/
/*   padding: 5px;*/
/*   border: none;*/
/*   border-bottom: 1px solid #ccc;*/
/*   background-color: transparent; */
/*   border-radius: 0; */
/*   outline: none; */
/*   transition: border-bottom-color 0.3s ease; */
/*   margin-bottom: 10px; */
/* }*/
/* .form-column input:focus {*/
/*   border-bottom-color: #007bff;*/
/* }*/
/*  @media (max-width: 600px) {*/
/*   .form-column {*/
/*     flex-basis: 100%;*/
/*   }*/
/* } */

/* .form-column {*/
/*  position: relative;*/
/*}*/

/*.form-column input[type="text"] {*/
/*  border: none;*/
/*  border-bottom: none; */
/*  padding-bottom: 2px; */
/*}*/

/*.form-column::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  width: 60%; */
/*  height: 1px;*/
/*  background-color: grey;*/
/*}*/