@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  /* Font families with fallbacks */
  --cormorant-font: "Cormorant", Arial, Helvetica, sans-serif;
  --roboto-font: "Roboto", sans-serif;

  /* Font weights */
  --thin-font: 100; --light-font: 300;--regular-font: 400;--medium-font: 500;--bold-font: 700; --black-font: 900;
  
  /* Font styles */
  --normal-style: normal;--italic-style: italic;
}

/* ===== Roboto Classes ===== */
.roboto-light {  font-family: var(--roboto-font);font-weight: var(--light-font);font-style: var(--normal-style);
}.roboto-regular {font-family: var(--roboto-font);font-weight: var(--regular-font); font-style: var(--normal-style);
}.roboto-medium {font-family: var(--roboto-font); font-weight: var(--medium-font); font-style: var(--normal-style);}
.roboto-bold {font-family: var(--roboto-font); font-weight: var(--bold-font); font-style: var(--normal-style);}

/* ===== Cormorant Classes ===== */
.cormorant-light {font-family: var(--cormorant-font);font-weight: var(--light-font);font-style: var(--normal-style);}.cormorant-regular {font-family: var(--cormorant-font);font-weight: var(--regular-font);font-style: var(--normal-style)}
.cormorant-bold {font-family: var(--cormorant-font);  font-weight: var(--bold-font); font-style: var(--normal-style);}
.cormorant-light-italic { font-family: var(--cormorant-font);font-weight: var(--light-font);font-style: var(--italic-style);}
.cormorant-bold-italic {font-family: var(--cormorant-font);font-weight: var(--bold-font);font-style: var(--italic-style);
}

