*{
    margin: 0;
    padding: 0;
}

body{
  font-family: 'Italiana', sans-serif;
  /* font-family: 'Montserrat', sans-serif !important; */
    font-family: "Spectral", serif !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

img {
  object-fit: cover;
}

.min-header{
    background-color: #eabc9e;
}

.main-meanu li.different{
  border:none;
  position: relative;
}

.main-meanu li.different:hover{
  border: none;
}
.main-meanu li {
  border-bottom: 4px solid;
  border-color: rgb(255, 255, 255, 0);
}
.main-meanu li:hover {
  border-color: rgb(255, 255, 255, 1);
}
.main-meanu .different::after{
  content: '';
  position: absolute;
  width: 0px;
  height: 3px;
  left: 50%;
  bottom:0;
  background-color: white;
  transition: all ease-in-out .2s;
}
.dropdown-menu .col{
  width: 20%;
}

.main-meanu .different:hover::after{
  width: 100%;
  left: 0;
}

.sub-heading{
  color: #eabc9e;
  font-weight: 600;
}

.menu-box li{
  font-size: 14px;
}
.dropdown-menu li{
  font-size: 14px;
}
.navbar-nav .nav-link {
  color: #343434;
  font-size: 18px;
}
.dropend .dropdown-toggle {
  color: rgb(112, 112, 112);
  margin-left: 1em;
}
.dropdown-item:hover {
  color: #615f5f;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

/* ---------------------Arun-css-start--------------------- */

/* -----list-page-css----- */

.flt-cnt span i {
  padding-right: 6px;
}
.flt-cnt {
    padding: 0 6px;
}

.card-list .card {
    padding: 12px;
    border: none;
    margin-bottom: 20px;
    transition: .3s all ease-in-out;
}
.card-list .card:hover{
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}
.tags p {
    font-size: 12px;
    text-overflow: ellipsis;
    background-color: rgb(238, 238, 238);
    padding: 0px 6px;
    margin-right: 8px;
}
.text-cnt .content-text h2 {
    font-size: 18px;
    color: #4a4a4a;
}
.text-cnt .content-text h2 strong {
    color: #4a4a4a;
}
.text-cnt .content-text {
    font-size: 15px;
}
.text-cnt .content-text strong {
    color: #4a4a4a;
}
.hastag p {
    margin-bottom: 6px;
    color: #909090;
    font-size: 14px;
}
.review-card .card-review {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
    margin-top: 20px;
}
.review-card .cards .review-cont {
    margin-left: 22px;
}
.review-cont p a {
    color: #909090;
    text-decoration: none;
    cursor: pointer;
}
.search-filter .input-group{
    width: 250px;
    margin-right:10px;
}
li.breadcrumb-item a {
    color: #909090;
    text-decoration: none;
    font-size: 14px;
}
.pagination a.page-link {
  color: #e72e77;
}
.navbar-nav li.nav-item:nth-child(4) ul.dropdown-menu.p-3 {
    left: -110px !important;
    width: 100%;
    min-width: 1000px !important;
}
.dropdown-menu-login {
    position: absolute;
    width: 100% !important;
    min-width: 110px !important;
}
label#subemail-error {
    position: absolute;
}
/* -----list-page-css-end----- */

/* ---------------------Arun-css-end--------------------- */
@media screen and (max-width: 1299px) {
.navbar-nav li.nav-item:nth-child(4) ul.dropdown-menu.p-3 {
    left: -110px !important;
    width: 100%;
    min-width: 750px !important;
}
}


@media screen and (max-width: 1199px) {
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

}

@media screen and (max-width: 991px) {
.dropdown-menu.show {
  min-width: 100%;
  width: 100%;
  height: auto;
}
.dropdown-menu {
  min-width: 100% !important;
  width: 100%;
  height: auto;
}
.menu-serv .container {
  width: 100%;
  max-width: 100%;
}
.dropdown-menu .col {
  width: 100%;
}
button.but-res {
    width: 100% !important;
}
.category-list-bg {
    width: 100% !important;
}
.navbar-nav li.nav-item:nth-child(4) ul.dropdown-menu.p-3 {
    left: 50% !important;
    width: 100%;
    min-width: auto !important;
}
}

@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

.profile-img{
  border-radius: 50%;
}

.bg-wedding-section .card-body{
  max-width: 800px;
  margin: auto;
}

.wedding-img{
  max-width: 400px;
}

.form-floating.form-floating>.form-select{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 30px !important;
  margin-top: 5px;
}

.head-text h6, .text-end {
    font-size: 14px;
    color: #fff;
    margin: 12px;
}
.bg-body-tertiary-nav{
    /*background-color: #C21E56;*/
}

.btn-secondary-first-drop{
    width: 250px;

    background-color: #fff;
    color: #000;
}

.btn-secondary-first-drop:hover{
    padding: 8px;
    background-color: #fff;
    color: #000;
}
.btn-secondary-login-pup{
    width: 80px;
    padding: 6px;
    color: #fff;
    background-color: #b4245d;
}
.btn-secondary-login-pup:hover{
    color: #fff;
}

.btn-primary-login-btn{
    width: 80px;
    padding: 6px;
    color: #fff;
    background-color: #b4245d;
}
.btn-primary-login-btn:hover{
    color: #000;
    background-color: #e72e77;
}
.login-heading-pop h4{
    color: #5a122e;
    font-size: 24px;
    font-weight: 600;
}


/* .openBtn {
    background:none;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
  }

  .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
  }

  .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }

  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }

  .overlay .closebtn:hover {
    color: #ccc;
  }

  .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
  }

  .overlay input[type=text]:hover {
    background: #f1f1f1;
  }

  .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  } */

 img.d-block {
    height: 670px;
    object-fit: cover;
    width: 100%;
 }


 .btn-primary-sec{
    width: 400px;
    background-color: #e72e77;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    margin: auto;

 }

 .btn-bg{
  background-image: url(../img/red-fabric-texture.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff !important;
 }

 .btn-primary-sec:hover{
    background-color: #b4245d;
    color: #fff;
 }

h4.heading-1{
    color: #626161;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 6px;
 }

 .blog-conta h3{
  font-size: 28px;
  font-weight: 600;
   color: #000;
 }

 .popular-img-slider{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
 }

.blog-box{
  padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
    background-color: #e7e4e475;
}

.img-popular{
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 24px;
}

.slider-img .carousel-caption {
  position: absolute;
  right: 15%;
  top: 50% !important;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit: cover !important;
  border-radius: 10px;
}
 .login-img{
    border-radius: 20px;
    max-height: 400px;
    object-fit: cover;
 }
 .bg-wedding-section{
  background-image: linear-gradient(to bottom, #000000c7, #0a0a0ae0), url('../img/pexels-irina-iriser-1405672.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 700px;
  width: 100%;
 }
 .min-header .form-floating {
  width: 250px;
}


 .btn-primary-tab-for{
  max-width: 190px;
  text-align: center;
  background-color: #b4245d;
  color: #fff;
  font-size: 18px;
 }

 .btn-primary-tab-for:hover{
  background-color: #b4245d;
  color: #ccc;

 }

 .bg-blog-color{
  background-color: #18414c1a;
  padding-top: 30px;
  padding-bottom: 30px;
 }
/*
 .owl-item{
  padding: 18px;
  background-color: #18414c1a;
  height: 100%;
  border-radius: 8px;
  margin-top: 20px;
 } */

 .btn-primary-blog-btn{
  width: 180px;
  height: 80px;
  background-color: #e72e77;
  color: #fff;
  font-size: 20px;
 }
 .bg-footer-color{
  background-color: #fff;
  padding: 30px 30px 0px;
  background-position: center center;
      background-size: cover;
    background-repeat: no-repeat;
 }

 .footer-head h4{
  font-size: 22px;
  font-weight: 600;
  /* text-align: center; */
 }
 .footer-gap{
   padding: 0 15px;
 }
 .footer-head a{
  text-decoration: none;
    font-size: 14px;
    text-align: center;
    color: #000;
 }
 section.copywrite-sec {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 20px 15px;
}
.copy-wri{
    color: #fff;
}

 .icons-footer{
  font-size: 28px;
 }
 .icons-footer i {
  margin-right: 8px;
}
 /* ================================ */
 #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal-gallery {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content-gallery {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content-gallery, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content-gallery {
    width: 100%;
  }
  .footer-gap{
    padding: 0 0px !important;
  }
}

 /* ============  end the grelly section.-====================== */
 .item h5{
  margin-top: 10px;
  font-size: 16px;
 }

 .carousel-caption h1{
  font-size: 44px;
  font-weight: 900;
 }


 /* @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
 .wedding-cate{
  display: none;
 }
  } */



  /* .overlay button:hover {
    background: #bbb;
  } */


  @media only screen and (max-width: 700px){

    .city-cnt-detl.d-flex.justify-content-between {
      flex-wrap: wrap;
  }
  .search-filter .input-group {
    width: 210px !important;
 }

    .review-card .cards .review-cont {
      margin-left: 0 !important;
      margin-top: 20px;
  }
  .review-card .card-review {
      flex-wrap: wrap;
  }
  .hero-search-bar {
    width: 100% !important;
    padding: 0 15px;
}
  }
  @media only screen and (max-width: 480px){
  .dropdown-login button.btn {
    padding: 0;
}
/* .sing-wedme a.btn {
  padding: 0;
} */
.sing-wedme {
  margin-top: 20px;
}
div#navbarSupportedContent .fprn-form {
  display: inherit !important;
}
.login-text a {
    margin-left: 0 !important;
    margin-top: 10px !important;
    display: block;
}
.sing-wedme a{
  width: 100% !important;
}
.login-text{
    margin-right: 0 !important;
}
  }

  /* =======================  New CSS==================== */
