@font-face{
    font-family: "Times New Roman";
    src: url("../fonts/Times New Roman.eot");
    src: url("../fonts/Times New Roman.eot?#iefix")format("embedded-opentype"),
        url("../fonts/Times New Roman.woff")format("woff"),
        url("../fonts/Times New Roman.woff2")format("woff2"),
        url("../fonts/Times New Roman.ttf")format("truetype"),
        url("../fonts/Times New Roman.svg#Didot")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

/* Reset and base styles to prevent white space */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html { 
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
} 

body { 
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
} 

a {
    text-decoration: none !important;
}

p {
    color: #000000;
    font-size: 15px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.heading {
    font-size: 52px;
    color: #000000;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-family: "Times New Roman";
    line-height: 1.1;
}

.center-heading {
    text-align: center;
}

.gradiant-color {
    background-image: linear-gradient(to right, #AD924C 0%, #D2B15B 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/*----*/

.slick-dotted.slick-slider {
    margin-bottom: 0px;
    width: 100%;
    overflow: hidden;
}

.slick-list {
    width: 100%;
}

.slick-dots {
    text-align: center;
    bottom: 0px;
    margin: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.slick-dots li {
    width: 10px !important;
    height: 10px !important;
    margin: 0;
    margin-right: 8px;
    display: inline-block;
}

.slick-dots li:last-child {
    margin-right: 0px;
}

.slick-dots li button {
    display: block;
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    border: 0px !important;
    border-radius: 50%;
    background: #C4C4C4;
    margin: 0px !important;
}

.slick-dots li.slick-active button {
    background: linear-gradient(to right, #AD924C 0%, #D2B15B 80%);
}

.slick-dots li button::before {
    display: none;
}

/*----*/

.default-arrow {
    transition: all 0.1s ease-In;
    color: rgb(0 0 0 / 60%);
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    border: 1.4px solid #D2B15B;
}

.default-arrow:hover {
    color: #fff;
    background: linear-gradient(to right, #AD924C 0%, #D2B15B 80%);
}

.dynamic-arrowleft, .dynamic-arrowright {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.dynamic-arrowleft {
    left: -10px;
}

.dynamic-arrowright {
    right: -10px;
}

/*----------- button -------------*/

.btn-default {
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 11px 13px;
    font-size: 14px;
    color: #000;
    background: linear-gradient(180deg, #D2B15B, #FFDD84, #E1C16C);
    transition: all 0.3s ease-In;
    line-height: 1;
    border-radius: 20px;
    font-family: "Times New Roman";
    border: 0;
    display: inline-block;
}

.btn-default:before {
    content: "";
    position: absolute;
    background: #d2b15b;
    top: 0px;
    left: 0px;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.3s ease-out;
    z-index: -1;
}

.btn-default:hover,
.btn-default:focus {
    outline: none;
    box-shadow: none;
}

.btn-default:hover {
    color: #000000;
}

.btn-default:hover:before {
    height: 100%;
}

.black-btn {
    color: #ffffff;
    background: #454545;
}


/* ===== HEADER STYLES ===== */
.header-area {
    padding: 15px 0px;
    margin: 0px auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    box-sizing: border-box;
}

.header-area.stick {
    padding: 8px 0px;
    background: #ffffff;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
}

/* Container & Layout */
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
}

.row {
    margin: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/* Logo Styles */
.logo a {
    display: inline-block;
}

.logo a img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 170px;
    filter: brightness(0) invert(1);
    max-width: 100%;
    height: auto;
}

.stick .logo a img {
    width: 160px;
    filter: none;
}

/* Right Menu & Navigation */
.right-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    width: 100%;
}

.main-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    justify-content: flex-end;
}

.main-menu li {
    margin-left: 25px;
    display: inline-block;
}

.main-menu li:first-child {
    margin-left: 0px;
}

.main-menu li a {
    color: #fff;
    font-size: 14px;
    position: relative;
    transition: all 0.2s ease-In;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
}

.main-menu li a:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
    background: #D2B15B;
}

.main-menu li a:hover {
    color: #D2B15B;
}

.main-menu li a:hover::before {
    transform: scale3d(1, 1, 1);
}

/* Sticky state menu items */
.stick .main-menu li a {
    color: #000000;
}

.stick .main-menu li a:hover {
    color: #D2B15B;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 10;
}

.mobile-menu-toggle span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    margin: 2px 0;
    transition: all 0.3s ease;
}

.stick .mobile-menu-toggle span {
    background-color: #000;
}

/* Mobile Menu Toggle Animation */
.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 1200px) {
    .main-menu li {
        margin-left: 15px;
    }
}

@media (max-width: 992px) {
    .main-menu {
        position: fixed;
        top: 0;
        right: -300px;
        width: 280px;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 80px 30px 30px;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 8;
    }
    
    .main-menu.active {
        right: 0;
    }
    
    .main-menu li {
        display: block;
        margin: 0 0 20px 0;
        width: 100%;
    }
    
    .main-menu li a {
        color: #000;
        font-size: 16px;
        padding: 8px 0;
        display: block;
    }
    
    .main-menu li a:hover {
        color: #D2B15B;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .stick .main-menu li a {
        color: #000;
    }
}


/*----*/


/*--second section--*/
.overview-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.section-heading {
  font-size: 42px;
  color: #2c3e50;
  margin-bottom: 25px;
  font-family: "Times New Roman", serif;
  position: relative;
  padding-bottom: 15px;
}

.section-heading:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #AD924C 0%, #D2B15B 80%);
}

.overview-image-container {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.overview-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.overview-image-container:hover .overview-image {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 30px 25px;
  color: white;
}

.overlay-content h3 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #D2B15B;
}

.overlay-content p {
  color: white;
  font-size: 16px;
  margin: 0;
  opacity: 0.9;
}

.overview-content {
  padding: 40px;
}

.overview-intro {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 30px;
  font-weight: 400;
}

.feature-highlights {
  margin-bottom: 30px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.feature-icon {
  font-size: 24px;
  margin-right: 15px;
  min-width: 40px;
  text-align: center;
}

.feature-text h4 {
  font-size: 18px;
  color: #2c3e50;
  margin-bottom: 5px;
  font-weight: 600;
}

.feature-text p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}

.detailed-content {
  margin-bottom: 30px;
}

.detailed-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary {
  padding: 15px 30px;
  background: linear-gradient(135deg, #D2B15B, #FFDD84);
  color: #000;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(210, 177, 91, 0.3);
}

.btn-secondary {
  padding: 15px 30px;
  background: transparent;
  color: #2c3e50;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid #D2B15B;
}

.btn-secondary:hover {
  background: #D2B15B;
  color: #000;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .overview-section {
    padding: 60px 0;
  }
  
  .section-heading {
    font-size: 36px;
  }
  
  .overview-content {
    padding: 30px;
  }
  
  .overview-image {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .overview-section {
    padding: 40px 0;
  }
  
  .row {
    flex-direction: column;
  }
  
  .overview-content {
    padding: 25px 20px;
    margin-top: 30px;
  }
  
  .section-heading {
    font-size: 32px;
  }
  
  .overview-image {
    height: 350px;
  }
  
  .cta-buttons {
    flex-direction: column;
  }
  
  .btn-primary, .btn-secondary {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .overview-section {
    padding: 30px 0;
  }
  
  .section-heading {
    font-size: 28px;
  }
  
  .overview-content {
    padding: 20px 15px;
  }
  
  .overview-image {
    height: 300px;
  }
  
  .feature-item {
    flex-direction: column;
    text-align: center;
  }
  
  .feature-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wow.animated.fadeInLeft {
  animation: fadeInUp 0.8s ease-out;
}

.wow.animated.fadeInRight {
  animation: fadeInUp 0.8s ease-out;
}


/* -------------- */

/* .home-hosting {
  position: relative;
  margin: 80px 0px;
  padding: 60px 0px;
}

.hosting-box {
    background: #fff;
    box-shadow: 0 2px 16px 4px #282c3f14;
    padding: 50px 30px;
}

.hosting-box .heading {
    font-size: 46px;
    margin-bottom: 10px;
}

.hosting-box p {
    line-height: 1.8;
}

.hosting-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 67%;
    z-index: -1;
    object-fit: fill;
} */

/*----*/



.divider-area{
  background: url(../img/divide-bg.webp) no-repeat;
  background-size: cover;
  padding: 60px 0px;
  overflow: hidden;
  margin-bottom: 80px;
}
 
.divider-box{
 padding-left: 10px;
}

.divider-box div{
    display: flex;
    align-items: center;
}

.divider-box small{
    font-family: "Times New Roman";
    font-size: 22px;
    color: #000000;
    line-height: 1;
    margin-right: 10px;
}

.divider-box h3{
    font-family: "Times New Roman";
    font-size: 46px;
    color: #000000;
    line-height: 1;
    margin: 0;
    display: inline-block;
}

.divider-box h3 sup{
    font-size: 26px;
}

.divider-box span{
    padding: 6px 12px;
    font-size: 24px;
    color: #000;
    background: linear-gradient(180deg, #D2B15B, #FFDD84, #E1C16C);
    line-height: 1;
    border-radius: 10px;
    font-family: "Times New Roman";
    margin-left: 12px;
}

.divider-box p{
margin: 10px 0 22px;
width: 75%;
}

.dividphoto{
position: absolute;
left: 15px;
width: 31%;
top: 50%;
transform: translateY(-50%);
}

.dividphoto2{
display: none;
}

/*----*/

.addbanner{
    margin-bottom: 70px;
}

.addbanner img{
width: 100%;
}

.addshow-mobile{
display: none;
}


/*----*/

.home-gallery{
  padding: 70px 0px;
}

.gallery-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 30px 0px 25px;
}

.gallery-box{
  overflow: hidden;
  border-radius: 12px;
  width: 31.8%;
}

.gallery-box a{
  position: relative;
}

.gallery-box a::before{
  background: rgb(0 0 0 / 40%);
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  content: '';
  top: 0px;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.gallery-box img{
width: 100%;
}

.gallery-box svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFDD84;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  opacity: 0;
}

.gallery-box:hover a:before, .gallery-box:hover svg{
  opacity: 1;
}

/*----*/

.hone-amenity{
  background: #FFF6E5;
  padding: 80px 0px;
  position: relative;
  z-index: 1;
}

.hone-amenity::before{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #ffffff 0%, #FFF6E5 100%);
    width: 100%;
    top: 0px;
    left: 0;
    height: 20%;
    z-index: -1;  
}

.hone-amenity::after{
    position: absolute;
    content: '';
    background: linear-gradient(0deg, #ffffff 0%, #FFF6E5 100%);
    width: 100%;
    bottom: 0;
    left: 0;
    height: 20%;
    z-index: -2;
}

.amenity-row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.amenity-box{
   text-align: center;
   border: 1px solid #DFDCD5;
   border-top: 0px;
   padding: 24px;
   width: 16.5%;
}

.amenity-box:nth-last-child(2), .amenity-box:last-child {
  border-bottom: 0px;
}

.amenity-box:nth-child(13),
.amenity-box:nth-child(7),
.amenity-box:nth-child(1) {
 border-left: 0px;
}

.amenity-box:nth-child(6),
.amenity-box:nth-child(12),
.amenity-box:nth-child(18) {
 border-right: 0px;
}

.amenity-box img{
    width: 46px;
}

.amenity-box p{
    font-family: "Times New Roman";
    font-size: 14px;
    color: #000000;
    line-height: 1.4;
    text-transform: capitalize;
    margin: 10px 0px 0px;
}

.aminity-vector{
 background: url(../img/aminity-shape.webp) no-repeat;
  background-size: cover;
      position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*----*/

.home-map .heading {
    margin-bottom: 30px;
}

.homeplace-box{
    display: flex;
    background: rgb(0 0 0 / 6%);
    border-radius: 12px;
    overflow: hidden;
}

.homeplace-box .img-responsive{
     width: 65%;
     border-radius: 12px;
}

.homemap-place{
    width: 35%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.homemap-place li{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1.4px solid #D2B15B;
    padding-bottom: 12px;
    transition: all 0.2s ease-In;
    margin: 5px 0px;
}

.homemap-place li:hover{
   border-color: #D2B15B;
}

.homemap-place li span{
  color: rgb(0 0 0 / 60%);
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  margin-top: 10px;
}

/*----*/

.testimonial{
overflow: hidden;
margin: 80px 0px;
}

.testimonial-slider{
    margin: 20px -700px 0px;
    padding-bottom: 30px;
}

.client-box{
margin: 0px 40px;
}

.client-box p{
    margin-bottom: 20px;
    font-family: "Times New Roman";
    font-size: 26px;
    text-align: center;
    padding: 10px 40px;
}

.client-text {
position: relative;
}

.client-text img {
  width: 34px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.client-text .quote-right {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  transform: rotate(180deg);
}

.client-image{
display: flex;
align-items: center;
justify-content: center;
}

.client-image img{
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.client-image div label{
    font-size: 14px;
    margin: 6px 0 0;
    color: #000;
    line-height: 1;
}

.client-image div span{
    font-size: 13px;
    line-height: 1;
    display: block;
    text-transform: uppercase;
}

.testimonial-slider .slick-slide,
.testimonial-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
opacity: 0.3;
transition: all 0.3s ease-in-out;
}

/* Active center slide*/
.testimonial-slider .slick-center,
.testimonial-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
opacity: 1;
}
   
/*----*/

.floor-slider{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 30px;
}

.floor-box{
  width: 31.8%;
}

.floor-box img {
    width: 100%;
    margin-bottom: 15px;
}

.floor-box .btn-default {
    width: 100%;
}

/*----*/


/*----*/




/*---- thankyou ---*/

.thankyou-page {
  background: url(../img/thankyou-back.webp) no-repeat;
  background-size: 100% 89%;
  background-position: bottom;
  height: 100vh;
  padding-top: 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.thank-box {
  width: 500px;
margin: 0 auto;
 display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0px 15px;
  text-align: center;
} 

.thank-box img{
    width: 80%;
    margin: 0 auto;
}
 

.thankyou-page p {
    margin: 20px 0px 20px;
    font-family: "Times New Roman";
    font-size: 16px;
    color: #000000;
}

.thank-image{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100vh;
    z-index: -1;
    padding-top: 50px;
}

.thankyou-page .btn-default{
    margin: 0px 4px;
}

.no-footer {
  display: none;
}

/*---------- enquirt popup ---------*/

.enquiry-popup {
  padding: 0 !important;
}

.enquiry-popup .pop-close {
    border: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    outline: none;
    color: #000000;
    transition: all 0.1s ease-In;
    line-height: 1;
    font-size: 16px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}

.enquiry-popup .pop-close:hover {
  color: #ffffff;
    background: linear-gradient(to right, #AD924C 0%, #D2B15B 80%);
}

.no-padd {
  padding: 0px;
}

.enquiry-popup .modal-content {
  border: 0px;
  border-radius: 12px;
  overflow: hidden;
}

.enquiry-popup .modal-content .row {
  margin: 0px;
}

.enquiry-popup .modal-body {
padding: 20px 30px;
  overflow: hidden;
  background: #F8F4F0 url(../img/pop-back.webp) no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.enquiry-popup .heading {
  font-size: 36px;
  margin-bottom: 20px;
}

.enquiry-popup .form-control {
    font-size: 14px;
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 10px;
    background: #fff;
    padding: .375rem .75rem;
    color: rgb(0 0 0 / 70%);
    box-shadow: none;
    margin-bottom: 15px;
    height: 40px;
    font-weight: 400;
}

.enquiry-popup .form-control::placeholder {
 color: rgb(0 0 0 / 70%);
}

.enquiry-popup .form-control::-ms-input-placeholder { 
 color: rgb(0 0 0 / 70%);
}

.enquiry-popup textarea{
height: 70px !important;
}

.enquiry-popup .btn-default {
    width: 100%;
}

.enquiry-popup .formcheck span {
    color: #000000;
    font-weight: 400;
}

.popenquiry-image {
  height: 100%;
position: relative;
}

.popenquiry-image .img-responsive {
  height: 100%;
  width: 100%;
}

.popclose-mobile {
display: none !important;
}

.price-card {
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  transition: 0.3s;
  border-left: 6px solid #4B0082; /* purple border */
}
.price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 14px rgba(0,0,0,0.2);
}
.price-btn {
  background: #4B0082;
  color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
}
.price-btn:hover {
  background: #360061;
  color: #fff;
}