/* ===== Base Elements ===== */
.subheading-thin {font-size: 16px;color: #8c857a; line-height: 1.8em; font-weight: 600;}
.heading-medium{ font-family: var(--cormorant-font); font-size: 81px; color: #8c857a; font-weight: var(--regular-font);font-style: var(--italic-style);}

/* ===== Utility Classes ===== */
.hover-underline {display: block;position: relative;}
body{ overflow-x: hidden; background-color: #f8f7f4;}

.hover-underline::after { content: '';position: absolute;width: 100%;transform: scaleX(0);height: 1px;bottom: 0;left: 0;background-color: #8c857a;transition: transform 0.25s ease-in-out;}

.hover-underline:hover::after { transform: scaleX(1);}

.hover-underline.left:hover::after {transform-origin: bottom left;}

.d-padding{padding-top:20px;padding-bottom: 20px;
}
.button-style{
  border:none;
 
  cursor:pointer;
  transform:all 0.3s;
  position:relative;

}
.button-style:before{
  content:"";
  position :absolute;
  width:100%;
  height:112%;
  top:-5px;
    left:-5px;
  border-top:2px solid #8c857a;
  border-left:2px solid #8c857a;
  transition:all 0.25s;
}
.button-style:hover:before ,.button-style:hover:after{
 
  width:24px;
  height:24px;
}
.button-style:after{
  content:"";
  position :absolute;
  width:100%;
  height:112%;
  bottom:-5px;
    right:-5px;
  border-bottom:2px solid #8c857a;
  border-right:2px solid #8c857a;
  transition:all 0.30s;
}
.contain {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.item {
  align-items: center;

  color: white;
  display: flex;
  height: 700px;
  justify-content: center;
}


  .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; /* spacing between left arrow, number, and right arrow */
  }
  .slider-counter {
    font-size: 16px;
    font-weight: normal;
    color: #333; /* or any color you want */
  }
  div#mobile-view {
    display: none !important;
}

p{
  font-size: 16px;
  color: #8c857a;
  font-style: var(--cormorant-font);
  font-weight: 400;
}
.nav-items{
  font-size: 15px;
  color: #7c7c7c;
  font-style: var(--cormorant-font);
  text-decoration: none;
}
section.book-appointment {
    background-image: url(https://avala.bold-themes.com/autumn/wp-content/uploads/sites/2/2020/12/background_services.jpg);
    height: 75vh;
    background-size: cover;
}
ul.list-style-none {
    list-style: none;
    color:#8c857a;
}
img.footer-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.footer-section{
  background-color: #f7f8f4;
}
img.bg-light-custom.p-4.mb-3 {
    height: 124px;
    background: #f9f9f6;
    border-radius: 50%;
    width: 128px;
}
.pricing-section{
 
    background-image: url(https://avala.bold-themes.com/autumn/wp-content/uploads/sites/2/2020/12/leaves_background_about_us.jpg);
    height: 100vh;
    background-position: center 100;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-banner {
    background-image: url(https://avala.bold-themes.com/autumn/wp-content/uploads/sites/2/2020/12/leaves_services_01.jpg);
    height: 50vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.col-3.bg-banner {
    display: flex
;
    justify-content: center;
    align-items: anchor-center;
}
.vertical-line {
    color: white;
    width: 1px;
    background: white;
}
button.text-white.border.px-4.py-2.rounded-sm.call {
    background: none;
}
img.img-size.img-fluid{width: 95%;height: auto;}
.horizontal-line{height:2px; background-color: #8c857a; width: 42px;}
.card-section.bg-white.p-4.h-50{width: 89%;
    padding: 36px 0px 0px 54px !important;
    position: relative;
    left: 170px;
    top: 80px;}
    .d-flex.absolute.sm\:flex-column.justify-content-center {
    position: absolute;
    top: 273%;
    }
    /* .d-flex.absolute.sm\:flex-column.justify-content-center {background-color: #f8f7f4;} */
    .d-flex.relative.sm\:flex-column.justify-content-center {
    bottom: 200px;
    position: relative;
        left: -80px;

}
img.img-div.img-fluid {
    width: 100%;
    height: 600px;
}
.bg-white.card-section.p-4 {
    width: 418px;
    padding: 20px 57px !important;

}
section.wedding-section,section.visit-us {
    background:  #f7f8f4;;
}
.absolute-sec{
  position: absolute;
    left: 60%;
        top: 11%;

}

 .text-medium {
    font-size: 68px;
    line-height: 67px;
}

  
.row.sm\:flex-column {
    position: relative;
    left: 58px;
}
.c-padding{
  padding-top:100px;
  padding-bottom: 100px;
}.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}
.how-it-works{
  position: relative;
  top:-100px;
}
.t-padding{
  padding-top: 10px;
    padding-bottom: 10px;

}
.bg-banner-follow-us{
  background-image: url("https://avala.bold-themes.com/autumn/wp-content/uploads/sites/2/2020/12/leaves_services_02.jpg");
   height: 50vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;

}
.image-grid{
  width: 100%;
}
.bg-banner-get-in-touch{
   background-image: url("https://avala.bold-themes.com/autumn/wp-content/uploads/sites/2/2020/12/leaves_services_03.jpg");
   height: 50vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.col-3.bg-banner{


}
label.form-label {
    color: #8c857a;
}
.standing-line {
    width: 1px;
    background-color: #8c857a;
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);

    height: 50px;
}
.standing-line:hover {
    transform: scale(0.8);
    width: 1px;
      transform-origin: bottom left;
translate: 0px 15px;
}
section.img-card-section {
   background-color: #f8f7f4;

} 
  /* gallery style */

  .breadcrumb-section{
background-image: url("https://avala.bold-themes.com/autumn/wp-content/uploads/sites/2/2020/12/leaves_background_about_us.jpg");
height: 40vh;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .breadcrumb-item+.breadcrumb-item::before {
    color: white !important;
  }
  p.dot-icon::after{
    height: 2px ;
    width: 3px;
    background-color: #8c857a;
    border-radius: 50%;

  }
  .footer-padding{
    padding-top:50px;
    padding-bottom: 50px;
  }
.tb-padding{
  padding-top:50px !important;
}
    /* gallery style */
section.top-padding {
    padding-top: 200px !important;
}
@media screen and (max-width:600px) {
   iframe {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
img.footer-img-mobile {
  width: 24%;
  margin-bottom: 23px;
}

.col-md-7.col-12.d-flex.justify-content-center.align-items-center.bg-img-wedding {
       
  height: 50vh;
}
  .button-link-quote{
flex-direction: column;
    width: 63%;
    margin: auto;
}

.c-padding{
  padding-top:50px;
  padding-bottom: 50px;
}


}
 /* teams page styling */
 



.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #ff5a6e;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ff5a6e none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading h2 span {
  color: #ff5a6e;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.team-area .single-item-team {
  margin-bottom: 30px;
}

.team-area .item-team .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.team-area .item-team .thumb::after {
  background: #232323 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}

.team-area .item-team .item:hover .thumb::after {
  opacity: 0.7;
}

.team-area .item-team .thumb .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.95s ease-in-out;
  -moz-transition: all 0.95s ease-in-out;
  -ms-transition: all 0.95s ease-in-out;
  -o-transition: all 0.95s ease-in-out;
  transition: all 0.95s ease-in-out;
  width: 100%;
  z-index: 1;
}

.team-area .item-team:hover .thumb .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.team-area .item-team .thumb .overlay p {
  color: #8c857a;
}

.team-area .item-team .thumb .overlay h4 {
  color: #8c857a;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.team-area .item-team .thumb img {
  -webkit-transition: all 0.95s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.team-area .item-team:hover .thumb img {
  opacity: .2;
}

.team-area .item-team .thumb .social li {
  display: inline-block;
}

.team-area .item-team .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  background: #ffffff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  z-index: 9;
}

.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.team-area .info .message a {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  box-sizing: border-box;
  color: #ff5a6e;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

div#mobile-view{
  display: none;
}

.team-area .social li.twitter a {
  background-color: #00b6f1;
}

.team-area .social li.pinterest a {
  background-color: #bd081c;
}

.team-area .social li.facebook a {
  background-color: #3b5998;
}

.team-area .social li.google-plus a {
  background-color: #df4a32;
}

.team-area .social li.vimeo a {
  background-color: #1ab7ea;
}

.team-area .social li.instagram a {
  background-color: #cd486b;
}
  /* teams page styling */

@media screen and (max-width:1000px) and (min-width:700px){
  .pricing-section {
    height: 51vh !important;
}
section.wedding-section, section.visit-us {
  background: #f7f8f4;
  padding-bottom: 0px;
}
img.footer-img-mobile {
  width: 24%;
  height: 16vh;
  margin: 13px 0px 23px 0px;

}
.col-md-4.col-12.footer-imgs-div.d-flex.gap-3{
  width:20%
}
.image-grid {
  width: 100%;
  object-fit: cover !important;
  display: flex;
  height: 36vh;
margin-top:0px !important
;
}
}
@media screen and (max-width:1000px)
{
  .card-section.bg-white.p-4.h-50 {
    width: 100%;
    padding: 36px 0px 0px 54px !important;
    position: relative;
    left: 0px;
    top: 0px;
}
div#desktop-view{
  display: none !important;
}
div#mobile-view{
  display: block !important;
}
img.pre-wedding{
  width:100%
}
section.top-padding.firstmeeting {
  padding: 0px !important;
}
img.img-div.img-fluid {
  width: 100%;
  padding: 0px;
  height:auto;
}
.image-grid {
  width: 100%;
  object-fit: contain;
  margin-top: 33px;
  display: flex
;
}
.footer-padding.policy.d-flex.justify-content-center.gap-4 {
    flex-direction: column;
    justify-content: center;
}
.footer-policy {
  text-align: center;
}

img.couple-img.w-75 {
    width: 100% !important;
}

.number-counter {
    display: flex
;
    justify-content: center;
}
.bg-white.card-section.p-4 {
    width: 100%;
}

.footer-imgs-div {
  flex-wrap: nowrap;
  width: 25%;
  display: flex
;
  justify-content: flex-start;
}

.pricing-section {
    height: 70vh;
}
.d-flex.relative.sm\:flex-column.justify-content-center {
    left: 0px;
    flex-direction: column;
}
.absolute-sec {
    position: relative;
    left: 0%;
    top:0%
}
.row.sm\:flex-column {
    position: relative;
    left: 0px;
}
.item {
  
    height: 210px;
}
.standing-line.d-flex.mx-auto.cursor-pointer:hover {
    transform: scale(0.5);
}
.bg-banner,.bg-banner-follow-us,.bg-banner-get-in-touch{
  height: 39vh;
}
.text-medium {
    font-size: 50px;
    line-height: 57px
}
.heading-medium {
    font-family: var(--cormorant-font);
    font-size: 40px;
}
img.footer-img {
    width: 85px;
}
.c-padding.policy.d-flex.justify-content-center.gap-4 {
    flex-direction: column;
    display: flex
;
    text-align: center;
    justify-content: center;
}
}

@media screen and (min-width:1100px) and (max-width:1400px){

  img.img-posiion {
  
    height: 399px;
  }

  .bg-banner {
    height: 90vh;
  }
  

img.img-posiion {
   
    height: 68% !important;
    margin-top: 56px !important;
}

.testimonial_section .testimonial_box .testimonial_container .background_layer {
    width: auto;
    margin-right: -20% !important;
}
.bg-banner-get-in-touch, .bg-banner ,.bg-banner-follow-us {
  
    height: 79vh;
    background-size: cover;
}
.bg-about-banner {
    height: 100vh !important;
}
 
}