.login-signup-page {
  max-width: 700px;
  border-right: 1px solid #E91E63;
  margin: auto;
}
.profile-thumb-edit{
  width: 240px;
  margin: auto;
  margin-top: 12px;
  padding: 5px;

}
.login-signup-page .form-group {
  padding: 8px;
}
.profile-thumb-edit .fa-camera{
  margin: 6px 212px;
}
i.fas.fa-camera.position-absolute {
  margin: 6px 212px;
}

.bg-light-login{
  background-color: #f1f1f1;
  padding: 10px;
}

#main-wrapper{
  /* background-image: url('../img/slider/pexels-photo-13838717.jpeg'); */
  background-size: cover;
}
  /* ======================== END ======================== */


.dropdown-menu:nth-child(2){
  left: 50% !important;
  transform: translateX(-50%);
}

.dropdown-login .dropdown-menu li a {
  text-decoration: none;
  text-align: left;
  color: #212529;
}
.dropdown-login .dropdown-menu {
  left: 50%;
  transform: translateX(-50%);
}
.dropdown-login .dropdown-menu.show {
  left: 50%;
  transform: translateX(-50%);
}
.menu-serv .menu-box-1 .dropdown-item {
  font-size: 14px;
}
.detail-right-data #myTabs {
  justify-content: space-around;
  border: 0;
}
.detail-right-data li.nav-item a.active {
  cursor: pointer;
  border-radius: 100px;
  background-color: #eabc9e;
  border: 1px solid #eabc9e;
  color: #fff;
}

