
body {
  font-family: "Lunasima", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}
html{
  overflow-x: hidden;
}
p{
  font-size:16px;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 50px;
  padding-top: 50px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #ffbe33;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .hero_area .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub_page .hero_area .bg-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

.header_section {
  padding: 15px 0;
  background:#000;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  padding-left: 0%;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffbe33;
}

.custom_nav-container .nav_search-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 10px;
}

.custom_nav-container .nav_search-btn:hover {
  color: #ffbe33;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option a {
  margin: 0 10px;
}

.user_option .user_link {
  color: #ffffff;
}

.user_option .user_link:hover {
  color: #ffbe33;
}

.user_option .cart_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option .cart_link svg {
  width: 17px;
  height: auto;
  fill: #ffffff;
  margin-bottom: 2px;
}

.user_option .cart_link:hover svg {
  fill: #ffbe33;
}

.user_option .order_online {
  display: inline-block;
  padding: 8px 30px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.user_option .order_online:hover {
  background-color: #e69c00;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 75px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #ffffff;
  margin-bottom: 145px;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.slider_section .detail-box p {
  font-size: 14px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #000;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 10px;
}

.slider_section .detail-box a:hover {
  background-color: #000;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #000;
}

.offer_section {
  position: relative;
  padding-top: 45px;
}

.offer_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  border-radius: 5px;
  padding: 20px 15px;
  background-color: #222831;
  color: #ffffff;
}

.offer_section .box .img-box {
  width: 175px;
  min-width: 175px;
  height: 175px;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 0.1 0.5s;
  transition: all 0.1 0.5s;
  border-radius: 100%;
  border: 5px solid #ffbe33;
  overflow: hidden;
}

.offer_section .box .img-box img {
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.offer_section .box .detail-box h5 {
  font-size: 24px;
  margin: 0;
}

.offer_section .box .detail-box h6 {
  margin: 10px 0;
}

.offer_section .box .detail-box h6 span {
  font-size: 2.5rem;
  font-weight: bold;
}

.offer_section .box .detail-box a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.offer_section .box .detail-box a:hover {
  background-color: #e69c00;
}

.offer_section .box .detail-box a svg {
  width: 20px;
  height: auto;
  margin-left: 5px;
  fill: #ffffff;
}

.offer_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.food_section .filters_menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  margin: 45px 0 20px 0;
}

.food_section .filters_menu li {
  padding: 7px 25px;
  cursor: pointer;
  border-radius: 25px;
}

.food_section .filters_menu li.active {
  background-color: #222831;
  color: #ffffff;
}

.food_section .box {
  position: relative;
  margin-top: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  /*background: linear-gradient(to bottom, #f1f2f3 25px, #222831 25px);*/
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
}

.food_section .box .img-box {
  /*display: -webkit-box;*/
}

.food_section .box .img-box img {
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
  aspect-ratio:3/2;
}

.food_section .box .detail-box {
  padding: 25px;
}

.food_section .box .detail-box h4 {
      color: #000;
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: bold;
}

.food_section .box .detail-box p {
  font-size: 15px;
  color:#000;
}

.food_section .box .detail-box h6 {
  margin-top: 10px;
}

.food_section .box .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_section .box .options a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ffbe33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.food_section .box .options a svg {
  width: 18px;
  height: auto;
  fill: #ffffff;
}

/*.food_section .box:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}*/

.food_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.food_section .btn-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #000;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.food_section .btn-box a:hover {
  background-color: #000;
}

.about_section {
  background: #222831;
  color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_section .img-box img {
  width: 100%;
  max-width: 445px;
  position: relative;
  z-index: 2;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #000;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #e69c00;
}

.book_section {
  position: relative;
}

.book_section .heading_container {
  margin-bottom: 25px;
}

.book_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  border: 1px solid #999;
  outline: none;
  color: #000000;
  border-radius: 5px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.book_section .form_container .form-control::-webkit-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control:-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::-ms-input-placeholder {
  color: #222222;
}

.book_section .form_container .form-control::placeholder {
  color: #222222;
}

.book_section .form_container .nice-select .current {
  font-size: 16px;
}

/*.book_section .form_container button {
  margin-top: 15px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #000;
  color: #ffffff;
  border-radius: 45px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}*/

/*.book_section .form_container button:hover {
  background-color: #000;
}
*/
.book_section .map_container {
  width: 100%;
  height: 345px;
  border-radius: 10px;
  overflow: hidden;
}

.book_section .map_container #googleMap {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

/* client section start */
.client_section .heading_container {
  margin-bottom: 30px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 15px;
}

.client_section .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  position: relative;
  margin-top: 30px;
}

