
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/*font-family: "Montserrat", sans-serif;*/
/*font-family: "Playfair Display", serif;*/

body {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.container {
    max-width: 1370px;
}
a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    color: #000;
    font-family: "Playfair Display", serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 82.5px */
}

h2 {
    color: #2C284E;
    font-family: "Playfair Display", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
h2 span{
    color: #fff;
}
h3 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
h3 span{
    color: #fff;
}
h4 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
h4 span{
    color: #fff;
}
h5 {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

/*h6 {
    font-size: 13px
}*/
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button:focus {
    outline: none;
}
ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
 :focus {
    outline: 0;
}
.form-select:focus { 
  box-shadow: none;
  border-color: #999999;
}
.form-control:focus { 
  box-shadow: none;
  border-color: #999999;
}
.tm-custom-padding{
    padding: 100px 0;
}
.tm-btn-main, .tm-btn, .tm-btn-white, button.btn {
  background-color: #58111F !important;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  border-radius: 10px;
  font-weight: 600;
  padding: 18px 20px;
  line-height: 1;
  font-size: 20px;
  border: 2px solid #58111F !important;
  transition: all ease-in-out .3s;
  display: inline-block;
  cursor: pointer;
}
.tm-btn-main:hover, .tm-btn:hover, .tm-btn-white:hover, button.btn:hover {
    background-color: transparent !important;
    color: #58111F !important;
}
/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    backdrop-filter: blur(100px);
    animation: slideDown 0.35s ease-out;
    background: rgba(1, 136, 159, 0.46);
    backdrop-filter: blur(25px);
    width: 100%;
    top: 0;
}

.page-header.is-sticky img {
  max-width: 80%;
}

.page-header.is-sticky button {
  font-size: 18px;
  padding: 12px 15px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


/*==================================header Start================================*/
.tm-header {   
    position: absolute;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
.tm-header-top {
  background-color: #58111F;
  padding: 16px 0;
  text-align: center;
}
.tm-header-top p{
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.tm-header-top p a{
    color: #F0C146;
}
.tm-header-menu .navbar-brand img{
    width: 400px;
}
.tm-header-menu.page-header {
  background-color: #fff;
}
.tm-header-logo{
    text-align: center;
}
.tm-header-logo img{
    width: 300px;
}
.tm-header-menu-list ul li a {
  color: #000 !important;
  padding: 0 30px 0 0 !important;
}
.tm-header-menu-list ul li a.active{
    color: #58111F!important;
}
.tm-header-menu-list ul li a:hover{
    color: #58111F!important;
}
.tm-header-menu .navbar-expand-lg .navbar-collapse {
    justify-content: end;
}
/*==================================header End================================*/
/*==================================banner================================*/
.tm-banner-sec{
    height: 100vh;
    background-color: #F4F4F4;
}
.tm-banner-sec-text {
  text-align: center;
  padding: 0 7%;
}
.tm-banner-sec .container-fluid{
    height: 100%;
}
.tm-banner-sec .row{
    height: 100%;
}
.tm-banner-sec-text p {
  margin: 20px 50px 40px;
}
/*==================================banner-bottom-sec================================*/
.tm-banner-bottom-sec {
  padding: 100px 0 40px;
  background-color: #58111F;
  border-bottom: 10px solid #F0C146;
}
.tm-banner-bottom-sec-form {
  background-color: #E9E9E9;
  padding: 20px;
  border-radius: 10px;
  margin-top: -150px;
}
.tm-banner-bottom-sec-form .col-md-3{
    width: 22%;
}
.tm-banner-bottom-sec-form .col-md-1{
    width: 10.33%;
    text-align: center;
}
.tm-banner-bottom-sec-form .form-select {
  background-color: #fff;
  border: 1px solid #BCBCBC;
  padding: 16px 10px;
  border-radius: 10px;
  color: #000;
  font-weight: 500;
}
.tm-banner-bottom-sec-counter {
  padding-top: 50px;
}
.tm-banner-bottom-sec-counter-panel {
  text-align: center;
}
.tm-banner-bottom-sec-counter-panel .count {
  display: flex;
  gap: 10px;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.tm-banner-bottom-sec-counter-panel .count span{
    font-weight: 700;
    font-size: 32px;
}
.tm-banner-bottom-sec-counter-panel .count h3{
    padding: 0;
}
.tm-banner-bottom-sec-counter-panel p{
    color: #fff;
}
/*===========================latest-profiles==========================*/
.tm-sec-title {
  margin-bottom: 40px;
}
.tm-latest-profiles-panel {
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.tm-latest-profiles-panel-img{
    position: relative;
}
.tm-latest-profiles-panel-img-main img {
    height: 310px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}
.tm-latest-profiles-panel-icon {
  position: absolute;
  top: 20px;
  right: 10px;
}
/* Button Reset */
.tm-latest-profiles-panel-icon .wishlist-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 28px;
    color: #777;
    transition: color 0.3s ease, transform 0.2s ease;
}

/* When active (filled) */
.tm-latest-profiles-panel-icon .wishlist-btn.active {
    color: #e63946; /* red color */
    transform: scale(1.1);
}
.tm-latest-profiles-panel-icon .wishlist-btn {
  background: none;
    background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  transition: color 0.3s ease, transform 0.2s ease;
  background-color: rgba(0,0,0,.6);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
}
.tm-latest-profiles-panel-text {
  padding: 20px 10px;
}
.tm-latest-profiles-panel-text h4{
    padding-bottom: 25px;
}
.tm-latest-profiles-panel-text p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.tm-latest-profiles-panel-text span{  
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

/*=======================================how-it-works=====================================*/
.tm-how-it-works-sec{
    background-color: #E9E9E9;
}
.tm-how-it-works-panel{
    position: relative;
}
.tm-how-it-works-panel:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 58.84%, #000 100%);
    border-radius: 10px;
}
.tm-how-it-works-panel-img img {
  height: 360px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center center;
}
.tm-how-it-works-panel-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  padding-right: 25%;
}
.tm-how-it-works-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  position: relative;
}
.tm-how-it-works-bottom::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  border: 1px dashed #58111F;
  transform: translateY(-50%);  
}
.tm-how-it-works-bottom span {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #58111F;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.tm-how-it-works-no{
    display: none;
}
.tm-how-it-works-no span {
  background-color: #58111F;
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  left: calc(50% - 20px);
  top: 70px;
}
.tm-how-it-works-no span::after {
  content: '';
  position: absolute;
  left: calc(50% - 1px);
  top: 50%;
  width: 1px;
  height: 80px;
  border-left: 2px dashed #58111F;
  display: block;
  transform: translateY(-50%);
  z-index: -1;
}
/*====================================about-us-sec========================================*/
.tm-about-us-sec{
    border-top: 10px solid #F0C146;
    border-bottom: 10px solid #F0C146;
}
.tm-about-us-sec-img img {
  height: 550px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center center;
}
.tm-about-us-sec-img{
    position: relative;
    margin-right: 20%;
}
.tm-about-us-sec-img::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 2px solid #fff;
  transform: translate(-50% , -50%);
}
/*====================================wedding-vendors====================================*/
.tm-wedding-vendors-sec{
    padding: 150px 0;
    position: relative;
}
.tm-wedding-vendors-sec:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.55);
    width: 100%;
    height: 100%;
}
.tm-wedding-vendors-text {
  text-align: center;
  position: relative;
  z-index: 1;
}
.tm-wedding-vendors-text ul{
    text-align: center;
}
.tm-wedding-vendors-text ul li{
    display: inline-block;
}
.tm-wedding-vendors-text p {
  color: #fff;
  margin: 20px 0 30px;
}
/*====================================Footer====================================*/
.tm-footer {
  background-color: #58111f !important;
}
.tm-footer-top{
    padding: 100px 0 50px;
}
.tm-footer-logo {
  margin-bottom: 20px;
}
.tm-footer-top1 p{
    color: #fff;
}
.tm-footer-social-icon ul {
  display: flex;
  gap: 10px;
}
.tm-footer-social-icon a i {
  color: #fff;
  font-size: 27px;
}
.tm-footer-title{
    margin-bottom: 20px;
}
.tm-footer-top-panel {
  padding-left: 30%;
}
.tm-footer-top .row .col-md-3:first-child .tm-footer-top-panel{
    padding-left: 0;
}
.tm-footer-top-panel ul li a {
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
}
.tm-footer-bottom{
    padding: 20px 0;
    border-top: 2px solid #fff;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.tm-footer-bottom p{
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
.tm-footer-bottom p a{
    color: #fff;
}

/*====================================Membership Plan====================================*/
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: false;
}
.tm-premium-membership-plan.tm-custom-padding {
  padding: 250px 15px 100px;
}
.tm-premium-membership-plan-panel .card {
  position: relative;
  height: auto;
  width: 100%;  
  cursor: pointer;
  background: linear-gradient(261deg, rgba(88, 17, 31, 0.80) 0.92%, rgba(240, 193, 70, 0.80) 100%);
  border-radius: 10px;
}
.tm-premium-membership-plan-panel .card::after,
.tm-premium-membership-plan-panel .card::before {
  content: " ";
  position: absolute;
  z-index: -1;
  inset: -0.5rem;
  background: conic-gradient(
    from var(--gradient-angle),
    #F0C146, #58111F
  );
  border-radius: inherit;
  animation: rotate 3s linear infinite;
}