.detail-right-data li.nav-item a {
  border-radius: 100px;
  background-color: rgb(0, 154, 9);
  border: 1px solid rgb(0, 154, 9);
  color: #fff;
}
.detail-right-data .tab-content .tab-pane form > div {
  width: calc(100% /2 - 20px/2);
}
.detail-right-data .tab-content .tab-pane form > div:nth-child(6n + 6) {
  width: 100%;
  margin-left: 0px;
}
.detail-right-data .tab-content .tab-pane form > div:nth-child(2n + 1) {
  margin-left: 0px;
}
.detail-right-data .tab-content .tab-pane form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail-right-data .tab-content .tab-pane form > div input {
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  outline: none;
}
.view-contact-tab form .row {
  width: 100% !important;
}
.detail-right-data .tab-content .tab-pane form .btn.btn-primary {
  background-color: rgb(231, 46, 119);
  border: 1px solid rgb(231, 46, 119);
  display: inline-block;
  width: 100%;
}
.detail-right-data .tab-content .tab-pane form .btn.btn-primary:hover {
  background-color: rgb(231, 46, 119, .8);
}
.wed-log-page form button {
  display: inline-block;
  background-color: rgb(231, 46, 119);
  border: 1px solid rgb(231, 46, 119);
  width: 100%;
  max-width: 180px;
}
.wed-log-page form .form-group input {
  height: 40px;
  border: 1px solid rgb(215, 215, 215);
  border-radius: 2px;
}
.wed-detail-tab ul li.nav-item {
  margin-left: 30px;
}
.wed-detail-tab ul li.nav-item:nth-child(1) {
  margin-left: 0px;
}
.wed-detail-tab ul li.nav-item a.nav-link.active {
  border: 0;
  border-bottom: 2px solid #eabc9e;
}
.wed-detail-tab ul li.nav-item a.nav-link {
  color: #000;
  outline: none;
}
.copy-wri a {
    text-decoration: none;
    color: #000;
}
button.but-res{
    padding: 5px 10px;
}
.sing-wedme a {
    background-color: #ffffff;
    color: #000 !important;
    border-radius: 0;
    position: relative;
    top: 0px;
    height: 40px !important;
    width: 100px;
    line-height: 28px;
    display: inline-block !important;
    border: 0;
    z-index: 11;
    outline: none !important;
}
.sing-wedme a:focus{
  box-shadow: none !important;
}