.client_section .box .img-box img {
  /*border-radius: 100%;*/
  border: 5px solid #000;
  position: relative;
}

.client_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #000;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

.client_section .box .detail-box {
  background-color: #222831;
  color: #ffffff;
  padding: 25px 25px 15px 25px;
  border-radius: 5px;
}

.client_section .box .detail-box h6 {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
  margin-bottom: 0;
  font-size: 15px;
  margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  background-color: #000;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}

/* client section end */
.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  color: #000000;
  border-radius: 5px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
}

.contact_section .form_container input::placeholder {
  color: #222222;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffbe33;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #e69c00;
}

/* footer section*/
.footer_section {
  background-color: #222831;
  color: #ffffff;
  padding: 75px 0 40px 0;
  text-align: center;
}

.footer_section h4 {
  font-size: 28px;
}

.footer_section h4,
.footer_section .footer-logo {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer_section p {
  color: #dbdbdb;
}

.footer_section .footer-col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #fff;
}

.footer_section .footer-logo {
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222831;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  margin: 0 2.5px;
  font-size: 18px;
}

.footer_section .footer_social a:hover {
  color: #000;
}

.footer_section .footer-info {
  text-align: center;
  margin-top: 25px;
}

.footer_section .footer-info p {
  color: #ffffff;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */
.iphone-about{
  display: flex;
}
.iphone-about li{
  list-style: none;
  width:50%;
}
.apple-phone-image{
    width: 85%;
    margin: auto;
    display: block;
    border-radius: 15px;
}
.book-form{
   /* background: #000;*/
    border-radius: 25px;
    margin-bottom: 90px;
    background: #000 url(../images/texture.svg) center center;
    background-size: 20px;
    padding: 35px 0px;
    position: relative;}
.book-form h3{
  color: #fff;
    text-align: center;
    font-size: 40px;
}
.book-form button{
      width: 15%;
    margin: 25px auto 0;
    display: block;
    padding: 10px;
    border-radius: 25px;
}

.about-us-section {
  padding: 60px 20px;
  background: #fff;
}

.about-us-section .container {
  display: flex!important;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.about-content, .about-image {
  flex: 1 1 45%;
  min-width: 300px;
}

.about-content h2 {
  font-size: 2.5rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 15px;
}

.about-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Animations */
.fade-in-left {
  animation: fadeInLeft 1.2s ease-in forwards;
  opacity: 0;
}

.fade-in-right {
  animation: fadeInRight 1.2s ease-in forwards;
  opacity: 0;
}

@keyframes fadeInLeft {
  0% { opacity: 0; transform: translateX(-40px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInRight {
  0% { opacity: 0; transform: translateX(40px); }
  100% { opacity: 1; transform: translateX(0); }
}
.footer_section p span{
  font-weight:bold;
}
.footer_contact{
  text-align: left;
}
.phone-price{
      font-weight: bold;
}
.view-details-product {
  position: relative;
  background: #000;
  color: #fff;
  padding: 10px;
  width: 55%;
  border-radius: 25px;
  margin: 25px auto 0;
  display: block;
  text-align: center;
  font-size: 16px;
  border: 2px solid #000;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.4s ease;
}

.view-details-product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #fff;
  z-index: 0;
  transition: width 0.4s ease;
  border-radius: 25px;
}

.view-details-product:hover::before {
  width: 100%;
}

.view-details-product:hover {
  color: #000;
}

.view-details-product span {
  position: relative;
  z-index: 1;
}
.banner-button {
  position: relative;
  background: #000;
  color: #fff;
  padding: 10px;
  width: auto;
  border-radius: 25px;
  margin: 25px auto 0;
  display: block;
  text-align: center;
  font-size: 16px;
  border: 2px solid #000;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.4s ease;
}

.banner-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: #fff;
  z-index: 0;
  transition: width 0.4s ease;
  border-radius: 25px;
}

.banner-button:hover::before {
  width: 100%;
}

.banner-button:hover {
  color: #000!important;
}

.banner-button span {
  position: relative;
  z-index: 1;
}
.product-view-more{
  width:15%!important;
}
.iphone-description{
      min-height: 100px;
    max-height: 100px;
}
.detail-box ul{
   padding-left: 0px;
   min-height: 205px;
}
.detail-box ul li{
  list-style: none;
  color:#000;
  padding-bottom: 13px;
}
.filters-content .all {
  transition: all 0.4s ease;
}

.carousel{
  width:90%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1!important;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: #fff!important;
    border: 0;
    outline: 0;
    background: #000!important;
    border-radius:50px; 
}
.slick-next {
    right: -35px!important;
}
.slick-prev {
    left: -35px!important;
}
.carousel-inner {
    position: relative;
    width: 100% !important;
    overflow: hidden;
}

.slick-slide {
    border: 3px solid #000;
    padding: 10px;
    border-radius: 5px;
}

.heading-section {
  text-align: center;
}
.sub-heading {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #2e9ca1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.heading-section h2 {
  font-size: 2.3rem;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 15px;
}
.testimonial-box {
  display: block;
  position: relative;
  padding: 30px 20px;
  background: #fff;
  /*border: 1px solid rgba(0, 0, 0, 0.03);*/
  border-radius: 5px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  min-width: 80px;
  background-size: 100%;
}
.carousel-testimonial .item {
  padding: 30px 10px;
}
.quote {
  position: absolute;
  top: -15px;
  color: #000;
  font-size: 27px;
}
.name {
  margin-bottom: 0;
  line-height: 14px;
  font-size: 17px;
  font-weight: 500;
}
.position {
  color: #adadad;
  font-size: 14px;
}
.carousel-testimonial .owl-nav {
  text-align: center;
}
.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
  padding: 0 12px !important;
}
.carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
  font-size: 40px;
  width: 25px;
  height: 25px;
  vertical-align: 0px;
  line-height: 16px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}
.map-width{
  border-radius: 25px 0px 25px 0px;
  border: 3px solid #000;
  padding: 8px;
  width:100%;
}
.slider_section .carousel-inner {
  height: 100vh;
}

.slider_section .carousel-item {
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
}

.slider_section .carousel-caption {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  text-align: left;
  color: white;
  max-width: 600px;
}

.slider_section .carousel-caption h1 {
  font-size: 3rem;
  font-weight: bold;
}

.slider_section .carousel-caption p {
  font-size: 16px;
  margin: 20px 0;
}

.slider_section .btn1 {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease;
}

.slider_section .btn1:hover {
  background: #333;
}

/* Dots/Indicators */
.carousel-indicators {
  bottom: 40px;
  left: 10%;
  justify-content: start;
  display: flex!important;
  position: relative !important;
  bottom: 265px;
  border: none;
  padding: 0;
  border-radius: unset;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  transition: 0.3s;
}

.carousel-indicators .active {
  background-color: #fff;
  width: 14px;
  height: 14px;
}
.carousel-inner {
    position: relative;
    width: 100% !important;
    overflow: hidden;
    border: none !important;
    padding: 0 !important;
    margin: 0;
    border-radius: unset !important;
}
.desktop-banner{
  padding:0;
}
.testi-image{
  display: flex;
}
.test-monial-gallery{
      border: 1px solid #000;
    width: 95%;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.gallery-grid a {
  display: block;
  border: 2px solid #000;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-grid a:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.gallery-grid img {
  width: 100%;
  height: auto;
  display: block;
}
.owl-prev span{
  position: relative;
  bottom:3px;
}
.owl-next span{
  position: relative;
  bottom:3px;
}
.image-galley-width{
  width: 95%;
  border: 1px solid #000;
  padding: 5px;
}

.branch-section {
  background-color: #f9f9f9;
  padding: 0px 0 60px;
}

.branch-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.branch-card:hover {
  transform: translateY(-5px);
}

.branch-card h5 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.map-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.map-wrapper iframe {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 10px;
}
.footer-design-by{
    display: flex;
    justify-content: space-between;
}
.countbg {
    background: #000;
    border-radius: 15px;
    margin-bottom: 70px;
}
.count ul li article h1 {
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 0;
}
.count ul li article img {
    width:15%;
}
.count ul li article h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
}
.count ul li article h1:after {
    content: "+";
    font-size: 26px;
    margin-left: 4px;
    top: 0;
    position: relative;
}
.count ul{
  display: flex;
  margin-bottom: 0px;
}
.count ul li{
  width:33%;
  text-align: center;
  border-right: 1px dotted #fff;
}
.count{
  width:100%;
  padding: 15px;
}
.count ul li:last-child article h1::after {
    content: "";
}
.count ul li:last-child {
    width: 34%;
    text-align: center;
    border-right: none;
}
.page-title {
    width: 100%;
    position: relative;
    z-index: 9;
    align-items: center;
}
.page-title h1 {
    font-size: 42px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    top: 40%;
    margin: auto;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.page-title nav {
    position: absolute;
    z-index: 9999;
    background: #000;
    padding: 8px;
    bottom: 0;
    right: 0;
    border-radius: 15px 0 0 0px;
}
.page-title nav ul {
    padding: 0;
    margin: 0;
}
.page-title nav ul li {
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 12px;
    position: relative;
    text-transform: uppercase;
    list-style: none;
}
.page-title nav ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.page-title nav ul li:nth-child(2)::before {
    font-family: 'Material Symbols Outlined';
    content: "\e5cc";
    font-weight: 200;
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
}
.about-page{

}
.about-page li{
    list-style: none;
    line-height: 27px;
    position: relative;
    padding-bottom: 15px;
}
.about-page li i {
    left: -20px;
    position: absolute;
    width: 3%;
}
.about-us-page-border{
  border:none;
  width:100%;
}
.about-section-arrow{

}
.about-section-arrow .owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
    padding: 0 15px;
}
.about-section-arrow .owl-carousel .owl-nav .owl-prev, .about-section-arrow .owl-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    background-color: #000;
    color: #ffffff;
    outline: none;
    bottom: 0px;
    font-size: 24px;
    margin: 0 5px;
    border-radius: 100%;
}
.owl-stage-outer{
  padding:20px 0;
}
.heading-section {
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
}
.testimonial-box1 {
    width: 95%;
    margin: auto;
}
.page-title img{
  width:100%;
}
textarea {
  height: 20vh !important;
}
.contact-page-border{
    border-bottom: 1px dotted #000;
    padding-bottom: 50px;
}
.intro {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.title {
  font-size: 40px;
  font-weight: 500;
  line-height: 127.5%;
  position: relative;
  text-transform: capitalize;
  display: inline-flex;
  padding: 0 7px 0 7px;
}
.title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #b9ff66;
  border-radius: 0.4375rem;
}