.tm-premium-membership-plan-panel .card::after {
  filter: blur(3rem);
}

@keyframes rotate {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
.tm-premium-membership-plan-panel-top {
  background-color: #58111F;
  border-radius: 10px 10px 0 0;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tm-premium-membership-plan-panel-top-left h4 {
  color: #fff;
  padding: 0;
}
.tm-premium-membership-plan-panel-top-right{
    display: flex;
    align-items: center;
    gap: 12px;
}
.tm-premium-membership-plan-panel-top-right span{
    background-color: #F0C146;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 6px;
}
.tm-premium-membership-plan-panel-top-right h2{
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    padding: 0;
}
.tm-premium-membership-plan-panel-list {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px 25px;
}
.tm-premium-membership-plan-panel-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
.tm-premium-membership-plan-panel-list ul li img{
    width: 25px;
}
.tm-premium-membership-plan-panel-list ul li span{
    text-decoration: line-through;
}
.tm-premium-membership-plan-panel-list ul li p{
    margin-bottom: 0;
}
.tm-premium-membership-plan-panel-list .tm-btn-main{
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0 20px;
}
.tm-premium-membership-plan-panel-list .form-check-input {
    background-color: #E1E1E2;
    border: 2px solid #BABABA;
}
.tm-premium-membership-plan-panel-list .form-check {
  color: #000;
  font-size: 20px;
  margin-top: 0 !important;
  padding-top: 0 !important;
} 
.tm-premium-membership-plan-panel-list .form-check-label a{
    color: #000;
}
.tm-premium-membership-plan-panel-list .form-check-label a:hover{
    color: #58111F;
}