.sing-wedme a::after{
  content: "Sign Up";
  position: absolute;
  background-color: #eabc9e;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  transition: .3s all ease-in-out;
  z-index: 1;
  font-size: 0;
  line-height: 41px;
  color: #fff !important;
}
.sing-wedme a:hover{
  background-color: #000;
  color: #fff;
  border: 0;

}
.sing-wedme a:hover::after{
  width: 100%;
  font-size: 16px;
}
.login-text a {
    color: #fff;
    border: 1px solid #fff;
    margin-left: 10px;
    border-radius: 0;
}

.login-text a:hover {
color: #eabc9e;
background-color: #fff;
}

.wed-new-dark{
  background-color: #757575 !important;
}

section.top-city-cnt ul li {
    list-style: inside circle !important;
}

section.top-city-cnt h2{
font-size: 22px;
}

.wed-form input {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #757575;
    outline: none;
}
.wed-form textarea#form-field {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #757575;
    outline: none;
}

.min-header-top-bar {
 height: 50px;

}

/* Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* =============== header-new-css ============== */

.hero-search-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
}
.hero-search-bar input {
    height: 45px;
}
.hero-banner-bar{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.hero-banner-bar a.nav-link {
    color: #fff !important;
}
 
span.animate-text-part{
  font-size: 32px;
  background: url('../img/red-fabric-texture.jpg') no-repeat center;
  background-size: cover;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wed-graph{
  font-size: 2rem;
  font-style: italic;
  font-weight: 700 !important;
}
.input-with-button .submit-btn{
  background-image: url(../img/red-fabric-texture.jpg)!important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  color: #fff !important;
}
section.art-festival img {
    width: 100%;
}
.wed-contact-dark {
    background-color: #e8a87f !important;
}
.wed-new-dark{
   background-color: #630e0e  !important;
}

@media only screen and (max-width: 991px) {
  .wed-nav-res {
    position: absolute !important;
    top: 100% !important;
    z-index:11 !important;
    background-color: #630e0e !important;
    width: 100% !important;
    left: 0 !important;
    padding: 0 20px 20px !important;
}
button.navbar-toggler {
    background-color: #e8a87f !important;
}
 section.bg-footer-color .col-md-4{
  width: 45%;
 }
section.bg-footer-color .col-md-2{
  width: 25%;
 }
 section.bg-footer-color .col-md-3{
  width: 30%;
 }

  section.bg-footer-color .col-md-3 + .col-md-3{
  width: 50%;
 }
 .fprn-form {
    margin-top: 10px;
}
.login-text a{
    margin-left: 0;
}
.wed-categorie .category-list-bg {
    margin-bottom: 20px !important;
}
section.bg-blog-color{
    margin-top: 0px !important;
}
.modal-backdrop.show {
    z-index: 7 !important;
}
.blog-cate-sec .col-md-9{
margin-top: 20px !important;
}
  
}

@media only screen and (max-width: 767px){

/* section.bg-footer-color .row>*{
    flex-shrink: 0;
    width: 50%;
    max-width: 50%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
} */
 section.bg-footer-color .col-md-4{
  width: 70%;
 }
section.bg-footer-color .col-md-2{
  width: 30%;
 }
 section.bg-footer-color .col-md-3{
  width: 50%;
 }
 .bg-footer-color{
    padding: 30px 10px 0px;
}
}

@media only screen and (max-width: 500px){
 section.bg-footer-color .col-md-4{
  width: 100%;
 }
section.bg-footer-color .col-md-2{
  width: 40%;
 }
 section.bg-footer-color .col-md-3{
  width: 60%;
 }
  section.bg-footer-color .col-md-3 + .col-md-3{
  width: 100%;
 }
 .blog-detail-item h3{
  font-size:24px !important ;
 }
 section.BreadCrumbs li.breadcrumb-item.active {
    font-size: 14px !important;
    margin-top: 2px !important;
}
.info-box .action-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
}

.main-meanu li:hover ul.dropdown-menu {
    display: none;
}
.main-meanu li:hover ul.dropdown-menu.show {
    display: block;
}