.text {
  font-size: 18px;
  line-height: 127%;
}
.process {
  padding: 70px 0 70px 0;
}
.process__intro {
  margin-bottom: 80px;
}
.process__title {
  flex-shrink: 0;
}

.process__text {
  max-width: 18.25rem;
}

.accordions__list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.accordions__item {
  background-color: #f3f3f3;
  border-radius: 2.8rem;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.65, 0.2, 0.65, 1);
  box-shadow: 0px 0.3125rem 0px 0px #191a23;
  border: 0.0625rem solid #191a23;
}
.accordions__control {
  display: flex;
  align-items: center;
  padding: 10px 60px;
  width: 100%;
  position: relative;
  cursor: pointer;
  color: inherit;
  background-color: transparent;
  border: none;
}
.accordions__number {
  font-size: 35px;
  padding-right: 1.5625rem;
  font-weight: 500;
}
.accordions__title {
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  flex: 1 1 auto;
  display: flex;
  line-height: 120%;
  padding-right: 1.25rem;
  justify-content: flex-start;
  text-align: left;
}
.accordions__icon {
  flex: 0 0 58px;
  display: flex;
  width: 58px;
  height: 58px;
  background-color: #f3f3f3;
  border: 1px solid #191a23;
  border-radius: 50%;
  position: relative;
  transition: 0.5s cubic-bezier(0.65, 0.2, 0.65, 1);
}
.accordions__icon::before {
  content: "";
  width: 1.5625rem;
  height: 0.3125rem;
  background-color: #191a23;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.accordions__icon::after {
  content: "";
  width: 1.5625rem;
  height: 0.3125rem;
  background-color: #191a23;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordions__content {
  padding: 0 60px 0 60px;
  will-change: max-height;
  transition: 0.5s cubic-bezier(0.65, 0.2, 0.65, 1);
  box-sizing: content-box;
  position: relative;
  z-index: 5;
  max-height: 0;
  overflow: hidden;
}
.open .accordions__content {
  padding: 20px 60px 40px 60px;
  line-height:28px;
}
.open {
      background-color: #000;
    color: #fff;
}

.open .accordions__icon {
  transform: rotate(225deg);
}
.accordions__control:focus-visible {
  outline: none!important;
}
button:focus {
    outline: none!important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0000006e!important;
}
.dropdown-item:hover{
  background-color: #000!important;
  color:#fff;
}
.pd-wrap {
  padding: 40px 0 0;
}
.sub-heading {
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
  min-width: 80px;
  background-size: 100%;
}
.carousel-testimonial .item {
  padding: 30px 10px;
}
.name {
  margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
  color: #adadad;
  font-size: 14px;
}
/*.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  outline: none;
  height: 25px;
}
.owl-nav button svg {
  width: 25px;
  height: 25px;
}
.owl-nav button.owl-prev {
  left: 25px;
}
.owl-nav button.owl-next {
  right: 25px;
}
.owl-nav button span {
  font-size: 45px;
}*/
.product-thumb .item img {
  height: 100px;
}
.product-name {
  font-size: 26px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 4px;
}
.product-price-discount {
  font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
}
.product-price-discount span.line-through {
  text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #a5a5a5;
}
.display-flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.product-info {
  width: 100%;
}
.reviews-counter {
    font-size: 13px;
}
.reviews-counter span {
  vertical-align: -2px;
}
.rate {
    float: left;
    padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 15px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 21px;
    color:#ccc;
  margin-bottom: 0;
  line-height: 21px;
}
.rate:not(:checked) > label:before {
    content: '\2605';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.product-dtl p {
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
}
.product-dtl .form-control {
  font-size: 15px;
}
.product-dtl label {
  line-height: 16px;
  font-size: 15px;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
}
.product-count {
  margin-top: 15px;
  display: flex; 
}
.product-count .qtyminus,
.product-count .qtyplus {
  width: 34px;
    height: 34px;
    background: #000;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}
.product-count .qtyminus {
  border-radius: 3px 0 0 3px; 
}
.product-count .qtyplus {
  border-radius: 0 3px 3px 0; 
}
.product-count .qty {
  width: 60px;
  text-align: center;
}
.round-black-btn {
    border-radius: 4px;
    background: #212529;
    color: #fff;
    padding: 2px 20px;
    display: inline-block;
    border: solid 2px #212529;
    transition: all 0.5s ease-in-out 0s;
    margin-left: 25px;
    height: 35px;
    margin-top: 27px;
}
.round-black-btn:hover,
.round-black-btn:focus {
  background: transparent;
  color: #212529;
  text-decoration: none;
}

.product-info-tabs {
  margin-top: 25px; 
}
.product-info-tabs .nav-tabs {
  border-bottom: 2px solid #d8d8d8;
}
.product-info-tabs .nav-tabs .nav-item {
  margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
  border: none; 
  border-bottom: 2px solid transparent;
  color: #323232;
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
  border: none; 
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link, 
.product-info-tabs .nav-tabs .nav-link.active, 
.product-info-tabs .nav-tabs .nav-link.active:hover {
  border: none; 
  border-bottom: 2px solid #d8d8d8;
  font-weight: bold;
}
.product-info-tabs .tab-content .tab-pane {
  padding: 30px 20px;
  font-size: 15px;
  line-height: 24px;
  color: #7a7a7a;
}
.review-form .form-group {
  clear: both;
}
.mb-20 {
  margin-bottom: 20px;
}

.review-form .rate {
  float: none;
  display: inline-block;
}
.review-heading {
  font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #000;
}
.review-form .form-control {
  font-size: 14px;
}
.review-form input.form-control {
  height: 40px;
}
.review-form textarea.form-control {
  resize: none;
}
.review-form .round-black-btn {
  text-transform: uppercase;
  cursor: pointer;
}
/*.product-details-slider{
  height: 55vh;
}*/
.form-control {
    display: block!important;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.product-color-select{
  width:30%;
}
.product_slider_section{
   padding-bottom: 0px;
}
.product_slider_section .owl-carousel .owl-nav .owl-prev,
.product_slider_section .owl-carousel .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  background-color: #000;
  color: #ffffff;
  outline: none;
  bottom: 0px;
  font-size: 24px;
  margin: 0 5px;
  border-radius: 100%;
}
.nice-select{
  display: none!important;
}
.products-details-specification{

}
.products-details-specification ul{
  padding-left: 0;
  line-height: 40px;
}
.products-details-specification li{
  list-style: none;
}
.products-details-specification li strong{
  color:#000;
}
.products-details-specification h3{
    color: #000;
    font-weight: bold;
    padding: 15px 0px;
}
.border-bottom-line{
  border-bottom:1px dotted #000;
  padding-bottom:50px;
}
.similar-section-arrow{

}
.similar-section-arrow .owl-carousel .owl-nav .owl-prev,
.similar-section-arrow .owl-carousel .owl-nav .owl-next {
    display: none;
}
.add-to-cart {
    width: 29%!important;
    margin: 23px 0 0px 35px;

}
 .wrap{
    max-width:1200px;
    margin:auto;
    padding:24px 16px 56px;
  }
  .layout{
    display:grid;
    grid-template-columns:280px 1fr;
    gap:20px;
  }

  /* Sidebar */
  .filters{
    background:var(--card);
    border:1px solid var(--line);
    border-radius:var(--radius);
    padding:18px;
    position:sticky; top:16px; height:max-content;
  }
  .filters h3{
    font-size:14px; text-transform:uppercase; letter-spacing:.06em;
    color:var(--muted); margin:16px 0 8px;
  }
  .filters .group{padding:8px 0;border-top:1px solid var(--line)}
  .filters .group:first-of-type{border-top:0}
  label.ck{
    display:flex; align-items:center; gap:8px; cursor:pointer;
    margin:8px 0; font-size:14px;
  }
  input[type="checkbox"]{width:16px;height:16px}
  .price-row{
    display:flex; gap:8px; align-items:center; margin-top:8px;
  }
  .range{
    width:100%;
  }
  .chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
  .chip{
    padding:6px 10px; border-radius:999px;
    background:var(--chip); font-size:12px; cursor:pointer; user-select:none;
  }
  .chip.active{background:var(--brand); color:#fff}

  /* Grid */
  .grid{
    display:grid; grid-template-columns:repeat(3, minmax(0,1fr));
    gap:18px;
  }

  .card{
    background:var(--card); border:1px solid var(--line);
    border-radius:var(--radius); overflow:hidden;
    display:flex; flex-direction:column;
    transition:box-shadow .2s ease, transform .08s ease;
  }
  .card:hover{ box-shadow:0 10px 24px rgb(0 0 0 / .08); transform:translateY(-1px)}
  .thumb{
    position:relative; aspect-ratio:4/3; background:#ddd; overflow:hidden;
  }
  .thumb img{ width:100%; height:100%; object-fit:cover; display:block}
  .badge{
    position:absolute; top:10px; left:10px;
    background:#fff; border-radius:999px; padding:4px 10px;
    font-size:12px; border:1px solid var(--line);
  }
  .wish{
    position:absolute; top:10px; right:10px; width:34px; height:34px;
    border-radius:999px; background:#fff; display:grid; place-items:center;
    border:1px solid var(--line); cursor:pointer;
  }
  .wish:after{ content:"♡"; font-size:16px}
  .wish.active:after{content:"♥"}
  .body{ padding:12px 14px 14px }
  .title{font-weight:600; font-size:14px; margin:2px 0 6px}
  .price{font-weight:700}
  .price small{color:var(--muted); font-weight:500; margin-left:6px; text-decoration:line-through}
  .muted{color:var(--muted); font-size:12px}
  .btn{
    margin-top:10px; width:100%; border:1px solid var(--line);
    background:#fff; border-radius:10px; padding:10px; cursor:pointer;
  }

  .faq-section {
  max-width: 700px;
  margin: auto;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.faq-question {
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  display: none;
  margin-top: 10px;
  color: #444;
}
.faq-answer ul{
  list-style: none;
  padding: 0;
  line-height: 32px;
}
.faq-answer ul li strong{
  font-weight: bold;
  color: #000;
}
.show-results{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-nav .nav-item.active > .nav-link,
.dropdown-menu .dropdown-item.active {
  color: #ffbe33 !important;
}
.youtube-video{

}
.youtube-video ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}
.youtube-video ul li{
    width: 32%;
    list-style: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 15px;
}
.youtube-embed img{
    width: 100%;
    height: auto;
    cursor: pointer;
}
.youtube-embed {
    margin-bottom: 0px;
}
.modal {
      display: none;
      position: fixed;
      z-index: 1000;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.7);
      justify-content: center;
      align-items: center;
    }
    .modal-content {
      position: relative;
      width: 80%;
      max-width: 800px;
      background: #000;
      border-radius: 10px;
      overflow: hidden;
    }
    .modal iframe {
      width: 100%;
      height: 450px;
    }
    .close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 28px;
      color: #fff;
      cursor: pointer;
    }